Search found 1358 matches

by cosmith71
Sun Nov 06, 2016 5:31 pm
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166826

Re: Reef Angel Web Wizard

I put in some random stuff and it seems to be working OK (compiled fine).

But what's all this Star and Cloud stuff?
by cosmith71
Sun Nov 06, 2016 4:52 am
Forum: For New Members
Topic: Reef Angel Controller Questions
Replies: 6
Views: 6373

Re: Reef Angel Controller Questions

I forgot about the BT patch. :D
by cosmith71
Sat Nov 05, 2016 5:46 pm
Forum: For New Members
Topic: Reef Angel Controller Questions
Replies: 6
Views: 6373

Re: Reef Angel Controller Questions

That delay is not normal. I'm not sure that it's dependent on the driver, either. You may need to uninstall and then go manually delete any remaining directories. You may need to disable anti-virus during install and add the RA software to the exclusion list as well. That acclimation code exists. It...
by cosmith71
Fri Nov 04, 2016 10:14 am
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166826

Re: Reef Angel Web Wizard

The menu appears to be fixed now as well.
by cosmith71
Fri Nov 04, 2016 10:11 am
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166826

Re: Reef Angel Web Wizard

Interesting. Now it's compiling fine. #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 <...
by cosmith71
Fri Nov 04, 2016 7:59 am
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166826

Re: Reef Angel Web Wizard

I got this: Compiling code for RA_PLUS board DC Pump Control (Jebao/Tunze) Dimming Signal 2014 Main Screen Extra Font - Medium Size (8x8 pixels) Standard Menu Standard Menu Standard Menu Standard Menu GetFileAttributesEx D:\Arduino\libraries\LED\LED.cpp D:\Arduino\libraries\LED\LED.h: The filename, ...
by cosmith71
Thu Nov 03, 2016 12:44 pm
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166826

Re: Reef Angel Web Wizard

Sorry, the menu on the RA. When you click the joystick some of the options are missing.
by cosmith71
Thu Nov 03, 2016 10:50 am
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166826

Re: Reef Angel Web Wizard

Yes.

The main menu is still messed up, however.
by cosmith71
Wed Nov 02, 2016 6:31 pm
Forum: Ask anything here
Topic: What should I pay for used RA?
Replies: 6
Views: 6541

Re: What should I pay for used RA?

Awesome!
by cosmith71
Wed Nov 02, 2016 11:39 am
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166826

Re: Reef Angel Web Wizard

The Windows installer works fine for me. Avast Antivirus checked it a lot. I'd recommend disabling antivirus before install.
by cosmith71
Wed Nov 02, 2016 4:30 am
Forum: Ask anything here
Topic: What should I pay for used RA?
Replies: 6
Views: 6541

Re: What should I pay for used RA?

Yup. Roberto is great. :D
by cosmith71
Wed Nov 02, 2016 3:45 am
Forum: Ask anything here
Topic: What should I pay for used RA?
Replies: 6
Views: 6541

Re: What should I pay for used RA?

I think there may have been some changes to the outlet box, but honestly it's not a big deal unless you're out of the US. New units are $269. It's missing a float switch and you'll probably have to replace the pH probe. I'd probably try to go a little lower.
by cosmith71
Thu Oct 20, 2016 3:53 am
Forum: Apps
Topic: Server migration
Replies: 7
Views: 15090

Re: Server migration

I had a little better luck this morning. Spins, stops, eventually produces the graph. Trying to download produces a crash.
by cosmith71
Wed Oct 19, 2016 5:41 pm
Forum: Apps
Topic: Server migration
Replies: 7
Views: 15090

Re: Server migration

Now it stops spinning and the page crashes (Chrome). I tried clearing the cache, but still does the same thing.
by cosmith71
Tue Oct 18, 2016 2:44 pm
Forum: Apps
Topic: Server migration
Replies: 7
Views: 15090

Re: Server migration

