You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing a restart of the znp (by rebooting the computer or by disconnecting USB) leads to No network route (205) errors and no reception of messages. Devices need to be re-paired then. I have the feeling that could be related to the backup-restore (https://github.com/Koenkk/zigbee-herdsman/blob/0ee149fb31dfbd3003abbb6287b8027c57b56e25/src/adapter/z-stack/adapter/backup.ts#L207) and the soft-reset at the end of the restore process.
I can also reproduce this by issuing a soft-reset command.
If I restart the herdsman only (without reboot) this does not happen - as far as I understand that right then there is no backup-restore and no soft-reset - that's why I think it could have something to do with this. I'm using the latest zigbee-herdsman and the hardware mentioned here: Koenkk/zigbee2mqtt#1568 (comment). Test Setup includes a Philips LWB010 Bulb and the Philips RWL021 "Hue Dimmer Switch".
Is there something I can do to track this down? Can you give me advice on how to debug that or which information I could deliver that would be useful to find out whats going wrong? I also got a sniffer in case that helps.
The text was updated successfully, but these errors were encountered:
1 install dev branch (do not forget erase the configuration backup file)
2. re flash the dongle (erase the chip then program and verify)
3. start z2m (if you get the configuration.json.bak messege, erase it and start z2m again)
4 re pair your devices
We have a similar issue with a custom znp. The problem is that after the stick is unpowered, when it's initialized, it's seen as in 'hold'. The code then tries to start it in coordinator mode, it starts but it enters in network commissioning by itself, instead of restoring the previous network state. This happens despite the nv setting ZCD_NV_STARTUP_OPTION set to restore the network state.
Doing a restart of the znp (by rebooting the computer or by disconnecting USB) leads to
No network route (205)
errors and no reception of messages. Devices need to be re-paired then. I have the feeling that could be related to the backup-restore (https://github.com/Koenkk/zigbee-herdsman/blob/0ee149fb31dfbd3003abbb6287b8027c57b56e25/src/adapter/z-stack/adapter/backup.ts#L207) and the soft-reset at the end of the restore process.I can also reproduce this by issuing a soft-reset command.
If I restart the herdsman only (without reboot) this does not happen - as far as I understand that right then there is no backup-restore and no soft-reset - that's why I think it could have something to do with this. I'm using the latest zigbee-herdsman and the hardware mentioned here: Koenkk/zigbee2mqtt#1568 (comment). Test Setup includes a Philips LWB010 Bulb and the Philips RWL021 "Hue Dimmer Switch".
Is there something I can do to track this down? Can you give me advice on how to debug that or which information I could deliver that would be useful to find out whats going wrong? I also got a sniffer in case that helps.
The text was updated successfully, but these errors were encountered: