I have some Zooz switches that were migrated over automatically way back when. For some, I’m able to select the Zooz drivers (I’m enrolled and they’re available), but for others I can’t. I tried excluding and re-adding and it still didn’t allow me to select anything but “Z-wave Switch”
Interesting that you brought that up and I see the issue. Way back in the groovy days I wrote the smartthings drivers for these that Zooz provided (via The Smartest House) to end users. Looking at my old code, I notice the manufacturer on the first run of these (this is a Zen 22 v1) was 015D, so the full code on this one is 015D-0112-241C. BUT, with v2 and on their other later devices, the manufacturer part of the code changed to 027A. So I’m guessing that Zooz either forgot about those or didn’t intend to pick them up with their edge drivers. I’ll email them and ask.
And NOW I realize you’re the one actually writing their drivers these days! LOL Didn’t even realize there was a dedicated channel for them.
Well - straight to the right person I guess! The Zen 21 v1 and v2 along with Zen 22 v1 all had the 015D manufacturer. I never had a Zen 23 or Zen24 v1, but v2 of both are already using the correct manufacturer. Any chance of pulling it in to the drivers?
Zen 21 v2 had the ones below. Zen 22 v1 had parameters 1 and 2, but not 3. Not earth shattering but still. Parm Description Value 1 Invert Switch 0 (Default)-Upper paddle turns light on, 1-Lower paddle turns light on 2 LED Indicator 0 (Default)-LED is on when light is OFF, 1-LED is on when light is ON 3 LED Disable 0 (Default)-LED is on based on parameter 2, 1-LED is off always
Yeah those don’t all line up with the current settings. The 2 and 3 are combined on the 027A models into just parameter 2, and 3 is something else. The profiles also have a bunch of other settings those devices don’t have. So if you tried to use that profile on those switches you would be setting wrong settings and also getting errors because it wont be able to get the values for all unavailable settings.
Long story short, there would have to be a separate profile for those old switches in order to add any to the driver.
I also built in a soft toggle in the driver so this paddle just becomes a toggle regardless of which side of the paddle you tap. That was built into the firmware of later versions but nothing a little software can’t take care! Worked out well because I used it to replace a touch switch.