jgabriel98 / spotifypiHome

"Install and go" multiroom music playback solution, with support for spotify, airplay and bluetooth.
MIT License
40 stars 0 forks source link

Bluetooth doesn't automatically trust/connect to new devices #3

Open jgabriel98 opened 3 years ago

jgabriel98 commented 3 years ago

there is a problem with bluetooth: when pairing a new device, you have to trust it to be able to connect to it.

A manual workarround is to run bluetoothctl and then trust <the new device>

Searching ways to automate this (trust every device, always)

jgabriel98 commented 3 years ago

Possible solution: https://raspberrypi.stackexchange.com/questions/50496/automatically-accept-bluetooth-pairings

jgabriel98 commented 3 years ago

was fixed on commit c56216889b15340dd91e4908aac91b3bbe79ff72, but it also introduced a bug where bthelper.service hangs forever and block other bluetooth services (see issue nicokaiser/rpi-audio-receiver#108).

now on commit 974c89a16f6a2e0c044e3169a2a125456af41445 the nicokaiser/rpi-audio-receiver#109 the above hanging bug was fixed.

Still need to check how it affects usb bluetooth dongles

jgabriel98 commented 2 years ago

If anyone is willing to test the main branch with a bluetooth usb dongle, please tell me.

Maybe you need to disable the onboard bluetooth.