Zigbee basics and how the "stack" works #11124
Replies: 4 comments
-
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.
-
Sorry for the late reply, I have been busy on other stuff... I'm trying to recreate the Reconnect issue, but so far no success - which in another way is success ;) thanks so far! |
Beta Was this translation helpful? Give feedback.
-
Well, seems I was a bit quick with my conclusion. I worked twice, that after a reset the sensor reconnected to the coordinator... Here's the log from the sensor (end device) directly after a reset (software download). Before communication between sensor and coordinator was fine.
the same messages just keep appering on and on in another attempt i got this from the ED
It just keeps restarting ... on the ZCZR side I got thi during not succesful connect attempt:
|
Beta Was this translation helpful? Give feedback.
-
It does not fail consistently, sometimes I can restart either ED or ZCZR and the communiscation automagically is restored. |
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