Zooz z27 v2 double press not longer trigering an action

The rule below used to work when i press my switch on button twice it would trigger the action
I am using the zooz central scene dimmer and the advance dimmer driver but neither of them works any more.
i am not sure if something change and i have to do something extra on the light switch device
I have firmwareVersion: 3.40

The advanced driver is probably mine: [DRIVER] Zooz ZEN Switches Advanced (and Dimmers)

Make sure you have the newest version. I recently added support for the doubleTapped event (previously it was only available as a separate button number).

Make sure you have the "Scene Control Events" setting enabled.

Then open a live logs tab and do the double tap action, see what gets logged. You should see both a doubleTapped event and a pushed event. If you see those, then either one should trigger your rules.

1 Like

Ok i enable the Scene Control Event and updated to the latest and now it works
here are the logs

I get two action when i double click the up paddle twice

dev:5132024-03-20 11:08:37.318 AMinfoFrank's Office : button 3 pushed [up 2x]

dev:5132024-03-20 11:08:37.313 AMinfoFrank's Office : button 1 doubleTapped [up]

on the other device it gets trigger now

app:7882024-03-20 11:08:37.408 AMinfoapp: When Frank's Office button 1 double tapped …

app:7882024-03-20 11:08:37.399 AMinfoapp: Finished

app:7882024-03-20 11:08:37.360 AMinfoact: Turn on Blue-Sky

Thank you very much @jtp10181

1 Like