Search found 23 matches

by mask0017
Sat Dec 06, 2014 4:45 pm
Forum: Standard
Topic: Static IP for WIFI attachment
Replies: 3
Views: 2866

Re: Static IP for WIFI attachment

This should give you a walkthrough for that router

https://www.youtube.com/watch?v=agbTosILwuw
by mask0017
Sat Oct 04, 2014 2:21 pm
Forum: Standard
Topic: PH went down on RA
Replies: 3
Views: 4321

Re: PH went down on RA

Iv'e had same replaced ATO switch on high twice in 2 months.
Always seems to be high port problem is with.
Now run single switch ATO low port seems to run better with that

mask
by mask0017
Tue Sep 23, 2014 9:11 am
Forum: How do I code ...
Topic: Wp 25 code
Replies: 27
Views: 15515

Wp 25 code

Hi Colin it's a standard 2 float switch ATO, was just needing a short delay after water change/feeding mode. Thanks for all the help with the coding Lee. Everything seems to be working fine now. Here's finished code, may help others needing same #include <ReefAngel_Features.h> #include <Globals.h> #...
by mask0017
Tue Sep 23, 2014 12:06 am
Forum: How do I code ...
Topic: Wp 25 code
Replies: 27
Views: 15515

Re: Wp 25 code

Have got that loaded up now. Working perfect. That's great working exactly the way I was wanting. Big thanks for all the help. Only got to get a delay on the ATO port to make code finished Something like this maybe? ReefAngel.DelayedOn(Port1, 5); But thought I read somewhere about delay on ATO a no ...
by mask0017
Mon Sep 22, 2014 12:32 pm
Forum: How do I code ...
Topic: Wp 25 code
Replies: 27
Views: 15515

Re: Wp 25 code

Thanks a lot for that. Will get it loaded up tomorrow.
Sorry for being a bit of a pest but no much idea about coding.
Be good for the likes of me if you could set different modes at time you want by the wizard.
Wizard=Easy ....... Coding = Brick wall with head stuck in it.
Thanks
mask
by mask0017
Mon Sep 22, 2014 12:06 pm
Forum: How do I code ...
Topic: Wp 25 code
Replies: 27
Views: 15515

Re: Wp 25 code

Image

It did seem to be on custom.Will change the code tomoz. Night in UK just now can't get in tank room
Thanks
mask
by mask0017
Mon Sep 22, 2014 10:47 am
Forum: How do I code ...
Topic: Wp 25 code
Replies: 27
Views: 15515

Re: Wp 25 code

Image

This what get most of time. If the Pic works
by mask0017
Mon Sep 22, 2014 10:38 am
Forum: How do I code ...
Topic: Wp 25 code
Replies: 27
Views: 15515

Re: Wp 25 code

Yes did that here then it goes back to 0% as it is now, but pump dosn't run at all
Only does it with this code. If use wizard and set Reefcrest or any of the others pump runs fine.
Thanks
mask0017
by mask0017
Mon Sep 22, 2014 9:40 am
Forum: How do I code ...
Topic: Wp 25 code
Replies: 27
Views: 15515

Re: Wp 25 code

Left it running during night last night. 23:00 - 07:00 That would be UK time.
Changed it this morning and have been trying different codes.
It's running the last one I put up now. Will leave it like that for a while if you would like to check
Thanks
mask
by mask0017
Mon Sep 22, 2014 9:26 am
Forum: How do I code ...
Topic: Wp 25 code
Replies: 27
Views: 15515

Re: Wp 25 code

Hi Yes cables are ok. Loaded up this code and portal says Actinic 0% Daylight 0% Dc Pump Constant 0/0 . That was at 17:15 just after code load up Pump not going. Although not sure what it should be doing at that time. Nutrient transport whatever that does, not sure how pumps spins for that mode ----...
by mask0017
Mon Sep 22, 2014 3:12 am
Forum: How do I code ...
Topic: Wp 25 code
Replies: 27
Views: 15515

Re: Wp 25 code

Yes was def not going no movement on prop at all .
Have it running with different code but just constant.
Was looking to try and get it to cycle through the modes throughout the day.
Thanks
mask0017
by mask0017
Sun Sep 21, 2014 9:18 pm
Forum: How do I code ...
Topic: Wp 25 code
Replies: 27
Views: 15515

