Search found 1358 matches

by cosmith71
Sat Mar 04, 2017 4:29 pm
Forum: How do I code ...
Topic: Turn relay on/off at specific times
Replies: 3
Views: 3224

Re: Turn relay on/off at specific times

You're welcome!
by cosmith71
Sat Mar 04, 2017 4:55 am
Forum: How do I code ...
Topic: Times and time zones
Replies: 2
Views: 3395

Re: Times and time zones

It should just be local time, as it goes off the time on your RA.
by cosmith71
Sat Mar 04, 2017 4:53 am
Forum: How do I code ...
Topic: Turn relay on/off at specific times
Replies: 3
Views: 3224

Re: Turn relay on/off at specific times

Your if statements need to look like this:

Code: Select all

if ((hour() >= 4 && minute() >= 53) && (hour() <5 && minute() < 7))
Just change the hour and minutes appropriately for each section. I think the rest is fine.

--Colin
by cosmith71
Thu Mar 02, 2017 12:15 pm
Forum: Addons
Topic: Cloud Wifi Attachment
Replies: 53
Views: 137094

Re: Cloud Wifi Attachment

Sorry, I meant custom memory locations.
by cosmith71
Thu Mar 02, 2017 12:11 pm
Forum: Addons
Topic: Cloud Wifi Attachment
Replies: 53
Views: 137094

Re: Cloud Wifi Attachment

Yep, it's working. I tried it on a generic Android 5 tablet, my Samsung 6.0.1 tablet, and my Pixel XL Android 7.1.1. All working fine using Chrome. Awesome!

How about the ability to set memory locations? That's really the only thing missing now.

--Colin
by cosmith71
Thu Mar 02, 2017 4:46 am
Forum: Addons
Topic: Cloud Wifi Attachment
Replies: 53
Views: 137094

Re: Cloud Wifi Attachment

Roberto, did you ever get the app working with this?
by cosmith71
Mon Feb 27, 2017 12:17 pm
Forum: Addons
Topic: recommend powerhead for Reef Angel
Replies: 5
Views: 4957

Re: recommend powerhead for Reef Angel

I'm just using the stock controller. The Jebao cable will NOT work with it. :(

--Colin
by cosmith71
Sat Feb 25, 2017 5:59 am
Forum: Addons
Topic: recommend powerhead for Reef Angel
Replies: 5
Views: 4957

Re: recommend powerhead for Reef Angel

Awesome! I really like the Jebao powerheads. I went from those to the Jebao Gyre knockoff, but I think I might go back as I don't get as good of coverage as I did.
by cosmith71
Fri Feb 24, 2017 4:26 am
Forum: Addons
Topic: recommend powerhead for Reef Angel
Replies: 5
Views: 4957

Re: recommend powerhead for Reef Angel

Jebao RW and PP series work well. I think they only go down to 20% or 30% though. You'll need a Jebao cable from the RA Store and a free dimming port for each pump, so consider a dimming expansion since you only have 2 dimming ports right now. There are several wave patterns built into the libraries...
by cosmith71
Thu Feb 16, 2017 7:15 am
Forum: Tutorials
Topic: Arduino Tutorial - How the code structure works
Replies: 19
Views: 29011

Re: Arduino Tutorial - How the code structure works

Glad it helped!

--Colin
by cosmith71
Thu Feb 09, 2017 4:46 pm
Forum: Standard
Topic: Analog dimming with ELN-60-48D
Replies: 4
Views: 3750

Re: Analog dimming with ELN-60-48D

They were the D, the analog version.
by cosmith71
Thu Feb 09, 2017 3:53 am
Forum: Addons
Topic: Random Lights on With Dimming Module
Replies: 4
Views: 3317

Re: Random Lights on With Dimming Module

What kind of lights? How are you controlling them, are you switching off a relay or dimming them to zero?

--Colin
by cosmith71
Thu Feb 09, 2017 3:50 am
Forum: Standard
Topic: Analog dimming with ELN-60-48D
Replies: 4
Views: 3750

Re: Analog dimming with ELN-60-48D

Those should be fine. I ran 4 of them on my RA+, two on each channel with a RapidLED setup.

--Colin
by cosmith71
Wed Feb 01, 2017 2:07 pm
Forum: Standard
Topic: Question - default(?) for TidalSwellMode or Reefcrest
Replies: 5
Views: 4275

Re: Question - default(?) for TidalSwellMode or Reefcrest

You're welcome!

I'm not sure about the portal weirdness. I do know that some of the DC Pump modes were kind of shoehorned in and while they work fine, the values look strange sometimes.

--Colin
by cosmith71
Sat Jan 28, 2017 5:15 am
Forum: You and your tank
Topic: Pictures of my setup
Replies: 3
Views: 4720

Re: Pictures of my setup

Disgusting. So neat and tidy. :D

I like the Yellow-tailed damsel. One of my favorites. I always have one.
by cosmith71
Sat Jan 28, 2017 5:11 am
Forum: For New Members
Topic: 165 watt leds on dimmer
Replies: 2
Views: 3908

Re: 165 watt leds on dimmer

Yep. Troylong45 on here sells pre-made wiring harnesses. There's info on Facebook under the Chinese BlackBox LED Proof Group if you're feeling handy.

