Search found 133 matches

by mudcat1
Tue Jan 24, 2017 10:09 pm
Forum: Ask anything here
Topic: Reeftronics has decided to discontinue support of Reef Angel
Replies: 7
Views: 7077

Reeftronics has decided to discontinue support of Reef Angel

I was attempting to re-register my ReefAngel controller on Reeftronics.net tonight but could not. After further investigation I saw they have decided to discontinue support for Reef Angel controllers. This is a sad day for me, because it was very nice to receive a text directly from Reeftronics in t...
by mudcat1
Tue Jan 24, 2017 9:53 pm
Forum: Ask anything here
Topic: No Graph information
Replies: 18
Views: 12979

Re: No Graph information

It worked for me. I can now see the graphs in the portal and on the iOS app. My text alerts are working now too. Thanks.
by mudcat1
Tue Jan 24, 2017 9:21 pm
Forum: Ask anything here
Topic: No Graph information
Replies: 18
Views: 12979

Re: No Graph information

Not yet. I will try it. Thanks.
by mudcat1
Tue Jan 24, 2017 9:05 pm
Forum: Ask anything here
Topic: No Graph information
Replies: 18
Views: 12979

Re: No Graph information

Tagging along, because I am having the same problem (i.e. not creating graphs from the mobile app or the web portal). I am also using the wifisendalert to send SMS text messages to my phone viewtopic.php?f=12&t=2373&p=18083&hilit=wifisendalert#p18083 Which does not work any more either (...
by mudcat1
Thu Mar 05, 2015 5:02 pm
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 624771

Re: Android Reef Angel Status

Curt, I am still using Android ver. 2.3.4 but I am not suggesting that you have to continue to support it, because I could also use Roberto's universal app on the iPhone, if necessary. I know it can be a pain to support older versions of software. thanks for the info. are there any features that i ...
by mudcat1
Wed Mar 04, 2015 10:55 pm
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 624771

Re: Android Reef Angel Status

Curt,
I am still using Android ver. 2.3.4 but I am not suggesting that you have to continue to support it, because I could also use Roberto's universal app on the iPhone, if necessary. I know it can be a pain to support older versions of software.
by mudcat1
Mon Dec 22, 2014 10:42 pm
Forum: Apps
Topic: Can Speed and Duration be retained per each DC Pump mode?
Replies: 5
Views: 8242

Re: Can Speed and Duration be retained per each DC Pump mode

Works great! Thanks Lee.
by mudcat1
Mon Dec 22, 2014 10:10 am
Forum: Apps
Topic: Can Speed and Duration be retained per each DC Pump mode?
Replies: 5
Views: 8242

Re: Can Speed and Duration be retained per each DC Pump mode

lnevo wrote:I could write you some code for that. It could even just change the presets when the mode changes so if you wanted to customize after you could.
Lee, that sounds perfect. Thanks.
by mudcat1
Sun Dec 21, 2014 10:37 pm
Forum: Apps
Topic: Can Speed and Duration be retained per each DC Pump mode?
Replies: 5
Views: 8242

Can Speed and Duration be retained per each DC Pump mode?

I recently started using the DC Pump code using the Reef Angel portal and the Reef Angel U-App to set the parameters used to operate my Tunze 6105 powerhead and everything seems to be working fine. :D After testing various DC Pump modes and values I found a few settings that seem to work well in my ...
by mudcat1
Sat Dec 13, 2014 7:34 am
Forum: Development Libraries
Topic: Can ReefAngel.Use2014 Screen import portal labels?
Replies: 3
Views: 6790

Re: Can ReefAngel.Use2014 Screen import portal labels?

I hoped there was a Reef Angel function that would work similar to the "Download Labels from Portal" that exists in the Reef Angel U-App and the Reef Angel Android app. Then I would only have to update the labels one time in the portal for use with the Reef Angel LCD console and all of the...
by mudcat1
Sat Dec 13, 2014 7:19 am
Forum: Development Libraries
Topic: Can ReefAngel.Use2014 Screen import portal labels?
Replies: 3
Views: 6790

