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

ZDO converter for cluster ZDOCmd.IEEE_addr_req has not been implemented! #128

Closed mdeweerd closed 2 years ago

mdeweerd commented 2 years ago

In Home Assistant I got:

2022-01-15 15:53:58 ERROR (MainThread) [zigpy_znp.zigbee.application] ZDO converter for cluster ZDOCmd.IEEE_addr_req has not been implemented! Please open a GitHub issue and attach a debug log: https://github.com/zigpy/zigpy-znp/issues/new

base on execution from zha_custom

async def ieee_ping(app, listener, ieee, cmd, data, service):
     # ...
    res = await dev.zdo.request(zdo_t.ZDOCmd.IEEE_addr_req, dev.nwk, 0x00, 0x00)
puddly commented 2 years ago

Try the dev branch.