zigpy / zigpy-znp

TI CC2531, CC13x2, CC26x2 radio support for Zigpy and ZHA
GNU General Public License v3.0
145 stars 40 forks source link

While pairing an Opple Switch from Aqara getting ZDO converte for cluster 51 not implemented #112

Closed pipiche38 closed 2 years ago

pipiche38 commented 2 years ago

During the pairing of an Opple Aqara Switch (on Domoticz ) I'm getting the following error:

Dec 19 12:22:28 rasp domoticz[31682]: 2021-12-19:12:22:28,686 DEBUG    [application.py:1238] Intercepted a ZDO request: dst_addr=AddrModeAddress(mode=<AddrMode.NWK: 2>, address=0x003D), dst_ep=0, src_ep=0, cluster=51, sequence=14, options=TransmitOptions.SUPPRESS_ROUTE_DISC_NETWORK|ACK_REQUEST, radius=30, data=b'\x01\x00'
Dec 19 12:22:28 rasp domoticz[31682]: 2021-12-19:12:22:28,688 ERROR    [application.py:1262] ZDO converter for cluster 51 has not been implemented! Please open a GitHub issue and attach a debug log: https://github.com/zigpy/zigpy-znp/issues/new
Dec 19 12:22:28 rasp domoticz[31682]: 2021-12-19 12:22:28.689  Error: Zigpy Plugin: 'worker_loop' failed 'No ZDO converter'
puddly commented 2 years ago

Fixed in https://github.com/zigpy/zigpy-znp/pull/110.