Search found 390 matches

by Smotz
Mon Mar 11, 2019 10:10 am
Forum: Standard
Topic: Tunze Turbelle Stream Controllable 6105
Replies: 0
Views: 5218

Tunze Turbelle Stream Controllable 6105

Are Tunze Turbelle Stream Controllable 6105 Pumps controllable with the RA+ ?
by Smotz
Thu Jul 20, 2017 4:16 pm
Forum: Addons
Topic: Problem with multi-channel water level expansion
Replies: 4
Views: 5429

Re: Problem with multi-channel water level expansion

i had this too. To mitigate, i put code in there to ignore the '0' water level reading. Also, i think changing the usb port helped a bit.
by Smotz
Wed Jul 19, 2017 3:26 pm
Forum: Standard
Topic: waterlevel ato
Replies: 12
Views: 12686

Re: waterlevel ato

binder wrote:I'm not sure what the discussion was about. What was going to be done with it? I'm asking out of curiosity.
http://forum.reefangel.com/viewtopic.php?f=3&t=6043

http://forum.reefangel.com/viewtopic.ph ... 0&start=10
by Smotz
Wed Jul 19, 2017 5:10 am
Forum: Standard
Topic: waterlevel ato
Replies: 12
Views: 12686

Re: waterlevel ato

guess not..
sorry to say but support has plummeted.
by Smotz
Thu Jul 13, 2017 4:36 am
Forum: Standard
Topic: waterlevel ato
Replies: 12
Views: 12686

waterlevel ato

There was discussion on re-doing the water-level class. Any movement on that?
by Smotz
Sun Jul 02, 2017 3:13 pm
Forum: Standard
Topic: Multi-water level ATO dumping water when it shouldn't
Replies: 6
Views: 5210

Re: Multi-water level ATO dumping water when it shouldn't

Use this to prevent it from turning on when you get zeros. if ( ReefAngel.WaterLevel.GetLevel(1) <=85 && ReefAngel.WaterLevel.GetLevel(2) <=85 && ReefAngel.WaterLevel.GetLevel(1) >0 && ReefAngel.WaterLevel.GetLevel(2) >0) ReefAngel.Relay.On (Topoff); I would start by checkin...
by Smotz
Sun Jul 02, 2017 8:09 am
Forum: Standard
Topic: Multi-water level ATO dumping water when it shouldn't
Replies: 6
Views: 5210

Re: Multi-water level ATO dumping water when it shouldn't

To add - I just got a text alert that both water level 1 and 2 (I use both) are at 0. When I checked after getting the alert it was fine @ 98%. ..what can it be...how to test.. water level module? water level tubes / pvc? probably not as both 1 & 2 tripped at the same time expansion hub? usb cab...
by Smotz
Sun Jul 02, 2017 7:03 am
Forum: Standard
Topic: Multi-water level ATO dumping water when it shouldn't
Replies: 6
Views: 5210

Re: Multi-water level ATO dumping water when it shouldn't

here's the code if you care to look //// Port 1 Heater //// Port 2 ATO pump //// Port 3 Feeder //// Port 4 Protein Skimmer //// Port 5 Return Pump //// Port 6 Wavemakers //// Port 7 UV Sterilizer //// Port 8 Cabinet Light //// BOX 1 PORT 1 Calcium Doser //// BOX 1 PORT 2 Alkalinity Doser //// BOX 1 ...
by Smotz
Fri Jun 30, 2017 4:12 pm
Forum: Standard
Topic: Multi-water level ATO dumping water when it shouldn't
Replies: 6
Views: 5210

Multi-water level ATO dumping water when it shouldn't