I don't know if it's related, but I can't pull up relay activity on the Portal. I just get the loading spinner.
by cosmith71
Fri Oct 14, 2016 8:44 am
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166826

Re: Reef Angel Web Wizard

That line is in there (29G Frag Tank.ino). It works correctly when I upload it from Arduino, but is missing when I use the web wizard.
by cosmith71
Fri Oct 14, 2016 6:37 am
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166826

Re: Reef Angel Web Wizard

Save and open seems to be working correctly.

However, the main RA menu is missing the "Timeouts" option.

--Colin
by cosmith71
Thu Oct 13, 2016 3:03 am
Forum: How do I code ...
Topic: question on lights
Replies: 5
Views: 4193

Re: question on lights

Awesome!
by cosmith71
Thu Oct 13, 2016 3:02 am
Forum: How do I code ...
Topic: ATO questions
Replies: 3
Views: 3504

Re: ATO questions

Click the joystick, go to timeouts, ATO clear.
by cosmith71
Wed Oct 12, 2016 3:24 am
Forum: How do I code ...
Topic: question on lights
Replies: 5
Views: 4193

Re: question on lights

I think this will fix it. :ugeek:

Code: Select all

  if (((hour()==6 && minute()>=30) || (hour()>6) && (hour()<9)) || (hour()>=22 && hour()<23)) // Operates Moonlights twice a day
by cosmith71
Mon Oct 10, 2016 5:59 am
Forum: How do I code ...
Topic: Randomizing Wavemakers
Replies: 1
Views: 2417

Re: Randomizing Wavemakers

That second bit of code should do it. The second line sets Port6 to the opposite of Port5.
by cosmith71
Fri Oct 07, 2016 3:16 pm
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166826

Re: Reef Angel Web Wizard

Appears to work! Compiled and uploaded successfully.
by cosmith71
Fri Oct 07, 2016 1:56 pm
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166826

Re: Reef Angel Web Wizard

I did not have the TTL cable connected as I usually use Bluetooth. :D I hooked one up but got the following message: Attempting to upload your code to RA_PLUS on local port COM4 ... avrdude: ser_open(): can't open device "\\.\COM3": The system cannot find the file specified. avrdude: ser_d...
by cosmith71
Fri Oct 07, 2016 1:46 pm
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166826

Re: Reef Angel Web Wizard

I have no available ports, and the upload button is still grayed out.
by cosmith71
Fri Oct 07, 2016 12:30 pm
Forum: How do I code ...
Topic: Power Expansion Module
Replies: 3
Views: 3291

Re: Power Expansion Module

I don't have one, but you should be able to use the Wizard to program it. Just select it as an expansion relay.

Looking at the schematics, it looks like if you hold it with the bus connection facing down, then 1-2 are on the right, 3-6 are on the top, and 7-8 are on the left.
by cosmith71
Fri Oct 07, 2016 6:55 am
Forum: How do I code ...
Topic: Power Expansion Module
Replies: 3
Views: 3291

Re: Power Expansion Module

It acts just like an expansion relay box. Just select expansion relay and program it as usual.
by cosmith71
Fri Oct 07, 2016 6:54 am
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166826

Re: Reef Angel Web Wizard

I tried it, not sure it did anything. I didn't get any compiler messages, even when I put in an intentional error.
by cosmith71
Fri Oct 07, 2016 6:50 am
Forum: Standard
Topic: heater
Replies: 3
Views: 3390

Re: heater

T1, the first one.
by cosmith71
Thu Oct 06, 2016 5:00 am
Forum: Standard
Topic: heater
Replies: 3
Views: 3390

Re: heater

By default, the first one. You should have a couple of lines in your setup code like this:

Code: Select all

 // Use T1 probe as temperature and overheat functions
  ReefAngel.TempProbe = T1_PROBE;
  ReefAngel.OverheatProbe = T1_PROBE;
--Colin