Arduino-esp32 Zigbee example: switch end device #10344
Replies: 2 comments 2 replies
-
Hello @Antonia-place, I am not sure about your question. BTW. Our implementation of Zigbee library is in progress here: #10265 @P-R-O-C-H-Y can provide more details |
Beta Was this translation helpful? Give feedback.
-
Hi @Antonia-place, the examples in For sure you can edit the Zigbee_Light_Switch example to act as end device or router. Just to inform you those examples will be removed soon, as there is a Zigbee library pending PR #10265 with its own examples, that may be a lot easier to use. You can take a look there. About your case right know, I assume to use the on/off light + on/off switch example, extract the Zigbee initialisation part of the end device one and replace it in the switch example. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am new into Zigbee network and I want to create a mini-network using ESP32-C6 as end devices and an Linux machine with Zigbee2Mqtt and Node-Red as coordinator and display.
I found the examples from here, and I used until now the temperature sensor and light lamp: https://github.com/espressif/arduino-esp32/tree/master/libraries/ESP32/examples/Zigbee
Now, I want to add another esp32-c6 acting like an end device switch but I don't know how to do that. I start to modify the temperature sensor example without any results.
This is my work until now:
Zigbee_switch_05.zip
In the ESP32 Zigbee example forled I see an similar example but is set as coordinator and this is not good for my network, because I need an switch as end device.
Could you, please, help me to solve this issue regarding to an zigbee switch example end device?
Thank you,
Mihai
Beta Was this translation helpful? Give feedback.
All reactions