ha-bt-proximity icon indicating copy to clipboard operation
ha-bt-proximity copied to clipboard

RSSI of second device in the array changes from -100 to the real value

Open gadric opened this issue 5 years ago • 3 comments

Hi,

I just installed ha-bt-proximity according your installation guide and it works fine on my iPhone.

However, using a Samsung A8, the RSSI value changes from -100 to the real value without moving the phone. The "device tracker" function of Home Assistant works actually fine with RSSI on the Samsung device.

image

Any idea what causes this problem??

gadric avatar Jan 01 '20 16:01 gadric

Update:

Did a little bit of digging. The problem is not the phone. It is the Bluetooth MAC address array that clauses this issue:

I have 2 devices in the array

var owners = [ "00:00:00:00:00:00", "11:11:11:11:11:11" ];

The first one in the array has no problem with the RSSI value. The second one drops to -100 every minute. I have changed the array position of the device a couple of times. The result is the same. @jxlarrea Any chance that you can reproduce the problem? Let me know if I can be of help.

gadric avatar Jan 01 '20 19:01 gadric

Same problem, array doesn't function correctly :(

MaartenMees avatar Nov 23 '20 21:11 MaartenMees

Same problem :(

warez1975 avatar Dec 10 '20 21:12 warez1975