ZEN27 Dimmer Light Switch (Brightness/Temperature)
Control a RGBW/RGB+CCT/CCT light with Zooz ZEN27 dimmer light switch (connected via Z-Wave JS)
Features:
- Press Up/Down button once to turn light on/off
- Hold Up/Down button to gradually increase/decrease brightness
- Press Down button, then hold Up button to gradually increase color temperature to be warmer
- Press Up button, then hold Down button to gradually decrease color temperature to be cooler
NOTE:
I created this blueprint after finding many ZEN27 blueprints, none of which supported dimming by holding down the up/down paddle buttons, which I believe to be the core functionality you want out of a dimmer switch.
This blueprint is targeted at controlling a smart light capable of white color temperature, since I wanted to be able to change the light’s white color temperature as easily as I change the light’s brightness. So please ensure the light device you want to control has the color_temp attribute, which you can check under Developer Tools > States.
You will need to create an input_text helper, but this is easily done from Configuration > Helpers. – Make sure to update the new input_text helper’s length to 250 characters. (The input_text is used to store the last switch event that triggered the automation.)
Cheers!