本帖最后由 spt11 于 2021-1-17 18:01 编辑
我用的是N1 docker方式安装的hass。在连接小米蓝牙温湿度计2时遇到的一些问题。希望能帮助一下像我一样的小白。
按照帖子https://bbs.hassbian.com/thread-7747-1-1.html 安装好hass和蓝牙。
查看蓝牙是否正常,输入
如果蓝牙Mac地址一个是00:00,一个是AA:AA
root@aml:~# hciconfig
hci1: Type: Primary Bus: SDIO
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:0 acl:0 sco:0 commands:0 errors:0
hci0: Type: Primary Bus: UART
BD Address: AA:AA:AA:AA:AA:AA ACL MTU: 1021:8 SCO MTU: 64:1
UP RUNNING
RX bytes:4205 acl:0 sco:0 events:113 errors:0
TX bytes:3048 acl:0 sco:0 commands:103 errors:0
复制代码
这种情况是缺少BCM4345C0.hcd文件
根据 https://bbs.hassbian.com/thread-7659-1-1.html 帖子2楼的说明补充好文件。
root@aml:~# wget https://github.com/RPi-Distro/bluez-firmware/raw/master/broadcom/BCM4345C0.hcd
root@aml:~# cp BCM4345C0.hcd /lib/firmware/brcm/
root@aml:~# reboot
复制代码
连接小米蓝牙温湿度计2
root@aml:~# bluetoothctl
复制代码
[bluetooth]# power on #开启蓝牙
[bluetooth]# power off #关闭蓝牙
[bluetooth]# scan on #扫描蓝牙设备
[bluetooth]# connect 蓝牙设备MAC #连接蓝牙设备
[bluetooth]# trust 蓝牙设备MAC #信任蓝牙设备
[bluetooth]# devices #查看连接的蓝牙设备
复制代码
添加小米蓝牙温湿度计2到HASS
https://bbs.hassbian.com/forum.p ... 13&extra=#pid355222