本帖最后由 rulee 于 2022-3-1 23:31 编辑
看起来安装成功了,不过等了很久还是不能访问到 http://192.168.3.115:8123
-----------------------------------------------------------------------------------------------------
root@arm-64:~# dpkg --install homeassistant-supervised.deb (Reading database ... 36386 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] Leaving 'diversion of /etc/NetworkManager/NetworkManager.conf to /etc/NetworkManager/NetworkManager.conf.real by homeassistant-supervised' Leaving 'diversion of /etc/NetworkManager/system-connections/default to /etc/NetworkManager/system-connections/default.real by homeassistant-supervised' Leaving 'diversion of /etc/docker/daemon.json to /etc/docker/daemon.json.real by homeassistant-supervised' Leaving 'diversion of /etc/network/interfaces to /etc/network/interfaces.real by homeassistant-supervised' Unpacking homeassistant-supervised (1.1.0) over (1.1.0) ... Setting up homeassistant-supervised (1.1.0) ... [info] Restarting NetworkManager [info] Restarting docker service ping: version.home-assistant.io: Name or service not known [info] Waiting for version.home-assistant.io - network interface might be down... ping: version.home-assistant.io: Name or service not known [info] Waiting for version.home-assistant.io - network interface might be down... ping: version.home-assistant.io: Name or service not known [info] Waiting for version.home-assistant.io - network interface might be down... PING version.home-assistant.io (104.26.4.238) 56(84) bytes of data.
--- version.home-assistant.io ping statistics --- 1 packets transmitted, 0 received, 100% packet loss, time 0ms
[info] Waiting for version.home-assistant.io - network interface might be down... PING version.home-assistant.io (172.67.68.90) 56(84) bytes of data. 64 bytes from 172.67.68.90 (172.67.68.90): icmp_seq=1 ttl=53 time=166 ms
--- version.home-assistant.io ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 165.961/165.961/165.961/0.000 ms [info] Install supervisor Docker container [info] Install supervisor startup scripts [info] Install AppArmor scripts [info] Start Home Assistant Supervised [info] Installing the 'ha' cli [info] Within a few minutes you will be able to reach Home Assistant at:
-----------------------------------------------------------------------------------------------------
补充一下
1. 看了docker,有一些images/containers
2. 路由器显示机器是有在下载东西看起来是网络比较慢
我就慢慢等吧
-----------------------------------------------------------------------------------------------------
root@arm-64:~# docker images REPOSITORY TAG IMAGE ID CREATED SIZE ghcr.io/home-assistant/aarch64-hassio-supervisor 2022.01.1 d31464681fd6 4 weeks ago 310MB ghcr.io/home-assistant/aarch64-hassio-supervisor latest d31464681fd6 4 weeks ago 310MB ghcr.io/home-assistant/aarch64-hassio-cli 2021.12.0 f7f5a8689e04 2 months ago 90.5MB root@arm-64:~# docker container ls CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 773da9a4f175 ghcr.io/home-assistant/aarch64-hassio-cli:2021.12.0 "/init /bin/bash -c …" 25 minutes ago Up 25 minutes hassio_cli 705cda15462a ghcr.io/home-assistant/aarch64-hassio-supervisor "/init" 27 minutes ago Up 27 minutes hassio_supervisor -----------------------------------------------------------------------------------------------------
|