Search found 220 matches

by howaboutme
Fri Feb 23, 2024 10:39 am
Forum: Standard
Topic: Reef Angel Status App, still supported?
Replies: 7
Views: 2317

Re: Reef Angel Status App, still supported?

I still use the app on my Android device w/ my RA Plus.
by howaboutme
Mon Jan 22, 2024 7:39 am
Forum: Ask anything here
Topic: Wifi module afficting ph probe reading
Replies: 3
Views: 885

Re: Wifi module afficting ph probe reading

I prefer Atlas Scientific. I don't use their PH probe (don't does anything, just observing so I don't need the accuracy) but I do use their salinity probe.

https://atlas-scientific.com/ph/
by howaboutme
Fri Jan 19, 2024 12:02 pm
Forum: Uapp
Topic: Uapp Version 3
Replies: 9
Views: 657

Re: Uapp Version 3

Oh, I see now. Click on the header in the graph page. Got it!
by howaboutme
Fri Jan 19, 2024 10:42 am
Forum: Uapp
Topic: Uapp Version 3
Replies: 9
Views: 657

Re: Uapp Version 3

Yes, I was able to click on the main header, in my case "Main Box". But the specific relay ports aren't clickable.
by howaboutme
Thu Jan 18, 2024 6:11 pm
Forum: Uapp
Topic: Uapp Version 3
Replies: 9
Views: 657

Re: Uapp Version 3

Regarding the relay graph. My headers aren't clickable....I'm using the none secure version. Could that be it?
by howaboutme
Sat Jan 28, 2023 5:25 am
Forum: How do I code ...
Topic: installation
Replies: 1
Views: 1342

Re: installation

Have you gotten help yet? I'm not a hard core user or an expert in coding but I have had my RA for a while and have been able to "figure it out". The easiest is to use the Wizard. That takes care of most of what you need to get done. Then from there you search through the threads to get cl...
by howaboutme
Sun Dec 18, 2022 6:28 am
Forum: Standard
Topic: Replacing the Main Board
Replies: 1
Views: 1331

Re: Replacing the Main Board

Here's my thread from year's past. The pictures were lost in the photobucket debacle, but the text description should be enough. It was very easy.

https://forum.reefangel.com/viewtopic.php?f=2&t=4423
by howaboutme
Fri Oct 28, 2022 10:44 am
Forum: How do I code ...
Topic: Putting Skimmer on Timer
Replies: 2
Views: 1293

Re: Putting Skimmer on Timer

Thanks Roberto! I realized that was the issue as well. Appreciate the reply.
by howaboutme
Fri Oct 28, 2022 7:25 am
Forum: How do I code ...
Topic: Putting Skimmer on Timer
Replies: 2
Views: 1293

Putting Skimmer on Timer

I want to put my skimmer on a timer so I've called Port 2 as standard lights but it didn't work. I had the same code (or similar) previous, and it worked fine. Can someone check the code and let me know where I've missed something? Thanks! #include <ReefAngel_Features.h> #include <Globals.h> #includ...
by howaboutme
Sun Feb 13, 2022 5:58 am
Forum: Addons
Topic: Searching for RF Module in states
Replies: 4
Views: 2936

Re: Searching for RF Module in states

I think I may have bought Roberto's last board. I have not yet used it so it's new and does include the green Ecotech RF chip. PM me if you're interested.
by howaboutme
Mon Oct 11, 2021 12:23 pm
Forum: Addons
Topic: Wifi Attachment issue
Replies: 2
Views: 2389

Re: Wifi Attachment issue

Has it been sitting for a while? I had the same issue. This solved it:

https://forum.reefangel.com/viewtopic.php?f=3&t=4601
by howaboutme
Sun Oct 10, 2021 4:46 am
Forum: Standard
Topic: Adding my own temp probe
Replies: 1
Views: 1891

Adding my own temp probe

