Zooz ZSE43 Driver request

Pretty sure they removed it.

1 Like

My ZSE43 is running firmware 1.10. I have just tried the Driver, above.

  1. Seems to be working on my device. Pending Refresh and SyncStatus both report properly. Though I don't know if it has really adjusted the Wakeup Interval.
  2. The Shock Sensitivity now provides for only High and Low values. With the HE Driver it provided for High, Medium, and Low.
  3. The Wakeup Interval will only accept a maximum value of 24 hours. Really wanting to set it to something like 120 hours.
  4. I really appreciate the fuller description of every parameter.

You could try, but I doubt it will work.

Last time I tested this on a zooz device (admittedly a long time ago) it did ~24h max. Any setting above that still did ~24h. I think it is a "quirk" of their firmware...

I just posted an updated version at the same link. @dean @halfrican.ak

  1. You can check the last reported wakeup value in the "data" at the bottom of the device page listed as zwWakeupInterval
  2. Fixed, I had both Medium and Low mapped to the same value on accident.
  3. I explained this above. If you want to edit the code it is around line 92, you can adjust the range higher but the device probably will not take anything greater than 24hrs.

This is also now fixed.

3 Likes

Driver seems to be working perfectly for me now, thanks

1 Like

Should there be an option for Reporting of "None"?

Zooz Support confirmed to me that the ZSE43 has an allowable wakeup interval of 600 to 86400 seconds.

Note/Rant: I am constantly surprised by the engineering decisions made by Zooz. They have some really innovative products, but they are usually hampered by really dumb design decisions. In the case of the ZSE43, the battery is way too small, and there is no reason to limit the wakup interval to 24 hours, nor make it so difficult to change.

Not sure what you are asking exactly? What reporting?

It is not difficult to change, it is easily changed using the standard zwave commands. It was only difficult because drivers typically do not implement a setting for this.

2 Likes

Meh. All of that is debatable/opinion.

Battery too small?

  • Maybe. I always want bigger battery, but it does last about a year for me on my garage doors, so it doesn't seem THAT bad. I only have the tilt sensor enabled on mine, maybe that makes it last longer than having shock + tilt? Don't know, didn't test shock on it other than to write an (unpublished) driver for it.
  • EDIT: Never mind the below text. Zooz confirmed the ZSE43 800LR will use the same CR2032 battery as the previous model. Boo.
    That said, I am hoping they put a CR2450 battery in the ZSE43 800LR version that is upcoming, like they did on the ZSE42 800LR model. Not sure if they will or not as they left the ZSE41 800LR model at CR2032, so they clearly aren't going to CR2450 across the board...

Wakeup period?

  • Yes, I also think they should support the max in the spec. But that said, there is almost zero PRACTICAL battery life to be gained doing 1 day vs 30 days vs 90 days on wakeup. It is easy to calculate what the benefit would be, and it is essentially zero.
  • Plus I could totally see users setting it to 180 days and then also bitching that changes to the configuration never work/take effect. :wink:

Wakeup difficult to change?

  • It is changed the same way it is changed on every other zwave device.
  • Maybe the complaint is with Hubitat and their in-box drivers that don't expose most settings? Still not a Zooz specific issue though.
1 Like

@dean @halfrican.ak
Driver was released and added to HPM package. Minor updates since the test driver was posted:
-- [DRIVER] Zooz Sensors Advanced (ZSE11, ZSE18, ZSE40, ZSE41, ZSE42, ZSE43, ZSE44)

2 Likes