Hi everyone, I’m having trouble configuring an events:all node to read a message sent by a KNX button.
I tried it with an HA automation and it works perfectly.
This is the automation code:
I don’t know Nodered, but knx.telegram is a trigger, not an event… I guess this doesn’t work here.
There is knx_event - maybe this is what you are looking for. See knx integration documentation for how to set it up.
I don’t use this integration myself, however reading the documentation suggests that the integration only submits events to the Home Assistant event bus, if it is configured to do so.
The inference is that, if you don’t configure for events, there will be no events.
knx:
event:
- address:
- "1/3/15"
This is only a guess, but adding the above in the config may cause the integration to add events matching the address given. You can see in the documentation further details on how to add additional information to each event.
As suggested, start with the basics and a debug node set for the complete message, and work from there.