Search found 7 matches

by Martinkimae
Fri Aug 01, 2014 7:59 am
Forum: For New Members
Topic: Naming ports?
Replies: 27
Views: 26302

Re: Naming ports?

Great!
by Martinkimae
Fri Aug 01, 2014 7:38 am
Forum: For New Members
Topic: Naming ports?
Replies: 27
Views: 26302

Re: Naming ports?

this code looks great and usefull. But if Im having a additinal relay box with 8 more outlets.
What will be the first row in that code. i can figure the rest out.
like this? I have changed the 7 to an 8

ReefAngel.CustomLabels[8]="Dosing";
by Martinkimae
Fri Aug 01, 2014 6:04 am
Forum: How do I code ...
Topic: How to set feed mode time?
Replies: 11
Views: 12882

Re: How to set feed mode time?

the code works great! thank you very much for the quick response.
no my return pump stays on in feeding mode so i will try feeding in the sump.
by Martinkimae
Fri Aug 01, 2014 5:55 am
Forum: How do I code ...
Topic: How to set feed mode time?
Replies: 11
Views: 12882

Re: How to set feed mode time?

I will use a Eheim 3581 automatic feeder on batteries and it will not be coded with reefangel. I wondering if I can put it in the returnpart of the sump so I wont have the feeder visible in the display tank? And if I want additional feeding times programmed i could just copy and change the time? Im ...
by Martinkimae
Thu Jul 31, 2014 1:35 pm
Forum: How do I code ...
Topic: How to set feed mode time?
Replies: 11
Views: 12882

Re: How to set feed mode time?

if(hour()==13 && minute()==0 && second()==0) ReefAngel.FeedingModeStart();

Is this right? feed mode start at 13:00 every day
Does feedingmode end automatically after 15 minutes?
I found were I should paste it in the arduino file.
by Martinkimae
Thu Jul 31, 2014 12:59 pm
Forum: How do I code ...
Topic: How to set feed mode time?
Replies: 11
Views: 12882

Re: How to set feed mode time?

Think you very much. I Will try this.
by Martinkimae
Thu Jul 31, 2014 11:02 am
Forum: How do I code ...
Topic: How to set feed mode time?
Replies: 11
Views: 12882

How to set feed mode time?

Hello. I would like to set the aquarium in to feed mode at 13:00 pm every day so i can use a automtic feeder at that time. The feeder Will go on batteris and should not be coded. I'm new with reefangel and got it from an aquarium I bought second hand. Im very pleased with it. I have learnd to change...