I installed home-assistant supervised on my dietpi. The installation finished returning me the connection address 192.168.1.29:8123
When I want to connect I get an error message unable to connect
It seems that it is a Docker container story: The HA Supervised installation is done on Docker.
[quote]$ sudo docker network ls
NETWORK ID NAME DRIVER SCOPE
0a7fe646c7a9 bridge bridge local
bc76ae9d1b30 hassio bridge local
ab9603db8a80 host host local
68970fe8bd74 none null local[/quote]
I don’t see port 8123 anywhere
[quote]sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
6d5234882fc3 Package aarch64-hassio-multicast · GitHub “/init” 16 hours ago Up 16 hours hassio_multicast
e11de9cf40eb Package aarch64-hassio-audio · GitHub “/init” 16 hours ago Up 16 hours hassio_audio
873e15b2cb3f Package aarch64-hassio-dns · GitHub “/init” 16 hours ago Up 16 hours hassio_dns
2864b68f87e3 Package aarch64-hassio-cli · GitHub “/init” 16 hours ago Up 16 hours hassio_cli
850457afc9f8 Package aarch64-hassio-observer · GitHub “/usr/bin/observer” 47 hours ago Up 16 hours 0.0.0.0:4357->80/tcp, [::]:4357->80/tcp hassio_observer
0c1c3e24afc4 Package aarch64-hassio-supervisor · GitHub “/init” 47 hours ago Up 16 hours hassio_supervisor[/quote]
I reinstalled the whole system + home-assistant-supervised: I got this error at the end
Unable to connect
Firefox can’t establish a connection to the server at 192.168.1.29:8123.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web.
processor : 0
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 2
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 3
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
Hardware : BCM2835
Revision : a02082
Serial : 00000000122f317f
Model : Raspberry Pi 3 Model B Rev 1.2
ha supervisor logs
WARNING (MainThread) [supervisor.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
WARNING (MainThread) [supervisor.dbus.agent] No OS-Agent support on the host. Some Host functions have been disabled.
WARNING (SyncWorker_0) [supervisor.host.sound] Can’t update PulseAudio data: Failed to connect to pulseaudio server
ERROR (MainThread) [supervisor.homeassistant.core] Home Assistant has crashed!
ERROR (MainThread) [supervisor.core] Can’t start Home Assistant Core - rebuiling
ERROR (MainThread) [supervisor.homeassistant.core] Home Assistant has crashed!
INFO(MainThread) [supervisor.resolution.module] Create new suggestion execute_repair - core / None
INFO (MainThread) [supervisor.resolution.module] Create new issue fatal_error - core / None
INFO (MainThread) [supervisor.addons.manager] Phase ‘application’ starting 0 add-ons
INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
INFO (MainThread) [supervisor.core] Supervisor is up and running
ha dns info
fallback: true
host: 172.30.32.3
llmnr: true
locals:
Fresh install and i choose raspberrypi3-64 when he asks me.
sudo dpkg -i homeassistant-supervised.deb
Selecting previously unselected package homeassistant-supervised.
(Reading database … 18911 files and directories currently installed.)
Preparing to unpack homeassistant-supervised.deb …
[warn]
[warn] If you want more control over your own system, run
[warn] Home Assistant as a VM or run Home Assistant Core
[warn] via a Docker container.
[warn]
Adding ‘diversion of /etc/NetworkManager/NetworkManager.conf to /etc/NetworkManager/NetworkManager.conf.real by homeassistant-supervised’
Adding ‘diversion of /etc/NetworkManager/system-connections/default to /etc/NetworkManager/system-connections/default.real by homeassistant-supervised’
Adding ‘diversion of /etc/docker/daemon.json to /etc/docker/daemon.json.real by homeassistant-supervised’
Adding ‘diversion of /etc/network/interfaces to /etc/network/interfaces.real by homeassistant-supervised’
Leaving ‘diversion of /etc/systemd/resolved.conf to /etc/systemd/resolved.conf.real by homeassistant-supervised’
Unpacking homeassistant-supervised (1.8.0) …
Setting up homeassistant-supervised (1.8.0) …
[info] Reload systemd
[info] Restarting NetworkManager
[info] Enable systemd-resolved
[info] Restarting systemd-resolved
[info] Set up systemd-journal-gatewayd socket file
[info] Enable systemd-journal-gatewayd
[info] Start nfs-utils.service
[info] Restarting docker service
PING checkonline.home-assistant.io(2606:4700:20::681a:5ee (2606:4700:20::681a:5ee)) 56 data bytes
64 bytes from 2606:4700:20::681a:5ee (2606:4700:20::681a:5ee): icmp_seq=1 ttl=55 time=13.2 ms
— checkonline.home-assistant.io ping statistics —
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 13.247/13.247/13.247/0.000 ms
[info] Install supervisor startup scripts
[info] Install AppArmor scripts
[info] Start Home Assistant Supervised
[info] Installing the ‘ha’ cli
[warn] Could not find /etc/default/grub or /boot/firmware/cmdline.txt failed to switch to cgroup v1
[info] Within a few minutes you will be able to reach Home Assistant at:
[info] http://homeassistant.local:8123 or using the IP address of your
[info] machine: http://192.168.1.29:8123
Always the same problem : [warn] Could not find /etc/default/grub or /boot/firmware/cmdline.txt failed to switch to cgroup v1
Unable to connect
Firefox can’t establish a connection to the server at 192.168.1.29:8123