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

The libraries SensorPca9685W, SensorPca9685RGB and SensorPca9685RGBW require their onLoop() function to be called every loop in order to do the color/pwm change. It seems that in V1.8 of NodeManager this...

bug

(I know it's just a extreme detail ;-) ) the maximum value, you could get out of a 10bit unsigned is 1023 and not, as written in line 33 of...

bug

https://stackoverflow.com/questions/17328034/c-program-to-calculate-heat-index-not-providing-expected-results

enhancement

Fix to issue #458 and a new example sketch for a watermeter. With this fix, _value and _total are not reset after sending for sensors with valueprocessing == SUM. Instead,...

Implement C_SET command for SensorPowerMeter and SensorWaterMeter so that controllers can set the value of a meter. This is useful for replicating the readout from a physical meter.

https://www.mysensors.org/build/pulse_water

enhancement

https://forum.mysensors.org/topic/10043/water-pulse-meter-value-not-reported-automatically/12

enhancement

The interrupt pins are configured as INPUT in NodeManager::_setupInterrupts() method, this method is called after onSetup of any sensor, than is not possible to change the set of mode of...

wait user input

From https://forum.mysensors.org/topic/10043/water-pulse-meter-value-not-reported-automatically/7 > the counter seem to be reset and there is always a zero value reported after the true value. E.g. after creating a few pulses, I get the...

bug