I have the same issue. This is my only zwave device. Zen32 works with other blue prints that don’t have all these options in one BP. I’ve even compared your yaml against one that works and don’t see any noticeable difference.
Event looks the same as AxeBro.
Some updates:
Tried a power off server restart.
I’ve removed the other Zen32 blueprints thinking there might be some overlap in some way.
I added action device to all the buttons.
Running latest HA 2024.6.1
ZEN32 800LR firmware showing up to date (2.30.2)
Found this in the log:
Logger: homeassistant.components.automation.new_zen32_scene_and_state_z_wave_js
Source: components/automation/init.py:844
integration: Automation (documentation, issues)
First occurred: 2:31:20 PM (3 occurrences)
Last logged: 2:41:46 PM
Error rendering trigger variables: UndefinedError: ‘dict object’ has no attribute ‘target’
Tried this, seems like it will not turn the relay light off for me. For instance if I set the relay to LED Off for off behavior, and magenta for on behavior. It will change to Magenta then never change back. And tested the night light function (Awesome idea by the way) turned all the other LEDs off but not the relay button.
For a suggestion Is there anyway to have night time mode a choice just to turn off the LEDs of lights that are not on?
I can never get the top relay LED to be off for either Off or on behavior. It will only ever change colour.
That would be great as an option. my thought is then when I have devices on and it becomes nighttime I can still see which buttons I need to turn off when i leave the room if that makes sense.
Think I fixed the relay LED issue, please try it out. Also added setting the switch parameters to the blueprint so it’s easier.
The night time conditional is going to be really confusing, I’m concerned it’s already too confusing. If you have a way to make that easy to understand, I’m open to it. Can already see the next request to choose which buttons follow nighttime as well…
Hey Roy, think Version : 2024.6.1-71 fixed the issue, and the note at the top about parameter 20 is helpful.
I understand about night time, and if its too much dont worry about it. My thought was That sometimes i have 3 out of the 5 buttons on so their LED indicators are on telling me which ones are on. Then night mode kicks in and all the LEDs are now dark, so I have to just rely on memory, now one Zen32 isnt a problem, i have 10 though so I could see that being a bit annoying. But by no means a dealbreaker problem.
True, I have about 5 in bedrooms so it is less of a concern. And ideally when you turn the buttons off that were on then the LEDs would be off until the morning.
sorry - just tried latest - didn’t work. Created a whole new automation… we’re getting closer, as at least now it “triggers” the blueprint - just that the light doesn’t do anything:
@AxeBro Z-wave being repeated will not affect this. You have something else happening… are the rest of your Z-wave devices working ok? Makes me think your HA zwave-js is not functioning right.
I realized that a bunch of the configuration entities for LED color and indicator were still disabled by default. I enable them, which I didn’t expect to fix the problem, but did it preemptively guessing it was necessary for the blueprint to have control of them.