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
The esp_zb_bdb_dev_joined() indicates whether the device is currently on the network, while the esp_zb_bdb_is_factory_new() indicates that the device may not currently be on the network but has previously joined one.
When I unplug the Zigbee dongle, the esp_zb_bdb_dev_joined() function still returns true. However, there are no other Zigbee devices in the network, meaning the ESP32-H2 has no connection in this scenario.
Is this normal and is there another way to check if the esp32 is connected to the network?
Question
How do I get the current zigbee connection status? (I want to use an LED as a connection-indicator)
Thank you
Additional context.
No response
The text was updated successfully, but these errors were encountered: