Closed j3mu5 closed 2 weeks ago
Hey there @ottowinter, @jesserockz, @kbx81, @bdraco, mind taking a look at this issue as it has been labeled with an integration (esphome
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
esphome documentation esphome source (message by IssueLinks)
The problem
Since the update to ESP Home 2024.9.1 (I skipped 2024.9.0), the BLE RSSI sensor in HomeAssistant no longer provides any values, but shows "unavailable".
What version of Home Assistant Core has the issue?
core 2024.9.1 + ESP Home 2024.8.3
What was the last working version of Home Assistant Core?
core 2024.9.1 + ESP Home 2024.9.1 (propably 2024.9.0)
What type of installation are you running?
Home Assistant OS
Integration causing the issue
ESP Home
Link to integration documentation on our website
https://www.home-assistant.io/integrations/esphome
Diagnostics information
2024-09-24 20:01:42.263 DEBUG (MainThread) [aioesphomeapi.connection] floor1-child1-2-presence @ 10.10.0.194: Got message of type BluetoothLERawAdvertisementsResponse: advertisements { address: 75782202459046 rssi: -92 address_type: 1 data: "\032\377L\000\002\025\2425<\332\032[K\267\214\316{\033\266\220F\233\000d\000\001\305" } advertisements { address: 109139153336762 rssi: -92 address_type: 1 data: "\032\377L\000\002\025\270\240$\310*\330K\257\207\177\251.M\005\212\025\000d\000\001\305" }
2024-09-24 20:01:42.278 DEBUG (MainThread) [aioesphomeapi.connection] floor1-bedroom-presence @ 10.10.0.192: Got message of type BluetoothLERawAdvertisementsResponse: advertisements { address: 109139153336762 rssi: -84 address_type: 1 data: "\032\377L\000\002\025\270\240$\310*\330K\257\207\177\251.M\005\212\025\000d\000\001\305" }
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
I assume that one of the latest changes with the release of ESP Home 2024.9.0 is causing the error: https://github.com/esphome/esphome/pull/7332 https://github.com/esphome/esphome/pull/7088