Hello !
Thanks for this blueprint.
I am using ZHA and I have a little issue, whenever I turn on multi press events, the short press action is not triggered for some reason. I can make it work if I put 1ms for the multi press delay, but then multi press events are unuseable.
I tried 2 buttons that I bought together and I have the same issue
Here are the zha events I get for a single press on the button :
Événement 2 déclenché 21:14:
{
"event_type": "zha_event",
"data": {
"device_ieee": "00:17:88:01:08:94:f8:09",
"unique_id": "00:17:88:01:08:94:f8:09:1:0x0006",
"device_id": "a94155be159cc7f134cc664affafd433",
"endpoint_id": 1,
"cluster_id": 6,
"command": "on",
"args": [],
"params": {}
},
"origin": "LOCAL",
"time_fired": "2022-11-07T20:14:39.826789+00:00",
"context": {
"id": "01GH9VP4PJRHN0ZMGHXAB0HGA4",
"parent_id": null,
"user_id": null
}
}
Événement 1 déclenché 21:14:
{
"event_type": "zha_event",
"data": {
"device_ieee": "00:17:88:01:08:94:f8:09",
"unique_id": "00:17:88:01:08:94:f8:09:1:0xfc00",
"device_id": "a94155be159cc7f134cc664affafd433",
"endpoint_id": 1,
"cluster_id": 64512,
"command": "on_press",
"args": {
"button": "on",
"press_type": "press",
"command_id": 0,
"args": [
1,
3145728,
0,
33,
0,
0
]
},
"params": {}
},
"origin": "LOCAL",
"time_fired": "2022-11-07T20:14:39.711377+00:00",
"context": {
"id": "01GH9VP4JZ8WFBDK8WEYWVV0SN",
"parent_id": null,
"user_id": null
}
}
Événement 0 déclenché 21:14:
{
"event_type": "zha_event",
"data": {
"device_ieee": "00:17:88:01:08:94:f8:09",
"unique_id": "00:17:88:01:08:94:f8:09:1:0xfc00",
"device_id": "a94155be159cc7f134cc664affafd433",
"endpoint_id": 1,
"cluster_id": 64512,
"command": "on_short_release",
"args": {
"button": "on",
"press_type": "short_release",
"command_id": 0,
"args": [
1,
3145728,
2,
33,
1,
0
]
},
"params": {}
},
"origin": "LOCAL",
"time_fired": "2022-11-07T20:14:39.527602+00:00",
"context": {
"id": "01GH9VP4D76MAJTFJ6FGVS1951",
"parent_id": null,
"user_id": null
}
}