You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The thing I am tracking (my cat) often shows as in my living room, despite being closer to another BLE Proxy. I believe this is because the USB Bluetooth adapter in my living room reports very different distance/rssi/velocity data to the BLE Proxies around my house.
Describe the solution you'd like
I have BLE proxies scattered throughout my house, including in the same room as the HA server with USB Bluetooth adapter.
As all my BLE Proxies use the same brand/model of ESP32 (providing very consistent BLE data), and are much more flexible in terms of physical placement and configuration, I would like to be able to "ignore" the USB Bluetooth adapter for this integration.
The reported distance for the USB Bluetooth adapter is vastly different than the ESP32-based BLE Proxies.
As the reference power and attenuation settings for this integration are global, it makes more sense to use identical BLE Proxy devices wherever possible.
Describe alternatives you've considered
Removing the BLE Proxy from the same room as my HA system/USB Bluetooth adapter
I find the ESP32-based ESP Proxies to be more reliable than the USB Bluetooth adapter in some situations, due to being able to alter the BLE scan interval and window settings in ESPHome.
Removing the Bluetooth USB Adapter from the HA machine
Some native HA features/integrations appear to only be available via a genuine adapter (I may be wrong about this, I cannot find a specific example)
Making the reference power and attenuation settings per-adapter instead of global, to allow normalization of values
This is likely to require a considerable amount of code refactoring, and would make the integration overly complex for the average user.
Additional context
I can foresee situations where the user may also want to ignore specific other BLE proxies (eg a different brand), therefore the "ignore" option may be best to be generic and allow the user to ignore all data from any specific Bluetooth source(s).
The text was updated successfully, but these errors were encountered:
Yes this is a known issue and one that I plan to address soon. Your analysis is spot-on, I suspect option 2 might be a feasible work-around, but similarly I'm not 100% certain that it doesn't have other consequences (actually, I think the local BT adaptor is sometimes responsible for providing device names when the proxies aren't set for active scanning, so that's a minor point in its favour).
My intention is to allow both disabling use of any given bluetooth adaptor's data, and applying per-receiver offsets for rssi to account for differing sensitivities between receivers.
I'm going to close this as a duplicate of #164, but I'd suggest tracking #45 as being the place where this will ultimately be solved (and I might be marking 164 as a dupe of 45 at some point).
Thanks for your report and your well-thought-through analysis of the issue.
Is your feature request related to a problem? Please describe.
The thing I am tracking (my cat) often shows as in my living room, despite being closer to another BLE Proxy. I believe this is because the USB Bluetooth adapter in my living room reports very different distance/rssi/velocity data to the BLE Proxies around my house.
Describe the solution you'd like
I have BLE proxies scattered throughout my house, including in the same room as the HA server with USB Bluetooth adapter.
As all my BLE Proxies use the same brand/model of ESP32 (providing very consistent BLE data), and are much more flexible in terms of physical placement and configuration, I would like to be able to "ignore" the USB Bluetooth adapter for this integration.
The reported distance for the USB Bluetooth adapter is vastly different than the ESP32-based BLE Proxies.
As the reference power and attenuation settings for this integration are global, it makes more sense to use identical BLE Proxy devices wherever possible.
Describe alternatives you've considered
interval
andwindow
settings in ESPHome.Additional context
I can foresee situations where the user may also want to ignore specific other BLE proxies (eg a different brand), therefore the "ignore" option may be best to be generic and allow the user to ignore all data from any specific Bluetooth source(s).
The text was updated successfully, but these errors were encountered: