I recently started messing around with Bluetooth proxies and Bermuda BLE Trilateration (which is quite good!). I got myself a few EPS32 devices as beacons in a couple rooms, however I noticed that the Intel NUC that is running HAOS also of course had built in Bluetooth, and immediately picked itself up as another Beacon for my Office area.
So this was good in the beginning as it saves me 1 beacon that I don’t have to make, I realized something weird when it came to signal strength (I think?):
Whenever I was out of range of most beacons, or whenever a beacon’s signal was slightly weak relatively to my phone’s position, it would switch the location to Office
despite my device not being anywhere close to the device. In fact there are likely 1 or 2 other beacons closer than the NUC in my Office.
So the only thing that made sense to me was either it would always default to that in Home Assistant given it was part of the NUC, or the BT range was far greater on the NUC than any of the other ESP32 devices I had.
Here’s a screenshot of the Bluetooth proxies on my Home Assistant:
The last device is the HAOS running NUC which currently has Passive Scanning on. It should be noted that other than the 3 proxies shown there, I don’t use any other Bluetooth devices on my Home Assistant instance, so I’m wondering if disabling it here may be useful?
I was thinking also at worse I could turn off BT somehow on the NUC, and if I wanted presence detection I can just get another ESP32 in my office instead.
Any advice here would be great.