Lo all, Below is my code. My multi-water level module is giving me problems. It's activating the ATO when it shouldn't. It just dumped water from 110% to 130% for example. The levels seem stable - about a 2% fluctuation. Any idea how I can troubleshoot this? if ( ReefAngel.WaterLevel.GetLevel(1) <=8...
by Smotz
Sat Jan 14, 2017 7:55 pm
Forum: Standard
Topic: Portal not showing additional water level sensor
Replies: 1
Views: 2265

Re: Portal not showing additional water level sensor

Nevermind. Needed to run the macro.
by Smotz
Sat Jan 14, 2017 6:40 pm
Forum: Standard
Topic: Portal not showing additional water level sensor
Replies: 1
Views: 2265

Portal not showing additional water level sensor

'lo all. I have a multi water level sensor. Today I added a 2nd tube to read from but the portal is not showing readings from it. everything else on the portal is working fine - the last connect time is accurate, and I can control all of my ports. The 2nd water level sensor does show in my android a...
by Smotz
Mon Dec 26, 2016 5:27 am
Forum: Addons
Topic: Water level sensor problems
Replies: 7
Views: 7984

Re: Water level sensor problems

I went back to this 'coz 'WaterLevelATO' just wasn't working for me. This has been error free for me. // Main Top Off // ReefAngel.WaterLevelATO(1,Topoff,15,85,95); if ( ReefAngel.WaterLevel.GetLevel(1) <=85 ) ReefAngel.Relay.On (Topoff); if ( ReefAngel.WaterLevel.GetLevel(1) >=95 ) ReefAngel.Relay....
by Smotz
Mon Nov 21, 2016 12:39 pm
Forum: Apps
Topic: Universal App
Replies: 236
Views: 268287

Re: Universal App

You guys are awesome
by Smotz
Thu Oct 20, 2016 10:03 am
Forum: Standard
Topic: Android APP to check 2 profiles?
Replies: 6
Views: 5966

Re: Android APP to check 2 profiles?

binder wrote:I have started working on multiple profiles but stopped last year due to my life getting busy. I don't have a time frame either.

Sent from my XT1585 using Tapatalk
Understood. All you do is very appreciated.
by Smotz
Thu Oct 20, 2016 4:52 am
Forum: Standard
Topic: Android APP to check 2 profiles?
Replies: 6
Views: 5966

Re: Android APP to check 2 profiles?

binder wrote:No. the android app cannot currently do this. I believe the universal app can and I believe it is also available on android as well.
I have wifi security enabled so the universal app doesn't work for me. :cry:
by Smotz
Thu Oct 20, 2016 4:51 am
Forum: Standard
Topic: Android APP to check 2 profiles?
Replies: 6
Views: 5966

Re: Android APP to check 2 profiles?

Unfortunately, the 'Portal Username' is specified globally in settings not in each profile.
by Smotz
Mon Oct 17, 2016 4:47 pm
Forum: Apps
Topic: Universal App
Replies: 236
Views: 268287

Re: Universal App

I understand the tunneling work around but I would really like it if the U-App could support the wifi authentication.
by Smotz
Mon Oct 17, 2016 4:32 pm
Forum: Standard
Topic: Android APP to check 2 profiles?
Replies: 6
Views: 5966

Android APP to check 2 profiles?

'Lo all Can anyone advise if the Android APP can be used to check 2 different portal usernames? I have 2 RA's at home controlling different tanks. I already set different local statics IP addresses, set a different port on one of the RAs, and adjusted my firewall. Everything works when I log on with...
by Smotz
Mon Oct 10, 2016 4:24 am
Forum: Standard
Topic: Outlet Power Cycle
Replies: 2
Views: 3014

Re: Outlet Power Cycle

perfect!
by Smotz
Sun Oct 09, 2016 2:53 pm
Forum: Standard
Topic: Outlet Power Cycle
Replies: 2
Views: 3014

Outlet Power Cycle

'Lo all

Can anyone advise of an easy way to power cycle an outlet say 4 times a day? Doesn't need to happen between 8pm and 6am

I have some LEDs that have some logic problems and go screwy after a while. A reboot fixes it.
by Smotz
Fri Oct 07, 2016 8:27 am
Forum: Standard
Topic: Reef Angel Plus and tons of extras FS
Replies: 45
Views: 29871

Re: Reef Angel Plus and tons of extras FS

pm'd

Offer $ 100 for the wifi, waterlevel, and 1 temp probe
by Smotz
Tue Sep 13, 2016 12:39 pm
Forum: Standard
Topic: More ATO help needed
Replies: 15
Views: 13476

Re: More ATO help needed

I am trying to upgrade my IDE so can't upload new code for a bit. My ATO would only time out in the first few minutes and it's timed to only work starting at 8pm. So for the first few minutes I clear the timeout. If you're ok breaking your ato up into a timed even we can control clearing the timeou...
by Smotz
Mon Sep 12, 2016 4:48 am
Forum: Standard
Topic: More ATO help needed
Replies: 15
Views: 13476

Re: More ATO help needed

Lots of timing out. What are people doing as a band-aid?
by Smotz
Sun Sep 11, 2016 10:55 am
Forum: Standard
Topic: internal web page no longer working?
Replies: 13
Views: 10161

Re: internal web page no longer working?

saf1 wrote:So...dumb question. This is the built in portal with the WiFi attachment? Never could get that to work properly so the portal here is what I use.
exactly. apparently if you use authentication on the internal web page, it won't work.
by Smotz
Wed Sep 07, 2016 11:14 am
Forum: Standard
Topic: internal web page no longer working?
Replies: 13
Views: 10161

Re: internal web page no longer working?

rimai wrote:Post an issue on the github to request this.
https://github.com/reefangel/U-App-2.0
If you want to look through the code and help us implement, it would be awesome :)
The entire UApp is built in HTML5 and javascript.
Cool, thx. Will do.
by Smotz
Wed Sep 07, 2016 11:09 am
Forum: Standard
Topic: internal web page no longer working?
Replies: 13
Views: 10161

Re: internal web page no longer working?

rimai wrote:That's the problem. Uapp will not connect to it :(
Wont work at all? Any roadmap to make it work?
by Smotz
Wed Sep 07, 2016 11:00 am
Forum: Standard
Topic: internal web page no longer working?
Replies: 13
Views: 10161

Re: internal web page no longer working?

I do. It authenticates and allows me to the main page.
by Smotz
Wed Sep 07, 2016 10:08 am
Forum: Standard
Topic: internal web page no longer working?
Replies: 13
Views: 10161

Re: internal web page no longer working?

Ok, try this. If you are using the internal Uapp from ipaddress:2000/wifi, please delete the profile and leave it without any profile. Refresh that page. You should see an image without any controller shown in the middle top bar. uapp.jpg Now, hit refresh. Does it work? Unfortunately, no. Same error.