Is there a way to handle errors in automations and scripts, either inline or globally?
By inline, I mean to arrange the steps to account for errors. It seems that the script stops when it hits an error, but it would be nice to have it continue and check if the previous step failed.
Alternately, I could see handling them globally, i.e. having an event you can use to trigger another automation to send a notification that any automation has failed.
I’m capturing motion and sending a camera snapshot, but occasionally the snapshot fails, which means I don’t even get notified of the motion alert.
My point was more that there are lots of errors in my log that I don’t care about. Like:
Error doing job: Task exception was never retrieved (<== not sure what that is even)
Error connecting to Ecobee. Possible connectivity outage. (<== I don’t automate Echobee currently)