I'm looking to add my own temp probe. I assume I can use this: https://www.sparkfun.com/products/11050 I assume since it's DS18B20 it will work. I'm not looking to replace the assembly I have now (will use it too) so is the 3-pin connector the standard 0.1" spacing? I follow this while looking ...
by howaboutme
Mon Sep 27, 2021 4:32 am
Forum: How do I code ...
Topic: Code for Doser based on Schedule
Replies: 13
Views: 11148

Re: Code for Doser based on Schedule

rimai wrote:It is probably missing from before the code you posted
Weird because i don't recall getting any errors and the controller functioned as ordered. But it's been a few years. Thanks!
by howaboutme
Sun Sep 26, 2021 1:26 pm
Forum: How do I code ...
Topic: Code for Doser based on Schedule
Replies: 13
Views: 11148

Re: Code for Doser based on Schedule

This was my thread many years ago. I'm looking to do the exact same thing. When I plugged in the code: //DoserAlk Schedule if ((hour() > 10) && (hour() < 22)) { // Between 10am and 10pm we will disable Port 6 ReefAngel.Relay.Off(Port6); } I get an error saying expected ";" before i...
by howaboutme
Mon Sep 20, 2021 5:44 am
Forum: How do I code ...
Topic: Overheat shut off and always on ports
Replies: 1
Views: 1698

Overheat shut off and always on ports

Will the overheat shut off function superseded the always on function? I am using an inkbird to control my heaters. I have the RA set to turn off the heater at a certain temp as part of the overheat function. I originally put my heater port as always on but now I'm wondering if keeping it always on ...
by howaboutme
Fri Jun 18, 2021 4:50 am
Forum: Standard
Topic: Anyone have a RF module?
Replies: 4
Views: 3168

Re: Anyone have a RF module?

madmarks wrote:Still looking for one? I have a RF module that came with my purchase of a RA system. I do not have Vortex power heads, so I have no use for it.
I got one from Roberto. Thank you anyways.
by howaboutme
Sat May 29, 2021 11:35 am
Forum: Apps
Topic: RA+ wifi connection - port forwarding
Replies: 14
Views: 7500

Re: RA+ wifi connection - port forwarding

NM. Forgot to forward both routers. :D
by howaboutme
Sat May 29, 2021 9:57 am
Forum: Apps
Topic: RA+ wifi connection - port forwarding
Replies: 14
Views: 7500

Re: RA+ wifi connection - port forwarding

Roberto or anyone. Need some help. I just setup my google wifi and am switching everything over from the Verizon router. I am using a new SSID and pswd. I used terra term (per post previous) and uploaded the new info to the wifi attachment. The attachment has the green light (no blue). from there, I...
by howaboutme
Wed May 05, 2021 6:23 pm
Forum: How do I code ...
Topic: Controlling Mobius enabled VorTech pump using 0-10V (& BLE)
Replies: 2
Views: 2696

