- Notifications
You must be signed in to change notification settings - Fork7.8k
Decouple relay and multiple press action for zigbee light switch?#11743
-
Hi, I’m wondering if these features are supported? |
BetaWas this translation helpful?Give feedback.
All reactions
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:- Automatic binding: Switches can automatically discover and bind to lights
- Manual binding: You can manually configure which lights the switch controls
- Multiple binding: One switch can control multiple lights simultaneously
Manual Binding Mode (Key for your use case)
The library includes a setManualBinding(true)…
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 isZigbee_On_Off_MultiSwitch
|
BetaWas this translation helpful?Give feedback.