#device_automation_triggers are not triggered

1 messages · Page 1 of 1 (latest)

junior quest
#

I'm trying to write a quirk for https://github.com/zigpy/zha-device-handlers/issues/4512. This is my current state. The problem is the trigger don't get triggered. In the screenshot are the events visible, but the automation is not triggered. I assume that for dim I have something wrong with the ARGS and PARAMS, but the toggle also doesn't work. ON and OFF worked before the v2 quirk, but now they aren't anymore

GitHub

ZHA device handlers bridge the functionality gap created when manufacturers deviate from the ZCL specification, handling deviations and exceptions by parsing custom messages to and from Zigbee devi...

junior quest
#

This is the toggle event:

junior quest
#

This works for the toggle, but not for dim. I'm confused as I didn't change anything for the trigger... And why are the dim's not triggered? Anyone an I idea what else I could try?

junior quest
#

Can anyone suggest how I can find out why the trigger is not being activated? It's frustrating that I can only use one of the three buttons at the moment

junior quest