not sure if this the place to ask but i just got one of these switches installed the blueprint and nothing works. its running firmware 10.10. controlling the relay work via HA, but none of the buttons work. the zwave js logs also show nothing when i press the buttons.
It’s a ZWave plus device so a factory reset n the Zen32 SHOULD automagically exclude it. Worst case you can delete the dead node after the hard reset completes.
thats what i thought, and just went through the factory reset process but at the end it was still connected to my zwave network, and i can not run the factory reset again.
guess its a defective switch so ill send a ticket in to zooz.
Try powering it off at the breaker and restarting it before you toss in a towel… One of mine did weird things like this right after I upgraded it to the 10. x firmware. Killing power and bringing it back then a factory reset and it’s been ticking along ever since.
that seems to sort of done something i was able to factory reset it but when trying to add it back in its stuck at interviewing node for the past 5+ minutes. never had a node take this long at initial interview. guess i’ll give it some time and see.
however i’m seeing some weird error in the logs which seem to indicate there is something wrong with the auth.
as a hail mary i excluded it again and tried including it with no security. it completed inclusion and now i can see the button presses in the zwave js logs. i have a ticket open with zooz so we’ll see what they say.
just for anyone else seeing this, i get firmware 10.20 from zooz and after upgrade it the zen32 joined S2 authenticate with no issues and its running fine.
Thank you so much! I had noticed that as well when looking through the events. Updated the blueprint and all is well! Wonder what prompted Zooz to change the value from KeyPressed to numeral values
Hey Guys need some help with the ZEN32 Switch. I have a no load ZEN32 ontop of the stairs and a load at the bottom, looking to set them up as a virtual 3 way. I am trying to have the BIG button on either switch turn the load on. When I try to do it with the blueprints here. I am getting the following error:
Error: UndefinedError: ‘dict object’ has no attribute ‘event’
Came here to share my experience with this Blueprint and echo the feedback others have already posted above.
If you’ve recently added a Zen32 to your Zwave collection, make sure you are running the latest firmware. My Zen32 came with Firmware 10.32 and refused to work with this blueprint. Once I upgraded the firmware to 10.32.2, everything worked perfectly.
To get the latest firmware updates, you need to either register your product with Zooz (which will get you direct access to all firmware files) or email [email protected] and request the latest file for your Zen32.
Mine run fine with this Blueprint and firmware version 10.30.2 (at least that’s what they report through Z-Wave JS), which according to Zooz’ OTA Page is the latest for ZEN32.
But my ZSE40s report firmware 32.32.1 which is newer than what they have on that page as well, so you may actually have received a newer firmware than what they posted on that page.
I’m still getting this error on mine
2023-01-09 02:08:27.260 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: ‘dict object’ has no attribute ‘event’ when rendering ‘{{ trigger.event.data.property_key_name }}’
2023-01-09 02:08:27.265 ERROR (MainThread) [homeassistant.components.automation.zen32_z_wave_js_test] ZEN32 (Z-Wave JS) TEST: Error executing script. Error rendering template for variables at pos 1: UndefinedError: ‘dict object’ has no attribute ‘event’
Weird, I’m having no luck with this blueprint as well. We have 4 of these scene switches. The issue I’m having is that the button presses are not causing any actions:
YAML looks like:
- id: '1674170072141'
alias: ScenePad_LRActions
description: Actions that the Living Room Scene pad invokes
use_blueprint:
path: Matt-PMCT/ZoozZen32forZwaveJs.yaml
input:
zooz_switch: be76af9ff099ae0e67a8e8ea4a805f5c
scene_1:
- service: scene.turn_on
target:
entity_id: scene.ambientlighting
metadata: {}
- service: scene.turn_on
target:
entity_id: scene.nightscene
metadata: {}
But those two scenes are not activated by the button press. I see the following in the log book:
Z-Wave JS received event: Central Scene - 0 - Scene 001 triggered by automation ScenePad_LRActions triggered by event ‘zwave_js_value_notification’