Hi,
I’m trying catch changes of brightness in Node-Red when my wall dimmer is operated. I can catch ON/OFF with the [events:state] node, but I’m unsure how to catch the dimming.
The wall dimmers are identified as Lights in Home Assistant.
Any tip?
Hi,
I’m trying catch changes of brightness in Node-Red when my wall dimmer is operated. I can catch ON/OFF with the [events:state] node, but I’m unsure how to catch the dimming.
The wall dimmers are identified as Lights in Home Assistant.
Any tip?
For the next reader:
In the Event Node, there is a box called
Ignore state change event when:
“Current state equals previous state”
This allows the Event Node to register Events even if the state is unchanged. For example a dimming of the light keeps the state “on”, but changes the brightness attribute.