Zigbee basics and how the "stack" works #11124
Replies: 1 comment
-
Hi @PerennialNovice, if you can post a logs from both devices when they are failing to connect it will help me to resolve your problem. Also (may not be the case), I recommend using some branded boards or the best Espressif dev kits, you can also buy them on Aliexpress in Espressif Official Store. Lot of mini boards have poor antenna, which is causing issues when connecting/reconnecting. Can confirm with the logs :) For the Zigbee library there is no documentation yet, as the library is still a lot in progress and bringing a lot of fixes and new features in time. But the documentation is planned to be done. About the Zigbee network topology you can find a lot great videos on YouTube. I am sure you can find them yourself :) |
Beta Was this translation helpful? Give feedback.
-
I am new to zigbee and wonder about lots of things :)
What bothers me most, is that I cannot get an end device reconnect after I Powered it off without restarting the coordinator as well (I play around with Thermostat and Temperature_Sensor example)
I read a bit along different sites, including the issues here and sort of understood that there is a "stack" which should handle that. But it does not happen with my 2 ESP32-C6 Super mini boards (from aliexpress, no idea who made them).
Same problem, whe power cycling or resetting the coordinator, the sensor does not get reconnected to the network...
I am a bit reluctant to open an issue, because it might very well be possible that I miss the obvious due to my poor knowledge of zigbee standard
I feel that I miss some very substantial basics of he whole zigbee world and yould like to fill those knowledge gaps, but so far, I only found some fairly basic tutorials on how to install arduino IDE and create example prjects that don't explain much of the whole zigbee concept and network topology
So I hereby ask if anyone has some good sites they can recommend to get a least a little background knowledge on how things are organized in the zigbee world.
thanks
Beta Was this translation helpful? Give feedback.
All reactions