zigbee-shepherd: Failure to connect with some Devices
Hello,
When I try to connect some devices ( it happens with both the SmartThings multisensor and the Xiaomi MI Smart Home wireless switch ) I will recieve this error
cc-znp:AREQ <-- ZDO:tcDeviceInd, { nwkaddr: 6556, extaddr: '0x00158d0001549d8b', parentaddr: 0 } +13s
cc-znp:AREQ <-- ZDO:endDeviceAnnceInd, { srcaddr: 6556, nwkaddr: 6556, ieeeaddr: '0x00158d0001549d8b', capabilities: 128 } +364ms
cc-znp:SREQ --> ZDO:nodeDescReq, { dstaddr: 6556, nwkaddrofinterest: 6556 } +1ms
cc-znp:SRSP <-- ZDO:nodeDescReq, { status: 0 } +10ms
cc-znp:SREQ --> ZDO:nodeDescReq, { dstaddr: 6556, nwkaddrofinterest: 6556 } +10s
cc-znp:SRSP <-- ZDO:nodeDescReq, { status: 0 } +10ms
Cannot get the Node Descriptor of the Device: 0x00158d0001549d8b
Cannot get the Node Descriptor of the Device: 0x00158d0001549d8b
The Error appears to be caused by a timeout when sending
controller.request('ZDO', 'nodeDescReq', { dstaddr: nwkAddr, nwkaddrofinterest: nwkAddr })
Looking at the code, it appears the device is not responding, however both of these devices have been confirmed as working, and worked flawlessly with their respective hubs
Thank You,
- Nick Remijn
About this issue
- Original URL
- State: open
- Created 7 years ago
- Comments: 26 (8 by maintainers)
Commits related to this issue
- Fix checkOnline callback (#8) — committed to kirovilya/zigbee-shepherd by ugrug 6 years ago
I got Xiaomi switches working: https://github.com/zigbeer/zigbee-shepherd/issues/26