1、 ####停止homebridge运行###
sudo systemctl stop homebridge
#升级homebridge-homeassistant插件
#与homebridge关联的homeassistant
sudo npm install -g--unsafe-perm homebridge
sudo npm install -g homebridge-homeassistant
sudonpm install -g homebridge-ip-camera (摄像头插件)
sudo npm install -g homebridge-broadlink-rm (博联插件)
4、###进入目录### cd /var/homebridge
5、#检查config.json中supported_types是否包含binary_sensor,如果没有添加后保存即可
sudo nano config.json
"platforms":[ { "platform":"HomeAssistant", "name":"HomeAssistant", "password":"yourapipassword", "supported_types":["binary_sensor", "climate", "cover","device_tracker", "fan", "group","input_boolean", "light", "lock","media_player", "scene", "sensor","switch"], "logging": true } ]
6、###删除当前文件夹下的缓存文件夹### (此步骤直接跟上一步对接下来就可以了)
sudo rm -rf persist
#注意第6步是使用老高教程的删除地址,如果没有使用老高的教程请使用下面的命令:
cd /home/pi/.homebridge/
sudo rm -rf persist
sudo systemctl stop homebridge
sudo systemctl daemon-reload
sudo systemctl enable homebridge
sudo systemctl start homebridge
7、###重启树莓派#### sudo reboot
8、#删除iphone家庭中的homebridge网关,重新添加即可发现人体和门窗传感器。祝你好运。
npm install xxx 安装模块 npm uninstall xxx (-g) 卸载模块
sudo npm cache clean 清理缓存 6、###删除当前文件夹下的缓存文件夹### (此步骤直接跟上一步对接下来就可以了)
sudo rm -rf persist
#注意第6步是使用老高教程的删除地址,如果没有使用老高的教程请使用下面的命令:
cd /home/pi/.homebridge/
sudo rm -rf persist
sudo systemctl stop homebridge
sudo systemctl daemon-reload
sudo systemctl enable homebridge
sudo systemctl start homebridge
7、###重启树莓派#### sudo reboot
8、#删除iphone家庭中的homebridge网关,重新添加即可发现人体和门窗传感器。祝你好运。
下面给一些Linux命令,让一些入门的朋友可以参考!! npm install xxx 安装模块 npm uninstall xxx (-g) 卸载模块 sudo npm cache clean 清理缓存
|