I tried to create the bluetooth gateway today via the ESPhome website.
I see the device in my home assistant but it doesn’t detect any bluetooth devices.
Home assistant is on 2022.12
ESP32 wemos d1 mini with fresh install from the esphome website.
My openmqtt gateway detects the bluetooth devices immediately. The mqtt gateway is not active during the tests but I can’t see devices.
How can in troubleshoot this ?
Config file
substitutions:
name: "esp32-bluetooth-proxy-1"
device_description: "Bluetooth proxy"
packages:
esphome.bluetooth-proxy: github://esphome/bluetooth-proxies/[email protected]
esphome:
name: ${name}
comment: ${device_description}
name_add_mac_suffix: false
esp32:
board: wemos_d1_mini32
framework:
type: esp-idf
version: latest
# Enable logging
logger:
level: DEBUG
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password