I’m “sending” a value out of a node-red calculation to an entity using the action node with a number.set_value action.
In rare occasions, the entity is unavailable for a short moment. If the action node is called in that moment, the value is lost. Is there a way to “resend” (or hold back) the set_value until the entity is available?
I was thinking that the wait_until node could potentially do this, but I couldn’t figure out to configure it to wait until the entity is available…