Hass.io - 安装

优质
小牛编辑
130浏览
2023-12-01

基本方法

  1. 使用 Etcher 或其他镜像刷写工具刷写 Hass.io 镜像
  2. 刷写完毕后,重新插入 TF 卡,请打开存储卡目录下 system-connections/resin-sample 文件,使用编译器编辑:
[connection]
id=resin-wifi
type=wifi

[wifi]
hidden=true
mode=infrastructure
ssid=你的WIFI SSID

[ipv4]
method=auto

[ipv6]
addr-gen-mode=stable-privacy
method=auto

[wifi-security]
auth-alg=open
key-mgmt=wpa-psk
psk=你的 WIFI 密码

等待大约 5 分钟后,使用局域网内其他终端设备打开网页 http://hassio.local:8123 ,待显示如下网页时,表明系统成功开始初始安装。:

初始安装完成后,出现 Home Assistant 页面,表明安装成功。

注意

初始安装可能耗时较久,请静心等待。


高级方法

注意

使用此方法,请保证对 Linux 系统具备一定的知识,不建议初学者使用,不保证可用性。

  1. 确保系统中安装如下依赖和软件:

    • docker
    • bash
    • socat
    • jq
    • curl
    • avahi-daemon
    • dbus-daemon
  2. 以 root 用户执行下列指令:

    curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s