--Colin
by cosmith71
Mon Jan 23, 2017 4:47 am
Forum: Standard
Topic: Question - default(?) for TidalSwellMode or Reefcrest
Replies: 5
Views: 4275

Re: Question - default(?) for TidalSwellMode or Reefcrest

Add this under setup. Change the 20 to whatever you want the bottom limit to be.

Code: Select all

  ReefAngel.DCPump.Threshold=20;          // Set lower limits for Jebao pumps
--Colin
by cosmith71
Sat Jan 14, 2017 9:50 am
Forum: How do I code ...
Topic: Newbie questions
Replies: 1
Views: 2613

Re: Newbie questions

Not sure about the pH graph. I think it was depreciated, unless you're using WiFi then you can see it on the portal. As far as another temp probe, that's easy. Just plug it in. Reboot the RA and it will start working. The probe with the lowest serial number (hard coded into the probe) becomes T1_PRO...
by cosmith71
Sun Jan 08, 2017 4:27 am
Forum: Addons
Topic: Would it be an upgrade?
Replies: 1
Views: 2496

Re: Would it be an upgrade?

The big difference is the real-time parameter updates. Unfortunately, at the time being, that's only on the web version of the uApp (doesn't work on web on mobile last time I checked) or on the uApp Android app, nor on Reef Angel Status. Hopefully these are coming soon. If there is something else, m...
by cosmith71
Sun Jan 08, 2017 4:23 am
Forum: You and your tank
Topic: Just ordered my Reef Angel Plus
Replies: 2
Views: 3840

Re: Just ordered my Reef Angel Plus

Awesome! Welcome to the party!

--Colin
by cosmith71
Thu Dec 29, 2016 4:53 am
Forum: How do I code ...
Topic: Blank Screen RAStar
Replies: 11
Views: 9084

Re: Blank Screen RAStar

Oh, and the RANet line right after that, too.
by cosmith71
Thu Dec 29, 2016 4:51 am
Forum: How do I code ...
Topic: Blank Screen RAStar
Replies: 11
Views: 9084

Re: Blank Screen RAStar

I think you need to take out these two lines:

Code: Select all

ReefAngel.AddStandardMenu();
    ReefAngel.Use2014Screen();  // Let's use 2014 Screen
by cosmith71
Mon Dec 12, 2016 4:40 am
Forum: Standard
Topic: Windows10 Tablet,wifi,bluetooth?
Replies: 6
Views: 4812

Re: Windows10 Tablet,wifi,bluetooth?

You would need the Bluetooth module to upload code and the WiFi module for the rest. You wouldn't be able to share the tablet's WiFi with the RA, nor would you be able to load code with the cable without unplugging the WiFi module. The only way to accomplish uploads and WiFi without switching cables...
by cosmith71
Fri Dec 09, 2016 3:36 pm
Forum: Standard
Topic: ATO Timeout--pump still running!
Replies: 5
Views: 5017

Re: ATO Timeout--pump still running!

IIRC, it's Port, Timeout, Low%, High%, Delay. So your code is using Port 7, with a timeout of 3600 seconds, turns the pump on at 10% and back off at 100% with no delay specified.
by cosmith71
Fri Dec 09, 2016 2:06 pm
Forum: Standard
Topic: ATO Timeout--pump still running!
Replies: 5
Views: 5017

Re: ATO Timeout--pump still running!

ReefAngel.WaterLevelATO( Port7,3600,10,100 ); A low of 10 and a high of 100 is a pretty wide range. I'm not sure if it is causing your problem, though. I have noticed that with the RA in timeout, if the water level rises above the set "high" level, it will act as though the timeout has be...
by cosmith71
Sat Dec 03, 2016 5:14 am
Forum: Ask anything here
Topic: some silly questions
Replies: 6
Views: 6458

Re: some silly questions

I did something similar. Just make sure you leave enough room to access the connectors. Some of mine ended up a little tight.
by cosmith71
Tue Nov 29, 2016 3:38 am
Forum: For New Members
Topic: Led question
Replies: 2
Views: 3962

Re: Led question

Maybe. The basic ones without a timer and just knobs for dimming are the easiest.

You might try here to see if anyone can help.

https://www.facebook.com/groups/603511806434292/
by cosmith71
Wed Nov 23, 2016 9:53 am
Forum: Development Libraries
Topic: New IDE v1.6.8
Replies: 80
Views: 74868

Re: New IDE v1.6.8

You need to switch your board type back to RA+ in the tools menu.
by cosmith71
Tue Nov 15, 2016 3:50 am
Forum: How do I code ...
Topic: Filter ATO signal
Replies: 9
Views: 6339

Re: Filter ATO signal

There's this:

Code: Select all

    ReefAngel.SingleATOLow(1, 60, 1);
That's use port 1, timeout of 60 seconds, and the last 1 is for "come on only once every 1 hour". Change it to however many hours you like.

--Colin
by cosmith71
Sun Nov 13, 2016 5:17 am
Forum: Standard
Topic: Portal or RA issue with dosing
Replies: 1
Views: 2518

Re: Portal or RA issue with dosing

The portal only updates every 5 minutes, so it doesn't accurately reflect what's going on with things that run on short duration like dosing pumps.