I have a node-red flow which uses an ‘events: state’ node to detect changes in the power consumption of the washing machine. It is to trigger when the consumption drops below 0.04 amps for at least 7 minutes. (best I could do so far to detecting a finished wash).
Yes, the event:state node does seem to send a message even when reading higher amps.
In the graph this node is '“1afe44e1b64884a1”. (sadly event:state nodes have no debug output?)
I but a second ‘trigger:state’ node which monitors the same amps value shows debug output and its ‘conditions’ show in the debug failing for the same value, so the values are correct (numerical comparison etc)…
What is happening with the config of the event:state node that it is not ignoring the state changes that have amps values > 0.04?