Search found 139 matches

by troylong45
Sun Jun 10, 2018 12:43 pm
Forum: How do I code ...
Topic: skimmer code help
Replies: 5
Views: 6547

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...
by troylong45
Sat Jun 09, 2018 3:43 pm
Forum: How do I code ...
Topic: skimmer code help
Replies: 5
Views: 6547

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...
by troylong45
Sat Jun 09, 2018 12:50 pm
Forum: How do I code ...
Topic: feedmode delay
Replies: 2
Views: 4200

Re: feedmode delay

i just found a fix i thought i deleated this post oups
by troylong45
Sat Jun 09, 2018 12:38 pm
Forum: How do I code ...
Topic: skimmer code help
Replies: 5
Views: 6547

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...
by troylong45
Thu Jun 07, 2018 4:27 pm
Forum: How do I code ...
Topic: feedmode delay
Replies: 2
Views: 4200

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...
by troylong45
Sun May 27, 2018 9:48 pm
Forum: How do I code ...
Topic: led dimming to led on/off ports
Replies: 9
Views: 8219

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...
by troylong45
Sun May 27, 2018 7:19 pm
Forum: Apps
Topic: Universal App
Replies: 236
Views: 268349

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...
by troylong45
Sun May 27, 2018 12:35 pm
Forum: How do I code ...
Topic: led dimming to led on/off ports
Replies: 9
Views: 8219

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...
by troylong45
Sat May 26, 2018 3:20 pm
Forum: Standard
Topic: RA+ System for sale
Replies: 13
Views: 21342

Re: RA+ System for sale

well shoot i went ahead and orderd a new dimming board mine was shot. lol sorry i wont need that now how much on maybe just the expansion hubif shipped to 47804 area
by troylong45
Sat May 26, 2018 3:18 pm
Forum: How do I code ...
Topic: led dimming to led on/off ports
Replies: 9
Views: 8219

Re: led dimming to led on/off ports

it worked great thanks

libraries would help me understand more on my own?
by troylong45
Wed May 23, 2018 9:31 am
Forum: Standard
Topic: RA+ System for sale
Replies: 13
Views: 21342

Re: RA+ System for sale

Will u sell just dimming expansion and or expansion hub
by troylong45
Wed May 23, 2018 9:29 am
Forum: How do I code ...
Topic: led dimming to led on/off ports
Replies: 9
Views: 8219

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...
by troylong45
Fri May 18, 2018 8:18 pm
Forum: Standard
Topic: RA+ System for sale
Replies: 13
Views: 21342

Re: RA+ System for sale

How much shipped to 47802 usa

expansion hub
dimming expansion
by troylong45
Fri May 18, 2018 6:30 pm
Forum: How do I code ...
Topic: led dimming to led on/off ports
Replies: 9
Views: 8219

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...
by troylong45
Sun May 14, 2017 6:28 pm
Forum: Apps
Topic: Client Suite 3.0
Replies: 109
Views: 158948

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?
by troylong45
Sun Mar 05, 2017 7:06 am
Forum: How do I code ...
Topic: Times and time zones
Replies: 2
Views: 3395

Re: Times and time zones

Ok,i was wondering cue my cloud feature if run at night I think
by troylong45
Thu Mar 02, 2017 10:56 am
Forum: How do I code ...
Topic: Times and time zones
Replies: 2
Views: 3395

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...
by troylong45
Tue Feb 14, 2017 6:33 pm
Forum: Standard
Topic: memory update daily?
Replies: 6
Views: 4944

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?
by troylong45
Wed Feb 01, 2017 5:23 am
Forum: Standard
Topic: memory update daily?
Replies: 6
Views: 4944

Re: memory update daily?

I was wanting my cloud code start and end times to read from the white channel on off times
by troylong45
Fri Jan 13, 2017 3:54 pm
Forum: Standard
Topic: memory update daily?
Replies: 6
Views: 4944

Re: memory update daily?

Bump
by troylong45
Sun Jan 08, 2017 3:05 pm
Forum: Standard
Topic: memory update daily?
Replies: 6
Views: 4944

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...
by troylong45
Sat Dec 31, 2016 11:06 pm
Forum: How do I code ...
Topic: Cloud and Lightning Code for Dimming Expansion
Replies: 106
Views: 233959

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?
by troylong45
Sat Dec 31, 2016 1:19 am
Forum: How do I code ...
Topic: Cloud and Lightning Code for Dimming Expansion
Replies: 106
Views: 233959

Re: Cloud and Lightning Code for Dimming Expansion

graphrapwm17day.png
graphrapwm17day.png (16.8 KiB) Viewed 24533 times
graphrapwm130day.png
graphrapwm130day.png (17.81 KiB) Viewed 24533 times
by troylong45
Sat Dec 31, 2016 1:18 am
Forum: How do I code ...
Topic: Cloud and Lightning Code for Dimming Expansion
Replies: 106
Views: 233959

Re: Cloud and Lightning Code for Dimming Expansion

graphrapwm07day.png
graphrapwm07day.png (17.11 KiB) Viewed 24537 times
graphrapwm030day.png
graphrapwm030day.png (17.76 KiB) Viewed 24537 times
by troylong45
Fri Dec 30, 2016 10:51 am
Forum: How do I code ...
Topic: Cloud and Lightning Code for Dimming Expansion
Replies: 106
Views: 233959

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
by troylong45
Thu Dec 22, 2016 6:15 pm
Forum: Standard
Topic: Reef Angel Plus and tons of extras FS
Replies: 45
Views: 29871

Re: Reef Angel Plus and tons of extras FS

Do you still have anything for sell me relay boxjust quit
by troylong45
Thu Dec 22, 2016 6:06 pm
Forum: Standard
Topic: Relay box took a dump
Replies: 0
Views: 3271

Relay box took a dump

I was at work getting alerts for low temp come home swaped heaters and new wasnt working in port7 so i put in all the other ports it worked pluged other stuff into 7 and nothing so i Took box apart and was get continuity on the neutral and ground side of 7 but of couse not the hot so i tryed to hook...
by troylong45
Tue Dec 20, 2016 4:15 pm
Forum: Standard
Topic: Some questions on some code of storm and delay
Replies: 9
Views: 6267

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
by troylong45
Mon Dec 19, 2016 8:21 am
Forum: Standard
Topic: Some questions on some code of storm and delay
Replies: 9
Views: 6267

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
by troylong45
Sun Dec 18, 2016 8:08 pm
Forum: How do I code ...
Topic: Cloud and Lightning Code for Dimming Expansion
Replies: 106
Views: 233959

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 <...