-
Notifications
You must be signed in to change notification settings - Fork 39
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
esp_zb_zdo_device_leave_req() It did't work. (TZ-1439) #522
Comments
esp_zb_factory_reset() --> I tested it, but it didn't work |
esp-zigbee-lib version. esp-zboss-lib version. |
@badjane , Could you share the log of the end device? I suspect that the re-steering logic might have been triggered in the application. |
Sorry, it's project privacy. But you can reproduce it as follows
Use an HA switch to open the network by pressing the button, and let the HA lamp connect to the switch. After the lamp is connected, press the button to close the HA switch and connect to the network. At this time, the switch informs the lamp to leave the network, and then start all steps again after the lamp leaves the network。
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2025年1月9日(星期四) 上午10:40
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [espressif/esp-zigbee-sdk] esp_zb_zdo_device_leave_req() It did't work. (TZ-1439) (Issue #522)
@badjane ,
Could you share the log of the end device? I suspect that the re-steering logic might have been triggered in the application.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I am a bit confused about this step. Which device do you expect to connect to the network? If it's the HA lamp, I don't think it's necessary since it is already part of the network. |
Answers checklist.
IDF version.
v5.2.1
esp-zigbee-lib version.
1.6.0
esp-zboss-lib version.
1.6.0
Espressif SoC revision.
ESP32-C6
What is the expected behavior?
When the network is open, the endpoint device will be able to re-enter after leaving the current network
What is the actual behavior?
This is because the end device that invokes the interface cannot connect to the previous network after the restart
Steps to reproduce.
More Information.
not
The text was updated successfully, but these errors were encountered: