I’m trying to get ios.action_fired to work in Node red. The only thing I can get to work is using an “events All” in node-red and for it’s event type “ios.action_fired” but there isn’t a field to specify the action name, so as a result if I have more than one ios action it will not work.
Has anyone gotten something like this to work? I tried to do it as an automation in HA but I’m struggling to do get that working at all and I would prefer to have it in node-red.
Thanks. How should the switch node be set up to look at the message.payload. I tried contains “lightsoff”, lightsoff is defined in the action but that didn’t work.