I am trying to use the data coming from an event made by Zigbee Home Automation (ZHA). It’s a simple Ikea On/Off Switch that sends an event with some ids and a command to turn on or off. I would like to use that command to actually turn on or off something. But I never worked with events before and don’t know exactly how to do it.
So I am asking for your help. What should I use in order to separate the messages based on the id and then send the command.
I actually tried. But I have about 3 automations in my portfolio so not that good with functions yet. Care to share a solution? What should I type there? I would like to understand that node.
In the meantime I managed to figure out how to filter the messages by using a couple of split and route nodes
Now I gotta find a way to use those 2 messages together (id and command) so I don’t send a command from a different switch.
Yup but function nodes are so obvious to me that I keep forgetting that other nodes exist.
Most of my more complex sequences are call service, state, and function nodes
I know this is old but my god you just saved me, spent hours trying to figure out how to pull out a value for filter and the hover (actually clicking copy path) got me easily. Thanks!!!