HomeAssistant家庭自动化-安装-安装NODE-RED实现便利的自动化编程
HomeAssistant家庭自动化-安装-安装NODE-RED实现便利的自动化编程
说明:
- 介绍如何安装NODE-RED
- Node-RED是基于Node.js开发的一款可视化流编程工具
- Node-RED 是基于开源流程的编程工具,旨在帮助您连接硬件设备,API 和在线服务
- 环境: ubuntu mate 20.04
步骤:
- 安装相关依赖
sudo apt install build-essential
- 安装node-red
bash <(curl -sL https://ghproxy.com/https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
- 启动
node-red-start
- 停止
node-red-stop
- 通过浏览器输入http://localhost:1880即可访问
- 效果图:
- 如果设置开机启动
sudo systemctl enable nodered.service
集成到homeassistant中
- 在~/.homeassistant/configuration.yaml添加
panel_iframe:
nodered:
title: 'Node-Red'
icon: 'mdi:shuffle-variant'
url: 'http://{your_pi_ip-address}:1880/'
- 重新启动即可
参考:
- https://github.com/node-red/linux-installers/
- https://nodered.org/docs/tutorials/first-flow
获取最新文章: 扫一扫右上角的二维码加入“创客智造”公众号