Search found 114 matches
- Wed Feb 22, 2023 4:15 pm
- Forum: Standard
- Topic: ATOLow Delay
- Replies: 8
- Views: 6797
Re: ATOLow Delay
Below is the code I came up with for this. I have been scratching my head as to why but the issue with it is that it only works the fist time. Every subsequent time upon the low level switch goes true, my ATO timeout will immediately come on. Any one have any insight on this? // ******************* ...
- Fri Jun 10, 2022 12:24 pm
- Forum: Standard
- Topic: ATOLow Delay
- Replies: 8
- Views: 6797
Re: ATOLow Delay
I used some custom variables to see what is going on. It looks to me like LastATO is constantly updating with current millis value while LowATO.IsActive, meaning millis - LastATO is always 0.clw143 wrote:Code: Select all
if (ReefAngel.LowATO.IsActive()) LastATO=millis();
How do I correct?
- Thu Jun 09, 2022 12:56 pm
- Forum: Standard
- Topic: ATOLow Delay
- Replies: 8
- Views: 6797
Re: ATOLow Delay
It's been a while since I started this, low priority. I made a stab and came up with this, but I can't seem to make it work. Any help would be appreciated. unsigned long LastATO; if (ReefAngel.LowATO.IsActive()) LastATO=millis(); if (ReefAngel.HighATO.IsActive() || ReefAngel.isATOTimeOut()) LastATO=...
- Thu Sep 02, 2021 5:30 pm
- Forum: Standard
- Topic: ATOLow Delay
- Replies: 8
- Views: 6797
Re: ATOLow Delay
I have yet to quite figure this out. Any more input would be appreciated.
- Sat Jul 17, 2021 2:30 pm
- Forum: Standard
- Topic: ATOLow Delay
- Replies: 8
- Views: 6797
Re: ATOLow Delay
Anyone? Not possible? almost anything is possible. are you just using the ato low switch? like once it gets triggered you want a delay of x seconds before the outlet turns on. then you want it to run until when? until it is not triggered? Sent from my Pixel 2 using Tapatalk I'm using the standard l...
- Mon Jul 05, 2021 9:40 am
- Forum: Standard
- Topic: ATOLow Delay
- Replies: 8
- Views: 6797
Re: ATOLow Delay
Anyone? Not possible?
- Mon Jun 28, 2021 11:30 am
- Forum: Standard
- Topic: ATOLow Delay
- Replies: 8
- Views: 6797
ATOLow Delay
I am looking for a way to put a delay on the standard ATO low switch. My DC pump causes a little turbulence in that chamber.
If ATO is low for longer than x then turn on the standard ATO port.
Thanks
If ATO is low for longer than x then turn on the standard ATO port.
Thanks
- Tue Feb 16, 2021 4:24 pm
- Forum: Standard
- Topic: T2 and T3 Temp Probes
- Replies: 5
- Views: 4246
Re: T2 and T3 Temp Probes
There seems to be a hardware failure somewhere. Can you inspect the board for water damage? Sorry for the delays, I travel for a living. I inspected the board and found no damage. Upon reinstallation, I decided to test a bit more thoroughly with all the free time on my hands (seeing that it is snow...
- Mon Feb 08, 2021 11:16 am
- Forum: Standard
- Topic: T2 and T3 Temp Probes
- Replies: 5
- Views: 4246
Re: T2 and T3 Temp Probes
It could be one of the temp probes. Can you run it with just one at a time and see which one is misbehaving? I tried each probe individually and moved them around rebooting in-between, the two long probes go to zero no matter where they are and when they are running alone. Another issue I have been...
- Sat Jan 30, 2021 9:34 pm
- Forum: Standard
- Topic: T2 and T3 Temp Probes
- Replies: 5
- Views: 4246
T2 and T3 Temp Probes
I finally swapped out my head unit with one bought some time ago, I also put 3 new temp probes, two new floats, and a new PH probe. Of course the room temp probe (the shortest one) ended up at T1, which I modified the following code per another post I saw ReefAngel.StandardHeater(T3_PROBE, Port7 ,In...
Re: Coding
Yeah that is a possibility, but I'm not understanding why what I am trying to do is not working.
Coding
Anyone shine some light on why this does not work? long SetTime; long RiseTime; //Fuge Light on 1 hour before sunset and off 1 hour after sunrise if (now()>(SetTime - 3600) || now()<(RiseTime + 3600)) ReefAngel.Relay.On(Port6); else ReefAngel.Relay.Off(Port6); SetTime = (InternalMemory.StdLightsOnHo...
Time
Is there anything predefined for time in seconds that I can use as a variable in code? Trying to simplify some code. Or is there only on hour, on minute, off hour, off minute?
- Sat May 02, 2020 4:25 pm
- Forum: Standard
- Topic: Temp Probe Issues
- Replies: 3
- Views: 4934
Re: Temp Probe Issues
Thanks for the information, that was the key I needed. I have found my middle temp input is bad. Also, any two of my four probes in the outer inputs used, makes one of the temp indications flash briefly to 0 and back to temp (not always the same input). I also noticed my low water float toggles betw...
- Thu Apr 30, 2020 1:34 pm
- Forum: Standard
- Topic: Temp Probe Issues
- Replies: 3
- Views: 4934
Temp Probe Issues
I found my t1 probe working fine, t2 switching between 0 and the actual value, and t3 reading 0. I ordered 1 new probe. The initial plug in of all three probes put all values at 77.5, this is the only time I have now seen them all work, BUT none of the temps changed when holding them in my hand, the...
- Fri Jul 13, 2018 10:00 am
- Forum: Standard
- Topic: Built in RA+ PH Probe
- Replies: 3
- Views: 8068
Re: Built in RA+ PH Probe
All the rest of the values look correct. I verified the temps change when I pull them out of the water.
- Thu Jul 12, 2018 2:58 pm
- Forum: Standard
- Topic: Built in RA+ PH Probe
- Replies: 3
- Views: 8068
Built in RA+ PH Probe
My old probe was reading a solid 1.00 pH, I recalibrated and it read fine for a few days and then returned to 1.00. I changed the probe and recalibrated, read fine and now 1.00 again. Is my controller haveing issues?
- Sat Jan 21, 2017 9:07 pm
- Forum: Standard
- Topic: ATO Water Level Floats Issue
- Replies: 7
- Views: 5695
Re: ATO Water Level Floats Issue
Well I just opened the android app and hit refresh 50 times and I saw the low toggle, it must be the float.
- Sat Jan 21, 2017 8:22 pm
- Forum: Standard
- Topic: ATO Water Level Floats Issue
- Replies: 7
- Views: 5695
Re: ATO Water Level Floats Issue
Is there something wrong with my Reef Angel head unit? Check the connections of the ATO port pins on the head unit. Make sure the wires are fully pushed in the connectors and the connectors are connected securely to the head unit. Sometimes a pin and come loose when you plug/unplug wires on the hea...
- Wed Jan 18, 2017 8:41 pm
- Forum: Standard
- Topic: ATO Water Level Floats Issue
- Replies: 7
- Views: 5695
Re: ATO Water Level Floats Issue
I re-downloaded my INO today and lifted my floats out of the water and they performed as they should.
About 2 hours later I herd my RO unit filling my top off tank. Now, once again every time the top float is not ON the ATO pump running.
Is there something wrong with my Reef Angel head unit?
About 2 hours later I herd my RO unit filling my top off tank. Now, once again every time the top float is not ON the ATO pump running.
Is there something wrong with my Reef Angel head unit?
- Sun Jan 15, 2017 7:23 pm
- Forum: Standard
- Topic: ATO Water Level Floats Issue
- Replies: 7
- Views: 5695
Re: ATO Water Level Floats Issue
So if my ATO high turns OFF right now, the ATO pump will turn on.
It used to wait until the ATO low turned ON, now the water level never gets close to low.
It used to wait until the ATO low turned ON, now the water level never gets close to low.
- Sun Jan 15, 2017 7:11 pm
- Forum: Standard
- Topic: ATO Water Level Floats Issue
- Replies: 7
- Views: 5695
Re: ATO Water Level Floats Issue
I mean the floats function correctly as indicated by the portal, android or iphone app when I lift them out of the water.
It is acting like the low float is stuck on, but it is not.
It is acting like the low float is stuck on, but it is not.
- Sat Jan 14, 2017 10:52 pm
- Forum: Standard
- Topic: ATO Water Level Floats Issue
- Replies: 7
- Views: 5695
ATO Water Level Floats Issue
Every time my high level float is not high, it turns on my ATO pump. Both floats are working and indicate properly (the low float is not stuck). I have not changed my INO in almost a year and this just started occurring with in the last month. I reset the controller and no change. What else could it...
- Sun Apr 03, 2016 10:05 am
- Forum: Addons
- Topic: Jebao "W1" Problems
- Replies: 6
- Views: 5384
Re: Jebao "W1" Problems
The only thing I can think of is all the calculations for the custom variables? Maybe I should make these occur once a day?
- Fri Apr 01, 2016 12:44 pm
- Forum: Addons
- Topic: Jebao "W1" Problems
- Replies: 6
- Views: 5384
Re: Jebao "W1" Problems
#include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <InternalEEPROM.h> #include <RA_NokiaLCD.h> #include <RA_ATO.h> #include <RA_Joystick.h> #include <LED.h> #include <RA_TempSensor.h> #in...
- Thu Mar 31, 2016 10:31 pm
- Forum: Addons
- Topic: Jebao "W1" Problems
- Replies: 6
- Views: 5384
Re: Jebao "W1" Problems
It is off enough that if you watch it, you see that it is not consistent by the naked eye. Short Pulse is PulseMinSpeed, PulseMaxSpeed, PulseDuration (ms), PulseSync. No where does Short Pulse allow you to set a duration for off time and another duration for on time, it only allows 1 duration which ...
- Tue Mar 29, 2016 1:03 pm
- Forum: Addons
- Topic: Jebao "W1" Problems
- Replies: 6
- Views: 5384
Jebao "W1" Problems
I have 2 Jebao wp40 pumps in my tank. I have tried and tried to get my RA to mimic "W1" mode of the jeabo controller. I have one currently set to RA control and the other set to jeabo control for testing purposes. This is the RA simplified code I used which gives the best so far for "...
- Thu Sep 10, 2015 1:07 pm
- Forum: Standard
- Topic: Custom Variable Questions
- Replies: 6
- Views: 5727
Re: Custom Variable Questions
Thanks.
How about the variable being able to hold more than 255?
How about the variable being able to hold more than 255?
- Thu Sep 10, 2015 12:15 pm
- Forum: Standard
- Topic: Custom Variable Questions
- Replies: 6
- Views: 5727
Re: Custom Variable Questions
At reset it would just default to a set value instead of 0. I then would be able to change it as needed.
- Thu Sep 10, 2015 12:06 pm
- Forum: Standard
- Topic: Temp control with RA and fans!
- Replies: 1
- Views: 3765
Re: Temp control with RA and fans!
I have very similar results in my 90 Gallon tank. I put 2 120v AC fans in the hood of my tank during initial setup a few years back. They are mounted on the front left and front right of the hood angled at the center of the tank. I could not be happier with the heating and cooling effects of my tank...