ESP32 with Antenna, BT Proxy, senors not reporting

good day!
recently I’ve learned about the ESPHome and ESP32 boards and decided to play with them.

Use case, I have ~60 meter flat, HA is on the one corner, with BT dongle Feasycom, and around devices connected through BT
SInce a long time, I’ve got a problem with FlowerCare and TempSensor that are located in the far corner (very weak or no BT range there)

I’ve installed ESP32 Board with antenna as a BT Proxy “in the middle”. Lot of sensors (including those 2) are proxying but NOT REPORTING to HA

Below is the configuration for ESP32 Board, and logs for those 2 devices

What I could troubleshoot next ?

substitutions:
  name: esp32-bluetooth-proxy-56e620
  friendly_name: ESP32 BT Proxy
packages:
  esphome.bluetooth-proxy: github://esphome/bluetooth-proxies/esp32-generic.yaml@main
esphome:
  name: ${name}
  name_add_mac_suffix: false
  friendly_name: ${friendly_name}
api:
  encryption:
    key: xyz


wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

esp32:
  board: esp32dev
  framework:
    type: esp-idf


ota:
improv_serial:
logger:
  level: VERBOSE

dashboard_import:
  package_import_url: github://esphome/bluetooth-proxies/esp32-generic.yaml@main

esp32_ble_tracker:
  scan_parameters:
    # We currently use the defaults to ensure Bluetooth
    # can co-exist with WiFi In the future we may be able to
    # enable the built-in coexistence logic in ESP-IDF
    active: true

bluetooth_proxy:
  active: true

button:
- platform: safe_mode
  name: Safe Mode Boot
  entity_category: diagnostic

EDIT; currently I cannot see any devices proxying in the logs…

Please assist :slight_smile: