Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Zigbee Router with ESP32C6 #11635

Closed
MeisterQ started this conversation in Question - Community Help
Jul 24, 2025 · 1 comments · 3 replies
Discussion options

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

You must be logged in to vote

Replies: 1 comment 3 replies

Comment options

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.

You must be logged in to vote
3 replies
Comment options

Thank you. So, everything should be provided by default? No addition i have to make?

Comment options

Yes, no additions needed :)

Comment options

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

AltStyle によって変換されたページ (->オリジナル) /