Leaksmart sensors in wet status

Hey all, so my zigbee mesh and devices been doing well for sometime, especially the leaksmart water sensors, which I had issues dropping before, but now at least 4 of them went into the Wet state and won’t come out. Restart and rejoin doesn’t help… they just stay in wet state. Any ideas?

If you jusrt want to flip the state I wrote a simple utility program a few years back (https://raw.githubusercontent.com/thebearmay/hubitat/refs/heads/main/apps/forceClose.groovy) to force motion and contact sensors to the inactive/closed state; would be a simple change to add a different type of sensor.

1 Like

Thank you very much, I will try your program!

So.. how do I use it? I imported the code into a new app, but I don’t have a new app show up.. what am I doing wrong?

You still need to add it in the Apps tab.

It will need a couple of small changes to select the device and send the correct event.

1 Like

Oh dumb me… long day I guess.. thank you! So just did, but there are no leak sensors to chose from, I just see contact sensors and motion sensor?

You'll need to add/modify an input to look for "capability.waterSensor" (down around line 65).

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.