ESPHome Bluetooth Proxy Safe Mode

Hello, I have a ESP32 Bluetooth Proxy Generic running on an Atom Lite.

I integrated into Homeassistant via ESPHome Builder.

I want to use it as a Proxy for 2 specific clients (Lamps Casambi Clients) (not more). Currently it works but not consistantly. In HomeAssistant I can see that the Proxy often runs into Safe Mode or does Factory Resets without me triggering. The config is the standard off the shelf config. Any hints what I can to to optimize stability or additionally limit to the 2 clients to not overload the connections on the ESP?

Thanks

First make sure it’s not power supply issue.
Remove non essential components from your config, set scanning to passive and observe your esphome logs to get hint what is failing.

Might want to share exactly what it is. The ready-made project or…?

1 Like

Sure:


substitutions:
name: esp32-bluetooth-proxy-fd4a30
friendly_name: Bluetooth Proxy Wohnzimmer
packages:
esphome.bluetooth-proxy: github://esphome/bluetooth-proxies/esp32-generic/esp32-generic.yaml@main
esphome:
name: ${name}
name_add_mac_suffix: false
friendly_name: ${friendly_name}
esp32_ble_tracker:
scan_parameters:
active: false
api:
encryption:
key: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password