-
Notifications
You must be signed in to change notification settings - Fork 310
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
pair() only works when bluetoothctl is running #1434
Comments
I just noticed this on journalctl:
I guess we need #1100 ? |
Yes. |
@abmantis , as a workaround, you could attempt to register the authentication agent you need for your device using bt-agent from the bluez-tools package as outlined in this doc https://technotes.kynetics.com/2018/pairing_agents_bluez/. |
Interesting. Thanks! I will look into that option. |
I'm having this issue suddenly too trying to tether and the above works... but on fedora and i have no idea what bleak does... |
bluetoothctl -v
) in case of Linux: 5.69Description
client.pair()
fails withbleak.exc.BleakDBusError: [org.bluez.Error.AuthenticationFailed] Authentication Failed
, unlessbluetoothctl
is running, or the Gnome Control Center bluetooth page is open.What I Did
I added the Idasen Desk integration to HA, and after some issue reports from users, I was able to reproduce it locally with the following:
Logs
Without
bluetootctl
running:With
bluetoothctl running
:The text was updated successfully, but these errors were encountered: