Hello, after the last update for ESPHome most of my sensors seem to be no longer working. I use them to collect data from some Xiaomi LYWSD03MMC temp/hum sensors. If I check the logs, it goes to scan but nothing is showing up after that like it used to.
I am wondering if I missed something about the update that I needed to do. I checked the github page but I didn’t see anything.
Is anyone else having this issue or know what I may be missing?
I got it working by adding some code to what was there. One of my sensors had it but the rest didn’t. After updating and installing the update it seems to be working again. Here’s what I added:
# Enable Bluetooth scanning for this ESP32
esp32_ble_tracker:
scan_parameters:
active: true
interval: 1100ms
window: 1100ms
bluetooth_proxy:
active: true
I’m experiencing the same issue: home assistant stops processing the bluetooth proxy data.
For me seems to be connected with home assistant core update 2023.7
settings the scan parameters as Scott did not solve the issue. whenever I restart home assistant it works for a cycle (5 mins?) but then it keeps reporting the same temperature and humidity.
update:
rolled back ha core to 2023.6.2 and now its working again. not sure how many things I broke with this action
Have any of you tried re-flashing serially? I know that’s been required in the past for BT Proxy and wonder if a combo of factors is requiring this again for some reason?
In my case I haven’t upgraded HA yet as I’m out of town, but have a number of BT Proxy devices so will be watching this closely for when I do.
I just flashed all of my BT Proxy devices in the last day or 2 and haven’t had any issues (ESPHome 2023.6.5) that I’ve noticed with any BT devices not showing up.