• Folks, if you've recently upgraded or renewed your annual club membership but it's still not active, please reach out to the BOD or a moderator. The PayPal system has a slight bug which it doesn't allow it to activate the account on it's own.

Neptune MOS coding… need help

Hello All,
Can anyone share the proper lines of code to program an optical sensors to alert when dry? I wanted to place it into my ATO reservoir and wanted it to alert me when the water level is too low… right now it’s set to alert me when water reaches it.. too high. So basically need it to do the opposite, but reversing “open then close” gibberish doesn’t work. Trying not to wait til Monday to call tech support.

Any help would be appreciated…
 

eli smoke

NJRC Member
If “opt” open then on.
Or
If “opt” closed them on.
Opt being whatever you named your optical sensor. That code is put into the email alarm in the tree view.
One of mine is
If rodilo open then on.
Also turns on the rodi.
 
Top