- Joined
- Jun 24, 2019
- Messages
- 5,023
- Reaction score
- 4,995
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
My guess is one of them is faulty and shorting out. Possibly still has some water on it. Had the same problem with a faulty optical eye. Did the same thing kept coming in and going out. Try unblocking one at a time to see if it stops. If it does look at that unit for defects.

Leak detectors are super sensitive. I suggest drying them throughly and then putting them on a dry napkin. I hope you didnt really "dip" the whole thing in water.
Might also want to make a separate virtual outlet with a defer time before the alarm come on- that will get rid of all the false positives.
ill not do that again.Post your alarm code. My guess is that you'll need a short Defer timer.
Also, many false positives can be prevented by placing the leak sensors on a piece of paper towel. If there's an actual leak, the paper towel will absorb water and trigger the leak sensor. But any stray condensation or a single drip won't be enough to trigger it.
I dipped it in tap water yesill not do that again.
How would I go about making a virtual outlet?
Code is posted in first post. Where would I place the defer and how long?
thanks!!
When I dipped it in water
Sorry, I missed that in the first post.
Here's how I use a virtual output for my leak sensors, with a 5 second delay:
Alert_Leak (virtual output)
---------------
Set OFF
If LkSump CLOSED Then ON
If LkCrpt CLOSED Then ON
Defer 000:05 Then ON
EmailAlm
-------------
Set OFF
If Output Alert_Leak = ON Then ON
See my tutorial on Virtual Outputs here: https://www.reef2reef.com/ams/neptune-apex-programming-tutorials-part-5-virtual-outputs.703/
See my tutorial on Apex Alarms here: https://www.reef2reef.com/ams/neptune-apex-programming-tutorials-part-6-alarms.707/
I dipped it in tap water yesill not do that again.
How would I go about making a virtual outlet?
Code is posted in first post. Where would I place the defer and how long?
thanks!!
You submerged it? It might be fried. I'd disconnect them, dry as best you can and leave them to dry out. If there's water inside them you'll be having alerts for days.
Disconnect them, dry them off and try again tomorrow or Saturday.Partially submerged yes. I’m guessing I broke one because I unplugged it and it is now not giving me errors.
When it comes to testing them, just sit them on top of a wet paper towel.
Partially submerged yes. I’m guessing I broke one because I unplugged it and it is now not giving me errors.
Unplugging leak sensors wont give errors in general.


