Hello all
Trying to automate the start (wol) of my dell r720 server (and it works) then after a delay restart HAOS
I built a simple flow in node red
at time wol server delay 7 seconds restart Home assistant
in node red my flow contains a node that is to restart Home assistant. On a newly developed flow the restart operation works fine. However as HA restarts the node red node to restart HA shows an error.
if i trye to restart the flow a second time the server starts however it does not reboot
Note: HAOS is installed on a different laptop
the node red node has
name
server name : |Home assistant (i only have this server installed in node red)
action:homeassistant.restart
data: on
merge: blank
queue: do not queue messages
What am i missing
Thank you in advance