Search found 94 matches

by Naptalene
Tue Aug 07, 2018 12:08 pm
Forum: How do I code ...
Topic: Timed ports not working....
Replies: 11
Views: 10991

Re: Timed ports not working....

Second unit running now :D I was pulling my hair out lol. At least that makes sense as to why inverting the times in the memory gave weird results. I was trying to figure out why the hell I was the only person having this issue lol. The guys I apprenticed under back in the day are rolling in their g...
by Naptalene
Tue Aug 07, 2018 11:48 am
Forum: How do I code ...
Topic: Timed ports not working....
Replies: 11
Views: 10991

Re: Timed ports not working....

DAMMMMITTTTTT........ Think I found the problem..... My RA is mounted on the side of my tank where I cant see it. I rely heavily on the webinterface/phone app. So while im testing the second head unit its on the table next to me. The head unit was showing a different time to the phone and web interf...
by Naptalene
Tue Aug 07, 2018 11:34 am
Forum: How do I code ...
Topic: Timed ports not working....
Replies: 11
Views: 10991

Re: Timed ports not working....

ok, reloaded IDE version working now.

Same controller etc. and re-tried the webplugin version..... not working.
Going to try the same thing with that code quickly so I do the same method....

EDIT - ignore that, wrong code loaded
by Naptalene
Tue Aug 07, 2018 11:26 am
Forum: How do I code ...
Topic: Timed ports not working....
Replies: 11
Views: 10991

Re: Timed ports not working....

Ok cool, but it just started working on the IDE version. I added ReefAngel.Relay.Off(Port1); to this Arduino wizard code that wasnt working... #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #in...
by Naptalene
Tue Aug 07, 2018 10:06 am
Forum: How do I code ...
Topic: Timed ports not working....
Replies: 11
Views: 10991

Re: Timed ports not working....

same issue on the second reefangel, using the arduino IDE and wizard.

no clue whats up
by Naptalene
Tue Aug 07, 2018 9:26 am
Forum: How do I code ...
Topic: Timed ports not working....
Replies: 11
Views: 10991

Re: Timed ports not working....

Ok,

Tested a second head unit and the same issue with the standard timer.
also does the weird thing with making the off time earlier than the on time

I'll install the arduino IDE and copy/paste the code into that and upload.
by Naptalene
Tue Aug 07, 2018 9:11 am
Forum: How do I code ...
Topic: Timed ports not working....
Replies: 11
Views: 10991

Re: Timed ports not working....

OK.... StdLights. The only thing that triggers any change on the relay is by changing the off time. if the on time is learlier than the off time, the relay is off and it doesnt change if it passes the off time. If I make the off time earlier than the on time, the relay turns on. It stays in this sta...
by Naptalene
Tue Aug 07, 2018 1:21 am
Forum: How do I code ...
Topic: Timed ports not working....
Replies: 11
Views: 10991

Re: Timed ports not working....

Just seen a problem with my first attempt that I ripped.... ////// Place global variable code below here void GasPumpTimer() //Timer for CO2 Relay until I get the std light timer working { if (hour()>=12 && hour()<19) { ReefAngel.Relay.On (GasPump); } } ////// Place global variable code abov...
by Naptalene
Tue Aug 07, 2018 1:04 am
Forum: How do I code ...
Topic: Timed ports not working....
Replies: 11
Views: 10991

Re: Timed ports not working....

Is it normal to have 2 entries for #include <InternalEEPROM.h>? It's what the wizard gave me. The wizard is also trying to give me extra relays even though I haven't selected the Relay Expansion option. I also tried to move the the GasPumpTimer code into the Void loop() as normal arguments with all ...
by Naptalene
Tue Aug 07, 2018 12:50 am
Forum: How do I code ...
Topic: Timed ports not working....
Replies: 11
Views: 10991

Timed ports not working....

