Bluetooth stopped working

Hi all,

BT has been working OK in my docker installation of HA, but today it has stopped working. Logs show it’s timing out.

2022-12-11 16:59:08.091 WARNING (MainThread) [homeassistant.config_entries] Config entry '04:7F:0E:25:C5:58' for bluetooth integration not ready yet: hci0 (04:7F:0E:25:C5:58): Timed out starting Bluetooth after 15 seconds; Retrying in background

2022-12-11 17:01:12.871 WARNING (MainThread) [homeassistant.config_entries] Config entry '04:7F:0E:25:C5:58' for bluetooth integration not ready yet: hci0 (04:7F:0E:25:C5:58): Timed out starting Bluetooth after 15 seconds; Retrying in background

Have removed the device and re-installed without change.

Any ideas would be appreciated.

TIA

If the Bluetooth integration in your Docker installation of Home Assistant is not working and the logs show a timeout error, it may be due to a conflict with other Bluetooth services on your system.

To resolve this issue, you can try restarting the Bluetooth service on your system by running the following command in a terminal:

sudo service bluetooth restart

This will restart the Bluetooth service on your system, which may resolve any conflicts or errors that are causing the timeout.

2 Likes

Thanks very much, that has resolved the issue.

1 Like
systemctl restart bluetooth

If you have on HomeAssitant OS updated :wink: