operating-system icon indicating copy to clipboard operation
operating-system copied to clipboard

When upgrading anything higher than `12.2` Bluetooth stops working

Open ovflowd opened this issue 1 year ago • 9 comments

Describe the issue you are experiencing

When upgrading to any version greater than 12.2 for ha os, Home Assistant will report that no Bluetooth Adapters were found. Downgrading with ha os 12.2 fixes the issue.

What operating system image do you use?

rpi5-64 (Raspberry Pi 5 64-bit OS)

What version of Home Assistant Operating System is installed?

12.2

Did the problem occur after upgrading the Operating System?

Yes

Hardware details

Nothing plugged in or modified on Raspberry Pi

Steps to reproduce the issue

  1. Upgrade HA OS

Anything in the Supervisor logs that might be useful for us?

/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp1_1.py:57: SyntaxWarning: invalid escape sequence '\w'
  _STRING = "\w\.\-,\(\)@\#"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_2.py:52: SyntaxWarning: invalid escape sequence '\d'
  _VALUE_PATTERN = "^([\d\w\._\-~%]+)$"
/usr/local/lib/python3.12/site-packages/cpe/cpe2_3_fs.py:97: SyntaxWarning: invalid escape sequence '\:'
  _parts_pattern = "^cpe:2.3:{0}\:{1}\:{2}\:{3}\:{4}\:{5}\:{6}\:{7}\:{8}\:{9}\:{10}$".format(

Anything in the Host logs that might be useful for us?

Nope

System information

System Information (HA OS 12.2)

version core-2024.8.2
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.4
os_name Linux
os_version 6.1.73-haos-raspi
arch aarch64
timezone Europe/Berlin
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
GitHub API Calls Remaining 4998
Installed Version 1.34.0
Stage running
Available Repositories 1389
Downloaded Repositories 5
HACS Data ok
Home Assistant Cloud
logged_in true
subscription_expiration 6 September 2024 at 02:00
relayer_connected true
relayer_region eu-central-1
remote_enabled true
remote_connected true
alexa_enabled false
google_enabled true
remote_server eu-central-1-19.ui.nabu.casa
certificate_status ready
instance_id *****
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 12.2
update_channel stable
supervisor_version supervisor-2024.08.0
agent_version 1.6.0
docker_version 25.0.5
disk_total 57.8 GB
disk_used 9.3 GB
healthy true
supported true
host_connectivity true
supervisor_connectivity true
ntp_synchronized true
virtualization
board rpi5-64
supervisor_api ok
version_api ok
installed_addons Terminal & SSH (9.14.0), File editor (5.8.0), Mosquitto broker (6.4.1), Matter Server (6.4.1)
Dashboards
dashboards 2
resources 1
views 3
mode storage
Recorder
oldest_recorder_run 11 August 2024 at 16:43
current_recorder_run 20 August 2024 at 13:55
estimated_db_size 318.94 MiB
database_engine sqlite
database_version 3.45.3

System Information (HA OS 13.0)

version core-2024.8.2
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.4
os_name Linux
os_version 6.6.31-haos-raspi
arch aarch64
timezone Europe/Berlin
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
GitHub API Calls Remaining 4998
Installed Version 1.34.0
Stage running
Available Repositories 1389
Downloaded Repositories 5
HACS Data ok
Home Assistant Cloud
logged_in true
subscription_expiration 6 September 2024 at 02:00
relayer_connected true
relayer_region eu-central-1
remote_enabled true
remote_connected true
alexa_enabled false
google_enabled true
remote_server eu-central-1-19.ui.nabu.casa
certificate_status ready
instance_id a87c99d630414ddaa77e9c4c38c8b34a
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 13.0
update_channel stable
supervisor_version supervisor-2024.08.0
agent_version 1.6.0
docker_version 26.1.4
disk_total 57.8 GB
disk_used 9.3 GB
healthy true
supported true
host_connectivity true
supervisor_connectivity true
ntp_synchronized true
virtualization
board rpi5-64
supervisor_api ok
version_api ok
installed_addons Terminal & SSH (9.14.0), File editor (5.8.0), Mosquitto broker (6.4.1), Matter Server (6.4.1)
Dashboards
dashboards 2
resources 1
views 3
mode storage
Recorder
oldest_recorder_run 11 August 2024 at 16:43
current_recorder_run 20 August 2024 at 14:06
estimated_db_size 318.94 MiB
database_engine sqlite
database_version 3.45.3

Additional information

Integration Error

image

Integration Error Logs

https://gist.github.com/ovflowd/fdafa097ef9bcda56f26af6a383dbcc1

ovflowd avatar Aug 20 '24 12:08 ovflowd