Limych/addon-presence-monitor

Documentation: please add "How to get a list of bluetooth mac addresses"

jsprenkle opened this issue · 3 comments

Request:
Add "How to get a list of bluetooth mac addresses when configuring this add on"

So far I've found:

  • I can't install the hcidump utility on hass.io because the raspberry pi install uses docker. That precludes using a package manager to install anything.

  • Bluetooth mac address finders in the android app store always show a dummy address for the phone they're running on as a 'security measure'. They give a list of addresses of devices nearby but you have to run around turning off devices and guessing what address belongs to what by elimination.

  • bluez is mentioned as a requirement but I have no idea if that applies to the hass.io install on the pi.

Thanks for any help. I really like the concept

I think it would be better to embed the hcidump call in the addon.

Let's figure out how to do this the most convenient way. I had no experience using this utility. Perhaps you suggest some convenient option.

As I see it, we will create a separate field in the preferences where you will need to somehow specify the devices, and after the addon is started, their addresses can be viewed in the logs.