Weird wifi dropouts when BT proxy stuff is added to the config

If I add

esp32_ble_tracker:
 scan_parameters:
   active: true
bluetooth_proxy:
 active: true

to the esphome config, connection starts dropping

I also have

external_components:
  - source: github://paveldn/ESP32-S0WD-Haier@dev
    components: [haier]

In the config and rest of the config from the repo.

If I leave just BT proxy stuff in the config, no dropouts, if I leave only haier AC interface also no dropouts.

1 Like

It might be this. Happened to me a while back.

https://www.google.com/url?sa=t&source=web&rct=j&url=https://github.com/esphome/issues/issues/2112&ved=2ahUKEwjYluCAyuT6AhUOR2wGHYjAAeAQFnoECAoQAQ&usg=AOvVaw1mO8_7HFwrs8sbtYNh3PIZ

seems same, yes