Can someone point me in the right direction? I’d love to use this project, but am unable to have the dashboard show up. When I change te irrigation.yaml destination it tells me it’s unable to locate it, so this tells me it is properly being directed and since there is no message I assume the right file is being loaded. However selecting the sidebar it comes up empty. Thanks for any help anybody can offer.
You also need to make sure that those sensors are configured in your recorder so the graph has access to past values. Here is my recorder setting within my configuration.yaml:
Automatic garden irrigation… I have a small garden but that would be a dream !
Unfortunately I don’t think I will ever be able to make this dream come true.
My water pressure is about ok : 2bars, but my water flow looks really too low : about 500 Liters/hour. This has been measured at the outdoor faucet ouput.
Any idea of garden irrigation hadware that would work witch such a low water flow ?
I feel like I can FINALLY give back to this group.
If you are having time calculation errors, where the end of the cycle time is incorrect, then it’s likely that you also cannot call the group:set service in the Developers tab.
You will also likely have errors in your log relating to group.set
So, the solution!
It looks like HA doesnt load the group service until it’s actually needed, so what you need to do is create a group in your config .yaml.
It doesnt have to be anything special, just make anything.
I did this:
Then restarted HA
Then added it to Lovelace for good measure:
Then restarted HA
And now I no longer have group.set errors in my log, and, Lo and Behold! I have the “Next run” and end of run times displaying, and displaying correctly respectively.
If you have any of these symptoms, it may be worthwhile creating the group in your config.yaml
Items circles in red are what either didnt show at all, or had wrong end time calculated (same as start time)