Search found 128 matches
- Sun Jun 10, 2018 12:43 pm
- Forum: How do I code ...
- Topic: skimmer code help
- Replies: 5
- Views: 6984
Re: skimmer code help
I'm at a loss to code this i tryed lol I even been searching all day. I thought i got close since it did everything but letting me manualy change it or the feed mode,wc off mode, if i take the else off it does everything besides reset its self to auto when the float reactives but I use it as a level...
- Sat Jun 09, 2018 3:43 pm
- Forum: How do I code ...
- Topic: skimmer code help
- Replies: 5
- Views: 6984
Re: skimmer code help
just re-read your original question, my answer is only part right. you need to have a more complex if statement with other clauses to get your full answer. the way your code is, the float switch controls the port. Sent from my XT1585 using Tapatalk I came up with a new code and working but it is ig...
- Sat Jun 09, 2018 12:50 pm
- Forum: How do I code ...
- Topic: feedmode delay
- Replies: 2
- Views: 4436
Re: feedmode delay
i just found a fix i thought i deleated this post oups
- Sat Jun 09, 2018 12:38 pm
- Forum: How do I code ...
- Topic: skimmer code help
- Replies: 5
- Views: 6984
skimmer code help
im trying to get this to work for me . i want when the float active then skimmer is auto,on or delayedon to override when the float is deactive it turns off but when active again it turns back to auto,on or delayedon to override im doing this if(ReefAngel.HighATO.IsActive()!=1){ReefAngel.Relay.Overr...
- Thu Jun 07, 2018 4:27 pm
- Forum: How do I code ...
- Topic: feedmode delay
- Replies: 2
- Views: 4436
feedmode delay
update..fixxed delay return only after feed mode //C First X sec after feeding mode disable return static time_t FMTimer=0; if (ReefAngel.DisplayedMenu == FEEDING_MODE) FMTimer=now(); if (now()-FMTimer >= 0 && now()-FMTimer < 300))//300 is secs {ReefAngel.Relay.Off(RETURN);}else{ReefAngel.Re...
- Sun May 27, 2018 9:48 pm
- Forum: How do I code ...
- Topic: led dimming to led on/off ports
- Replies: 9
- Views: 8768
Re: led dimming to led on/off ports
Then the rest is just kinda math and calling out What's already been created. I realize there is way more behind the scenes when I opened lib. On dropbox Lol Is the wave pattern topic up todate I was trying to find that info on drop box but must have missed it I wanna try to take a crack at adapting...
- Sun May 27, 2018 7:19 pm
- Forum: Apps
- Topic: Universal App
- Replies: 250
- Views: 295965
Re: Universal App
If I go to the U app web base on a Android device if I go into draw graphs I do not get to see the full graph if I do at least custom for pwme4,pwme5 it only shows me a portion of the screen graph I think maybe there's a browser display size issue or something I don't know One pic is landscape other...
- Sun May 27, 2018 12:35 pm
- Forum: How do I code ...
- Topic: led dimming to led on/off ports
- Replies: 9
- Views: 8768
Re: led dimming to led on/off ports
get the if ,else deal . Like what maybe "if(X LOCATION(X VALUE) = X VALUE" it is looking for the location to be = to value And will make "{X LOCATION (X COMMAND) ; }else{X LOCATION (X COMMAND) ; } So maybe if (reefangel.pwm.daylights) = 50 { reefangle.relay.on(port6) ; }else{reefangle...
- Sat May 26, 2018 3:18 pm
- Forum: How do I code ...
- Topic: led dimming to led on/off ports
- Replies: 9
- Views: 8768
Re: led dimming to led on/off ports
it worked great thanks
libraries would help me understand more on my own?
libraries would help me understand more on my own?
- Wed May 23, 2018 9:29 am
- Forum: How do I code ...
- Topic: led dimming to led on/off ports
- Replies: 9
- Views: 8768
Re: led dimming to led on/off ports
Thanks ill try that i think the code I was trying was missing some of These symbols }{ or actually I think there was a { be for the "if" command. That might be why so it never was reading the if or maybe else reading , cus it would force the lights on no matter % or relay overuse setting I...
- Fri May 18, 2018 6:30 pm
- Forum: How do I code ...
- Topic: led dimming to led on/off ports
- Replies: 9
- Views: 8768
led dimming to led on/off ports
i want to add update led code i tryed my self from code from lnevo but it dont do anything i moved controller to my moms tank so none of my old code works with this when i remove parts i dont want what do i need to add/remove to have port 3 turn on when dimming add-on channel 0 is grater then 0% and...
- Sun May 14, 2017 6:28 pm
- Forum: Apps
- Topic: Client Suite 3.0
- Replies: 109
- Views: 165482
Re: Client Suite 3.0
How does this work. Is it connected via ttl/usb to windows 10? I want to get a windows 2 in 1 or a full windows tablet and connect to it will this work?
- Sun Mar 05, 2017 7:06 am
- Forum: How do I code ...
- Topic: Times and time zones
- Replies: 2
- Views: 3515
Re: Times and time zones
Ok,i was wondering cue my cloud feature if run at night I think
- Thu Mar 02, 2017 10:56 am
- Forum: How do I code ...
- Topic: Times and time zones
- Replies: 2
- Views: 3515
Times and time zones
I forGet if I set time for cloud to start and end do I put that time in as my local time? Like if its 9am Eastern Standard Time where I'm located and I want the cloud to start at 9 a.m. will I just put 9 a.m. or is there a different time zone I put in or did that just have to do with offset and stuf...
- Tue Feb 14, 2017 6:33 pm
- Forum: Standard
- Topic: memory update daily?
- Replies: 6
- Views: 5207
Re: memory update daily?
I just wanted the geolocation for the sunrise and sunset to do the same for cloud start after and end befor times just like sun up and sun down so maybe just read from std light and whatever the other one is?
- Wed Feb 01, 2017 5:23 am
- Forum: Standard
- Topic: memory update daily?
- Replies: 6
- Views: 5207
Re: memory update daily?
I was wanting my cloud code start and end times to read from the white channel on off times
- Fri Jan 13, 2017 3:54 pm
- Forum: Standard
- Topic: memory update daily?
- Replies: 6
- Views: 5207
- Sun Jan 08, 2017 3:05 pm
- Forum: Standard
- Topic: memory update daily?
- Replies: 6
- Views: 5207
memory update daily?
will this update and/or reupdate every day ? i have sun location code and sun rise and set. and need this to up date every day what i need is i want to have cloud start after StdLightsOnHour,StdLightsOnMinute and stop befor StdLightsOffHour,StdLightsOffMinute same with my updateled relay on off time...
- Sat Dec 31, 2016 11:06 pm
- Forum: How do I code ...
- Topic: Cloud and Lightning Code for Dimming Expansion
- Replies: 106
- Views: 250321
Re: Cloud and Lightning Code for Dimming Expansion
You got it where it dont turn off in yours ? And your using updateled relay sync code aswell?
- Sat Dec 31, 2016 1:19 am
- Forum: How do I code ...
- Topic: Cloud and Lightning Code for Dimming Expansion
- Replies: 106
- Views: 250321
- Sat Dec 31, 2016 1:18 am
- Forum: How do I code ...
- Topic: Cloud and Lightning Code for Dimming Expansion
- Replies: 106
- Views: 250321
- Fri Dec 30, 2016 10:51 am
- Forum: How do I code ...
- Topic: Cloud and Lightning Code for Dimming Expansion
- Replies: 106
- Views: 250321
Re: Cloud and Lightning Code for Dimming Expansion
Ok ill have to look at it later i changed it to 2 and that didnt work so i tryed 200 still same towards the beginning and end of ramp slope. Ill post a screen shot when i get home
- Tue Dec 20, 2016 4:15 pm
- Forum: Standard
- Topic: Some questions on some code of storm and delay
- Replies: 9
- Views: 6563
Re: Some questions on some code of storm and delay
They still went off i think it did. Ill find out when im off Saturday
- Mon Dec 19, 2016 8:21 am
- Forum: Standard
- Topic: Some questions on some code of storm and delay
- Replies: 9
- Views: 6563
Re: Some questions on some code of storm and delay
Ok ill try that so try swaping the 0 with maybe 200 instead of 1 or 2
- Sun Dec 18, 2016 8:08 pm
- Forum: How do I code ...
- Topic: Cloud and Lightning Code for Dimming Expansion
- Replies: 106
- Views: 250321
Re: Cloud and Lightning Code for Dimming Expansion
Is there a spot for minimum and maximum dimming of cloud and storm i have a issue with my relays tied to my dimming and my fuge on opposite on,off of day lights so i need to make the cloud and flash need to not go below 2% or above 90% Storm is at the bottom include <ReefAngel_Features.h> #include <...
- Sun Dec 18, 2016 12:33 pm
- Forum: Standard
- Topic: Some questions on some code of storm and delay
- Replies: 9
- Views: 6563
Re: Some questions on some code of storm and delay
Changing the numbers i posted about the storm code seems to not do nothing, i changed 0 to 2 anf still goes off it seems its only in the cloud part i turned flash to 0% chance.
Anyone know who created the cloud code maybe they know if theres is a min dim
Anyone know who created the cloud code maybe they know if theres is a min dim
- Sat Dec 17, 2016 12:20 pm
- Forum: Standard
- Topic: Some questions on some code of storm and delay
- Replies: 9
- Views: 6563
Re: Some questions on some code of storm and delay
what i want to happen is ill put it in feed mode to feed fish and coral, then would like for feed to count down and have the dcpumps to kick in to smartntm(runs nutiriant mode for 5mins) mode i think it was called 5mins befor the return come on so really what im trying to make happen is the smartntm...
- Sat Dec 17, 2016 12:02 pm
- Forum: Standard
- Topic: Some questions on some code of storm and delay
- Replies: 9
- Views: 6563
Re: Some questions on some code of storm and delay
and i changed those 0 to 2 to keep it above the updateled off relay level like this but it still do it at the end of flash i belive DaylightPWMValue0=ReversePWMSlopeHighRes(cloudstart,cloudstart+cloudduration,DaylightPWMValue0,2,180); //edit to stop channel from going off on storm and cloud ,0,180>,...
- Sat Dec 17, 2016 11:48 am
- Forum: Standard
- Topic: Some questions on some code of storm and delay
- Replies: 9
- Views: 6563
Re: Some questions on some code of storm and delay
ok i did this to the feedmode exit code void loop() { DelayedOnFeedMode(Return); // DelayedOn after feed mode change only void DelayedOnFeedMode(byte relay) { static unsigned long startTime=now(); if ( (startTime==LastStart || ReefAngel.DisplayedMenu==FEEDING_MODE)) { //edit cahnged ""WATE...
- Fri Dec 16, 2016 3:36 pm
- Forum: Standard
- Topic: Some questions on some code of storm and delay
- Replies: 9
- Views: 6563
Some questions on some code of storm and delay
this code i got from lee for my dc pumps to run dcpumps for 5mins after feed then after 5mins starts delay relay and not sure what the code is all saying i dont belive i need the high float part? Its for return pump void DelayedOnFeedMode(byte relay) { static unsigned long startTime=now(); if ( (sta...