Search found 63 matches

by jcjrogers
Sun Jun 04, 2017 9:47 am
Forum: Addons
Topic: Temp probe issue
Replies: 1
Views: 2955

Re: Temp probe issue

Disregard... I had both plugged-in missing a pin... duh! Both are working now.
by jcjrogers
Sun Jun 04, 2017 9:34 am
Forum: Addons
Topic: Temp probe issue
Replies: 1
Views: 2955

Temp probe issue

I added a second temperature probe (the long one). I removed the short probe from its port and then placed the new, longer probe in its port, wanting it to be Temp 1. I put the old probe (the short one) next to it. I now get 0 for both Temp 1 and Temp 2. I rebooted the controller and then removed po...
by jcjrogers
Wed May 31, 2017 11:27 am
Forum: Addons
Topic: Temperature probe calibration
Replies: 2
Views: 4157

Re: Temperature probe calibration

rimai wrote:It's factory calibrated and it should be pretty accurate.
Datasheet says +/- 0.5C.
https://datasheets.maximintegrated.com/ ... S18B20.pdf
Good enough for me. Thanks!
by jcjrogers
Wed May 31, 2017 11:23 am
Forum: Standard
Topic: Code loads per Webwizard but doesn't appear to really load
Replies: 27
Views: 17495

Re: Code loads per Webwizard but doesn't appear to really lo

By looking at the source code, it seems it won't work with negative offset because we declared the offset as byte, which does not allow for a negative number. https://github.com/reefangel/Libraries/blob/master/ReefAngel/ReefAngel.cpp#L1429 But it is very easy to create your own function. If you add...
by jcjrogers
Tue May 30, 2017 10:01 pm
Forum: Addons
Topic: Temperature probe calibration
Replies: 2
Views: 4157

Temperature probe calibration

I couldn't find a way so thought I would ask, is there a way to calibrate the temperature probe?
by jcjrogers
Tue May 30, 2017 9:11 pm
Forum: Standard
Topic: Code loads per Webwizard but doesn't appear to really load
Replies: 27
Views: 17495

Re: Code loads per Webwizard but doesn't appear to really lo

I don't see nothing wrong of using T5 as standardlights and fans as offset. I think it will work, it just complicates things. For instance, if I run my main LEDs 9a-9p (time set in Bluefish controller), I have to set my T5s in the center so I can offset my fans to match my LEDs. For instance, I cou...
by jcjrogers
Tue May 30, 2017 3:54 pm
Forum: Standard
Topic: Code loads per Webwizard but doesn't appear to really load
Replies: 27
Views: 17495

Re: Code loads per Webwizard but doesn't appear to really lo

/// LED lights: Port 1 - Always On (LEDs are controlled by a phone app). Lights on 9:00am, Lights off 9:00pm. /// T5's: Port 2 - Offset -180 minutes (-3 hours). Generates Lights on 12:00pm, Lights off 6:00pm. /// Fixture Fans: Port 3 - Time Schedule. Fans on 9:00am, Fans off 9:00pm (matches LED sch...
by jcjrogers
Wed May 24, 2017 9:51 pm
Forum: Standard
Topic: Code loads per Webwizard but doesn't appear to really load
Replies: 27
Views: 17495

Re: Code loads per Webwizard but doesn't appear to really lo

Yeah. StandardLights will use those settings. So just change them on uapp. Then, there is no need for internal memory file to be loaded. Ok, since I have the Internal File already loaded, I don't need to mess with that. Since the Webwizard doesn't offer any sort of offset as an option, I copied the...
by jcjrogers
Wed May 24, 2017 6:21 pm
Forum: Standard
Topic: Code loads per Webwizard but doesn't appear to really load
Replies: 27
Views: 17495

Re: Code loads per Webwizard but doesn't appear to really lo

Why do you need to load internal memory code? You really don't need one. One is already loaded before the controller is shipped. If you really want to load it, you can use the initial internal memory.ino that comes with the arduino IDE and copy/paste on the webwizard. Sorry, I'm not using the corre...
by jcjrogers
Wed May 24, 2017 10:54 am
Forum: Standard
Topic: Code loads per Webwizard but doesn't appear to really load
Replies: 27
Views: 17495

Re: Code loads per Webwizard but doesn't appear to really lo

