Using BalenaEtcher to install the Raspi3 version of HA as shown in the instructions:
After flashing the card, putting it in the Raspi3 for 1st time and turning on. No boot, No green light of activity, nuffin
Continued this on several cards to try and get it to work, but no failed every time to even provide a glimmer of a green activity light on the old Pi.
Checked the Raspi, does it actually function, yes it does. Used a fresh install of Rasp-light, latest copy, and yes all bursts in to life. Even did this using the same cards as I had flashed the HA image on.
Also followed the instructions here (which I prefer to do):
So, installed Debian 10 (on one of the flash cards I had used in the above experiment) configured host name, forced the router to reserve its IP and updated. Added in docker CE, all working correctly, booting ok etc. made sure everything was updated.
went to install the HA bits etc. All seem to install in to Docker ok Tried to connect to 8123 as per expectation. Nope, no cookie for me
Did a little digging on what was available:
ports 22 & 4357 were open
attached to 4357 via Chrome browser: Home Assistant observer, Supervisor Connected
Saw in Docker that 4357 was being repointed to port 80 (expected etc.)
Well, Iâm not a Docker expert, but Iâm assuming that there is meant to be some pointer to the HA landing page container? a redirect of port 8123 to the containerâs port 80?
Any help guidance would be most appreciated, going out of my mind a bit here, well already a fruit cake!!
Cheers,
Garry
I can see the Supervisor on port 4357, but nothing on 8123 and the app does not connect. Used nmap to show ports for which only 22 & 4357 were the only ones up.
Got the same thing trying to run HA on a raspberry Pi zero in docker. Any ideas?
pi@raspberrypi:~ $ docker run -p 8125:8123 --name homeAssTest homeassistant/home-assistant
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] udev.sh: executing...
[cont-init.d] udev.sh: exited 267.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.