eclipse-smarthome-bluetooth-binding icon indicating copy to clipboard operation
eclipse-smarthome-bluetooth-binding copied to clipboard

Improve indoor positioning performance and accuracy

Open vkolotov opened this issue 6 years ago • 0 comments

The indoor positioning function can be improved in various ways to achieve better performance and accuracy:

  • check if RSSI notification bubbles up to the binding in the most efficient way (no delays and heavy calculation)
  • implement a better comparator logic (CombinedDeviceGovernorImpl) to cut out stale RSSI readings (use not only estimated distance but also time specific aspects, like device advertising periods)

vkolotov avatar Jan 16 '18 20:01 vkolotov