Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gadric opened this issue Jan 1, 2020 · 3 comments
Open

Comments

@gadric
Copy link

gadric commented Jan 1, 2020

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
Copy link
Author

gadric commented Jan 1, 2020

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 gadric changed the title RSSI on Samsung A8 constantly changes from -100 to the real value RSSI of second device in the array changes from -100 to the real value Jan 1, 2020
@MaartenMees
Copy link

Same problem, array doesn't function correctly :(

@warez1975
Copy link

Same problem :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants