Hey all,
New to this whole Node-Red thing, really awesome stuff.
I'm looking for some kind of node that can repeat the action that just went off. I'm running into issues with my lights that are behind walls and the Bridge is in a different room. Sometimes... a light like in the kitchen or my room, the action won't go through because at that moment, it was unreachable. For the most part, whenever I manually turn a light on through the Home app, it always works (as if it continues to try until it completes, or surpasses the timeout), but when it comes to automatons, very seldomly it will not.
Anyway, is there a node I can attach to the beginning, or end of an action that will cause it to repeat after say, 5 seconds, just so it will for sure turns on. Or maybe a node that tells if the service/flow completed, and if it failed, try again? Something like that.