Search found 390 matches

by Smotz
Mon Oct 27, 2014 5:02 pm
Forum: Standard
Topic: Gyre Mode??
Replies: 17
Views: 9968

Re: Gyre Mode??

Gyre is just like Long Pulse but with round edges. So it ramps up and back down while the opposing pump is off and then switches. The "duration" argument is in minutes, btw, not seconds, to support longer than 4 minutes. Since "Duration" is a byte number if it was in seconds it ...
by Smotz
Mon Oct 27, 2014 5:44 am
Forum: Standard
Topic: Wave Pattern - custom & portal
Replies: 7
Views: 4188

Re: Wave Pattern - custom & portal

Like this: if (InternalMemory.DCPumpMode_read()==11) // Custom mode on Portal { ReefAngel.DCPump.UseMemory = false; ReefAngel.DCPump.SetMode(Else,60,30); if (hour()>=22 || hour()<9) ReefAngel.DCPump.SetMode(Gyre,70,10,31); // Gyre mode 31 to 60 over 10 minutes from 2200 to 0900 if (hour()>=9 &&...
by Smotz
Mon Oct 27, 2014 5:43 am
Forum: Standard
Topic: Gyre Mode??
Replies: 17
Views: 9968

Re: Gyre Mode??

cosmith71 wrote:I responded to you other post with some code that includes Gyre. You need a duration, a minimum, and a maximum. With two pumps (sync and anti-sync) one is off while the other is running.

I use gyre at night and else during the day.


--Colin

Awesome! Thank you very much!
by Smotz
Sun Oct 26, 2014 7:01 pm
Forum: Standard
Topic: Wave Pattern - custom & portal
Replies: 7
Views: 4188

Wave Pattern - custom & portal

'Lo all.

What would be the correct way to use both in code wave settings and the portal (when I want to) ?

In other words, how would I code my own wave settings when I choose 'custom' in the portal?
by Smotz
Sun Oct 26, 2014 6:59 pm
Forum: Standard
Topic: Gyre Mode??
Replies: 17
Views: 9968

Re: Gyre Mode??

A gyre is like when you create a whirlpool in a swimming pool. At some point the momentum builds up and it has a strength of its own. The idea is one run pump in constant for x amount then switch the gyre into another direction. Nice! I love new things! how would I code Gyre? What do the numbers me...
by Smotz
Sun Oct 26, 2014 6:42 pm
Forum: Standard
Topic: Gyre Mode??
Replies: 17
Views: 9968

Gyre Mode??

Hi All - I searched but I cannot find what 'Gyre Mode' does.

Can anyone explain?
by Smotz
Thu Oct 23, 2014 5:15 am
Forum: Standard
Topic: Why my wave str is -1 when assigned?
Replies: 8
Views: 4789

Re: Why my wave str is -1 when assigned?

Not, I am not positive - Nothing else calls for that variable. It's not crucial, either - don't want to take people away from more important stuff. I was just curious. I can simply make adjustments knowing the discrepancy.
by Smotz
Wed Oct 22, 2014 7:24 am
Forum: Standard
Topic: Why my wave str is -1 when assigned?
Replies: 8
Views: 4789

Re: Why my wave str is -1 when assigned?

On the android app
by Smotz
Wed Oct 22, 2014 4:56 am
Forum: Standard
Topic: Why my wave str is -1 when assigned?
Replies: 8
Views: 4789

Re: Why my wave str is -1 when assigned?

thats what I was thinking :-)
by Smotz
Wed Oct 22, 2014 4:08 am
Forum: Standard
Topic: Why my wave str is -1 when assigned?
Replies: 8
Views: 4789

Re: Why my wave str is -1 when assigned?

Nothin huh
by Smotz
Tue Oct 21, 2014 4:39 am
Forum: Addons
Topic: RANet Add-On
Replies: 75
Views: 63802

Re: RANet Add-On

When can we buy?
by Smotz
Mon Oct 20, 2014 5:02 am
Forum: Standard
Topic: Why my wave str is -1 when assigned?
Replies: 8
Views: 4789

Why my wave str is -1 when assigned?

'lo all.. Something stupid - not a huge deal. Can anyone advise why my wave strength is 1 less than assigned during feeding mode? In the code below I assigned it to 28% yet when in feeding mode it is at 27% // Custom Wave Routine // set the wpMode based on what time it is if ( (hour() >= 2) &&am...
by Smotz
Mon Sep 08, 2014 5:11 pm
Forum: Standard
Topic: Reef radiance as a distributor
Replies: 3
Views: 2850

Reef radiance as a distributor

Congrats ra!
by Smotz
Sat Sep 06, 2014 5:37 pm
Forum: Standard
Topic: Wave power is at 80/20 after feeding..why?
Replies: 7
Views: 4536

Re: Wave power is at 80/20 after feeding..why?

issue #185

Interesting - Obviously this has always been this way. I have only noticed it since I cleaned my Jebao wavemakers. What an incredible difference!
by Smotz
Sat Sep 06, 2014 5:25 pm
Forum: Standard
Topic: Wave power is at 80/20 after feeding..why?
Replies: 7
Views: 4536

Re: Wave power is at 80/20 after feeding..why?

rimai wrote:Expected behavior for LightsOn.
Maybe we need to turn it off if DCPump is being used.
Can you open an issue on github?
...ummm...not familiar with that process...I'll try..

However, I am not using the DCPump class anywhere..
by Smotz
Sat Sep 06, 2014 1:48 pm
Forum: Standard
Topic: Wave power is at 80/20 after feeding..why?
Replies: 7
Views: 4536

