-
-
Notifications
You must be signed in to change notification settings - Fork 32k
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
No configure button displayed for an Asus USB-BT500 #78543
Comments
bluetooth documentation |
Hey there @bdraco, mind taking a look at this issue as it has been labeled with an integration ( |
From the diagnostics it doesn't look like the adapter supports
|
Should I buy another Bluetooth dongle to test? |
Sorry for the lack of clarity, that dongle should work. It's the bluez setup that likely needs to be adjusted. I'll see if I can find the setup instructions |
Here are the instructions for settings up BlueZ to work with passive mode |
OK, so it looks like Bluetooth integration documentation need to be updated for passive scanning because instructions are exactly the same I used to enable experimental features. The integration documentation specifies:
When the instruction from Bleak PR specifies:
$ uname -r
5.10.123-meson64
$ dpkg -l bluez
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-==============-============-============-=================================
ii bluez 5.55-3.1 arm64 Bluetooth tools and daemons
$ bluetoothctl --version
bluetoothctl: 5.55 According to Home Assistant documentation I meat the requirements but not according to Bleak 🙁 which could finally explain everything 😉 Debian has not the right version to enable passive scan for Home Assistant core install and unfortunately there is no backport for Bluez 5.56. |
Looks like there is a typo in the docs. It should have read 5.63 instead of 4.63. Technically it will work with the version bleak mentions but others reported problems with any version before 5.63 |
Thanks. |
The problem
I have an Asus USB-BT500 I plugged on my Odroid N2+ running Armbian Bullseye which has been successfully integrated to Home Assistant.
I wish to try passive scan and have enabled experimental features by ading
--experimental
in the systemd unit file but I have no configuration button displayed in my integrations.What version of Home Assistant Core has the issue?
2022.9.4
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Core
Integration causing the issue
Bluetooth
Link to integration documentation on our website
https://www.home-assistant.io/integrations/bluetooth
Diagnostics information
config_entry-bluetooth-f0ed455421680aa75a029d9936b51118.json.txt
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
busctl introspect org.bluez /org/bluez/hci0
showsorg.bluez.Adapter1
in the listsystemctl status bluetooth.service
displays the switch--experimental
in the main process.In the case it could be helpful to know, I also have an ESPHome Bluetooth proxy
Related to this topic.
The text was updated successfully, but these errors were encountered: