Page 1 of 1
Watering garden script
Posted: Thursday 20 June 2019 15:50
by HJvD
I have a watering system in my garden that gets its water from a pump. The pump is switched by a zwave switch.
First thing I would like to do is make a script that:
- waters my garden twice a week
- half an hour each time
- only at night at 2:00
Then secondly it would be nice to expand the script with rain parameters from Weather Lookup.
Any experience with these kind of scripts, any ideas?
Re: Watering garden script
Posted: Thursday 20 June 2019 16:21
by iganin
There are several nice topics in this forum which are meet your needs or even more. Just perform search using "irrigation" word.
Re: Watering garden script
Posted: Thursday 20 June 2019 18:20
by ebretteville
I did it myself. Just use the planning function.

Re: Watering garden script
Posted: Thursday 20 June 2019 18:45
by oliviers
Hi,
Not so difficult ... I am using a Gardena system with 5 different irrigators that need to be activated one after each other (not enough pressure / waterflow to activate them all simultaneously, this is not the Versailles park!). To switch to ne next circuit, I just need to close/reopen the water valve. I did it with a simple scenario :

- Capture32.JPG (118.48 KiB) Viewed 2134 times
Re: Watering garden script
Posted: Friday 21 June 2019 15:53
by HJvD
Thanks, don't know why, but I even didn't thought about using a timer. It's quite simple that way.
Re: Watering garden script
Posted: Saturday 22 June 2019 5:46
by Egregius
It's simple yes, but is it sufficient? Shouldn't you look wether it rained in the last 2 days? Or that rain is expected in the next 24 hours?
I think you need to use a more advanced script for irrigation, like suggested before there are several good options in lua, dzVents or Pass2php.