Replies: 3 comments 7 replies
|
Bermuda doesn't connect to the proxies, it only works with the data that HA gathers from it. It could be something in Bermuda, but it's also quite likely that the device has stopped reporting bluetooth data, even though the device is otherwise still up and running. You can look in the If you still see adverts in the Bluetooth integration, but Bermuda is showing the device as not having reported in lately, can you take a "Download Diagnostics" from within Bermuda, and include a screenshot of the status screen showing the skull-and-crossbones as well so I can match things up. You'll need to do all this at a time that the proxy is in that state, of course - so it might take a bit of time before you'll have the chance to grab that data. If the advertisement monitor doesn't show any recent adverts, then the proxy has probably stopped sending updates to HA. This can happen if it runs out of "slots" for bluetooth tasks, which can be caused by other integrations holding those slots for talking to other devices (like window blinds etc) which prevents esphome from being able to perform scans. Or it could be something going wrong along the path, within esphome, or the wifi network, or HA itself. |
|
If the bluetooth advertisement monitor does not show any recent adverts, I'd suggest: Update esphome
Check the connection slotsSettings -> Devices and Services -> Bluetooth -> Click-a-Cog
Check esphome yamlbespoke configuration dot yaml files!
Check your WiFi
|
|
ESPHome 2026.3 has the fixed ESP-IDF 5.5.3 - https://www.esphome.io/changelog/2026.3.0/#memory-and-flash-optimizations |


Bummer.
Assuming that the issue is not hiding in the network or HA itself, it looks a lot like you have an issue with either the hardware or with esphome itself.
Ahh... just found this issue in esphome's tracker esphome/esphome#13560
It looks like pinning esp-idf to version 5.5.1 might be a suitable work-around.
Given that the issue documented there (which looks very much like what you're facing) is upstream with Espressif's sdk, there needs to be an issue raised with espressif from someone who can reliably reproduce the problem - I'd encourage anyone encountering this to subscribe to the issue and also to raise it with Espressif so a fix can be made.
In the meantime, this snippet seems t…