Search found 14 matches
- Mon Mar 10, 2014 2:15 am
- Forum: Standard
- Topic: Temperature probe and overheat issue
- Replies: 4
- Views: 2589
Re: Temperature probe and overheat issue
after some days with the new proble no issues at the moment.... seems that problem is solved...
- Thu Mar 06, 2014 6:12 am
- Forum: Standard
- Topic: Temperature probe and overheat issue
- Replies: 4
- Views: 2589
Re: Temperature probe and overheat issue
yesterday evening i've tryed to swap the room probe with the water one and resetting the controller....
let's look if it works...
let's look if it works...
- Tue Mar 04, 2014 9:49 am
- Forum: Standard
- Topic: Temperature probe and overheat issue
- Replies: 4
- Views: 2589
Re: Temperature probe and overheat issue
i've also tryed to change the probe and use the other one i have (who's used as room temp) but same problem occours...
- Tue Mar 04, 2014 6:44 am
- Forum: Standard
- Topic: Temperature probe and overheat issue
- Replies: 4
- Views: 2589
Temperature probe and overheat issue
Hi Guys, i'm writing because of a strange issue who's happening since a couple of months. My temperature probe sometimes goes crazy... i can read 85°C (i think 185°F) for some seconds and then it comes back to normal. Unfortunately this activates the overheat flag and locks lights and heater. I've t...
- Thu Mar 24, 2011 4:13 am
- Forum: How do I code ...
- Topic: Overheat alternative
- Replies: 3
- Views: 3527
Re: Overheat alternative
yes, great idea! instead of this i'm witing all modification in a note file... :lol: jus a little OT. another modification i did is to invert the value read from the float sensor. before this mod, usin singleATO, wires of my sensor where alyas under water... not a great idea! noone had the same issu...
- Wed Mar 23, 2011 7:00 am
- Forum: How do I code ...
- Topic: Overheat alternative
- Replies: 3
- Views: 3527
Overheat alternative
Hi! i was thinking to change Overheat function... now it's based on lights temperature and a warnig threshold. what about checking tank temperature instead? expecially in summer... fan cannot be enough to keep cold water temperature and, maybe, use overheat for checking tank temperature and eventual...
- Wed Mar 23, 2011 1:16 am
- Forum: Tutorials
- Topic: wave pump started by hour and minutes instead wavemaker func
- Replies: 5
- Views: 9710
Re: wave pump started by hour and minutes instead wavemaker
alexwbush wrote:I was just trying to clear it up in case someone copied and pasted and then was wondering why it might not work.
Thanks for posting!
i'm sorry! i just edited original post!
tnx!
Lorenzo
- Wed Mar 23, 2011 1:05 am
- Forum: Development Libraries
- Topic: dosometric pump issue: start ok, no stop
- Replies: 8
- Views: 8219
Re: dosometric pump issue: start ok, no stop
Oh my goodness. I looked at the underlying code more closely and I found a bug relating to the expansion code in my Development libraries. When I was updating the relay expansion code, I got a bitSet and a bitClear confused and used the wrong function. To fix the problem, the easiest solution is to...
- Tue Mar 22, 2011 4:42 pm
- Forum: Development Libraries
- Topic: dosometric pump issue: start ok, no stop
- Replies: 8
- Views: 8219
Re: dosometric pump issue: start ok, no stop
Ok. I'm not quite sure what to say then. I'm looking at the code and everything appears to be ok in it. The only thing that I could suggest trying is to change Box1_Port1 to be just 11 and see if that works. ReefAngel.DosingPump(11,4,22,10,10); // first port on relay box, timer 4, on at 22:10 run f...
- Tue Mar 22, 2011 4:24 pm
- Forum: Development Libraries
- Topic: dosometric pump issue: start ok, no stop
- Replies: 8
- Views: 8219
Re: dosometric pump issue: start ok, no stop
Do you have the Relay Expansion feature enabled in the code? This can be found under the Features tab inside RAGen OR if you are not using RAGen, make sure you have this line uncommented/enabled inside your ReefAngel_Features.h file (located in the ReefAngel_Features folder) #define RelayExp This w...
- Tue Mar 22, 2011 3:51 pm
- Forum: Tutorials
- Topic: wave pump started by hour and minutes instead wavemaker func
- Replies: 5
- Views: 9710
Re: wave pump started by hour and minutes instead wavemaker
i don't understand you.. sorry...alexwbush wrote:should that read StandardLights?
- Tue Mar 22, 2011 3:50 pm
- Forum: Development Libraries
- Topic: dosometric pump issue: start ok, no stop
- Replies: 8
- Views: 8219
Re: dosometric pump issue: start ok, no stop
tested your code... i missed one information.... i'm using dosing pump on relay expansion module so my code is:
DosingPump(Box1_Port1,4,22,10,10)
this doesn't work (on ok but no off).... but if i use
DosingPump(Port1,4,22,10,10)
it works!
any suggestion?
tnx!
DosingPump(Box1_Port1,4,22,10,10)
this doesn't work (on ok but no off).... but if i use
DosingPump(Port1,4,22,10,10)
it works!
any suggestion?
tnx!
- Tue Mar 22, 2011 1:08 pm
- Forum: Tutorials
- Topic: wave pump started by hour and minutes instead wavemaker func
- Replies: 5
- Views: 9710
wave pump started by hour and minutes instead wavemaker func
hi! i would like to share a great roberto contribution. since i don't like wavemaker function ( i prefer use 2 pumps alterating every 6 hours) here is a simple workaround: roberto wrote: Just because it says standardlight doesn't mean it should only be used for lights. You could use it like this: Re...
- Tue Mar 22, 2011 1:00 pm
- Forum: Development Libraries
- Topic: dosometric pump issue: start ok, no stop
- Replies: 8
- Views: 8219
dosometric pump issue: start ok, no stop
hello, i have a strange issue with dosometric pump functions. dosing pump starts but never stops! i use lastest curt library and i call init function only one time. (same problem happened to another user for this reason) i have tryed this 2 codes with no luck: DosingPump1(Port3) // i have setup star...