-
-
Notifications
You must be signed in to change notification settings - Fork 31k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Bluetooth' integration does not work with Bluetooth Core Specification Version 5.0 and next versions! #88277
Comments
Hey there @bdraco, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) bluetooth documentation |
We are limited to what bleak supports https://github.com/hbldh/bleak/issues |
PHY switching for scan modes in BLE has been fixed in Bluez for a long time.
|
Home Assistant Bluetooth support is entirely based on bleak so we only support what bleak supports. Anything else is a feature request which belongs at https://community.home-assistant.io/c/feature-requests/13 |
Why then was chosen "bleak"? Then describe in the documentation - Home Assistant does not support the BT5.0+ standard |
Fix bugs here: |
The documentation can be updated via https://github.com/home-assistant/home-assistant.io/edit/current/source/_integrations/bluetooth.markdown |
The problem
'Bluetooth' integration does not work with Bluetooth Core Specification Version 5.0 and next versions.
No support for receiving Coded PHY on BT5.0 adapters. Adapters are able to switch the reception of BLE advertising on the main channels with PHY 1M and Coded PHY, but this integration does not allow this.
What version of Home Assistant Core has the issue?
all
What was the last working version of Home Assistant Core?
Home Assistant 2023.1.7
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Bluetooth
Link to integration documentation on our website
https://www.home-assistant.io/integrations/bluetooth/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
Sample for low cost Realtek RTL8761 BT adapter (current Linux firmware on RTL8761 supports BT5.1)
hcitool -i hci0 cmd 08 31 03 04 04
Example for test in nRFConnect:
The text was updated successfully, but these errors were encountered: