Multi switch and sketch Zigbee_Contact_Switch.ino #11418
Replies: 3 comments 1 reply
-
Hi @JetRob, the contact switch endpoint uses IAS Zone cluster. You can try to add more instances of the class with different endpoint number:
But there might be a limitation of the Zigbee IAS cluster due to security.
This is tested and works well with the HA. Also as it's binary it's just 2 states like the contact switch. You can give it a try :) |
Beta Was this translation helpful? Give feedback.
-
@P-R-O-C-H-Y
But when compiling with arduino ide v2.3.6, I got an error message:
thank you for your help |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm experimenting with Zigbee on an ESP32-C6 to eliminate the need for Wi-Fi.
I tested the Zigbee_Contact_Switch.ino sketch; it works very well, but I need to manage multiple switches on the ESP32-C6.
I've searched everywhere (internet, documentation) but haven't found anything. The various tests I've run (creating endpoints, etc.) haven't worked.
Thanks in advance if anyone can help me.
Beta Was this translation helpful? Give feedback.
All reactions