Hi everyone, I’ve posted request for help in hassio channel and wondered if it’s useful to request help in here as well!
I have Xiaomi aqara switch WXKG11LM.
My setup is hassio+deconz addon with conbee2
It pairs successful as switch.
However, I’m not able to get buttonevent state when I press the button.
Looking at the log file on the app i see this
23:38:34:936 Device TTL 4379 s flags: 0x7
23:38:45:110 no button handler for: lumi.sensor_switch.aq2 ep: 0x01 cl: 0x0000 cmd: 0x0A pl[0]: 005
23:38:45:110 ZCL attribute report 0x00158D00023303F2 for cluster 0x0000, ep 0x01
23:38:45:110 0x00158D00023303F2 skip Xiaomi attribute 0x0000
23:38:45:110 0x00158D00023303F2 extract Xiaomi special attribute 0xFF01
23:38:45:110 01 battery 2975 (0x0B9F)
23:38:45:110 03 temperature 27 °C
23:38:45:110 04 unknown 13224 (0x33A8)
23:38:45:110 05 RSSI dB (?) 123 (0x007B)
23:38:45:110 06 LQI (?) 0 (0x0000000000)
23:38:45:110 0a unknown 0 (0x0000)
Deconz_event doesn’t pick any event from the button.
On node red debug, i get this
{“config”:{“battery”:100,“on”:true,“reachable”:true,“temperature”:2500},“e”:“changed”,“id”:“3”,“r”:“sensors”,“t”:“event”,“uniqueid”:“00:15:8d:00:02:33:03:f2-01-0006”}
As you can see, i don’t have a button event!
I hope you could help me.
Many thanks