Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch and Light Separation - Zigbee Example #944

Open
thk-socal opened this issue Mar 6, 2024 · 0 comments
Open

Switch and Light Separation - Zigbee Example #944

thk-socal opened this issue Mar 6, 2024 · 0 comments

Comments

@thk-socal
Copy link

As I use this awesome plugin more, I think about more optimization and how it will be used in the future.

In my specific case, I have Zigbee switches that are bound to Zigbee groups. This of course allows the switch to communicate to the light group directly for On/Off and LevelCtrl. However, I must add the switch to the Zigbee group to get it to display the Adaptive Lighting settings when the Brightness is changed. It also requires a broadcast message for all changes to the Zigbee network (which you are improving in a previous request :-) )

So for this thought, it would be amazing if I could separate out the On/Off and Brightness from the Kelvin control.

light.group_family_room_cans
on_off: switch.family_room_switch
brightness: switch.family_room_switch
color: light_group_family_room_cans

It might be a corner case currently, but I think as more homes have more bound switches and lights, it could be a very helpful change to keeping things moving faster and more efficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant