[quote=“shady, post:4, topic:167857”]I think the EtherRain unit has the sequencial funtiionality built in, but it looks like Rain8net doesnt. Although it does say this on the web “Default run timer for each zone to prevent over watering”, but is this the “watchdog” timer you mention and it isn’t user configurable? So essentially it is just a set of RS-232 triggered relays, and EtherRain isn’t much smarter but it does have enough to be able to be run via a website. IDK it does seem to hold some programming as it says “programming data is stored in non-volatile memory”.
I would think, if possible, it would be best to have the valve sequencing happen in the plug-in. So you can modify the settings for the device, adding the times for each zone, and then have a simple scene trigger it by time and/or day. I don’t know enough, but it looks like this isn’t possible or you would have done it. You might be able to do it all with one scene and use Luup code in its Luup tab to get the sequence and times for the zones happening.[/quote]
We’re replacing our Hunter controllers with Rain8pro units–driven directly over serial. We extended the system so we could have more articulation, so the “new” controller is a Rain8pro driven over serial through an Aircable. Works great. Yes, the watchdog timers are “failsafe” only, and have to be programmed when the unit is the only one on the serial connection, since this is also how you have to connect to program the unit “address”. So for last summer, we drove the new unit off cron for starts, and let the watchdogs do shutoff. This new controller is running all drip, so fine-tuning wasn’t a priority. I’ve written a Perl script (that still needs work and testing) that will be this year’s driver. Woken by cron every minute (or when someone tickles the web interface), logging state, gallonage, etc to MySQL. Once it’s working well with the current Rain8pro, we’ll replace the 16-zone Hunter with two more.
Nice thing about the Rain8s is that you can run up to three zones simultaneously per power supply. We have four lawn zones, and everything else (12 so far) is drip. You typically want to run drip for an hour every few days. If they have to be sequential, that’s 12 hours. With two distinct Rain8 power supplies, we can run them 6 at a whack, getting all the watering done in the night, as you would prefer.
The really nice thing about the Pro modules is that they have per zone “on” buttons on the unit, and an “all off”, and lamps that indicate “on” status. Which means you can always turn them on/off at the controller, and visually see what’s running. More $$$, and RS-232 only, but it made sense to us. If we interface this to Vera, we’ll do it but having Vera tickle the web interface. But given that we want to interface this directly to our weather station data and such, it seemed like trying to dump it all on Vera was the wrong choice. We have Linux servers up 24/7. This gives them something to do with their free cycles.
–Richard