I am trying to create a piston that will notify me when a leak sensor stays dry. I’m using it in a greenhouse to determine if it stops raining.
The problem has been with the sensor changing back and forth for no apparent reason. I’m looking to eliminate the false alarms by creating some delays. So far I’ve had no luck. Do you think this one would eliminate the false alarms by watching for it to turn wet for a couple of minutes and then back to dry for a couple of minutes. Otherwise if those conditions aren’t met it does not send the text message which is what I’m using right now just to see if this works.
Rain Sensor False alarm
jkb121zed
#1
ike2018
#2
I’m not sure if the wet sensor would dry in 2-3 minutes.
I have wet sensors but I use them for water leaks.
What you can do is, check it maybe 30 minutes after it’s gotten wet.
IF water sensor changes to WET
With _(TCP set to never)_
Location
Wait 30 minutes
IF water sensor IS WET _(meaning still wet, so raining)_
Then
Do this do that
jkb121zed
#5
For some reason I don’t have a “with” to change the TCP to never. What am I missing, other than “with”?
jkb121zed
#7
Nope. I have checked on every box that shows I guess what would be called all the options and “with” does not show up. Is there another way to get to that TCP setting? setting? It does not allow for an anonymized snapshot in edit mode to send you.
WCmore
#8
While editing, the WITH line should be after the THEN, and before the SEND SMS.
Note, I am using a PC to edit my pistons.