hope you can help me with this. Despite I love computer programming, I don’t get use to this YML programming.
All I want is watering my garden manually, I meant, when I push a button on my dashboard.
My reles are connected to the valvules that open the water flow.They are 3 and are connected with ESP8266 and MQTT to HomeAssistant.
The program in a nutshell should be like this:
switch.garden_rain_master on
switch.garden_rain_zone_1 on
wait for 5 minutes
switch.garden_rain_zone_1 off
switch.garden_rain_zone_2 on
wait for 5 minutes
switch.garden_rain_zone_2 off
switch.garden_rain_zone_3 on
wait for 5 minutes
switch.garden_rain_zone_3 off
switch.garden_rain_master off
This is a first objective. I would like to decide when watering when I’m at home.
Can you help me to convert this commands to YML?
Would be great also if you could help me to configure this watering program to be launched automatically every day at a specific time…just in case this covid19 let me go on holidays some day.
I think I did something wront in automations.yml and now my home assistant web application doesn’t start.
I can access to Home Assistant Command Line pluging a keyboard.
Isthereany way in there to edit automations.yml to revert the configuration and have HA backagain?
Depends on how you’re set up, but it’s just a text file so usually just open it in the editor of your choice and make the changes and then restart homeassistant.