-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Zigbee Examples persist network after reboot (IDFGH-10677) #11904
Comments
Hi @muc-martin , The esp-zigbee-sdk provides the Besides, more practical examples will be added to esp-idf zigbee. |
@muc-martin We have updated the examples in the esp-zigbee-sdk to store the network and binding information persistently: https://github.com/espressif/esp-zigbee-sdk/tree/main/examples/esp_zigbee_HA_sample So after the reboot, the devices will continue to work together. |
Hello, sorry for stupid question, how exactly can I retrieve stored info from memory? |
The Zigbee Stack related information is maintained within SDK, the SDK will do the store and retrieve by itself. User applicaion only handles the application specific info. |
Is your feature request related to a problem?
I tried the HA_on_off_light HA_on_off_switch
examples and compiled them for the ESP32-H2 everything worked. But after a reboot of the coordinator the light-node needs to reboot as well otherwise commands are not transferred.
Describe the solution you'd like.
Add a example how to persist the zigbee network state for both devices after reboot.
Describe alternatives you've considered.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: