Reef Central Online Community

Go Back   Reef Central Online Community > General Interest Forums > Do It Yourself
Blogs FAQ Calendar

Notices

User Tag List

Reply
Thread Tools
Unread 11/09/2016, 05:17 AM   #1
thegasman2000
Registered Member
 
thegasman2000's Avatar
 
Join Date: Dec 2005
Location: Pewsey, England
Posts: 91
Question DIY ATO Dual Sensors?

So I decided to make an ATO as I couldn't justify the price we pay for them in the UK. Only the TMC one is affordable at £40 and I know from experience as a retailer that the suction cup bit is rubbish and falls in every week and the pump has a head height of about an inch.

My question is how to avoid my ATO coming on and off really fast. I have a float switch connected to a 12V supply that powers a Relay. All safe But when in my initial testing the ato comes on and off really fast when the water is at the correct level. I am thinking I need another float switch but when I think about it I cant decide where to wire it.

If I wire it in series with the other float switch it will never be tripped. If I wire it in parallel then both need to be underwater and I get the same issue with the top one... How do I wire this in HELP!


__________________
The Google Fu is strong in this one.

Current Tank Info: 90 gallon sumped cube
thegasman2000 is offline   Reply With Quote
Unread 11/09/2016, 05:38 AM   #2
2smokes
Moved On
 
Join Date: Oct 2016
Location: romania
Posts: 515
Ammong otther options you can do it with an optic sensor thats much more reliable than the float one.They used to be expensive but lately you can find them for cheap(if you are willing to wait a month until they arive from china).https://www.aliexpress.com/item/Newe...608.0.0.p1OWdT .


2smokes is offline   Reply With Quote
Unread 11/09/2016, 07:01 AM   #3
perkint
Registered Member
 
Join Date: Jan 2014
Location: Robin hood country, UK
Posts: 817
Use an arduino and the floats as just sensors that trigger events in the program. You can use what you have and a £2 arduino nano and if you feel like it, easily add additional floats and time limits as to how long the pump will run, etc.

