Zigbee Router with ESP32C6 #11635
MeisterQ
started this conversation in
Question - Community Help
Replies: 1 comment
-
Hello, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
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