I clicked shutdown in stead of restart.
Now i don’t have an container running home assistant.
hassio-supervisor container is running
Does anybody knows how to start the home assistant image?
Are you using Portainer to manage you containers?
Following containers are running:
hassio_supervisor
addon_core_configurator
addon_core_ssh
addon_core_duckdns
addon_core_mariadb
portainer
Image homeassistant/qemux86-64-homeassistant:latest is “unused”
Rebooting your whole system should start HA on boot. You could also try starting it yourself though.
docker container start homeassistant
So, if you are using Portainer, just start the HA container.
it’s not visible under containers, only under images.
docker container start homeassistant results in “No such container: homeassistant”
i can start the container with:
docker run -d --name=“home_assistant” -v /usr/share/hassio/homeassistant:/config -v /etc/localtime:/etc/localtime:ro --net=host --device=/dev/ttyACM0 homeassistant/qemux86-64-homeassistant
but i get some errors and there’s no network binding
looking further into it…
Use ssh and issue hassio ha restart
I went to hassio_supervisor console in portainer and he doesn’t recognize hassio ha restart.
I lack some docker knowledge i guess
Use the SSH addon… you can STILL get in via ssh
Your ssh container is still there waiting for you to climb on board
You said your core ssh is still running so CONNECT!!
(Not using Portainer… using terminal or PuTTY)
Don’t you mean
docker start homeassistant
I ended up doing a reinstall, i guess i ‘tested’ too many things in a wrong way to fix it
I have shutdown (stopped) hassio hundreds of times from ssh and restarted it… You didn’t do too much of anything you just skipped the one right thing to start it again.