Hello @klogg , I know you’re really busy, btw thumbs up for the great job.
Thanks to @cecet23 and @jgosnell I was able to solve some issues on my HA 2021.3.1 which I reassume as follow:
problem with layout and WiFi signal strength. If not populated with a correct device which gives the signal, afaik the default value breakes the module and the page is not loaded correctly
problem with popups not opened anymore. Due browser_mod update, the deviceID: - this needs to be commented / removed.
problems with scheduler. The scheduler is not shown due the date is taken wrong. @cecet23 explained well how to solve it on post #1244.
You could implement those mods in your repo, as soon you have time of course!
I’m still on the way to test my personal rain sensor which would be great if a semaphore would show if the next irrigation cycle would start if the sensor is in wet status. I’ll test it soon.
Same for weather forecat, actually not really tests.
Update: rain sensor works as expected. If the “ignore schedules if it’s raining” is enabled, the raining sensor is set to my device and the sensor is wet, the scheduler is not executed.
On aside, nice would, as previous written, not only a semaphore that shows if the raining sensor would stop the schedule or not, but even in the logs, a line that actually tells you that the programmed schedule was skipped due the raining sensor.
I paste here my sensor and it’s state as wet, and so that prevents the irrigation schedule:
Hi
Let me introduce myself, I’m from Cape Town and have been tinkering with electronics for many years.
I’ve been trying to implement HA-Irrigation V2 for the past 4 days, restarted from scratch 3 times but am always coming up with and error that blocks HA from loading.
Latest version of HA OS ( 2021.3.4 ).
I’m more thank likely missing something stupid, can anyone assist?
Many thanks
Charles
config ha core check
Processing… Done.
Error: Testing configuration at /config
Failed config
homeassistant:
- expected a dictionary for dictionary value @ data[‘packages’][‘automation’]
- packages: [source /config/configuration.yaml:3]
automation: [source /config/packages/garden/garden_weather_temperature.yaml:10]
- action: [source /config/packages/garden/garden_weather_temperature.yaml:31]
- data_template: [source /config/packages/garden/garden_weather_temperature.yaml:33]
entity_id: input_text.irrigation_external_sensor_forecast_high_temp
value: sensor.dark_sky_daytime_high_temperature_0d
service: input_text.set_value
alias: Irrigation Set Default Forecast High Temperature Sensor
condition: [source /config/packages/garden/garden_weather_temperature.yaml:20]
http:
# Uncomment this to add a password (recommended!)
# api_password: PASSWORD
# Uncomment this if you are using SSL or running in Docker etc
# base_url: example.duckdns.org:8123
# Checks for available updates
updater:
# Discover some devices automatically
discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables support for tracking state changes over time.
history:
# View all events in a logbook
logbook:
# Track the sun
sun:
Hi Mertz
Many thanks, I mentioned it would be something stupid, The documentaion does mention one can put the packages anywhere in subfolders under the packages directory if one uses the merge include, I’ve put them in the root packages dir and used the normal named include and no more errors (Well ha core check doesnt pck anything up!)
Irrigation panel still blank and errors in my log file which I’m going to check now.
Just a quick note here to apologise at my lack of responses but I am still finding it hard to make any time for HA at the moment.
I do definitely plan to address all the issues in the coming weeks but until then thanks to everyone who is responding with answers to queries.
Also I should add that I brought my system out of hibernation last week in preparation of the good weather and my setup seems to be running as expected, so if you are having issues and want to persevere it should work.
Note that I have not yet updated layout-card because as @gianni_Barin and @lion06 have seen it is a breaking change.
So apart from the strange date issue which doesn’t cause me a problem but is solved for those where it does (and is better code which I will incorporate!) by @cecet23 and the removal of deviceID: this there is nothing else that should prevent the system working.
Hello. I just installed this project and after several corrections the only thing that it’s not working is the scheduling start, even selecting every day, the start time and end time are correct but it doesn’t start, if I select the manual start it works. Can someone help?
My HA is at 2021.3.4
Regards
I’ve updated the code on Github for correct start date/time as suggested by @cecet23.
I think that is the issue causing most problems especially to people finding this project recently for the first time. To be honest I don’t know why it was causing some people problems. It can’t be a simple time zone issue as I know people in different time zones to me are using it successfully. If anyone does know the answer I’m very interested!
I’m pretty sure that everything else is down to breaking changes in Lovelace custom cards.
If you could just please try your V1.0 and see if it’s still working for you…
…probably it’s just something in water time calculation that doesn’t work anymore, but I can’t figure it out