Open tomaszduda23 opened 2 months ago
For example, you can update to 2024.9 You can leave the tracker running in its default configuration. (Remove interval and window) You can activate the scan only when the WLAN is connected, which works very well with single-core chips, for example.
My working config
...
api:
encryption:
key: "xxx"
on_client_connected:
- esp32_ble_tracker.start_scan:
continuous: true
ota:
platform: esphome
password: "xxx"
wifi:
networks:
- ssid: !secret wifi_ssid
password: !secret wifi_password
hidden: True
esp32_ble_tracker:
scan_parameters:
continuous: false
bluetooth_proxy:
active: true
...
2024.9.2 has the same problem.
The problem
Every a few reboots bluetooth_proxy stop reporting any data. It can be solved by rebooting device. When the issue occurs log
[bluetooth_proxy:062]: Proxying packet from
is never printed.Which version of ESPHome has the issue?
2024.2.2
What type of installation are you using?
Docker
Which version of Home Assistant has the issue?
No response
What platform are you using?
ESP32
Board
No response
Component causing the issue
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Incorrect logs:
Correct logs:
Additional information
No response