When I flash my esp32-c3 using esphome.io/projects selecting “Bluetooth proxy” and then selecting “generic esp32” and flashing with the device connected to my laptop, the device works perfectly. In home assistant I can see all the mac addresses of the broadcasting sensors seen by each esp32 bluetooth proxy, especially now there is the great graph on http://homeassistant.local:8123/config/bluetooth/visualization
However, I would like to customise a device. I have used the python esphome running locally to “take control” of the device. I place the encrypted string into home assistant and everything appears to be fine, but actually I then no longer see any bluetooth mac addresses from that device. I find it confusing to know which yaml file the esphome.io firmware was compiled with. Even if I flash the yaml file found in the github repo, I can’t get the device to see those bluetooth broadcasts any longer.
Does anyone know of an exact config that should behave in the same way as when I install the device via esphome.io?
Hi Rene, thanks for the documentation links. I wondered where all those settings came from
I made the changes but have no luck as far as the advertisement-monitor goes.
Just to reiterate the problem I noticed. If I flash the esp32-c3 (SuperMini) device with esphome.io web flasher via → “ready-made projects” → “bluetooth proxy”, the device shows all the discovered devices in Home Assistant in /config/bluetooth/advertisement-monitor and works perfectly.
If I then open the locally running esphome dashboard, it discovers the device and offers to “take control”. If I do take control it gives me the new key to paste into Home Assistant, and proceeds flashing the device. The new key works in Home Assistant, and it connects. However from this point on I no longer get discovered devices - and that is without making any changes to the yaml file at all.
If I click edit in esphome I can see this is the yaml code:
And under Connection slot allocations monitor it now shows Source 0C:4E:A0:30:A1:46 not found when before it showed a description of the GATT and a slider showing the connection allocations.
So simply following the “take control” path stops the device discovery, and is not proxying my temperature updates for example any longer.