Hi Experts,
I try integrate the well known Xiaomi Thermometer. I flashed the custom firmware and I can discover the device in Chrome Browser.
I’m running
Home Assistant 2023.10.5
Supervisor 2023.10.0
Operating System 11.0
Frontend 20231005.0 - latest
on a raspberry pi4
I know that I was able to discover Bluetoothe devices in the past (Especially the Tooth Brush of my neighbor
But the Thermometer will not show up as a notification…
I have activated the debug log on the bluetooth integration and can see that there are devices discovered that must be the Thermometer:
2023-10-24 16:00:25.713 DEBUG (MainThread) [homeassistant.components.bluetooth.base_scanner] hci0 (DC:A6:32:77:1E:B4): Scanner watchdog time_since_last_detection: 2.995980473999225
2023-10-24 16:00:43.922 DEBUG (MainThread) [homeassistant.components.bluetooth.manager] hci0 (DC:A6:32:77:1E:B4) [connectable]: A4:C1:38:60:64:BF AdvertisementData(local_name='ATC_6064BF', rssi=-57) match: set()
2023-10-24 16:00:51.476 DEBUG (MainThread) [homeassistant.components.bluetooth.manager] hci0 (DC:A6:32:77:1E:B4) [connectable]: A4:C1:38:60:64:BF AdvertisementData(local_name='ATC_6064BF', service_data={'0000181a-0000-1000-8000-00805f9b34fb': b'\xa4\xc18`d\xbf\x00\xedE\\\x0b\xdf\x01'}, service_uuids=['0000181a-0000-1000-8000-00805f9b34fb'], rssi=-54) match: set()
But no device is created.
Any idea is greatly appreciated.
Thanks,
Marco