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
#device_automation_triggers are not triggered
1 messages · Page 1 of 1 (latest)
This is the toggle event:
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?
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
Please anyone? I don't know what else I can try... I made a zha toolkit scan, don't know if it helps