Hey everyone,
My HA has quite a few devices connected (Zigbee, ESPHome, Bluetooth), so it already takes a while to boot. Recently I added a new Bluetooth presence sensor and ran into this:
*The new sensor doesn’t come online on its own — it just stays unavailable.
- I restart all of HA to force it online, but then the Bluetooth devices that were already up drop instead.
- So I reboot again — old ones come back, the new one gets flaky, and I end up rebooting seven or eight times before things settle temporarily.
- Restarting the Bluetooth gateway (I run an ESPHome BLE proxy) did nothing.
- Restarting the integration didn’t help either.
To be fair, this sensor worked fine when I first added it — it’s not dead, it just goes unavailable every so often, which is what sends me into the reboot loop each time.
With this many devices, every HA restart is slow and painful, so this loop is really wearing me down.
Would love your take:
- Why would adding one new Bluetooth device knock the existing ones offline? Coverage/connection limit on the proxy, or something in HA’s Bluetooth discovery?
- How do you get a new Bluetooth device to stay online without destabilizing the ones already there? Any “must-do before adding” step (pause discovery, pair, then resume)?
- After a HA restart, Bluetooth entities recover slowly / drop — is there a lighter-weight recovery than a full reboot?