- Joined
- Mar 18, 2017
- Messages
- 332
- Reaction score
- 393
I got the stuff coming. So ill get it all put together and see what i cane make of it.Unfortunately not. For what its worth, ATO build is the simplest of all the controllers. I'll give a brief run down of the steps here, that should get you started (and if you could contribute the ATO guide that would be awesome, everyone else would be thankful)
Here are the steps:
1) Get a photoelectric sensor from DFrobot, a set of male/female 3.5 mm audio jack. Since the probe is 3 pin (1 GND, 1 5v, 1 data) we can use audio jacks as connector.
2) Wire up the probe to the male audio jack instead of the 3 pin connector it comes with. Hook up the salvaged connector with female panel mount audio jack. This will give you a easily pluggable probe, where the probe is connected to a male audio jack and the female part will be mounted on the housing
3) Connect the breakout board that comes with photo electric sensor to raspberry pi. Wiring is described here: https://www.dfrobot.com/wiki/index.php/Liquid_Level_Sensor-FS-IR02_SKU:_SEN0205
in-short, you need the red wire goes to 5 v rails, black wire goes to GND, and the other data wire goes to any of the GPIO pin (ref: http://www.jameco.com/Jameco/workshop/circuitnotes/raspberry_pi_circuit_note_fig2.jpg, choose one of the green pins). Note down this pin number
4) Configure reef-pi: Specify the pin which reef-pi should monitor to get current water level value (0 or 1) , also specify the outlet reef-pi should switch on, when the water level is below. You should plug in a water pump in that outlet. If you use the older version of reef-pi (0.7 ) you can specify all these via configuration file : https://github.com/reef-pi/reef-pi/blob/0.0.7/build/reef-pi.yml#L3 .
My advice will be to setup the wiring, configure reef-pi, enable telemetry, and dont enable 'control' mode. reef-pi ato system will send telemetry data everytime it detects the water level is off, it will only turn on the outlet if `control` configuration parameter is set to true. Run the ato for couple of days in just sensor mode, with control disabled and see how frequently it trips (using the graph) , if things looke good, enable control. I would also advice getting a smaller gph pump for ato (or get an ato sepecific pump like this: https://www.bulkreefsupply.com/smart-ato-replacement-dc-pump-autoaqua.html, remember to use 12v based relay outlet)
Im planning on using the aqualifter pump for the ato because of the low gph.
Thanks for all the help!
)


