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
I have updated ESP Zigbee libs (esp-zboss-lib and esp-zigbee-lib) to the latest version, with corresponding IDF version, and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
5.3
esp-zigbee-lib version.
1.6.3
esp-zboss-lib version.
1.6.3
Espressif SoC revision.
ESP32-C6
What is the expected behavior?
Device leaves from the network after leave request receives
github-actionsbot
changed the title
Zigbee stack assertion failed during leave request
Zigbee stack assertion failed during leave request (TZ-1545)
Feb 16, 2025
I think this is a usage issue. Could you try executing esp_zb_bdb_start_top_level_commissioning(ESP_ZB_BDB_MODE_NETWORK_STEERING); after receiving the ESP_ZB_ZDO_SIGNAL_LEAVE signal, which indicates the device has successfully left?
Answers checklist.
IDF version.
5.3
esp-zigbee-lib version.
1.6.3
esp-zboss-lib version.
1.6.3
Espressif SoC revision.
ESP32-C6
What is the expected behavior?
Device leaves from the network after leave request receives
What is the actual behavior?
Steps to reproduce.
My code is simple:
What am I doing wrong?
P.S. I am not sure if this is a bug. I accidentally selected bug type issue
More Information.
Fun fact! After erasing flash, there is no such error. But after several days of work, this error comes up
The text was updated successfully, but these errors were encountered: