Hi everybody, I had a bluetooth proxy running without any problems. Out of the blue it is not working anymore. My log:
INFO ESPHome 2026.1.3
INFO Reading configuration /config/esphome/esp32-bluetooth-proxy-3b478c.yaml...
INFO Starting log output from 192.168.1.110 using esphome API
INFO Successfully resolved my-bluetooth-proxy @ 192.168.1.110 in 0.000s
WARNING Can't connect to ESPHome API for my-bluetooth-proxy @ 192.168.1.110: Error connecting to [AddrInfo(family=<AddressFamily.AF_INET: 2>, type=<SocketKind.SOCK_STREAM: 1>, proto=6, sockaddr=IPv4Sockaddr(address='192.168.1.110', port=6053))]: [Errno 111] Connect call failed ('192.168.1.110', 6053) (SocketAPIError)
INFO Trying to connect to my-bluetooth-proxy @ 192.168.1.110 in the background
My yaml:
substitutions:
name: my-bluetooth-proxy
esphome:
name: ${name}
name_add_mac_suffix: true
esp32:
variant: esp32
framework:
type: esp-idf
wifi:
manual_ip:
static_ip: 192.168.1.110
gateway: 192.168.1.1
subnet: 255.255.255.0
ssid: !secret wifi_ssid
password: !secret wifi_password
# Enable logging
logger:
# Enable Home Assistant API
api:
ota:
platform: esphome
esp32_ble_tracker:
bluetooth_proxy:
active: true
Anybody any idea what could be wrong? Thanks for a hint…