cyberbit

Results 42 issues of cyberbit

This will provide a more scalable architecture and better support external integrations. Excluded modules will be broken out into opt-in modules from the installer. Default will install everything. Support will...

enhancement
sw: API

* ccryptolib * ECNet * Plotter (and embedded pixelbox) * Remove redrun

enhancement
sw: API

Refactor targeted metrics by swapping their name and a chosen attribute (source, adapter, unit) or a custom static value. This would require a potential refactor allowing `name` to be a...

enhancement
sw: Middleware

A quick review of Grafana Cloud options has revealed that the options in documentation for HTTP pushing have changed, making the guide out of date. Need to review how to...

documentation
sw: Adapter

Requested by @9551-Dev. See https://github.com/Zuxelus/Energy-Control. It has an impressive number of mod integrations that return data through a list of strings (small oof). However, it supports down to 1.12 so...

enhancement
sw: Adapter

Currently, backplane cycles read all inputs and write to all outputs. The Router API would allow custom mappings between inputs and outputs. Example (loose concept, not final): ```lua backplane --...

enhancement
sw: API

Queue all input adapter read requests and execute in parallel. Will need to chunk up to avoid event overflow. Output adapter writes may not be possible to parallelize, need to...

enhancement
sw: API

Name still being workshopped. Middleware would calculate a time in seconds that a metric is expected to reach a threshold. May depend on delta middleware?

enhancement
sw: Middleware

See https://www.home-assistant.io/integrations/http/#sensor

enhancement
sw: Adapter

There's a lot. There's also some overlap between Advanced Peripherals, so some logic will need to be created to avoid API issues. Will also need to figure out how to...

enhancement
sw: Adapter