Installed esphome BLProxy and my ESP32 does not show any bluetooth devices

Hi,

I installed BLProxy (ESPHome) on a ESP32-WROOM-32D. Here is the yaml file

substitutions:
name: “r12-blproxy-01”
packages:
esphome.bluetooth-proxy: github://esphome/bluetooth-proxies/esp32-generic.yaml@main
esphome:
name: ${name}
name_add_mac_suffix: false

logger:

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
esp32_ble_tracker:
scan_parameters:
active: True
bluetooth_proxy:
active: true

after installation of the firmware i can see the following logs:

[21:11:43][C][wifi:504]: WiFi:
[21:11:43][C][wifi:362]: Local MAC: 94:B9:AA:C2:E3:AA
[21:11:43][C][wifi:363]: SSID: [redacted]
[21:11:43][C][wifi:364]: IP Address: 192.168.1.142
[21:11:43][C][wifi:366]: BSSID: [redacted]
[21:11:43][C][wifi:367]: Hostname: ‘r12-blproxy-01’
[21:11:43][C][wifi:369]: Signal strength: -79 dB ▂▄▆█
[21:11:43][C][wifi:376]: DNS1: 192.168.1.2
[21:11:43][C][wifi:377]: DNS2: 0.0.0.0
[21:11:43][C][logger:293]: Logger:
[21:11:43][C][logger:294]: Level: DEBUG
[21:11:43][C][logger:295]: Log Baud Rate: 115200
[21:11:43][C][logger:296]: Hardware UART: UART0
[21:11:43][C][bluetooth_proxy:051]: Bluetooth Proxy:
[21:11:43][C][bluetooth_proxy:052]: Active: YES
[21:11:43][C][safe_mode.button:022]: Safe Mode Button ‘Safe Mode Boot’
[21:11:43][C][safe_mode.button:022]: Icon: ‘mdi:restart-alert’
[21:11:43][C][esp32_ble_tracker:796]: BLE Tracker:
[21:11:43][C][esp32_ble_tracker:797]: Scan Duration: 300 s
[21:11:43][C][esp32_ble_tracker:798]: Scan Interval: 1100.0 ms
[21:11:43][C][esp32_ble_tracker:799]: Scan Window: 1100.0 ms
[21:11:43][C][esp32_ble_tracker:800]: Scan Type: ACTIVE
[21:11:43][C][esp32_ble_tracker:801]: Continuous Scanning: True
[21:11:43][C][captive_portal:088]: Captive Portal:
[21:11:43][C][mdns:103]: mDNS:
[21:11:43][C][mdns:104]: Hostname: r12-blproxy-01
[21:11:43][C][ota:093]: Over-The-Air Updates:
[21:11:43][C][ota:094]: Address: r12-blproxy-01.local:3232
[21:11:43][C][api:138]: API Server:
[21:11:43][C][api:139]: Address: r12-blproxy-01.local:6053
[21:11:43][C][api:143]: Using noise encryption: NO
[21:11:43][C][improv_serial:032]: Improv Serial:
[21:11:44][D][api:102]: Accepted ::FFFF:C0A8:FFFF
[21:11:44][D][api.connection:917]: Home Assistant 2022.11.4 (::FFFF:C0A8:FFFF): Connected successfully
[21:16:22][I][ota:113]: Boot seems successful, resetting boot loop counter.
[21:16:22][D][esp32.preferences:113]: Saving 1 preferences to flash…
[21:16:22][D][esp32.preferences:142]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
[21:16:23][D][esp32_ble_tracker:264]: Starting scan…
[21:21:23][D][esp32_ble_tracker:264]: Starting scan…
[21:26:23][D][esp32_ble_tracker:264]: Starting scan…

I tested a iBeacon App on Android. But this Ibeacon was never found

Any idea what is going wrong? Thanks.

Maybe its not compatible.

I only use xiaomi sensors, it shows in HA

Try upping the log level (VERBOSE or VERY_VERBOSE) to see if anything is being reported.

logger:
  level: VERBOSE

Check HA Logs as below