-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device Join Request not firing #25
Comments
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. |
@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. |
This was a issue with my device not this library. Please also confirm the nv start options to match with your device. |
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?
The text was updated successfully, but these errors were encountered: