I’m uploading some changes.
The Zone info pop up now shows the time adjusted for weather:
The History now shows the time in minutes and seconds instead of fractions of an hour. (I gave up waiting for the history sensor to be changed to be a sensible unit). It is only approximate because as far as I can tell the history sensor measure down to two decimal places of an hour.
And finally, each cycle can now wait
at its start time for a specified entity to be in a certain state.
This might help those who have a master valve and need to be sure it is on before starting. I use it to make sure my robotic lawn mower is docked.
The only file that changed that is critical is irrigation_triggered.yaml
as that has the logic for the wait
. It is not an easy thing to test but I have done my best! The only other changes are in the front end and the addition of some new helpers (input_*
) so it should be a safe upgrade.
Or at least an easy backout if there is anything wrong!