Open battuashwik opened 7 years ago
Can anyone help me with this
Hi @battuashwik,
When zigbee device join the network, it will send "ZDO:endDeviceAnnceInd" to Coordinator. So we only implemented this event handler to process device join. Does your device fire ZDO:endDeviceAnnceInd event?
@jackchased, This event (ZDO:endDeviceAnnceInd) is not being fired. I have attached a screenshot of the logs.
@jackchased Can you check logs and tell me if you need more info to understand the issue.
@battuashwik Can you try to factory reset your device? Let the device rejoin the network.
@jackchased i tried doing that, getting the same behavior.
Hi, I seem to have the same issue - did this ever get resolved? I have this behavior - and never see an Ind event - any suggestions?
Thanks
This was a issue with my device not this library. Please also confirm the nv start options to match with your device.
Sorry for possibly spamming this tread, but I seem to get a devInterview message - anybody knows what that is? Cant see it in the shephard wiki...
Nobody knows what a devInterview message is - or where to find out?
On my device pairing ZDO:tcDeviceInd is firing, when i looked at the code https://github.com/zigbeer/zigbee-shepherd/blob/master/lib/components/event_handlers.js#L202 there is no handling with this event. Can someone help, why this is not implemented?