NodeManager icon indicating copy to clipboard operation
NodeManager copied to clipboard

Plugin for a rapid development of battery-powered sensors

Results 47 NodeManager issues
Sort by recently updated
recently updated
newest added

A small one: SensorSHT31.h reports temperature in ° Fahrenheit even when I_CONFIG is 0 ('Metric').

bug

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...

bug

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...

enhancement
wait user input

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...

bug
wait user input

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...

enhancement

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...

enhancement

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...

bug

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...