-
Notifications
You must be signed in to change notification settings - Fork 28
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
HA_ON_OFF_SWITCH cannot run:Network(0x9761) closed, devices joining not allowed. (TZ-692) #281
Comments
I (23) boot: ESP-IDF v5.1.3 2nd stage bootloader |
It is a reasonable behavior for a Zigbee device, as having the network always open can be unsafe. The Zigbee network will automatically close after 108 seconds or after a reboot, which is beneficial for network safety. You can use |
Is the network default closed in the official example HA_ON_OFF_SWITCH?According to the README.md file of the official example, I feel that it shouldn't be necessary for me to manually configure the network to use. |
When the HA_ON_OFF_SWICH device is in the factory-reset state and forms a network for the first time, it will keep the network open for 180 seconds. However, if it is rebooted, the network will be closed. In such a case, you can call |
谢谢,问题已经解决 |
好的, 如果问题解决了,可以考虑关闭当前的issue。其他的关于esp-zigbee-sdk 的问题,可以另外开issue来讨论。 谢谢。 |
Question
I am using the ESP32C6 development board with the official HA_ON_OFF_SWITCH example. After successful compilation, I encounter an error at runtime: 'Network(0x9761) closed, devices joining not allowed.' What could be the possible reasons for this error?
Additional context.
No response
The text was updated successfully, but these errors were encountered: