#@ajk77_ I converted your message into a
1 messages · Page 1 of 1 (latest)
Oh, that didn't quite work out the way I wanted to.
I guess I should use some pastebin site for the code?
Hi all, I'm trying to write an automation that will trigger on button pushes of the Zigbee remote RC250 from Innr. The device is added to my ZHA network (Sonoff dongle plus 'E'), and I can see events being fired but there are no triggers (known problem, there's a GitHub issue here: https://github.com/zigpy/zha-device-handlers/issues/2522 . I can trigger on the central on/off button, which sends events like this: https://www.openbin.dev/pastes/17dd2578-0032-4812-bed7-8feda189f72c
I can trigger on that with the following code in my automation: platform: event event_type: zha_event event_data: unique_id: 84:ba:20:ff:fe:a7:e6:e7:1:0x0006 command: "off"
But if I press the 'up' button, the event looks slightly different. Note that the "step" doesn't have quotes. https://www.openbin.dev/pastes/cf5f5e82-36ad-47fd-8778-5e8111a8cf83 . I've tried the same trigger as above but with "step" instead of "off", nothing happens, whether or not I use quotes. Any ideas?