方法来自:https://github.com/gallynero/mitemp2_bt.
我的是斐讯N1,自带蓝牙,安装蓝牙驱动即可
树莓派应该通用,大家可以自行尝试
所以,你的设备必须带蓝牙适配器,并能正常使用蓝牙功能
安装步骤:
1.下载配置文件
2.配置yaml 放入(/custom_components/mitemp2_bt)
3.重启
sensor:
- platform: mitemp2_bt
mac: 'xx:xx:xx:xx:xx:xx'
name: example
force_update: true
timeout: 60
median: 1
monitored_conditions:
- temperature
- humidity
- battery
复制代码
格式自行对齐!!!!
mitemp2_bt.zip (6.2 KB)