Replies: 3 comments 2 replies
-
You need to adjust Lead time: xxxx seconds. https://jeroenterheerdt.github.io/HAsmartirrigation/configuration-zones.html Lead time: Time needed to warm up your irrigation system (in seconds), e.g. time to establish a connection, start a pump, build pressure, etc. After the duration is calculated, the lead time is added but only if the duration is > 0. |
Beta Was this translation helpful? Give feedback.
-
Perhaps, if an entity as suggested in https://github.com/jeroenterheerdt/HAsmartirrigation/issues/458 is a lot of change: If the watering time is 20 minutes, but that zone is watered for 10 minutes only (and the 10 minutes may be 5 minutes tomorrow and 8 minutes the next day), you only add the equivalent depth to the bucket. So maybe a reset_bucket(x), where x (or -x) is by how many seconds or mm to reset (and 0 means fully reset). |
Beta Was this translation helpful? Give feedback.
-
Dadino, it seems the automation you proposed to set the new_bucket_value is the thing to do. The new_bucket_value gets used during the next ET calculation. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My irrigation system uses a tank as the only source of water. Sometimes this tank is empty and the pump doesn't run when I turn it on.
I have a sensor in Home Assistant that tells me the daily count of minutes of real water delivery (counting the minutes in which the valve is open and enough current goes to the pump, meaning it's actually pumping).
I'd like to adjust the bucket size after each sequence on Irrigation Unlimited by only adding the corrent amount of mm from the bucket, but I want to be sure I understand the value correctly.
Example numbers, but close to reality:
Do I adjust the bucket by adding 1.4mm (140 liters over 100 square meters)?
I'd have an automation like this:
Beta Was this translation helpful? Give feedback.
All reactions