ZOOZ Water Leak XS Sensor (ZSE42)

Posted on
Fri Aug 20, 2021 1:31 pm
aldera offline
User avatar
Posts: 188
Joined: Aug 30, 2016
Location: Michigan, USA

ZOOZ Water Leak XS Sensor (ZSE42)

Just got this the other day. Submitted the device via your website. Below is the device readout.

It does sync and report battery level. That's about it. It doesn't notify when there's a water leak detected.

Code: Select all
Indigo Z-Wave Version: 2021.1.1
Node ID: 138
Model: Notification Sensor
Model ID: 7000E002
Manufacturer: Zooz
Manufacturer ID: 027A
Protocol Version: 7.13
Application Version: 1.10
Model Definition Version: 0
Library Type: 3
Class Name: Notification Sensor
Class Hierarchy: 04 : 07 : 01
Command Class Base: 00
Command Versions: 80v1 84v2 85v1 86v1 87v1 8Ev1 55v1 59v1 5Av1 5Ev1 9Fv1 20v1 70v1 6Cv1 30v1 71v1 72v1 73v1 7Av1
Encryption Status: Not Supported
Multi-Endpoint Types: - none -
Multi-Endpoint Classes: - none -
Multi-Instance Counts: - none -
Features: routing, battery, beaming, waking
Neighbors: 2, 10, 16, 30, 37, 38, 39, 41, 45, 47, 48, 50, 52, 58, 70, 80, 93, 95, 97, 118, 121, 132
Associations: 1:[1] 2:[]
Config Values: - none -

Posted on
Sun Aug 22, 2021 4:52 pm
matt (support) offline
Site Admin
User avatar
Posts: 21416
Joined: Jan 27, 2003
Location: Texas

Re: ZOOZ Water Leak XS Sensor (ZSE42)

Thanks – I'll look into get a definition added for this one.

In the mean time can you try this technique to see if that catches the incoming command correctly?

Image

Posted on
Thu Sep 09, 2021 7:49 pm
aldera offline
User avatar
Posts: 188
Joined: Aug 30, 2016
Location: Michigan, USA

Re: ZOOZ Water Leak XS Sensor (ZSE42)

Hi Matt,

Took awhile but I finally got around to it.

WATER DETECTED:
Code: Select all
                RCVD requestBinarySensorStatus: 01 0A 00 04 00 8A 04 30 03 FF 06 B5
   Z-Wave Debug                    . .  requestBinarySensorStatus: node 138, endpoint None, type 6, value 255
   Z-Wave Debug                    RCVD requestAlarmSensorStatus: 01 0F 00 04 00 8A 09 71 05 00 00 00 FF 05 02 00 FB
   Z-Wave Debug                    . .  requestAlarmSensorStatus: node 138, endpoint None, cmdClass 71, type 0, value 0, classSubKey 710000
   Z-Wave Debug                    . .  requestAlarmSensorStatus: typeExt 5, valueExt 2, classSubKeyExt 7100000502


WATER OFF
Code: Select all
   Z-Wave Debug                    RCVD requestBinarySensorStatus: 01 0A 00 04 00 8A 04 30 03 00 06 4A
   Z-Wave Debug                    . .  requestBinarySensorStatus: node 138, endpoint None, type 6, value 0
   Z-Wave Debug                    RCVD requestAlarmSensorStatus: 01 0F 00 04 00 8A 09 71 05 00 00 00 FF 05 00 00 F9
   Z-Wave Debug                    . .  requestAlarmSensorStatus: node 138, endpoint None, cmdClass 71, type 0, value 0, classSubKey 710000
   Z-Wave Debug                    . .  requestAlarmSensorStatus: typeExt 5, valueExt 0, classSubKeyExt 7100000500



I used
* 0x71 0x05 0x00 0x00 0x00 0xFF 0x05 0x02 * for Water Detected

and

* 0x71 0x05 0x00 0x00 0x00 0xFF 0x05 0x00 * for Water Off

Both triggers worked! Thanks!

Ralph

Posted on
Thu Sep 09, 2021 7:56 pm
aldera offline
User avatar
Posts: 188
Joined: Aug 30, 2016
Location: Michigan, USA

Re: ZOOZ Water Leak XS Sensor (ZSE42)

Matt,

I also emailed Zooz and they said they would send you samples of the device. They seem to have pretty good customer service as they responded within an hour or two on a Thursday night.


Zooz Support

"Hi Ralph,

Thank you for reaching out. It's the notification command class (water alarm) per the latest Z-Wave DSK. I don't believe Indigo fully supports this yet but we'll be sure to send them samples of the sensors and they'll hopefully get them integrated shortly.

