Decouple relay and multiple press action for zigbee light switch? #11743
-
Hi, I’m wondering if these features are supported? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @ferbulous, Yes, these features are supported! The Arduino-ESP32 Zigbee library does support the functionality you're looking for - binding switches to Zigbee lights and effectively "detaching" the relay from the button. This is exactly what smart switches like Aqara do. Key Features Available:
Example you can look into is Zigbee_On_Off_MultiSwitch
|
Beta Was this translation helpful? Give feedback.
Hi @ferbulous,
Yes, these features are supported!
The Arduino-ESP32 Zigbee library does support the functionality you're looking for - binding switches to Zigbee lights and effectively "detaching" the relay from the button. This is exactly what smart switches like Aqara do.
Key Features Available:
Switch-to-Light Binding
The library provides comprehensive binding capabilities:
Manual Binding Mode (Key for your use case)
The library includes a setManualBinding(true)…