Add PowerOnOff Switch as supported zigbee component for ESP32 #3710
Unanswered
flod-1
asked this question in
Component enhancements
Replies: 2 comments 2 replies
|
🏷️ I've automatically added the |
0 replies
|
Switch support will come soon. At the moment we are blocked by the sdk upgrade so everything is delayed. |
2 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.
Component name
Zigbee
Link to component documentation on our website
https://next.esphome.io/components/zigbee/
Describe the enhancement
Currently, the Zigbee component only supports Binary sensor and sensor for ESP-32.
In future it should also support Switch component.
Use cases
I would like to extend my existing Zigbee mesh network with multiple sensors and also switches to control different action, such as relays for water irrigation. For my setup, it's important to integrate them via Zigbee and not Wifi, as the main-powered ones should be used as Zigbee mesh router for other battery-powered sleepy zigbee end devices.
Unfortunately it's not possible to create Zigbee switches with ESPHome at the moment. Therefore I'm creating them with Arduino IDE nowadays, which is way more complicated and error-prone. Having this would enable switching more devices to ESPHome :)
Anything else?
No response
All reactions