HAOS Restart

Hello all

I just created a simple (at least in my opinion) automation in Node-red.

The objective is to reboot HAOS in the morning at a specific time.

the automation has a trigger …specific time
and an action … homeassistant.restart

The automation does run and haos is restarted.

However i get the following error from a debug node

/30/2025, 7:25:34 AMnode: Restart HAOS
msg : error
"Error: Unrecognized error: {"type":"result","success":false,"error":{"code":3,"message":"Connection lost"}}"

And header to the left of the deploy button i have an error

What did i miss?

Thank you in advance

Your HA core shutdown so fast that it can not send a reply to the command from the node.

Thank you for your reply.

I restarted Several times HAOS and it did not change a thing.

However yesterday I had to not only stop HAOS i also shutdown the Laptop on which HAOS is installed and this cleared the issue.

I consider this case solved

Thank you