How do i view the latest logs as to why it wont launch? I tried docker homeassistant logs and it spits out a bunch of stuff but nothing that i can really diagnose. It is started when i do docker ps, but when i type in the url it just hangs…
this is with hassio… is there a way to see error that are causing the web cli to not show uP?
I would start there and try to figure out what it is telling you or post it here and someone might be able to figure it out for you.
can’t even get to it on the local server, about ready to give up on home-assistant/docker
not sure how to go further from here
Have a look at Portainer, makes managing docker a bit easier imo. You can easily view logs or console into a container.
Also I don’t see HA running only the hassio supervisor.
hmm, how would i rerun home-assistant and remap it to my current config
when i try to run this, it says home-assistant name already exists…
$ docker run --init -d --name="home-assistant" -v /usr/share/hassio/:/config -v /etc/localtime:/etc/localtime:ro --net=host homeassistant/home-assistant
however it didn’t map to my old config, how can i fix this???
i tried remapping it to my current config so i wouldnt have to start teh fuck over,
It’s because a container with that name already exists. You can just give it a different name.
My guess is you have messed up something in your config if the container won’t keep itself alive.
I’m not sure how to access the logs from docker, but using Portainer it’s really easy.
OK…
first you said that the log was spitting out a bunch of stuff but you couldn’t understand it.
So I suggested you post the log so we could help you.
then you said it was working fine and that it was an IP issue
then you edited your post to say something completely different and that you
I’m not sure what that means.
Can you see the homeassistant.log file contents or not?
many issues, but is there a way so that when i create the new home-assistant container i can map it to my old config??
have you tried to start the container from the command line? I don’t know what the hassio home assistant container is called.
docker start my_container
i posted the screenshot above
I don’t see a screen shot that answers my question.
Have you tried to run the docker start command on the home assistant container?
i got it up and running, however hassio doesn’t seemed to be linked
not sure what you mean by this.
i dont have the hassio on the left pane, i got it working! thanks!