Zooz ZEN 72 dimmer association group doesn't work with double tap

ok I guess the driver code just needs to be updated. I was able to expose parameter 7 for the Zen72 by changing line 514 in the driver code
from this
changes: [71:[num:null], 72:[num:null]]
to
changes: [71:[num:null], 72:[]]

Yes parameter 7 was not previously available for all the switches, looks like they opened it up. I will have to update the driver to officially support it.

3 Likes

I updated my driver so the Parameter 7 will show up for the ZEN72 now if you have the current firmware installed.

2 Likes