otaviojr / node-red-contrib-smartthings

Allows you to control your devices and get their status using NodeRed
MIT License
32 stars 16 forks source link

Feature request: water sensor #19

Closed chacques closed 2 years ago

chacques commented 4 years ago

Hi,

Would it be possible to do Water Leak Sensor -node?

I think Smartapp already has configuration for it (Water sensor), but I think there is no node for it?

Kind Regards, Juha

otaviojr commented 4 years ago

Ok, give me a couple of days.

But, I don't have water leak sensors, so, I will be glad if you could help me testing it.

regards

chacques commented 4 years ago

I have water leak sensors and also smoke alarms. I can test them both.

These don't have much use for everyday automation, but nodes can be used to send email alerts, turn lights on and things like that when needed.

otaviojr commented 4 years ago

Done... version 0.0.20.

The water sensor.... I will work on the smoke sensor...

u076894 commented 4 years ago

Otávio, Such fast response! Thank you.

I tried deploying. It works. I'll update to 0.0.20 today.

Many thanks! You're doing great work.

Regards, Russ in Michigan

On Jan 19, 2020, at 4:08 PM, Otávio Ribeiro notifications@github.com wrote:

 Done... version 0.0.20.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

chacques commented 4 years ago

Done... version 0.0.20.

The water sensor.... I will work on the smoke sensor...

Tested (with real water): works just like it should. Reports "dry" when dry and "wet" when wet. Reports its state correctly when queried.

It reported immediatly "wet" when I applied water to sensor, and as soon as I cleaned the sensor, it reported "dry". No delay.

otaviojr commented 4 years ago

Great news. Until the end of the week I will finish the smoke sensor.

regards