Hi @piotr, since 0.42 you have to set an initial state in your automations. initial_state: True
Or you change the states of your automation in Developer Tools / States manualy to on.
Then HA restores them on restart.
I have no idea if my edit worked or will be accepted, but I did some Github voodoo that seemed like it created the necessary forks/pull requests to get the change to the right people.
That sounds like a different issue. initial_state should show the automation as being “active” after restarting the HA process. Automations not executing/completing/working correctly don’t seem like they’d be related to that. When I’m troubleshooting automations, I’ll start with a simple skeleton like turning on a light at a specific time. If that works, then I’ll add in the complexity in my non-working example until I hit the point where it doesn’t work anymore and go from there looking at the docs and searching the forums for that specific condition/trigger/script to see what I might be missing.
Are any of your automations still working? Can you scale down to a very simple one, like turning a light on when a door/window is opened to see if that works?