home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
4.76k stars 7.18k forks source link

Expanding this topic #32240

Open bearhntr opened 5 months ago

bearhntr commented 5 months ago

Feedback

I have been fighting this for nearly a month, and have had more headaches than any other part of the HA setup. I upgraded the WiFi card in my HA instance (installed on an HP T620 ThinClient - using HAOS x86-64 procedure). I have been running this installation about 15 months. Everything works great except the BT that is on this Intel AX210 adapter in the M.2 MiniPCI slot inside the T620. As soon as I added it, and booted - the WiFi and Bluetooth were immediately recognized (unlike the old BCM WiFi card which never worked correctly). The Devices & Services screen showed the Bluetooth integration as 'newly discovered'. I choose Configure and it is there with 1 Device (as follows):

Device info 0032 (8087:0032) by Intel Corporate Firmware: homeassistant Hardware: usb:v1D6Bp0246d0548 Bluetooth: 60:E3:2B:FB:B1:BA

I tried adding the lines to the configuation.yaml file:

device_tracker:

  • platform: bluetooth_le_tracker new_device_defaults: track_new_devices: true track_battery: true consider_home: 20

and restarted the HA. I set the BLE mode in the Companion App to ENABLED and I am still not seeing anything other than these errors in the logs.

Logger: homeassistant.components.device_tracker
Source: components/device_tracker/legacy.py:327
integration: Device tracker (documentation, issues)
First occurred: 13:54:14 (1 occurrences)
Last logged: 13:54:14
Error setting up platform legacy bluetooth_le_tracker
==================================
Logger: homeassistant.components.bluetooth_le_tracker.device_tracker
Source: components/bluetooth_le_tracker/device_tracker.py:131
integration: bluetooth_le_tracker (documentation, issues)
First occurred: 13:54:14 (1 occurrences)
Last logged: 13:54:14
No Bluetooth LE devices to track!

I am attaching files for review.
config_entry-bluetooth-2e2b842e6fe34b37bb225053f07334ed.json home-assistant_2024-04-09T20-35-06.398Z.log

URL

https://www.home-assistant.io/integrations/bluetooth/

Version

2024.4.2

Additional information

No response

home-assistant[bot] commented 5 months ago

Hey there @bdraco, mind taking a look at this feedback as it has been labeled with an integration (bluetooth) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `bluetooth` can trigger bot actions by commenting: - `@home-assistant close` Closes the feedback. - `@home-assistant rename Awesome new title` Renames the feedback. - `@home-assistant reopen` Reopen the feedback. - `@home-assistant unassign bluetooth` Removes the current integration label and assignees on the feedback, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information) to the feedback. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information) on the feedback.