Search found 1437 matches

by cosmith71
Tue Dec 01, 2020 6:38 am
Forum: How do I code ...
Topic: Converting ato high to skimmer shutoff?
Replies: 5
Views: 5270

Re: Converting ato high to skimmer shutoff?

I use a similar setup with an external skimmate locker (a big water jug with a hose and a float switch). It shuts off the skimmer once the locker is full. It will stay off until you turn the skimmer port back on in the uApp. Code is super simple. if (ReefAngel.LowATO.IsActive()) ReefAngel.Relay.On(S...
by cosmith71
Tue Dec 01, 2020 6:30 am
Forum: How do I code ...
Topic: Redundant ATOs
Replies: 4
Views: 3121

Re: Redundant ATOs

I use a similar setup with a double float switch. If the bottom one fails, then the top one can still stop the pump.

I just wired the two switches in series and connected them to one port. That way you can just use SingleATOLow (or Hi) and not worry about additional coding.
by cosmith71
Sat Jun 13, 2020 3:40 am
Forum: Apps
Topic: Universal App
Replies: 236
Views: 266703

Re: Universal App

How can I get my labels onto the U app?
Enter them into the Portal, then "Download Labels from Portal" in the Uapp menu.
by cosmith71
Mon Apr 13, 2020 11:59 am
Forum: Apps
Topic: Removing Multi Channel Water Level Expansion
Replies: 2
Views: 3920

Re: Removing Multi Channel Water Level Expansion

OK, I was wondering if that was the case. Thanks for the reply!
by cosmith71
Mon Apr 13, 2020 3:28 am
Forum: Apps
Topic: Removing Multi Channel Water Level Expansion
Replies: 2
Views: 3920

Removing Multi Channel Water Level Expansion

I took it off and removed the code, but it still shows in the Uapp. How can I remove the values?
Annotation 2020-04-13 051842.jpg
Annotation 2020-04-13 051842.jpg (84.59 KiB) Viewed 3920 times
by cosmith71
Fri Apr 03, 2020 3:16 am
Forum: Standard
Topic: Cloud down?
Replies: 2
Views: 3627

Re: Cloud down?

Working great now. Thanks for the prompt attention.
by cosmith71
Thu Apr 02, 2020 7:39 am
Forum: Standard
Topic: Cloud down?
Replies: 2
Views: 3627

Cloud down?

Is the cloud down? I can't seem to connect this morning.
by cosmith71
Sun Mar 15, 2020 11:38 am
Forum: How do I code ...
Topic: RA Star Port Labels
Replies: 8
Views: 8220

Re: RA Star Port Labels

Got it. Thanks!

I also found out the Wizard can do it, if I'd bother to enter in the labels. :D
by cosmith71
Mon Mar 09, 2020 5:58 pm
Forum: How do I code ...
Topic: RA Star Port Labels
Replies: 8
Views: 8220

RA Star Port Labels

Is there a way to change the labels on these?
20200309_194827.jpg
20200309_194827.jpg (719.04 KiB) Viewed 8220 times
Thanks,

--Colin
by cosmith71
Sun Jan 26, 2020 4:24 pm
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 624775

Re: Android Reef Angel Status

Thanks for continuing to work on this, Curt. It's much appreciated!

--Colin
by cosmith71
Sat Feb 24, 2018 10:49 am
Forum: Portal
Topic: Our DDNS service
Replies: 42
Views: 120842

Re: Our DDNS service

That would explain it! I'm up and running on no-ip, so it's not a big deal right now.

Thanks!
by cosmith71
Sat Feb 24, 2018 5:34 am
Forum: Portal
Topic: Our DDNS service
Replies: 42
Views: 120842

Re: Our DDNS service

I've been having trouble with this for several days now. I'm unable to get a connection using myreefangel.com through Curt's app. Error 13 failed to connect, but it shows the wrong IP address. My no-ip address works fine, as does the portal. Has the myreefangel.com stopped updating for me?
by cosmith71
Wed Nov 08, 2017 4:49 am
Forum: How do I code ...
Topic: Cloud and Lightning Code for Dimming Expansion
Replies: 106
Views: 232898

Re: Cloud and Lightning Code for Dimming Expansion

cosmith71 wrote:It should mean only changing this line.

Code: Select all

 ReefAngel.PWM.SetChannelRaw(1,DaylightPWMValue);
I haven't done much with the Star, but it should be possible. Give me a couple of days to look it up, unless someone else knows the function off the top of their head. :D
This is wrong. :(
by cosmith71
Tue Nov 07, 2017 4:49 am
Forum: How do I code ...
Topic: Cloud and Lightning Code for Dimming Expansion
Replies: 106
Views: 232898

Re: Cloud and Lightning Code for Dimming Expansion

It should mean only changing this line.

Code: Select all

 ReefAngel.PWM.SetChannelRaw(1,DaylightPWMValue);
I haven't done much with the Star, but it should be possible. Give me a couple of days to look it up, unless someone else knows the function off the top of their head. :D
by cosmith71
Wed Sep 13, 2017 3:01 am
Forum: Standard
Topic: Thank You to the Reef Angel community!
Replies: 1
Views: 3108

Re: Thank You to the Reef Angel community!

I've been there with the lightning strike. Good luck!
by cosmith71
Tue Sep 05, 2017 4:04 am
Forum: Standard
Topic: Reef Angel Star Controller
Replies: 116
Views: 96400

Re: Reef Angel Star Controller

It's the RJ-45 port on the bottom. Next to the leak detector which is a smaller RJ port (6pin vs 8pin). There is a picture of it in the manual and the pin-out. Understood. But where do I get this connector?? Any special tool required?? It's an ethernet connector. Just cut the end off of an ethernet...
by cosmith71
Thu Aug 31, 2017 4:03 am
Forum: Ask anything here
Topic: DIY Temp probe
Replies: 3
Views: 5405

Re: DIY Temp probe

You might have the red and yellow wires reversed.
by cosmith71
Mon Aug 21, 2017 3:45 am
Forum: How do I code ...
Topic: Coding help...
Replies: 1
Views: 3619

Re: Coding help...

Use a float.

Code: Select all

float variablename = 123.4567
https://www.arduino.cc/en/Reference/Float

Alternatively, if you don't need a variable, just change the number in the Sl.Init to whatever location you like.
by cosmith71
Sun Aug 06, 2017 4:39 am
Forum: Standard
Topic: Reef Angel Star Controller
Replies: 116
Views: 96400

Re: Reef Angel Star Controller

Ah, good stuff!
by cosmith71
Sat Aug 05, 2017 3:04 pm
Forum: Standard
Topic: Reef Angel Star Controller
Replies: 116
Views: 96400

Re: Reef Angel Star Controller

IMG_20170805_160741-2.jpg
IMG_20170805_160741-2.jpg (508.67 KiB) Viewed 13955 times
What is this screen?
by cosmith71
Sat Aug 05, 2017 6:05 am
Forum: Standard
Topic: Reef Angel Star Controller
Replies: 116
Views: 96400

Re: Reef Angel Star Controller

What does it come with?

Nevermind, I see it's on the products page now. :mrgreen:

Package Contents

Head Unit
Universal Relay Box Expansion
SD Card
3x Temperature probes
pH probe
pH 7.0 and pH 10.0 calibration fluids
2x float switches
Probe bracket
Ethernet cable
Power adapter
USB cable
by cosmith71
Fri Apr 28, 2017 3:04 am
Forum: Development Libraries
Topic: Reef Angel and Latest Arduino similtaneous installation
Replies: 3
Views: 5180

Re: Reef Angel and Latest Arduino similtaneous installation

I ended up uninstalling the RA Arduino and just running the Web Wizard for RA and Arduino for my 3D printer.
by cosmith71
Wed Apr 26, 2017 5:04 am
Forum: How do I code ...
Topic: Where are the variables defined for the "memory" option?
Replies: 10
Views: 9818

Re: Where are the variables defined for the "memory" option?

They are in Globals.h in the libraries. If you have the Android app you can use that to get the memory locations for individual items as well.. They start at 200. There are mnemonics for most of these too, but I don't know the location off the top of my head. Roberto may know off the top of his head...
by cosmith71
Wed Apr 26, 2017 2:44 am
Forum: How do I code ...
Topic: Where are the variables defined for the "memory" option?
Replies: 10
Views: 9818

Re: Where are the variables defined for the "memory" option?

You'll need to do something like this. I think memory locations 100-199 are available to use. Bytes, take 1 location, ints take 2, floats take 4. In globals: // Memory locations for adjusting dosing amounts. #define Mem_B_AlkDosage 100 #define Mem_B_CalDosage 101 #define Mem_B_Doses 102 #define Mem_...
by cosmith71
Tue Mar 21, 2017 4:00 am
Forum: How do I code ...
Topic: auto feed code not working.
Replies: 3
Views: 3973

Re: auto feed code not working.

Try changing this line:

Code: Select all

if ((now()%SECS_PER_DAY==61200)) //if it is 5 pm
to something like this.

Code: Select all

if (hour()==17 && minute()==0 && second() <= 2)
--Colin
by cosmith71
Sun Mar 19, 2017 12:49 pm
Forum: Ask anything here
Topic: Chinese Led Dimming
Replies: 5
Views: 5616

Re: Chinese Led Dimming

Take off the cover. The newer one has jumpers to select 5 or 10v and analog or PWM for each channel.
by cosmith71
Sat Mar 18, 2017 1:38 pm
Forum: Ask anything here
Topic: Chinese Led Dimming
Replies: 5
Views: 5616

Re: Chinese Led Dimming

Look on the bottom of your relay box. I believe on the analog versions there is a sticker of some kind denoting this. PWM boxes have no sticker.

Newer dimming expansion modules are switchable between analog and PWM, 5 and 10v for each of the 6 outputs.
by cosmith71
Thu Mar 09, 2017 9:30 am
Forum: Addons
Topic: Dimming Expansion question.
Replies: 8
Views: 6439

Re: Dimming Expansion question.

I believe so. Roberto will know for sure.