A few more questions: 1. I know the Webwizard doesn't load parameters to the controller. Does the Webwizard code generated as Internal Memory load to the controller? 2. If the Webwizard cannot load Internal Memory code to the controller, what code do I add in the Arduino Wizard to make the controlle...
by jcjrogers
Tue May 23, 2017 9:42 pm
Forum: Addons
Topic: Quick Water Level Expansion question
Replies: 3
Views: 4972

Re: Quick Water Level Expansion question

Thanks guys! I got the two I'm starting with cemented and then added silicone around where the cap meets the coupler and where the tubing enters the cap. Before adding the silicone, I did a redneck pressure test by blowing into and sucking the open end of the PVC pipe, while covering the tubing with...
by jcjrogers
Mon May 22, 2017 1:58 pm
Forum: Addons
Topic: Quick Water Level Expansion question
Replies: 3
Views: 4972

Quick Water Level Expansion question

Do the orange fittings that hold the tubing need to be cemented into the pvc adapter? I know they are snug but am worried about them being airtight. I'm not sure what they are made of so I don't want to use pvc cement and then be sorry.
by jcjrogers
Sat May 20, 2017 9:41 pm
Forum: Standard
Topic: Code loads per Webwizard but doesn't appear to really load
Replies: 27
Views: 17495

Re: Code loads per Webwizard but doesn't appear to really lo

Yes, you can mix. The controller will follow whatever you instruct it to do, whether you save settings on internal memory, hard code them or both. The on/off/auto is whatever the controller is following from your code. Great! I've got a couple of options, and having access to what is really going o...
by jcjrogers
Sat May 20, 2017 4:43 pm
Forum: Standard
Topic: Code loads per Webwizard but doesn't appear to really load
Replies: 27
Views: 17495

Re: Code loads per Webwizard but doesn't appear to really lo

Ok so a few more questions: 1. Can you mix code used for internal memory with hard coded parameters? For example, could I have a line ReefAngel.StandardLights( Port2 ); in a sketch with a line ReefAngel.StandardLights( Port3,9,0,21,0 ); , thereby allowing me to hard code one port and have the other ...
by jcjrogers
Fri May 19, 2017 11:00 pm
Forum: Apps
Topic: Alerts/Notifications
Replies: 5
Views: 5710

Re: Alerts/Notifications

Yeah when I set to 0 hours, I started getting several. That is fine because if I have high temp or high pH, I want it to pester the crap out of me. I guess where it falls short is with informational alerts. For instance, if I want to know every time my ATO pump engages, setting every hour would miss...
by jcjrogers
Fri May 19, 2017 10:51 pm
Forum: Standard
Topic: Code loads per Webwizard but doesn't appear to really load
Replies: 27
Views: 17495

Re: Code loads per Webwizard but doesn't appear to really lo

Ok...so would this work: /// LED lights: Port 1 - Always On (LEDs are controlled by a phone app). Lights on 9:00am, Lights off 9:00pm. /// T5's: Port 2 - Offset -180 minutes (-3 hours). Generates Lights on 12:00pm, Lights off 6:00pm. /// Fixture Fans: Port 3 - Time Schedule. Fans on 9:00am, Fans off...
by jcjrogers
Fri May 19, 2017 10:35 pm
Forum: Apps
Topic: Alerts/Notifications
Replies: 5
Views: 5710

Re: Alerts/Notifications

Ok, it looks like it rounds to the nearest hour. I tried putting .1 in and it defaulted to 0 hours. The .5 I had entered defaulted to 1 hour. I'm not sure what the logic is, but I wonder if "send email" every so many x hours has something to do with it. I triggered my thresholds for quite ...
by jcjrogers
Fri May 19, 2017 10:27 pm
Forum: Apps
Topic: Alerts/Notifications
Replies: 5
Views: 5710

Re: Alerts/Notifications

Yes... I finally got a pH alert... long after 5 minutes. I had my alerts set up for .5 hours. I'm going to shorten that and see what happens.
by jcjrogers
Fri May 19, 2017 9:35 pm
Forum: Apps
Topic: Alerts/Notifications
Replies: 5
Views: 5710

Alerts/Notifications

I've tried entering alerts in the Portal's Notifications, but I get no emails when they trigger. Is there another way to setup email alerts?
by jcjrogers
Fri May 19, 2017 8:43 pm
Forum: Standard
Topic: Code loads per Webwizard but doesn't appear to really load
Replies: 27
Views: 17495

Re: Code loads per Webwizard but doesn't appear to really lo

