Search found 380 matches

by Smotz
Thu Jul 20, 2017 4:16 pm
Forum: Addons
Topic: Problem with multi-channel water level expansion
Replies: 4
Views: 5581

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: 13093

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: 13093

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: 13093

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: 5422

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: 5422

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: 5422

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: 5422

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
Mon Dec 26, 2016 5:27 am
Forum: Addons
Topic: Water level sensor problems
Replies: 7
Views: 8289

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: 250
Views: 294065

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: 6200

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: 6200

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: 6200

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: 250
Views: 294065

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: 6200

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: 3142

Re: Outlet Power Cycle

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

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
Tue Sep 13, 2016 12:39 pm
Forum: Standard
Topic: More ATO help needed
Replies: 15
Views: 14166

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: 14166

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: 10566

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: 10566

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: 10566

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: 10566

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: 10566

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.
by Smotz
Wed Sep 07, 2016 6:33 am
Forum: Standard
Topic: internal web page no longer working?
Replies: 13
Views: 10566

Re: internal web page no longer working?

I get the error in ra1.jpg no matter if I enter in the public or private IP
by Smotz
Tue Sep 06, 2016 4:57 pm
Forum: Standard
Topic: internal web page no longer working?
Replies: 13
Views: 10566

Re: internal web page no longer working?

Is there any more support ?
by Smotz
Sun Sep 04, 2016 10:21 am
Forum: Standard
Topic: internal web page no longer working?
Replies: 13
Views: 10566

internal web page no longer working?

'Lo - is the internet web portal working?

192.168.0.13:2000/wifi
I add my controller

Then when I click refresh it tells me it is unable to process data..?

Any thoughts?
by Smotz
Mon Aug 08, 2016 7:29 am
Forum: Standard
Topic: More troubles.. Why didn't it go in to feeding mode?
Replies: 34
Views: 23930

Re: More troubles.. Why didn't it go in to feeding mode?

Yes, thanks. I took it out for some reason. I put it on top of the function.
by Smotz
Mon Aug 08, 2016 4:29 am
Forum: Standard
Topic: ATO saftey code
Replies: 3
Views: 3817

Re: ATO saftey code

Thanks Lee - dumb question: in this example, are the {} needed? if (ReefAngel.DisplayedMenu==FEEDING_MODE || ReefAngel.DisplayedMenu==WATERCHANGE_MODE) { atoIgnore=now(); } unsigned long atoIgnore=0; if (ReefAngel.DisplayedMenu==FEEDING_MODE || ReefAngel.DisplayedMenu==WATERCHANGE_MODE) { atoIgnore=...