Set the Indicator Light on a Zooz ZEN32 Scene Controller button to Match the State of a Light

Updated blueprint to remove light domain restriction on entity picker. This allows it to work with fans, switches, etc. You can use this with this blueprint and just call the toggle service for the other domain you are using:

A suggestion if someone is willing: Considering there are 5 of these buttons per switch, a single automation to handle a single switch would be vastly preferred, especially if it can include the additional options @sle118 included.

Over my head at the moment, and thank you @halomademeapc for at least getting me started :slight_smile:

Hi @sle118 . Thank you for your contribution on the switch version of the blueprint. It looks like the blueprint for the light version (on/off/dim) points back to the same switch version. Would you have a chance to provide a corrected link to your light version of the blueprint?

Thanks,
Rick

I got this blueprint to work with the indicator lights. However, I would like an option to have the indicator light green when the light is on instead of the indicator light being off. How do I go about changing that? There isn’t an option in the blueprint to change that parameter.

I’m in the same boat here. I have a deck with two zooz outdoor switches. one is attached to some rope light, and another is attached to some string lights. I’ve set the buttons to have their respective colors, and i’d like the light to be on if the switch is on, and off if the light is off - im going to have a second zen32 switch across the room which will basically act as a remote for the first, so i’d like to have the granular control of the lights as thezfunk described.

okay, i deployed this blueprint and it does everything i want, except for one thing - if something else chages the state of the switch a button controls, the buttons light doesnt change. I’d like the status of the assigned switch to govern if the corresponding button light is on or off, has anyone twiddled with that yet?

This is awesome! Exactly what I was looking to do. Has anyone had any success combining this blueprint with that of the “Actions” blueprint for the switch? ZEN32 Scene Controller - Z-Wave JS

It would be nice to set everything up (actions for each scene button) and the LED light behaviors for each button on the controller

For anyone who may stumble across this and wonder “Where is the LIGHT version of the modified blueprint referenced by @sle118 ?”

Working just fine with a ZEN32 800LR on the latest firmware (after updating the model in the blueprint). You may also want to disable the LED Settings Indicator (Param 23) on your ZEN32, otherwise you get green led blinks on every state change.

@Viss
I used the following blueprint to keep the little button indicator LED in sync with the state of the controlled smart plug:

If you’ve done this for a zooz zen32 800R, i’m curious how you aimed this at the actual lights themselves - because all I can see are the scene controllers for the button presses, and when i tried that it just blinked the light green a couple times and didnt change the color or keep the light on. Is there a way you found to specify the light on each button?

I’ve imported this blueprint, and updated the model to zen32 800lr, and added in the extra colors (i prefer magenta), however having disabled parameter 32, and changed the blueprint to work on switches (i have a bunch of zooz outdoor switches controling deck lighting) im trying to get two zooz zen32 800lrs to be syncronized when the deck lights are on or off.

at the minute whats happening is that I press the scene 1 button, and the lights come on, but the indicator light on the button just flashes blue and stays off. I press it again, the indicator flashes white and turns off. My objective is to have the indicator off if the lights are off and magenta if the lights are on, but I can’t seem to figure out how to make this blueprint do that for me. I think I may be doing something wrong?

@Viss

Try setting all the LED’s to Off by default in the zwave config and then use 5 instances of the Linked Entities blueprint above, one for each button and LED (on both Zen32’s) and your remote smart plug. Probably disable the Zen32 blueprint.

The LED indicator light is controlled through the properties that look like:

…Controller Button 3 indication - Binary


I have to say that I am new to HA and zwave and after I started using this Zen32 and a smart plug that is 8’ away I was having some terrible unresponsiveness of the whole system with big delays for things to turn on or off or the HA app not able to control anything for a while and the smart plug kept going dead until I physically pushed the button on the side.
All of that made me suspicious of all these blueprints as actually working.

I swapped in a new smart plug and now everything seems to be working including all the Zen32 indicator lights tracking the remote device status.

I have been looking for some assistance with this ZEN32 - for a long time. I hope that these Blueprints will give me what I want.

Thought I would share with the writers of said blueprints, I have discovered with the latest firmware for the ZEN32 - you get 3 more colors for the buttons. The latest FW adds Magenta, Yellow and Cyan to the color pool.

image

Just put a new 800 series model in my garage and saw that this doesn’t work with it. I put in a change to allow both the 700 and 800 series to work, will look into the additional colors in the firmware update

hi all,
new to HA and blueprint.
I quickly test ZEN32 (Z-Wave JS) to control lights and scenes. works. ill need to test with a door lock and a zen17, but I suspect it will work.

now I want the leds on the zen32 to match lights, scene, door lock and zen17 status. here are a few example:
_ if the door lock is lock, zen32 led to be green, unlock: red.
_ same with garage door: zen17 sensor status si open, zen32 button red, sensor closed: green
_ scene “basement” is
off (all basement lights off) zen32 button 1: white, button 2: off (button 1 been “basement off” and button 2 been “basement on”
on (all basement lights on) zen32 button 1: off, button 2: white
not or nor off: button 1 and 2 leds off.

I havent found a blueprint yet. anyone can help?
thanks

Anyone unable to disable an LED indicator light? I have a couple of the Scene Controller switches and I want the LED indicators on all five buttons to be always off. This works on one switch, but on another the relay indicator is always on, even when the setting is set to always off. Any ideas?

I have found that after setting the LED “state” in the ZEN32 configuration, I had to actually press the buttons to get the indicators to work as programmed in the configuration. Have you tried the buttons after setting the LEDS to always off?

The only solution I found to this was excluding the device, resetting it, and then re-adding it. Now I can set all the indicator lights to be always off.

Isn’t this backwards though? If the light is one, you want the LED of the scene button off and if the light is off, you want the LED on.

I don’t think the blueprint above can handle that.

Try my blueprint here: Zooz ZEN32 Control and Track all in one. If you scroll down to the bottom there is one I’m testing that has nighttime controls per button.