Skip to content
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

Manually change the "Extended Pan ID" not working in ioBroker Zigbee-Adapter #6

Open
byPARSE opened this issue May 20, 2024 · 2 comments

Comments

@byPARSE
Copy link

byPARSE commented May 20, 2024

When editing the "Extended Pan ID" in ioBroker Adapter Zigbee.x the Adapter shuts down with following
error messages. I don't know if this is normal and will not work with the zigbee-coordinator v1.0? Maybe it's
a problem of the adapter?

Error-messages are in this order:

  • Unable to apply ExtPanID changes: Error: SRSP - SYS - osalNvRead after 0,2ms
  • Starting zigbee-herdsman problem : "startup failed - configuration-adapter mismatch - see logs above for more information"
  • Failed to start Zigbee
  • Error herdsman start

With default Ext-ID: DDDD.. it works fine.

@byPARSE byPARSE changed the title Manually changing the "Extended Pan ID" in ioBroker crash the Zigbee-Adapter Manually changing the "Extended Pan ID" not working in ioBroker Zigbee-Adapter May 20, 2024
@byPARSE byPARSE changed the title Manually changing the "Extended Pan ID" not working in ioBroker Zigbee-Adapter Manually change the "Extended Pan ID" not working in ioBroker Zigbee-Adapter May 20, 2024
@codmpm
Copy link

codmpm commented May 28, 2024

Hey @byPARSE,

this should be a problem with the nv_backup.json. Zigbee-herdsman tries to recover the backup. This will only work with the same PanID.
Deleting the nvbackup will start a "new" zigbee network with a new PanID.

Could you check the log? zigbee-herdsman will tell that it can't use the existing backup:

2024-05-18 09:19:20.100 - error: host.iobroker-test Caught by controller[2]: zh:adapter:zstack:manager: If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
2024-05-18 09:19:20.100 - error: host.iobroker-test Caught by controller[2]: zh:adapter:zstack:manager: Re-commissioning your network will require re-pairing of all devices!

@Gittimmhub
Copy link

Hey @byPARSE,

this should be a problem with the nv_backup.json. Zigbee-herdsman tries to recover the backup. This will only work with the same PanID. Deleting the nvbackup will start a "new" zigbee network with a new PanID.

Could you check the log? zigbee-herdsman will tell that it can't use the existing backup:

2024-05-18 09:19:20.100 - error: host.iobroker-test Caught by controller[2]: zh:adapter:zstack:manager: If you wish to re-commission your network, please remove coordinator backup at /opt/iobroker/iobroker-data/zigbee_0/nvbackup.json.
2024-05-18 09:19:20.100 - error: host.iobroker-test Caught by controller[2]: zh:adapter:zstack:manager: Re-commissioning your network will require re-pairing of all devices!

@byPARSE
is the problem with the sulition from codmpm solved?
Thanks!

Bixkitts pushed a commit that referenced this issue Jul 16, 2024
Bixkitts pushed a commit that referenced this issue Jul 16, 2024
        - NVRAM Erase tool, showing logs in real time
- Add translation for button NVRAM Erase
- Correct Olimex typo #6 Thanks @mihsu81 🚀
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants