So I have setup the sensor for yesterday like you advised and its working. The Netatmo sensor for “today rain summary” reset is self at 23:59 therefore the update of Rain yesterday needs to be done before - thats why the automation is at 23:45. Then in your code I changed the update time to 23:47.
#===============================================================
#=== Cycle rainfall history figures for the four previous days.
#===============================================================
- alias: Irrigation Rainfall Nightly Update
trigger:
- platform: time
at: "23:47:00"
...
@baringia There were some major changes in 0.113.x which affected this packages - If you scroll a bit back in the history of this thread you will get a lot of info about it. Just update to the newest version and all should be good.
@klogg - The time calculation still seem a bit off. If I calculate the minutes in the cycle by hand it comes to 16mins. but the calculated run time shows about 7 mins duration. I’m currently using the 16ch branch by @Athan, but I believe it should not have an impact. The zones currently in use is still within the first 8 zones.
I recently moved to the 16ch branch - Just ripped and replaced all the files. Afterwards I edited the notifications file again to suit my needs (Telegram).
All settings were retained for the configured zones which were in place before the upgrade.
It’s also in the Prerequisites under notifications as stated by Klogg below, which there is a link that takes you to the page in this thread how to configure it.
I saw it. But Im newbie, so I merge it’s part into garden_notifications.yaml. I dont know config anymore and Telegram bot not work (I inserted telegram code in config yaml with chat_id bot, and I can use telegram_bot.send_message send the message). If, you can, pls show me. Tks