Hi i have a issue with the updated item_cycle_start_time.yaml below, when i switch back to the previous version item_cycle_start_time.yaml all is working ok, and can’t work out why its not loading the new file and everything checks out ok in the HA logs ?
Then please make one! Joking. It is really useful to keep track of modifications and move them between users.
Probably it also makes people dumber as they can use things without thinking so much about what they really do and how they work.
LE: actually klogg integrated this as I pulled from his repo, but still not working for me.
Maybe I’m testing it wrong.
This is the Logbook, I start manually for 7 minute my zone1 - pump, 2 minute my zone2 - onboard_led.
I see now that at some point both my pump and on_board_led become unavailable, could this be the cause why the history is not working ok?? LE: moved my ESP32 close to the router, but still history is not working.
I’ve just downloaded new version from repo and installed without any modification and it’s working for me.
When watering, check value of input_text.irrigation_zoneX_switch_entity_id where X is the zone number that is actually watering, it should contain the real name of your switch that control that pump.
And check also the value of sensor.irrigation_sensor_zoneX_switch corresponding to that zone, that should be ‘on’ during irrigation.
input_text.irrigation_zoneX_switch_entity_id is ok sensor.irrigation_sensor_zoneX_switch is nok, if update it manually from the Developer Tools to on, then the history is also updated accordingly.
Any idea where should I look?
Hi @klogg a little idea to better organize your project.
Is is possible you insert all file actually saved in “package” folder, to a subfolder like “my_garden_irrigation”?
Why?
Cause people mainly use “packages” folder to insert other packages from web…
So it will better organized if you migrate from:
Also, most of tutorial on internet refer to “packages” folder (with s) (used with include_dir)… instead you use “package”.
Changing to “packages” and using sub directory maybe can help people with only a drap/drop from zip to root to update it, without problem and more fast.