zigbeer / zigbee-shepherd

An open source ZigBee gateway solution with node.js.
MIT License
250 stars 87 forks source link

Device Join Request not firing #25

Open battuashwik opened 7 years ago

battuashwik commented 7 years ago

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?

battuashwik commented 7 years ago

Can anyone help me with this

jackchased commented 7 years ago

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?

battuashwik commented 7 years ago

@jackchased, This event (ZDO:endDeviceAnnceInd) is not being fired. I have attached a screenshot of the logs.

screen shot 2017-08-02 at 4 27 03 pm
battuashwik commented 7 years ago

@jackchased Can you check logs and tell me if you need more info to understand the issue.

jackchased commented 7 years ago

@battuashwik Can you try to factory reset your device? Let the device rejoin the network.

battuashwik commented 7 years ago

@jackchased i tried doing that, getting the same behavior.

mikkel75 commented 6 years ago

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? image

Thanks

battuashwik commented 6 years ago

This was a issue with my device not this library. Please also confirm the nv start options to match with your device.

mikkel75 commented 6 years ago

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...

image

mikkel75 commented 6 years ago

Nobody knows what a devInterview message is - or where to find out?