Node "events: state" won't update

Hi everyone,

I am observing a very strange behavior and do not really know how to solve it - or at least narrow it down in the first place:

Using the community add-on of Node-RED (v.13.5.2) I have a flow using the node “events: state” to detect changes of a sensor’s value. If the value passes a threshold the flow gets triggered. So far so good. Lately I experienced more and more often that the state in the node would not change - although, the value of the sensor itself had changed.

So I inserted a node “trigger: state” with the exact same sensor. And as you can see in the screenshot below, the state did change while the node “event: state” still has the old value.

Has anybody experienced the same or knows how to solve this?
I am thankful for any hint or suggestion.

Cheers,
Zwo

I’m experiencing this very same issue plus a few similar things. Did you find a solution?