Re: Wave power is at 80/20 DURING LIGHTS ON

Guys, I was able to isolate this further and really need help to figure out why. I have inserted my full code below. When I turn on "Lights On" which is designated as my fuge light my wave makers (wp -25) go to 20/80% (left & right). When I turn the lights off the wave makers go back t...
by Smotz
Wed Sep 03, 2014 8:23 am
Forum: Standard
Topic: Jebao WP40 customs programming
Replies: 5
Views: 3638

Re: Jebao WP40 customs programming

here's how I program my Jebao's // Custom Wave Routine // set the wpMode based on what time it is if ( (hour() >= 2) && (hour() < 5) ) wpMode=1; // from 2am - 5am if ( (hour() >= 5) && (hour() < 8) ) wpMode=2; // from 5am - 8am if ( (hour() >= 8) && (hour() < 11) ) wpMode=4; ...
by Smotz
Sun Aug 31, 2014 8:02 pm
Forum: Development Libraries
Topic: Web server basic authentication
Replies: 53
Views: 50125

Re: Web server basic authentication

rimai wrote:Not implemented yet.
Gotcha. Well, looks good so far!
by Smotz
Sun Aug 31, 2014 7:52 pm
Forum: Development Libraries
Topic: Web server basic authentication
Replies: 53
Views: 50125

Re: Web server basic authentication

This is perfect! Thank you as always. Can I have multiple lines for multiple usernames? No Will this affect the portal in anyway? I think it will because the portal will have to use the username and password to connect to your controller. However, I believe Roberto has this implemented and working ...
by Smotz
Sun Aug 31, 2014 4:11 pm
Forum: Development Libraries
Topic: Web server basic authentication
Replies: 53
Views: 50125

Re: Web server basic authentication

Sorry but I am not getting it...how do I enable authentication on my RA webpage? You need to grab the latest copy of the libraries from the DEV branch. Then you must add this to your setup() of your INO. ReefAngel.Network.WifiAuthentication("username:password"); Then, that will require th...
by Smotz
Sun Aug 31, 2014 10:36 am
Forum: Development Libraries
Topic: Web server basic authentication
Replies: 53
Views: 50125

Re: Web server basic authentication

Sorry but I am not getting it...how do I enable authentication on my RA webpage?
by Smotz
Tue Aug 26, 2014 8:21 am
Forum: Standard
Topic: Wave power is at 80/20 after feeding..why?
Replies: 7
Views: 4536

Re: Wave power is at 80/20 after feeding..why?

rimai wrote:I don't see anything out of place. Does it happen all the time?
Was able to reproduce it three times... then was not able to.

Will test more today. Weird, huh ?
by Smotz
Tue Aug 26, 2014 4:57 am
Forum: Standard
Topic: Wave power is at 80/20 after feeding..why?
Replies: 7
Views: 4536

Re: Wave power is at 80/20 after feeding..why?

I do have a DC return pump set to my ATO low with the below code - it's power IS set to 80%

Code: Select all

// DC Return Pump using internal memory
    pinMode(lowATOPin,OUTPUT);
    analogWrite(lowATOPin,InternalMemory.LEDPWMActinic_read()*2.55);
// END DC Return Pump
by Smotz
Tue Aug 26, 2014 4:54 am
Forum: Standard
Topic: Wave power is at 80/20 after feeding..why?
Replies: 7
Views: 4536

Wave power is at 80/20 after feeding..why?

'Lo all. I have this wave routine that sets the power based on time of day, etc. No where do I set 80/20 but that's what it is when I exit feeding mode. Below is my code..any thoughts? // Custom Wave Routine // set the wpMode based on what time it is if ( (hour() >= 2) && (hour() < 5) ) wpMo...
by Smotz
Thu Aug 14, 2014 4:22 am
Forum: Standard
Topic: Which relay box ports stay on when head reboots?
Replies: 21
Views: 12012

Re: Which relay box ports stay on when head reboots?

I think they all briefly power cycle
by Smotz
Tue Aug 05, 2014 7:52 am
Forum: Standard
Topic: ATO Override flag keeps tripping
Replies: 2
Views: 2042

Re: ATO Override flag keeps tripping

Gotcha. For now I changed the override to just relay.off. would like a better way..
by Smotz
Tue Aug 05, 2014 5:02 am
Forum: Standard
Topic: ATO Override flag keeps tripping
Replies: 2
Views: 2042

ATO Override flag keeps tripping

'Lo all.. So I got this code (see below). My ATO is a blueline external pump from the basement. I've done the tests and the timings - I know 10 seconds is more than enough to fill up 10%. I had that number up to 14 seconds and it still tripped. However, every now and then my ATO override trips. Coul...
by Smotz
Tue Jul 29, 2014 5:06 am
Forum: Addons
Topic: RANet Ready Dimmable LED Driver
Replies: 32
Views: 23345

Re: RANet Ready Dimmable LED Driver

been considering upgrading my lights. I should probably hold off to see what happens here..
by Smotz
Sun Jul 20, 2014 8:37 am
Forum: Ask anything here
Topic: Water level logging
Replies: 12
Views: 7579

Re: Water level logging

Thank you much, by the way..
by Smotz
Sun Jul 20, 2014 8:26 am
Forum: Ask anything here
Topic: Water level logging
Replies: 12
Views: 7579

Re: Water level logging

How come this doesn't work for me? status/chart.aspx?id=Smotz&filter=WL Cancel that! It's cause I got the multi-level water sensor. I needed: status/chart.aspx?id=Smotz&filter=WL1 A) Any way we can customize our Portals with these? B) Can I see multiple charts on one page (WL2 & PWMA &am...