Re: Wp 25 code

Pumps not running at all now ?
So are you saying to change all the lines like this .............

ReefAngel.PWM.SetDaylight( ReefCrestMode(80,20,true) )

To this
ReefAngel.DCPump.SetMode( ReefCrestMode(80,20,true) )

Thanks
by mask0017
Sun Sep 21, 2014 10:17 am
Forum: How do I code ...
Topic: Wp 25 code
Replies: 27
Views: 15515

Re: Wp 25 code

Just loaded that up and it's now Constant 0,0
Before it was sitting at Reefcrest 65.10 but wasn't changing
Thanks
by mask0017
Sun Sep 21, 2014 9:28 am
Forum: How do I code ...
Topic: Wp 25 code
Replies: 27
Views: 15515

Wp 25 code

Hi found this code for switch wave modes and cant get it too work can anybody help me? #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> #inclu...
by mask0017
Fri Sep 19, 2014 11:56 am
Forum: How do I code ...
Topic: Lighting code
Replies: 8
Views: 5869

Re: Lighting code

Thanks got that done will see how it goes.
Big thanks to everyone for the help
:-)
by mask0017
Fri Sep 19, 2014 11:16 am
Forum: How do I code ...
Topic: Lighting code
Replies: 8
Views: 5869

Re: Lighting code

heres my code now would that work? #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...
by mask0017
Fri Sep 19, 2014 11:00 am
Forum: How do I code ...
Topic: Lighting code
Replies: 8
Views: 5869

Re: Lighting code

this is my code now does that look okay? #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> #includ...
by mask0017
Fri Sep 19, 2014 10:21 am
Forum: How do I code ...
Topic: Lighting code
Replies: 8
Views: 5869

Lighting code

Hi i was wondering if anyone could tell me how to turn on port 5 of the relay box at 06:00 and off at 08:05 then on at 18:00 and off at 20:05

know nuthing about coding

Thanks
Mask0017
by mask0017
Mon Aug 11, 2014 7:56 pm
Forum: Standard
Topic: Temp Probe
Replies: 4
Views: 4285

Re: Temp Probe

Hmmm Put that sensor on from left looking at front of RA <Black-Yellow-Red> RA boots then goes black no screen no green LED no red LED.
Also my original Temp probe is <Black-Red-White>
Stumped
mask0017
by mask0017
Mon Aug 11, 2014 3:06 pm
Forum: Standard
Topic: Temp Probe
Replies: 4
Views: 4285

Re: Temp Probe

Behaving erratically: it reads ok then reads 0 then maybe 10 then 0 does that for a while. Also seen the unit rebooting its self when it does that. Here the spec of probe in the link. Thanks for the answer Specification Supply voltage: 3.0 - 5.5V Supply current: 1 - 1.5mA Accuracy: ± 0.5 (-10°C to +...
by mask0017
Sun Aug 10, 2014 8:18 am
Forum: Standard
Topic: Temp Probe
Replies: 4
Views: 4285

Temp Probe

Temp probe been behaving erratically lately. Can I use one of these? http://***DOTebayDOTcoDOTuk/itm/281392057533 Just wire plug on or do you need to put resister in. Yes I would get one from the RA shop but not being in the US post and handling charges when it gets into the UK ends up $70 for one $...
by mask0017
Thu Aug 07, 2014 4:53 pm
Forum: Standard
Topic: RA gone Crazy
Replies: 3
Views: 3861

Re: RA gone Crazy

Yip one of the switches seems to have gone. RA goes ok with the other switch tested on both ports.
Set it it for the one switch ATO just now see how it goes. But all seems good so far.
Thanks for the help saved a lot of hair pulling there. :-)
mask0017
by mask0017
Thu Aug 07, 2014 3:47 pm
Forum: Standard
Topic: RA gone Crazy
Replies: 3
Views: 3861

RA gone Crazy

Hi RA unit went crazy tonight, flashing red light then all went off left with green light lit dim. Have to power down to get it running again. Did that about 6 times. On rebooting no temp reading. unplugged that looks like a slack wire in connector, got that going. PH drops down to 1-2 and sticks th...