homeassistant安装Node-read
Node-Red是一个可视化的编程工具,它允许通过组合各种节点来编写应用程序
通过Node-RED可以很方便的实现HomeAssistant 不容易实现的功能,起到一个最强辅助的身份
1、配置-加载项-加载项商店-
2、修改配置文件
1.设置密钥credential_secret(搞复杂点,定了就别乱改)
2.将ssl设置为false
3.如果有require_ssl选项也设置为false
保存重启
3、更新节点
4、导入油价信息
修改http请求
创建令牌并添加token
修改完成后部署
HACS添加node-red
在集成里添加node-red,这个很玄学,我开始怎么搜都没有,重装也没用,后来在商店里点击node-red,在hacs里点击node-red,后面莫名其妙的出现了。实体同样是这个情况,数据也是
估计跟网络有很大关系
查看实体是否有数据
添加卡片
## <center>92# <ha-icon icon="mdi:gas-station"></ha-icon> <font color=#ea4335> {{ state_attr('sensor.youjia', '92')}} </font> 95# <ha-icon icon="mdi:gas-station"></ha-icon> <font color=#fbbc05> {{ state_attr('sensor.youjia', '95')}} </font> <p> 98# <ha-icon icon="mdi:gas-station"></ha-icon> <font color=#4285f4> {{ state_attr('sensor.youjia', '98')}}</font> 0#柴<ha-icon icon="mdi:gas-station"></ha-icon> <font color=#34a853> {{ state_attr('sensor.youjia', '0')}} </font></center>
- {{ states('sensor.youjia') }}
- {{ state_attr('sensor.youjia','tips')}}
添加完后数据是不显示的,要手动更新一下
不出意外就会显示数据了
zerotier_moon_planet: 一键安装zerotier并加入moon迁移至ztncui,组成私人控制器的虚拟局域网综合脚本。 - Gitee.com
油价的代码和流程我传到仓库了。这个代码和流程我也是下载别的大佬的。