Hi @NachtaktiverHalbaffe ,
ive been trying to get the Aqara Wireless Remote Switch H1 Double Rocker to work with Odroid N2+ Home Assistant Blue, using a ConBee II USB Zigbee-controller.
as per the info in settings its a Aqara 2019 modell.
i managed to add the device, but when checking the zha_event i get the same event over and over.
doset matter if i double click (left or right), hold (left or right) or just simple click (left or right).
{
"event_type": "zha_event",
"data": {
"device_ieee": "54:ef:44:10:00:06:51:5e",
"unique_id": "54:ef:44:10:00:06:51:5e:1:0x0006",
"device_id": "064fbd90b296072636c8ec97f2d818b8",
"endpoint_id": 1,
"cluster_id": 6,
"command": "toggle",
"args": []
},
"origin": "LOCAL",
"time_fired": "2021-10-25T16:12:27.091423+00:00",
"context": {
"id": "a0cb3a09fe4fa9ae0da921f0cfe1b473",
"parent_id": null,
"user_id": null
}
}
Event 0 fired 18:12:
{
"event_type": "zha_event",
"data": {
"device_ieee": "54:ef:44:10:00:06:51:5e",
"unique_id": "54:ef:44:10:00:06:51:5e:1:0x0006",
"device_id": "064fbd90b296072636c8ec97f2d818b8",
"endpoint_id": 1,
"cluster_id": 6,
"command": "toggle",
"args": []
},
"origin": "LOCAL",
"time_fired": "2021-10-25T16:12:26.423373+00:00",
"context": {
"id": "871236f6fb34baa3e5d658451c9d12cb",
"parent_id": null,
"user_id": null
}
}
So just to be clear.
Will i need both the integration for zigbee and deCONZ?
Tried both tho, when just using the Zigbee integration i get the event logs, while on deCONZ i dont get any event logs.
Im a 100% new to this, so please do state even the obvious.
Best regards, a confused swede