Hi, pretty new to this. I have added 5 outdoor plugs to my instance and created an automation to turn them all on 30 minutes after sunset. I noticed manually triggering the items results in some of them not turning on. Some of them are kind of far away from my router so I’m guessing that’s why. Usually triggering again will fix any remaining ones that didn’t turn on the first time. What’s the most efficient way of repeating the automation if any have failed? Here’s my script in case it helps
I have some lights that can do this… So I just trigger them another 2 times in the automation… I have a failsafe automation that is triggered when the state of a light changes. My lights don’t provide any feedback (limitlessled). It looks like this:
I’m not sure how to do it, or if it’s even possible, using the device automation editor.
If you used a regular automation then you could easily trigger the automation normally the first time then at the end of the action of that automation give a small delay of a second or so then just call the automation.trigger service on itself so it runs the actions a second time.
I managed to figure it out. What I did was to create a script to turn on all the lights. Basically the script is the same as my automation was. Then I created a new automation that called the script, waited 5 seconds, and then called the script again.
Crap! Yeah, in my mind i wzs actually thinking of doing the same thing that you ended up doing (calling the actions you wanted, wait a few seconds then calling those same actions again) but within the same automation action section. I’m not sure why I wrote to trigger the automation again. Of course that would be bad.
I’m glad you listened to what I meant And not what I said.