NodeManager
NodeManager copied to clipboard
Plugin for a rapid development of battery-powered sensors
A small one: SensorSHT31.h reports temperature in ° Fahrenheit even when I_CONFIG is 0 ('Metric').
Firstly, thank you for the wonderful library. I'm using it for several years already. I decided to try NodeManager today, to check if I'm missing a shortcut, but here is...
Hello I've made change that is maybe worth of discussion. The actual SensorInterrupt does send it's value only when the interrupt happens. But when the transmission fails for some reason...
Hello, I think I found a logical error that inhibits reporting of sensor values when interrupts are enabled and a sensor with high interrupt frequency is used. In my case...
Fixes issue #547
This MR attempts to fix the problem of relays toggling on/off during initialisation, especially active-low relays. This can be a big problem if a board has some 8 relays toggling...
Hello and thanks for the awesome project. I've been hacking NodeManager to run nicely with HomeAssistant, but ran into a few problems that required altering the some of the core...
When booting up, if there's a Low Trigger relay hooked up, it'll switch on immediately. Not good for a garage door opener. I think I found a solution for this...
The pull request implements the basic changes to NodeManager's code required for HomeAssistant compatibilty as discussed in #532 - A Sensor can now have several Child elements with the same...