Restart Home Assistant Using Shell
Useful to fix HAss after a crash
- Open Terminal app (any OS) & connect to HAss with SSH
ssh root@tower112.islet.be
- First check for config errors
hassio ha check
Processing... Done.
Command completed successfully.
- If config check ^ is OK,
then restart HAss service
hassio ha restart
Processing... Done.
Command completed successfully.
- If restarting HAss ^ returns an error,
then try to reboot entire HAss host
hassio ho reboot
Hannes
https://ha.nnes.be View Comments (0) ...