Hello :) I'm trying to setup a CO2 solenoid to turn on between 12:00 and 19:00. I have an RA Plus. I used the Wizard via the web plugin and created my basic code using internal memory. I used the Timed Schedule option to setup the port. It didn't turn on and off :( I used the Android App to change t...
by Naptalene
Mon Aug 06, 2018 3:41 pm
Forum: Standard
Topic: ATO high/low as failsafe
Replies: 7
Views: 11216

Re: ATO high/low as failsafe

I had the same problem with a similar setup I just had to add an else statement and it's working now. Mine is If (ReefAngel.ATOHigh.isActive) { ReefAngel.Relay.Off(your return pump port here); } else (ReefAngel.Relay.On(your return pump port here); You can put in the ! To flip the logic..... or just...
by Naptalene
Mon Nov 13, 2017 10:35 am
Forum: Standard
Topic: Reef Angel Star Controller
Replies: 116
Views: 96646

Re: Reef Angel Star Controller

Me too lol


Sent from my iPhone using Tapatalk Pro
by Naptalene
Tue Oct 24, 2017 4:48 am
Forum: Standard
Topic: Questions WRT RA*
Replies: 2
Views: 3737

Re: Questions WRT RA*

great, I figured that would be the case, but always better yo check :)
by Naptalene
Tue Oct 24, 2017 4:46 am
Forum: Development Libraries
Topic: New IDE v1.6.8
Replies: 80
Views: 74880

Re: New IDE v1.6.8

Ok Cool, thanks :)
by Naptalene
Tue Oct 17, 2017 12:28 am
Forum: Standard
Topic: Questions WRT RA*
Replies: 2
Views: 3737

Questions WRT RA*

Hi, I see that the RA* is the current model and would love to eventually migrate onto it, but have the following questions about it. 1. It would seem that you don't need any sort of Cloud or WiFi expansion. It comes with it standard. Am I correct? 2. Are the existing expansions going to change/not b...
by Naptalene
Tue Oct 17, 2017 12:01 am
Forum: Development Libraries
Topic: New IDE v1.6.8
Replies: 80
Views: 74880

Re: New IDE v1.6.8

Ah, ok cool, thanks :) I have gotten a second RA system for my new build and I've started coding it. Am I correct that the web wizard and IDEv1.6.8 are where the system is headed? So it makes sense to keep programming with one of those two instead of the older standard version? EDIT- Geez, after usi...
by Naptalene
Mon Oct 16, 2017 12:20 pm
Forum: Development Libraries
Topic: New IDE v1.6.8
Replies: 80
Views: 74880

Re: New IDE v1.6.8

Hi, When I use the Dev IDE and the web wizard, my custom labels don't come up on the head unit and my DCpump mode doesn't reflect the correct mode on startup. The DCpump mode is a bit of a non-issue as once I re-set it via the U-App it's fine. If I revert to the standard IDE (1.1.3 not the dev) it a...
by Naptalene
Thu Apr 27, 2017 11:36 pm
Forum: Development Libraries
Topic: Reef Angel and Latest Arduino similtaneous installation
Replies: 3
Views: 5200

Reef Angel and Latest Arduino similtaneous installation

Hi guys, hopefully you guys can tell me how to do this. I'm on OS_x El Capitan on a 2009 Mac Pro at home and Sierra on my work current gen Mac pro. I run the latest Arduino for my 3d printer to load the firmware etc. How do I install the RA and the Arduino as two "seperate" things? On my P...
by Naptalene
Thu Apr 27, 2017 11:25 pm
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166836

Re: Reef Angel Web Wizard

Sorry for my lat reply, no it doesn't but by just copying/pasting the code into the webwizard and saving I have cloud backup of my codes that I can always get to. I've lost them twice lol. There's a reason for trying to lose the arduino version. I'll start a new thread now.
by Naptalene
Fri Apr 21, 2017 3:40 am
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166836

Re: Reef Angel Web Wizard