Or you can add a second float and set it up so one float triggers the pump start and the second turns it off. There is a recent post with a suggested diagram for this (I'll see if I can find it in a mo), but this now has two floats, the failure of either causes a problem

Tim


perkint is offline   Reply With Quote
Unread 11/09/2016, 12:46 PM   #4
insomniac2k2
Registered Member
 
Join Date: Apr 2011
Location: concord
Posts: 1,280
Also consider this if you dont want to mix and match:

https://www.aliexpress.com/item/Liqu...405370af&tpp=1


insomniac2k2 is offline   Reply With Quote
Unread 11/09/2016, 12:50 PM   #5
insomniac2k2
Registered Member
 
Join Date: Apr 2011
Location: concord
Posts: 1,280
Oops. Disregard that one. I just saw the shipping cost. Anyway, there are plenty of options like that one. Shop around the site.

Quote:
Originally Posted by insomniac2k2 View Post
Also consider this if you dont want to mix and match:

https://www.aliexpress.com/item/Liqu...405370af&tpp=1



insomniac2k2 is offline   Reply With Quote
Unread 11/10/2016, 04:58 AM   #6
dartier
Registered Member
 
Join Date: Aug 2012
Location: Brampton, ON, Canada
Posts: 958
There are a ton of those same sensors available on ebay. Both with the sensor board and without. Just mind the cord length, as that seems to be the difference between the low cost ones ($3~) and the more expensive ones ($9~).

Dennis


__________________
560G Miracles tank in process
making a DIY DyMiCo style filter (for 560G)

Current Tank Info: 560G Miracles tank in progress, 80Frag Temporary
dartier is offline   Reply With Quote
Unread 11/10/2016, 09:51 AM   #7
BigDave
Registered Member
 
BigDave's Avatar
 
Join Date: Jul 2002
Location: Wylie, TX
Posts: 473
I used a bigger top-off pump and put the output from it on the opposite side of the sump from the float switch. The hose goes straight up and then angles down to the sump so that most of the run is downhill towards the sump.

The switch comes on, the pump turns on and pumps a lot of water really fast. When the switch triggers off, the water line finishes draining down to the sump and keeps the float from switching back on.

If you have the top off going into the same part of the sump that the float switch is in, then part of your problem is the water splashing into the sump causing waves causing the float switch to bounce. Having the water enter the sump on the opposite side keeps this from happening.


BigDave is offline   Reply With Quote
Unread 11/11/2016, 03:35 AM   #8
thegasman2000
Registered Member
 
thegasman2000's Avatar
 
Join Date: Dec 2005
Location: Pewsey, England
Posts: 91
Isn't it always by design (with one sensor) going to bounce on and off lots? Am I overthinking this? Perhaps its turbulence as its right after my sump baffle.

I have ordered an Arduino Nano of amazon for $4 ish so going to play with that. I also have some temp probes I wanted to play with. Probably going to build a Raspberry Pi based controller anyway.

Thanks for the input.


__________________
The Google Fu is strong in this one.

Current Tank Info: 90 gallon sumped cube
thegasman2000 is offline   Reply With Quote
Unread 11/11/2016, 05:49 AM   #9
BigDave
Registered Member
 
BigDave's Avatar
 
Join Date: Jul 2002
Location: Wylie, TX
Posts: 473
I think you're over thinking it. I use just one float and I don't get a bounce. If you use an arduino, then you can program a simple denounce with a half second delay or so.

Sent from my VS987 using Tapatalk


BigDave is offline   Reply With Quote
Unread 11/11/2016, 07:02 AM   #10
thegasman2000
Registered Member
 
thegasman2000's Avatar
 
Join Date: Dec 2005
Location: Pewsey, England
Posts: 91
Yeah I am going to go with 2 sensors and start fill on 1 and stop fill on 2... Then I can run the pump for say a minute giving it a chance to chill a while longer.

Now I am looking at the Rpi ATO on here... So many options


__________________
The Google Fu is strong in this one.

Current Tank Info: 90 gallon sumped cube
thegasman2000 is offline   Reply With Quote
Unread 11/11/2016, 07:16 AM   #11
BigDave
Registered Member
 
BigDave's Avatar
 
Join Date: Jul 2002
Location: Wylie, TX
Posts: 473
There are a lot of options when it comes to aquarium control now.

I'm not a huge fan of using Rpi for time sensitive controls. It just always seems to be too much overhead for something that simple.

With that being said, I'm using both a Rpi and an arduino in my setup. The Rpi is for user IO and data collection. The Arduino does all of the actual control of the aquarium. In the event my python or Rpi locks up, the arduino will continue to control the tank by itself. I use a watchdog timer that can reset the arduino in the event it locks up.


BigDave is offline   Reply With Quote
Unread 11/14/2016, 07:35 AM   #12
perkint
Registered Member
 
Join Date: Jan 2014
Location: Robin hood country, UK
Posts: 817
Quote:
Originally Posted by BigDave View Post
There are a lot of options when it comes to aquarium control now.

I'm not a huge fan of using Rpi for time sensitive controls. It just always seems to be too much overhead for something that simple.

With that being said, I'm using both a Rpi and an arduino in my setup. The Rpi is for user IO and data collection. The Arduino does all of the actual control of the aquarium. In the event my python or Rpi locks up, the arduino will continue to control the tank by itself. I use a watchdog timer that can reset the arduino in the event it locks up.
IMO by far the best way to do it

Tim


perkint is offline   Reply With Quote
Unread 11/15/2016, 01:57 PM   #13
dartier
Registered Member
 
Join Date: Aug 2012
Location: Brampton, ON, Canada
Posts: 958
Quote:
Originally Posted by BigDave View Post
There are a lot of options when it comes to aquarium control now.

I'm not a huge fan of using Rpi for time sensitive controls. It just always seems to be too much overhead for something that simple.

With that being said, I'm using both a Rpi and an arduino in my setup. The Rpi is for user IO and data collection. The Arduino does all of the actual control of the aquarium. In the event my python or Rpi locks up, the arduino will continue to control the tank by itself. I use a watchdog timer that can reset the arduino in the event it locks up.
I second this style of operation. Though the RPI (and BBB) are great, they have many more points of failure than an Arduino. For my DyMiCo style of filter, I will be implementing the low level process control inside a Reef Angel (amounting to a specialized Arduino), with an RPI for high level control and data logging. If the RPI should go down, the Reef Angel will continue on its merry way keeping the filter running with the current version of the control inputs.

Some things are a PITA to do on an Arduino (UX, Web interface, Ethernet, etc.) and it is these things that should be offloaded to a SBC.

Dennis


__________________
560G Miracles tank in process
making a DIY DyMiCo style filter (for 560G)

Current Tank Info: 560G Miracles tank in progress, 80Frag Temporary
dartier is offline   Reply With Quote
Unread 11/20/2016, 07:48 AM   #14
mwblanto
Registered Member
 
Join Date: Nov 2015
Posts: 3
I have had great success with Auto-Top Off -http://www.autotopoff.com/
Good price and very good customer service for me.
I use their equipment for my ATO in my sump and the same 2 sensor set up wired differently for my RO/DI storage tank which turns off my supply at one level but will not turn back on until the water drops below a different level.
Have used for about a year, no problems so far. Good luck


mwblanto is offline   Reply With Quote
Unread 11/22/2016, 09:57 AM   #15
Spiffy
Cheesy Poofs!
 
Spiffy's Avatar
 
Join Date: May 2014
Location: Bronx, New York
Posts: 357
Quote:
Originally Posted by mwblanto View Post
I have had great success with Auto-Top Off -http://www.autotopoff.com/
Good price and very good customer service for me.
I use their equipment for my ATO in my sump and the same 2 sensor set up wired differently for my RO/DI storage tank which turns off my supply at one level but will not turn back on until the water drops below a different level.
Have used for about a year, no problems so far. Good luck
+1
I have been using the same thing for years now with no problems. Automatic shut-off if it has been filling for too long, dirty sensor, and low reservoir sensor, too. Worth every penny that I paid.


__________________
Ecotech Radion XR15 Pro Gen3 x2, ReefLink, CPR CS50 Overflow.
Reef Octopus NWB 110 Skimmer, Reef Octopus BR-110 Reactor.
VorTech MP40 w/ QD Wetside x2, MP10 x1(Sump), 30-Gallon Sump.

Current Tank Info: 60 Gallon, Prepping for LPS, 6 Years.
Spiffy is offline   Reply With Quote
Unread 11/22/2016, 11:14 AM   #16
d0ughb0y
Registered Member
 
d0ughb0y's Avatar
 
Join Date: Mar 2008
Location: sf bay area
Posts: 5,165
Quote:
Originally Posted by dartier View Post
There are a ton of those same sensors available on ebay. Both with the sensor board and without. Just mind the cord length, as that seems to be the difference between the low cost ones ($3~) and the more expensive ones ($9~).

Dennis
good call on the cable length. There is one ebay listing for $6.58 with 1.8m cable. I don't think the extra cable is worth $3, just as I don't think the circuit board is worth an extra $10. I think these are still way overpriced. I think they will be more popular and widely used if the price comes down to $5 or less with the circuit board and 1.8m cable. The circuit board is not essential, but would make it easier to treat this just like a normal float switch, as the digital output will go high (or low, I can't remember which one) if water touches the sensor.


d0ughb0y is offline   Reply With Quote
Reply

Tags
ato, diy, float switch


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On



All times are GMT -6. The time now is 04:50 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Powered by Searchlight © 2025 Axivo Inc.
Use of this web site is subject to the terms and conditions described in the user agreement.
Reef CentralTM Reef Central, LLC. Copyright ©1999-2022
User Alert System provided by Advanced User Tagging v3.3.0 (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.