-
Notifications
You must be signed in to change notification settings - Fork 43
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
ZDO Device Unavailable (0x3c) (TZ-1581) #581
Comments
This signal is usually generated when a command for a remote device is confirmed as unreachable after multiple APS retransmissions. At this point, the remote device is either offline or does not exist. It would be best to investigate the root cause of the issue from the remote device's side. Could you also provide more details about the End Device, such as its logs and relevant functions? |
Question
Sometimes I can see in logs in
esp_zb_app_signal_handler()
ZDO Device Unavailable (0x3c)
And unavailable current device. Not neighbor
Current device addr is 0x4ee9, and unavailable address is the same
Device is not responsive during these situations. I have to reboot it
Logs:
In Wireshark these moments looks like

What is the proper way of processing such situations?
Additional context.
ESP32-C6 End Device. Addr of device is Short: 0x4ee9, long: 0x404ccafffe5b2744
SDK 1.6.3
The text was updated successfully, but these errors were encountered: