You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 28, 2022. It is now read-only.
I have performed a classic install (latest releas 0.2.0-alpha.0 with latest zigbee-shepherd-converters 8.1.0). I have paired two xiaomi aqara wireless switch with success. I have created/configured and deployed a converter node in my node-red tab.
But when I push one of the buttons, I have these node-red debug messages:
"No converter available for 'WXKG11LM' with cid 'genOnOff', type 'attReport' and data '{"cid":"genOnOff","data":{"onOff":1}}'"
"Please see: https://koenkk.github.io/zigbee2mqtt/how_tos/how_to_support_new_devices.html."
In my names.json file the switch is recognised as
"0x00158d0002044432": {
"name": "",
"type": "EndDevice",
"ieeeAddr": "0x00158d0002044432",
"nwkAddr": 49583,
"manufId": 4151,
"manufName": "LUMI",
"powerSource": "Battery",
"modelId": "lumi.sensor_switch.aq2",
"epList": [
1
],
"status": "online",
"joinTime": 1554228918
}
I have performed a classic install (latest releas 0.2.0-alpha.0 with latest zigbee-shepherd-converters 8.1.0). I have paired two xiaomi aqara wireless switch with success. I have created/configured and deployed a converter node in my node-red tab.
But when I push one of the buttons, I have these node-red debug messages:
"No converter available for 'WXKG11LM' with cid 'genOnOff', type 'attReport' and data '{"cid":"genOnOff","data":{"onOff":1}}'"
"Please see: https://koenkk.github.io/zigbee2mqtt/how_tos/how_to_support_new_devices.html."
In my names.json file the switch is recognised as
"0x00158d0002044432": {
"name": "",
"type": "EndDevice",
"ieeeAddr": "0x00158d0002044432",
"nwkAddr": 49583,
"manufId": 4151,
"manufName": "LUMI",
"powerSource": "Battery",
"modelId": "lumi.sensor_switch.aq2",
"epList": [
1
],
"status": "online",
"joinTime": 1554228918
}