论坛好多都是如何安装HA到树莓派3上
今天教大家安装在3B+上
文章分为
1准备工作
2连接wifi
3安装Homeassistant
4安装Samba4文件局域网共享
5安装Homebridge apple homekit
6安装网络编辑器cloud9
请自行科学上网
首先下载hassbian固件
https://github.com/home-assistant/pi-gen/releases/tag/v.1.3.2
用Etcher烧录到TF卡上 我用的是16G Etcher
1.准备工作
烧录好的TF卡插入树莓派3B+hdmi显示器 usb键盘
等待显示器出现 hassbian login:
输入
pi
再输入密码
raspberry
输入
sudo raspi-config
2.连接wifi
选择第二项network options-> Wi-fi -> 输入你家的wifi名-> 键盘方向键选择OK-> 你家的wifi密码-> 键盘方向键选择OK
将空间扩展至整个TF卡
选择第七项 Advanced option -> A1 Expand Filesystem->OK-键盘方向键选择finish
会问你是否重启选择 YES
等待显示器出现 hassbian login:
输入
pi
再输
入密码
raspberry
输入
ifconfig
查看wlan0状态的第二行出现 inet 192.168.x.x
说明已经接入你的路由器
3安装Homeassistant在安装前需要更新一下hassbian-config
输入
sudo hassbian-config upgrade hassbian-script
然后安装 homeassistant
输入
sudo hassbian-config install homeassistance
要加载一阵如果出现任何红字 请检查你的网络链接状态 并重新运行上一句代码
等待屏幕出现 installation done . .
然后到在同一局域网下的电脑中浏览器中
输入
http://192.168.x.x:8123
http://hassbian.local:8123(我选择这个)
看到下面这个图表示HA安装完毕运行中
说明你的homeassistant安装完毕
4安装Samba文件局域网共享
输入
sudo hassbian-config install samba
等待屏幕出现 installation done . . 说明你的Samba安装完毕
接下来会显示你的地址就是之前ifconfig 里你看到的地址 \\192.168.x.x\homeassistant
5安装Homebridge apple homekit
输入
sudo hassbian-config install homebridge
这个时候会让你输入你的homeassistant地址和端口 http://192.168.x.x:8123
或者http://hassbian.local:8123(我选择这个)
然后问你登陆HA的密码默认是raspberry(可改)
输入
raspberry
然后问你是否想把samba添加到HB中
输入
y
等待屏幕出现 installation done . . 说明你的homebridge安装完毕
6安装网络编辑器cloud9
输入
sudo hassbian-config install cloud9
等待屏幕出现 installation done . . 说明你的cloud9安装完毕在线编译器会在安装完毕后显示你可以打开的地址 http://192.168.x.x:8181
或者http://hassbian.local:8181(我选这个)
在浏览器地址输入
http://hassbian.local:8181
看到这个说明你的cloud9安装完成
致次在树莓派3B+上的HA+HB的基本安装完成
网友评论