Zigbee fails to reconnect after power cycle or deep sleep #10644
Labels
Area: Zigbee
Issues and Feature Request about Zigbee
Resolution: Duplicate
Issue is a duplicate of another issue
Board
ESP32-H2
Device Description
"SuperMini" dev board
Hardware Configuration
GPIO 10 & 11 are connected to I2C, GPIO 0 is ADC
Version
latest master (checkout manually)
IDE Name
Arduino IDE
Operating System
Windows 10
Flash frequency
64MHz
PSRAM enabled
no
Upload speed
921600
Description
NOTE: Using the latest files from #10636, as recommended in #10612. Selected Zigbee mode is
Zigbee ED (end device) - debug
.When initially connecting the device to Home Assistant, it works fine and the connection is stable (tested by commenting out the line that puts the ESP into deep sleep). However, upon power being removed and restored or the device waking from deep sleep, it will no longer connect. To get it to connect again, I have to re-flash the board with flash clearing enabled as Zigbee.factoryReset() doesnt seem to actually clear the stored network information. I also have to remove the device from HA and set it up as if it was a new device.
It seems to be related to the message
ZBOSS: nwk/nwk_join.c:629 Rejoin failure: no dev with xpanid bf:de:b3:e8:e6:a6:c9:f9 or can't choose best parent
. I checked, and that is definitely still the expended ID of the Zigbee network.Sketch
Debug Message
Other Steps to Reproduce
Zigbee coordinator is the ZHA integration in Home Assistant using the Nabu Casa SkyConnect v1.0 dongle.
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: