I decided to move Home Assistant from my Raspberry Pi to my Nas on container Station Docker, it installed fine but will start to run and the stop, there is one thing I could not set up during install the time zone under “Environment” it did not have a plus sign to add any thing please see picture # 2 about time zone. looking through the console it keep repeating information about time. I think this the problem but not sure. Please help.
I’m pretty sure that the console readings you’re seeing are the normal thing you should see because the sun component is constantly updating it’s state. If there was a problem it wouldn’t say “INFO”. It would say “ERROR”.
So that might me the problem I using the IP of my Nas 192.168.1.101:8123 like I did on my Raspberry PI I have also tried 10.0.3.1:8123, 10.0.5.1:8123 so maybe I doing that wrong. I’m new to this docker stuff I’m not sure what you mean my “What was your docker run command to install HA in docker?” I just created the image from container station and ran it and it does show its running and it did install all the files and yaml files. I guess I just din’t know how to open it. Am I supposed to run something in the terminal?
I don’t use container station but I just took a crash course by googling it.
It looks like it should have a link on the container station management console page for that container that might take you to the web UI for HA.
Normally when you install HA in Docker you specify either to forward a port on the host (NAS in your case) to the container (-p 8123:8123) or you open all ports on the host to the container (net=host).
you need to figure out how to see what the port of the host is being forward to the container and then use the host IP with that port to get to port 8123 of the container.