Please let me know if we can assist you with anything else in the meantime!

Agnes


Zooz Support Team"

Posted on
Mon Sep 20, 2021 1:04 pm
matt (support) offline
Site Admin
User avatar
Posts: 21416
Joined: Jan 27, 2003
Location: Texas

Re: ZOOZ Water Leak XS Sensor (ZSE42)

They have been great to work with. They are going to send me this module and a few others so I can get device definitions created and QA'd for them.

Image

Posted on
Tue Oct 19, 2021 2:30 pm
7rdr7 offline
Posts: 163
Joined: Aug 16, 2017
Location: Washington DC Metro

Re: ZOOZ Water Leak XS Sensor (ZSE42)

Hey @Matt
Will the ZSE42 come out in an interim release or be included as part of the next major release (v2021.2)? I went ahead and purchased three of them....
Thanks, Ron

BTW, "Match Raw Packet" is working fine as an interim.

Posted on
Tue Oct 19, 2021 3:22 pm
matt (support) offline
Site Admin
User avatar
Posts: 21416
Joined: Jan 27, 2003
Location: Texas

Re: ZOOZ Water Leak XS Sensor (ZSE42)

It'll be in the next release of Indigo, but that might be 2021.2.0 and not a bug fix release.

Image

Posted on
Thu Oct 28, 2021 2:59 pm
matt (support) offline
Site Admin
User avatar
Posts: 21416
Joined: Jan 27, 2003
Location: Texas

Re: ZOOZ Water Leak XS Sensor (ZSE42)

Indigo 2021.1.2 is now available and has a device definition for the ZSE42.

Image

Posted on
Thu Oct 28, 2021 5:38 pm
aldera offline
User avatar
Posts: 188
Joined: Aug 30, 2016
Location: Michigan, USA

Re: ZOOZ Water Leak XS Sensor (ZSE42)

matt (support) wrote:
Indigo 2021.1.2 is now available and has a device definition for the ZSE42.


Thanks, Matt. It now recognizes the "leak detected" state.

Ralph

Posted on
Thu Oct 28, 2021 7:20 pm
7rdr7 offline
Posts: 163
Joined: Aug 16, 2017
Location: Washington DC Metro

Re: ZOOZ Water Leak XS Sensor (ZSE42)

Thanks Matt, works well. I assume that it’s design intent the it shows the actual state in the application, but latches in the iOS app? Makes sense.

Posted on
Thu Dec 01, 2022 5:49 pm
Japple55 offline
Posts: 224
Joined: Sep 26, 2015
Location: NE Tennessee

Re: ZOOZ Water Leak XS Sensor (ZSE42)

For those of you using this leak sensor, what has been your experience? I was about to purchase a bunch but a lot of reviews claim battery life is poor.

Has that been your experience? Any other issues?

TIA,
Jim

Posted on
Thu Dec 01, 2022 6:11 pm
aldera offline
User avatar
Posts: 188
Joined: Aug 30, 2016
Location: Michigan, USA

Re: ZOOZ Water Leak XS Sensor (ZSE42)

Japple55 wrote:
For those of you using this leak sensor, what has been your experience? I was about to purchase a bunch but a lot of reviews claim battery life is poor.

Has that been your experience? Any other issues?

TIA,
Jim


I purchased 2 on 8/2021. One is at 65% and one is at 72% battery life. I have their wake intervals set to twice/day.

Ralph

Posted on
Fri Dec 02, 2022 12:47 pm
Japple55 offline
Posts: 224
Joined: Sep 26, 2015
Location: NE Tennessee

Re: ZOOZ Water Leak XS Sensor (ZSE42)

Thanks, Aldera. That sounds pretty good to me.

Jim

Posted on
Wed Jun 21, 2023 6:06 am
Japple55 offline
Posts: 224
Joined: Sep 26, 2015
Location: NE Tennessee

Re: ZOOZ Water Leak XS Sensor (ZSE42)

A heads up for anyone using these sensors: the newer “child safe Duracell batteries” will not power these devices. I had an issue and tech support informed me that these new batteries have a “bitter” coating that prevents them from working with these sensors. They will be replacing the sensor’s gold plating with tin for better conduction in the next production run to resolve this.

Posted on
Thu Feb 01, 2024 6:32 pm
ryanbuckner offline
Posts: 1080
Joined: Oct 08, 2011
Location: Northern Virginia

Re: ZOOZ Water Leak XS Sensor (ZSE42)

Can this sensor be used in Indigo without a ZOOZ Hub?

Who is online

Users browsing this forum: No registered users and 22 guests