Due to the amount of code I am now maintaining the biggest bottleneck is doing extensive testing for every update. I want to try out public beta testing so you all can help me test new code before I push it out to everyone.
According to my metrics being collected as of 4/20/2025 there are over 6,000 users running my Hubitat drivers, with over 18,000 separate devices!
Current Beta Versions:
See posts below for changelog as updates are made.
No it should be fine without running it. I might be adding the code I used in the ZEN16/17 to force a configure when updating (or new installs). That will prevent the issue of people switching without doing configure.
I have the new Zooz Zen75 Heavy Duty Switch which has been working excellent with your "Zooz Zen Advanced Switch" driver. No changes have been required. I noticed the Zen75 is not listed as a supported device in zooz-zen-switch.groovy code and probably should be. Thank you for the time and effort you have put into this driver which I use for multiple switches in my home.
I've also noticed that the preferences are in different, seemingly random order between the ZEN22 and ZEN72. One seems to "sort" in order of parameter and the other one "sorts" using the Windows number sorting - 1, 2, 22, 23, 3, 3x, etc.
Yes I will be adding it, thanks for reminding me. I assume when you use that driver none of the settings are presented? That will get fixed when I add it officially.
Yes, when you set it to Disabled in the back end it disables it via the other hidden setting.
They should display in the order I have them in the code, and settings that are identical (or very close) across multiple devices are all the same entry in my list. So they should be in the same order. There are a few settings which are in the 2x but not the 7x and visa-versa but I try to group them together by function similar to how the Zooz docs groups them.
What model and post a screenshot of the one that seems to be sorting lexicographically (1, 2, 22, 23, 3, 3x). There is a possibility when I am moving the data around in different Maps it is getting sorted by the settings number somehow. Used to always work fine but maybe something has changed with HE back end.
Whenever I get a new Zooz device, I always go through their Advanced Settings documentation for it and scribble down my own "Param / Size / Value" chart for my desired settings for its #1 thru #x params.
The descriptions in the driver then make it super easy to compare my chart to the device settings as I enter them -- it's very helpful -- thank you!
I double checked preferences and saved and configured all 6 of my Zen76s. Two of them showed pending changes and eventually synced. Not sure what was different about those two, since the preferences were exactly the same. Everything so go so far.
Configure sets every single setting and confirms, sometimes some of the confirmations don’t come back right away due to all the traffic. So they could be a delayed sync or sometimes you have to run it once more or save preferences to get it to confirm everything.