Hi all,
as wrote on object, i want to fire an event (to catch from node-red) when a message with payload off is received on a group address of my knx bus.
the message is always off because the group is attached on all light of my house to switch off all them.
what i have tried to do was to put a binary_sensor like this:
this don’t works, i think the cause is that state not really change because the only message written on the group is off.
how i can do this job in right way?
you could also try reset_after with your binary_sensor. https://www.home-assistant.io/integrations/binary_sensor.knx#reset_after
The problem is that this sets the state to OFF again. You would need to invert your binary_sensor, but there is no configuration option for this. Maybe you can just use a logic in one of your knx devices to invert this and send it to a new GA.
The binary sensor approach works, but I get two state changed events with off. ignore_internal_state = True ist set. Also, I set the sync_state= false, but it doesnt make a difference.
Does anyone knows why the event is getting fired a second time?