Zooz switches/dimmers V3 & V4 (fw 4.03) - can't seem to get button events working [Solved]

Zen23 & Zen24 models..

I haven't really messed with this before but am trying to generate "pushed" events when tapping the switch.. I get nothing - only switch events.

I tried using the system Zooz central scene drivers and also the @jtp10181's awesome advanced drivers, but no go.

I can "push" any button # using the device page and it works but I cannot do it physically. No events get generated.

Should also mention I am on the latest and greatest SDK...

I am sure I am missing something here... a parameter setting, or maybe this is not possible dunno. :man_shrugging:

Did you enable Parameter 9 switch/ 13 for dimmers ?
Scene Control Events.

Should I call this something else? I think this is what Zooz calls it, and I dont really like it, but I was not sure what would make sense to users.

image

2 Likes

This better?

image

1 Like

:man_facepalming:

Of course that was it!! Thank you... also yeah, that looks like a good description for those of us who need that little bit of "extra" assistance.. :rofl:

My Zen24 V4 dimmer seems to be only reporting button 1 events.. but need to look at a few things first..

I knew it was something simple..

I added support to easily add descriptions on the parameters in my overhaul I just posted on my dev github branch last night. So this will be the first one with a description. It will make it into the dev branch and then the HPM posted driver eventually.

1 Like

Thank you for all your hard work on this.. the drivers are fantastic.

I have recently discovered the joys of using button events instead of switch events for some of my more complicated lighting setups.

Have a "fake" 5-Way switch controlling my upstairs hallway light. (1) Zooz V24 dimmer on my stairway and (3) Zen23 "power only" switches in the hall. Was using Z-Wave associations to sync everything and that worked okay but was a little slow and the non-switched switches made clicking noises (audio popcorn???) trying to catch up.

Just changed my sequences (I use Node-RED for rules) to handle button events and selected the "Disable paddle and Z-Wave Control" in the Smart Bulb settings. Wow that makes a big difference - Light comes on quickly no matter which switch I choose and there is no out of order clicking noises... very cool!!!!

That’s odd that using events through node red is faster than associations. It may have just been the way the associations were structured. The associations gets complicated if you have more than two devices involved. Only advantage is it works if the hub is down but really the only way my hub is down is if the power is out and then the lights don’t work either…

EDIT: Side note, I am strongly considering adding support for the Inovelli Zwave associations App to my drivers which would make the associations much easier to manage. They gave me the go-ahead if I make any improvements to the app they will potentially merge the changes to the official app.

2 Likes

That was my thought too - I was kind of careful about the associations but certainly could have messed something up. Had it set up in a "star" pattern with the main switch (the one with the load) in the "center". I guess I could also have associated each switch with each other as well but was worried things would get too convoluted.

Using buttons eliminated the need for syncing so no more extra clicking sounds. Also kind of nice that each switch is now a lot more flexible - could easily assign them to anything if I wanted to in NR.

Having said that I really like that associations can run without the hub.

I think your idea of incorporating the Inovelli code is a cool one.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.