Re: Controlling Mobius enabled VorTech pump using 0-10V (& B

Ah yes, BLE. That is the trend, though I dislike it, connections are horrible. Incidentally, I have a couple of vortechs to play with. I have one w/ the old original green RF chip and one with the Mobius chip. I downgraded the drivers on the Mobius one and was able to connect it to the Reeflink. I h...
by howaboutme
Wed May 05, 2021 5:14 pm
Forum: How do I code ...
Topic: Controlling Mobius enabled VorTech pump using 0-10V (& BLE)
Replies: 2
Views: 2696

Controlling Mobius enabled VorTech pump using 0-10V (& BLE)

I ran across this thread on R2R and thought it would be relevant here for any of the advanced coders:

https://www.reef2reef.com/threads/contr ... le.814921/

github file here:

https://github.com/treesta1ker/arduino-MobiusBLE

Any possibilities here?
by howaboutme
Mon May 03, 2021 4:58 am
Forum: For New Members
Topic: Probe Submersion
Replies: 1
Views: 2031

Re: Probe Submersion

I do not. I submerge it enough to cover ~ 1/2 of the probes. If you have them in your return chamber where evaporation happens, just make sure the tip is always going to be submerged at the lowest water level.
by howaboutme
Tue Apr 27, 2021 7:04 am
Forum: How do I code ...
Topic: Auto Calibrate Salinity Probe?
Replies: 15
Views: 8449

Re: Auto Calibrate Salinity Probe?

this morning was the first scheduled auto calibration. looks like everything went smoothly. thank you!
by howaboutme
Sun Apr 25, 2021 4:03 pm
Forum: How do I code ...
Topic: Auto Calibrate Salinity Probe?
Replies: 15
Views: 8449

Re: Auto Calibrate Salinity Probe?

Thanks yes. I was more making sure I put your codes in the right place. Will report back.
by howaboutme
Sun Apr 25, 2021 6:20 am
Forum: How do I code ...
Topic: Auto Calibrate Salinity Probe?
Replies: 15
Views: 8449

Re: Auto Calibrate Salinity Probe?

Curt, Can you check my code? I've adjusted the start time and run time. It compiles with no errors. I just want a 2nd eye before I load and test. Thanks! #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS130...
by howaboutme
Sat Apr 24, 2021 1:29 pm
Forum: How do I code ...
Topic: Auto Calibrate Salinity Probe?
Replies: 15
Views: 8449

Re: Auto Calibrate Salinity Probe?

Thanks Curt! I think I understand. I'll play with this the next few days and report back. I hope I'm not shooting myself in the foot and defeating the purpose of monitoring salinity. I've been doing this manually and am confident in my ability to keep the tank stable in normal circumstances so I'm c...
by howaboutme
Sat Apr 24, 2021 8:42 am
Forum: How do I code ...
Topic: Auto Calibrate Salinity Probe?
Replies: 15
Views: 8449

Re: Auto Calibrate Salinity Probe?

just fyi, I haven't forgotten about this topic. I've been thinking about it and looking into the libraries at how it can work. I think I know how to do it but need to get some test code written. Sent from my Pixel 2 using Tapatalk No worries at all! I'm not in a hurry and know that this request is ...
by howaboutme
Thu Apr 15, 2021 4:53 am
Forum: How do I code ...
Topic: Auto Calibrate Salinity Probe?
Replies: 15
Views: 8449

Re: Auto Calibrate Salinity Probe?

binder wrote:I follow with what you are wanting to do. I will have to take a look at the libraries more closely and see what all can be done.
do you have a Star or Plus controller?

Sent from my Pixel 2 using Tapatalk
Thanks Curt! I have a plus. Appreciate the help.
by howaboutme
Tue Apr 13, 2021 5:21 am
Forum: How do I code ...
Topic: Auto Calibrate Salinity Probe?
Replies: 15
Views: 8449

Re: Auto Calibrate Salinity Probe?

so to make sure I follow, you want the calibration to start and let that calibrate for 30 minutes? Sent from my Pixel 2 using Tapatalk My apologies, I'm still thinking this through. Example: Skimmer off at 9 am. Then at 9:30am the controller performs an automatic salinity calibration using the tank...
by howaboutme
Mon Apr 12, 2021 1:35 pm
Forum: How do I code ...
Topic: Auto Calibrate Salinity Probe?
Replies: 15
Views: 8449

Re: Auto Calibrate Salinity Probe?

Kind of a weird request but any way we can have the controller automatically calibrate the salinity probe at a given time? Thanks. well, you could easily trigger the calibration screen but it would still require your interaction. I think it would require some thought to do an auto calibration witho...
by howaboutme
Mon Apr 12, 2021 7:33 am
Forum: How do I code ...
Topic: Auto Calibrate Salinity Probe?
Replies: 15
Views: 8449

Auto Calibrate Salinity Probe?

Kind of a weird request but any way we can have the controller automatically calibrate the salinity probe at a given time?

Thanks.