Water level sensor keeps going up
- 
				iiluisii
 - Posts: 79
 - Joined: Mon Jul 09, 2012 10:16 am
 
Water level sensor keeps going up
My water level sensor keeps going to 110% after a day even if I calibrate it. When I first calibrate it shows 100 then next day it goes up to 110 so does my water level on the sump
			
			
									
						
										
						- Sacohen
 - Posts: 1833
 - Joined: Sun Apr 21, 2013 6:25 am
 - Location: Davie, FL
 
Re: Water level sensor keeps going up
Is this a single WL Sensor or the multi unit?
I'm actually having the opposite on my Multi I calibrate it and it goes down faster than the water is actually going down.
My single unit is perfect.
Make sure there are no leaks where air can get in, but that would make it go down not up.
			
			
									
						
										
						I'm actually having the opposite on my Multi I calibrate it and it goes down faster than the water is actually going down.
My single unit is perfect.
Make sure there are no leaks where air can get in, but that would make it go down not up.
- 
				iiluisii
 - Posts: 79
 - Joined: Mon Jul 09, 2012 10:16 am
 
Re: Water level sensor keeps going up
Yea is a single one.
			
			
									
						
										
						- Sacohen
 - Posts: 1833
 - Joined: Sun Apr 21, 2013 6:25 am
 - Location: Davie, FL
 
Re: Water level sensor keeps going up
Strange. I've never seen that before especially with the single WL Sensor.
The only thing that would be making the level go up is if water was getting in the pipe or the tubing somehow.
			
			
									
						
										
						The only thing that would be making the level go up is if water was getting in the pipe or the tubing somehow.
- 
				rimai
 - Posts: 12857
 - Joined: Fri Mar 18, 2011 6:47 pm
 
Re: Water level sensor keeps going up
Let me see if I understand.
Water level in your sump is going up above the 100% and your water level module is reporting 110%?
Is it correct?
			
			
									
						
							Water level in your sump is going up above the 100% and your water level module is reporting 110%?
Is it correct?
Roberto.
			
						- Sacohen
 - Posts: 1833
 - Joined: Sun Apr 21, 2013 6:25 am
 - Location: Davie, FL
 
Re: Water level sensor keeps going up
Unless I mis-understood him the sump is level or going down (as it should with evaporation) but the WL sensor is rising.
			
			
									
						
										
						- 
				iiluisii
 - Posts: 79
 - Joined: Mon Jul 09, 2012 10:16 am
 
Re: Water level sensor keeps going up
Yes Roberto that's right.rimai wrote:Let me see if I understand.
Water level in your sump is going up above the 100% and your water level module is reporting 110%?
Is it correct?
- 
				iiluisii
 - Posts: 79
 - Joined: Mon Jul 09, 2012 10:16 am
 
Re: Water level sensor keeps going up
I guess is not cutting off the pump I time is my guess.iiluisii wrote:Yes Roberto that's right.rimai wrote:Let me see if I understand.
Water level in your sump is going up above the 100% and your water level module is reporting 110%?
Is it correct?
- Sacohen
 - Posts: 1833
 - Joined: Sun Apr 21, 2013 6:25 am
 - Location: Davie, FL
 
Re: Water level sensor keeps going up
Sorry I totally mis-understood that.
Double check your code and make sure the that the top level is 100%
Mine is set to go on when the water lever goes below 28% and go off when it reaches 31%
			
			
									
						
										
						Double check your code and make sure the that the top level is 100%
Mine is set to go on when the water lever goes below 28% and go off when it reaches 31%
Code: Select all
ReefAngel.WaterLevelATO(ATO_Pump,720,28,31);