cyberbit
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...
* ccryptolib * ECNet * Plotter (and embedded pixelbox) * Remove redrun
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...
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...
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...
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 --...
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...
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?
See https://www.home-assistant.io/integrations/http/#sensor
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...