Hi, I just started messing around with the tide and weather options and see I can't #include them via the web plugin.
Does this mean I'll have to use the Arduino interface then?
Create my code there and then I can copy/Paste and use the webwizard to save it on your server?
by Naptalene
Fri Apr 14, 2017 12:26 am
Forum: Apps
Topic: Reef Angel Web Wizard
Replies: 90
Views: 166836

Re: Reef Angel Web Wizard

Installed on my old 2009 Mac Pro with El Capitan. Seems to run fine and compiled my old sketch perfectly. Only problem I had was that I kept clicking the app in "Applications"trying to make it open lol. Didn't see it in the "Status" bar on the top left:P Can I officially stop usi...
by Naptalene
Fri Apr 14, 2017 12:17 am
Forum: Standard
Topic: help troubleshooting hardware issue
Replies: 4
Views: 3522

Re: help troubleshooting hardware issue

Hi,
It suddenly settled down so I started migrating gear back onto the Relay box.
I then heard the random relay again.

It would appear to be an issue with the WiFi attachment (water damage or other). I unplugged that and it's running solid for about 12 hours.
Just put it back in and lets see .....
by Naptalene
Fri Apr 07, 2017 7:51 am
Forum: Standard
Topic: help troubleshooting hardware issue
Replies: 4
Views: 3522

Re: help troubleshooting hardware issue

Dang,

Tried to reboot by pulling the power out of the relay box.
Everything is now dead - no power.
We had a power spike yesterday..... I have a ups between the mains and RA. Do you think it could have been fried by the spike?
Any way to tell?
by Naptalene
Fri Apr 07, 2017 7:27 am
Forum: Standard
Topic: help troubleshooting hardware issue
Replies: 4
Views: 3522

Re: help troubleshooting hardware issue

Ok, Haven't been able to check the float switch but if I scroll on the head unit there is an item that says "bus lock" Edit : original float switch is working. Tested with a new one and all the I/O ports are being read by the head unit correctly. I read some guys had issues with expansions...
by Naptalene
Fri Apr 07, 2017 12:46 am
Forum: Standard
Topic: help troubleshooting hardware issue
Replies: 4
Views: 3522

help troubleshooting hardware issue

Hi, I think I've lost communication between my Head Unit and the relay box. My basic setup is an RA Plus, single relay box and wifi unit. I have 3 temp probes and use the two I/o's for sump level safety (float switch) and a little relay to trigger a power out mode. Last night I heard a relay going b...
by Naptalene
Wed Jul 13, 2016 12:09 am
Forum: Standard
Topic: 2nd Relay box
Replies: 5
Views: 4318

Re: 2nd Relay box

Awesome, thanks.
Ill get my ducks in a row this side and then organise
by Naptalene
Tue Jul 12, 2016 7:16 am
Forum: Standard
Topic: 2nd Relay box
Replies: 5
Views: 4318

Re: 2nd Relay box

I saw that, do you know if it is available to buy the relay hub as a stand alone item? I'm keen on buying a second hand system (has dimming expansion etc. that I don't have) and it would be nice to add the relays if possible. PS.... the new boxes look great, I would migrate everything into that look...
by Naptalene
Tue Jul 12, 2016 3:59 am
Forum: You and your tank
Topic: Nano tank
Replies: 7
Views: 9454

Re: Nano tank

Thought I'd share my little led mod. Built this out of drafting paper http://uploads.tapatalk-cdn.com/20160712/7e4253f4868738e1bdda972d9aa21084.jpg Which changed the light spill from this http://uploads.tapatalk-cdn.com/20160712/302e0fced195f8c6290ae87375f4f4bb.jpg To this.... http://uploads.tapatal...
by Naptalene
Tue Jul 12, 2016 3:40 am
Forum: Standard
Topic: 2nd Relay box
Replies: 5
Views: 4318

2nd Relay box

Hi guys,

If I buy a second controller, can I use it's relay box as an expander on my current system?
Does it have to be a "Relay Expander"?

Thanks