If they are all StandardLights , all of them are going to use those settings. In order to create your own function, you have to actually code your own function. Here is what the StandardLights function looks like in the background: https://github.com/reefangel/Libraries/blob/master/ReefAngel/ReefAn...
by jcjrogers
Fri May 19, 2017 7:29 pm
Forum: Standard
Topic: Code loads per Webwizard but doesn't appear to really load
Replies: 27
Views: 17495

Re: Code loads per Webwizard but doesn't appear to really lo

There is no way. You will need to either create your own function or hard code the settings. It will only have 1 schedule and 1 heater settings in the apps or portal. So if I alter the time setting in Uapp, which time setting does it really alter-- the one assigned to Port 2, the one assigned to Po...
by jcjrogers
Fri May 19, 2017 9:19 am
Forum: Standard
Topic: Code loads per Webwizard but doesn't appear to really load
Replies: 27
Views: 17495

Re: Code loads per Webwizard but doesn't appear to really lo

Ok, I got the Internal Memory code posted and then went through the Arduino Wizard and added to Internal Memory. It doesn't update the parameters either, but it also doesn't include Cloud Wifi. I tried adding ReefAngel.CloudPortal(); to the void loop code, but it didn't recognize and wouldn't comple...
by jcjrogers
Thu May 18, 2017 10:25 pm
Forum: Standard
Topic: Code loads per Webwizard but doesn't appear to really load
Replies: 27
Views: 17495

Re: Code loads per Webwizard but doesn't appear to really lo

Ok, I copy/pasted that into Arduino, compiled and uploaded. I then created code to internal memory in Webwizard, generated, and loaded. I pretty much ended up where I started but I think I realize part of the error... I have to manually load the internal memory code, meaning I have to copy/paste fro...
by jcjrogers
Thu May 18, 2017 8:55 pm
Forum: Standard
Topic: Code loads per Webwizard but doesn't appear to really load
Replies: 27
Views: 17495

Code loads per Webwizard but doesn't appear to really load

I decided to move this to its own thread. I've run some code via the Webwizard, saving to internal memory. When I upload, the program compiles and tells me that it loaded. I'm using the USB-TTL cable, plugged into the first 6 pins, (starting from the right ), with the black wire plugged into the fir...
by jcjrogers
Thu May 18, 2017 6:58 pm
Forum: How do I code ...
Topic: Wizard clarification for Water Level ATO
Replies: 3
Views: 4477

Re: Wizard clarification for Water Level ATO

The ATO timeout is permanent until you clear it through the joystick or using any app. Ok so my idea won't work... at least not the way I envisioned. I guess I can either try to program it as a dosing pump or just let it run with a long enough timeout to where if triggered, there has to be a proble...
by jcjrogers
Thu May 18, 2017 6:51 pm
Forum: Standard
Topic: Explain internal memory
Replies: 20
Views: 14359

Re: Explain internal memory

The controller will show whatever is in the memory. If you hard coded, I mentioned above that those settings will be ignored. It will use whatever your code instructed it to do. If you use internal memory settings, it will use those settings and they should match to what the portal and app settings...
by jcjrogers
Thu May 18, 2017 5:49 pm
Forum: Standard
Topic: Explain internal memory
Replies: 20
Views: 14359

Re: Explain internal memory

Yes, the joystick changes the screen and changes parameters. The problem is, what shows doesn't match my code. It looks like some sort of defaults. For instance, the heater shows on-76.6 and off-77.0. However, in my code I put on-76 and off-80 for two separate heaters (planning to use the heater con...
by jcjrogers
Thu May 18, 2017 5:28 pm
Forum: How do I code ...
Topic: Wizard clarification for Water Level ATO
Replies: 3
Views: 4477

Wizard clarification for Water Level ATO

Questions regarding Water Level ATO in the Wizard: 1. Clarification that the Timeout (sec) option shuts down the pump after running that many seconds. 2. Assuming #1 is correct, how long does that timeout last by default? I'm asking because I'm using a dosing pump, pulling water from my ATO reservoi...
by jcjrogers
Thu May 18, 2017 4:50 pm
Forum: Standard
Topic: Explain internal memory
Replies: 20
Views: 14359

Re: Explain internal memory

can you post screen of what you are talking about the RA screen? I'm talking about the screen on the controller itself that looks about the size of a large postage stamp. For instance, the light on/off times don't match my code. There are several things in my code that don't show. I could take a pi...