Has anyone tried this to see how well it works with the Zen30? Might not need a custom child device driver any more.
I have several Zen 30s and currently they're working just fine with it. I did and still do have issues with the update but the underlying issues are my fan controllers so have removed them from GH for now.
Hi. I was just fooling around with my new ZEN73LR toggle switch.
I tried this driver as well as the Universal Z-wave Switch driver.
I noticed that this driver does not support parameter 18, which disables LED flashing when parameters are changed. Could be disconcerting if changing colors in a rule.
A manual parameter change could be wiped out, inadvertently.
Thanks.
Looks like they added that setting to the newer model and I had not noticed, I will have to enable it for 2.10 firmware on the next update.
No, it wont get changed by this driver if you set it manually, this driver would not change that setting on its own since it is not defined for that device.
On the ZEN73LR, what does parameter 16 do?
I noticed in the logs that the driver apparently sets it to "default 0".
However, the Zooz documentation says that 1 is the default.
Thanks.
Makes it easier to tell the difference between digital and physical events by setting it to 0.
Hi.
Direct parameter changes from the device page don't seem to work. All I get are groovy errors like this:
Thanks
Hmm yeah this one still has the code in it that I think one of the HE updates broke. I will try and get updates posted soon.
Excellent.
Maybe also a note on associations not being available in LR.
2 posts were merged into an existing topic: Zooz zen30 not responding to on off and dimming commands
I have multiple Zen72's and all acting the same:
Turn on and off with no problem at all.
Via computer I can type a number for "set level" and then click the "set level" button, and the lighs DO dim to that level I typed in.
In the iOS app, in the devices section, turning the light on and off works just fine. The slider for the light dim level, does not work. What am I missing here?
Can't help, but Android app is working okay.
Curious, I did a search.
According to the thread below, it might be an open item for @jtp10181 .
I don't really know though.
Yes, it is something HE changed in the new mobile app which broke my drivers for the level adjusting. I have not posted an update for it yet, sorry. There is a pretty simple patch someone else came up with:
Thank you!
For those who stumble upon this an are not 100% sure where to put his code in the Driver. Here is where I put it in mine and it workes just fine now:
Thanks, and it really go almost anywhere, but that would be the ideal spot for it.
I'm only getting a few preferences showing up since updating to the new UI. Is anyone else having this problem?
Have you done a "Swap Apps" on that device at all?
Try running Configure, that makes an attempt to get any missing data back.
If still not working I need to see the "Data" section from the info tab, that is what the driver uses to determine what settings to show. Also would like to see the Current States.
Yeah you are missing the hardware details for the device. It was a known bug in the swap apps a while back but it should be fixed at this point. So maybe you did a swap on it a while ago.
I checked and my switch and dimmer drivers do not have the code to get that data patched in yet. You can use this driver: [RELEASE] Z-Wave Universal Device Scanner and run the "Get Info" command. Do not need to run anything else. Refresh the page and then check the data section again, should have mfg, deviceId and deviceType. Then switch back to the dimmer driver and run configure again. That should sort it out.