-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Zigbee Router with ESP32C6 #11635
-
Hello,
i want to create a zigbee device behind my bathroom mirror with sk6812 leds.
I did this with a wifi connected device already many times, but this time i want to use it as a zigbee device.
So my question is not about the part how to code everything together, but how to get it to deliver all zigbee informations like routing informations (of end devices), lqi etc?
Many zigbee router have a bad behaivor, that they doesnt deliver all informations needed to get a good zigbee map. No routing tables, no lqi, etc.
Do i have to put anything more in the code then
#ifndef ZIGBEE_MODE_ZCZR
#error "Zigbee end device mode is not selected in Tools->Zigbee mode"
#endif
if (!Zigbee.begin(ZIGBEE_ROUTER)) {
Also, someone got experience how to write a converter for z2m or make it compatible?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 3 replies
-
Hello,
I had 0 issues with ESP acting as a router device in the Zigbee network.
Its just as simples you wrote, just make sure you set proper partition scheme and Zigbee mode in the Tools menu in the IDE.
Beta Was this translation helpful? Give feedback.
All reactions
-
Thank you. So, everything should be provided by default? No addition i have to make?
Beta Was this translation helpful? Give feedback.
All reactions
-
Yes, no additions needed :)
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
-
Thank you
Beta Was this translation helpful? Give feedback.