Re: Can ReefAngel.Use2014 Screen import portal labels?

This. First set is the first relay box, second and third sets are expansion relays. Just use however many sets you need. Put them under setup(). // Define labels for LCD screen ReefAngel.CustomLabels[0]="Fan"; ReefAngel.CustomLabels[1]="Heater"; ReefAngel.CustomLabels[2]="S...
by mudcat1
Sat Dec 13, 2014 12:53 am
Forum: Development Libraries
Topic: Can ReefAngel.Use2014 Screen import portal labels?
Replies: 3
Views: 6790

Can ReefAngel.Use2014 Screen import portal labels?

I upgraded to the Reef Angel version 1.1.1 libraries and noticed there is a new Reef Angel screen option named ReefAngel.Use2014Screen(). I added the following code to my INO. void setup() { // This must be the first line ReefAngel.Init(); //Initialize controller ReefAngel.AddStandardMenu(); // Add ...
by mudcat1
Wed Nov 26, 2014 12:02 am
Forum: How do I code ...
Topic: dosing pumps help
Replies: 7
Views: 4990

Re: dosing pumps help

That would be me. I did write a standalone batch of code that was easier to use, you'd have to search for it though. If you can find the thread I'll help you get it integrated for your code. Lee, does this post http://forum.reefangel.com/viewtopic.php?f=12&t=3262 contain the standalone batch co...
by mudcat1
Mon Nov 24, 2014 3:20 pm
Forum: You and your tank
Topic: Carbon Vodka Dosing
Replies: 25
Views: 26602

Re: Carbon Vodka Dosing

You will have to watch the dosing pump to see if it starts and runs at the desired time. I was told that if the relay is not running for at least 5 minutes it may not show up in the charts on the portal. At least that is what I have encountered when I run my dosing pumps for 140 seconds. Sometimes t...
by mudcat1
Sat Nov 22, 2014 2:10 pm
Forum: You and your tank
Topic: Carbon Vodka Dosing
Replies: 25
Views: 26602

Re: Carbon Vodka Dosing

I want to turn it on at 8 AM and bolus dose the vodka for 11 minutes. How would I tell the DosingPumpRepeat to do the dose at 8AM? That was the only way I could figure it out. Try this if (hour() ==8 && minute() == 00) { // At 8:00 am ReefAngel.DosingPumpRepeat(Box1_Port6,0,0,660); // Dose ...
by mudcat1
Wed Oct 29, 2014 5:31 pm
Forum: Development Libraries
Topic: Download sketch
Replies: 2
Views: 6134

Re: Download sketch

No. You can't download your sketch directly from the Reef Angel controller.
by mudcat1
Thu May 29, 2014 5:08 pm
Forum: Apps
Topic: Windows 8 App
Replies: 8
Views: 9721

Re: Windows 8 App

I'd use it on my Surface RT tablet.
by mudcat1
Fri Feb 21, 2014 10:00 pm
Forum: Apps
Topic: iOS Reef Angel Status
Replies: 156
Views: 175387

Re: iOS Reef Angel Status

Nice update. Thanks Curt.
by mudcat1
Mon Jan 13, 2014 10:29 pm
Forum: Requests
Topic: What is your blackout/brownout mitigation? Tank crashed.
Replies: 7
Views: 8591

Re: What is your blackout/brownout mitigation? Tank crashed.

If you have the WiFi module and can connect to your reef angel via the internet, you might consider using a monitoring service like http://www.reeftronics.net/ that can send you an alert if it cannot communicate with your reef angel after its polling interval.
by mudcat1
Mon Aug 19, 2013 6:53 pm
Forum: My PDE/INO file
Topic: Added second Tunze, now pumps turn on/off rapidly
Replies: 15
Views: 21771

Re: Added second Tunze, now pumps turn on/off rapidly

Meadowsad,
Does the pump start and stop only when the pump speed is set to 30? Try to increase the minimum speed to 40 to see if the pumps no longer stop and start.
by mudcat1
Mon Aug 12, 2013 7:37 pm
Forum: Apps
Topic: Windows users
Replies: 9
Views: 12402

Re: Windows users

I'm using Windows 8 RT on a Surface tablet.
by mudcat1
Thu Aug 08, 2013 9:02 am
Forum: Ask anything here
Topic: Daylight problem
Replies: 1
Views: 2057

Re: Daylight problem

So I just got my RA with analog light ports and it seems like I can not control the DP setting. AP works great and when measuring with a volt meter I can clearly see that is working, however the DP setting does not affect the voltage at all. Am I missing something? I'm completely new to this and I'...
by mudcat1
Sat Aug 03, 2013 10:37 pm
Forum: Portal
Topic: Portal chart & relay activity not updating
Replies: 20
Views: 21594

Re: Portal chart & relay activity not updating

rimai wrote:Portal is not updating until the web hosting company can figure out what is wrong with it :(
Ok thanks Roberto.
by mudcat1
Sat Aug 03, 2013 10:20 pm
Forum: Portal
Topic: Portal chart & relay activity not updating
Replies: 20
Views: 21594

Re: Portal chart & relay activity not updating

I should also mention that I am using the portal key and it does match the value in my .ino.
by mudcat1
Sat Aug 03, 2013 10:17 pm
Forum: Portal
Topic: Portal chart & relay activity not updating
Replies: 20
Views: 21594

Re: Portal chart & relay activity not updating

I am encountering the same problem. The last update date and time in the portal says August 4 2013 at 12:09:44 am but the relay activity registered its last update on August 3 2013 at 10:35 am. I powered off the reefangel head unit and relay box as suggested but nothing changed. I am still running t...
by mudcat1
Thu Jun 06, 2013 7:42 pm
Forum: Ask anything here
Topic: Port active in feeding/water change mode
Replies: 16
Views: 10314

Re: Port active in feeding/water change mode

Made a bit of a breakthrough on this today. I rebuild my sketch from scratch and that seemed to work fine, for a while. Did a new sketch today do just do the PWM values changing and again the pumps were fine. To make a long story short, it looks like my tunzes will run at full speed if the min valu...
by mudcat1
Thu Jun 06, 2013 11:48 am
Forum: Addons
Topic: Bluetooth Attachment
Replies: 199
Views: 295091

Re: Bluetooth Attachment

Roberto,
Will the Bluetooth module allow me to run serial monitor from Aurdiuno while the Wifi adapter is running?
by mudcat1
Tue Jun 04, 2013 5:23 pm
Forum: Requests
Topic: I can't find the WifiSendAlert() function in the libraries.
Replies: 87
Views: 82107

Re: I can't find the WifiSendAlert() function in the librari

Actually you can see in the output the reason your buzzer is not going off is because the volume is 0. However, your float is definitely getting triggered.... You can even see the Serial.print happen followed by the alarm. You can then see subsequent triggering of the Serial.print followed by no al...
by mudcat1
Tue Jun 04, 2013 4:06 pm
Forum: Requests
Topic: I can't find the WifiSendAlert() function in the libraries.
Replies: 87
Views: 82107

Re: I can't find the WifiSendAlert() function in the librari

That doesn't even make sense. Unless the float switch is getting triggered for a blip not enough to trigger the buzzer. Can you add a Serial.println(buzzer); before the atoAlarm.Send(); and monitor for a bit through Serial Monitor? Lee, I added the Serial.println(buzzer); before the atoAlarm.Send()...
by mudcat1
Mon Jun 03, 2013 5:49 pm
Forum: Requests
Topic: I can't find the WifiSendAlert() function in the libraries.
Replies: 87
Views: 82107

Re: I can't find the WifiSendAlert() function in the librari

Another thing that I noticed is that the time on the SMS text alert is incorrect. The text message that I receive says ... "(Reef Angel - Alert) Reef Angel Controller AlertTime: 6/3/2013 5:46:46 PM IP Address: xxx.xxx.xxx.xxx ATO_container_empty" The actual time is 7:46 PM. Is there a date...