Haiku Code Share for Rain8 UPB?

heffneil

Active Member
Does anyone have some code they use to operate the Rain8 UPB?  
 
I would like to use some variables:
 
StartTime (time of date to start the routing)
PauseBetweenZones (this would be the number of minutes to wait between the previous zone finishing and this zone starting)
DaysOfWeek (this would be the days of the week to run the routine)
ZoneXtime (I would think this would be Zone1Time = 22; Zone2Time)
 
And then of course something that said which zones to operate?
 
Anyway this is simple upb on and off but with the timing of such defined by the variables.
 
If anyone has some examples they could share I would much appreciate it!
 
Thanks,
 
Neil
 
 
The main thing I do is use User Settings for WATER LAWN DAYS to water and WATER ZONE TIME.
 
When I want to start watering for the season, I turn on all days of the week in Lawn Watering Days.  In my programming I have it to water Odd days, if the rain sensor is Secure, and other things.  You can have several Zone times if you want to have zones water different amount of times.  If you don't think you will change the watering times, can just set the time in programming.
 
I don't pause between zones:
WHEN FRONT LEFT OFF
AND IF WATER LAWN FLAG ON
THEN FRONT MIDDLE ON FOR LAWN ZONE TIME
 
Hope this starts you out with a basic idea.
 
Jason
 
heffneil said:
Thats cool but I was looking for something more HH based in javascript.

Thanks!
 
Neil
 
I am curious as to why you would want to do it in HH js? It is so easy right on the controller to the basics that you asked about.
 
Joe
 
Back
Top