Bluetooth Proxy update 2023.2.2 issues

I can’t seem to get the esphome Bluetooth proxies to update from 2022.12.8 to 2023.2.2. Seems the update doesn’t flash correctly on the ESP32 resulting in a reinstall. The Bluetooth proxy website from esphome sets the device back to 2022.12.8.

Anyone else having this issue?

FWIW, it works for me. Updated my proxy today from 2022.12.8 to 2023.2.2. Works as intended.

I use this configuration with it:

substitutions:
  name: "bt-proxy-living-room"
packages:
  esphome.bluetooth-proxy: github://esphome/bluetooth-proxies/esp32-generic.yaml@main
esphome:
  name: ${name}
  name_add_mac_suffix: false


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

Are you doing it wired or ota?

It is OTA.

Do a serial flash.

1 Like