Wondering if anyone has a good solution to this.
I’ve noticed Bluetooth and Bluetooth LE and other things sometimes will pick up on a lot of information about someone’s phone like the owner of the phones name with “sandy’s phone”. I’ve been wanting to create a program that uses this data to make my house say hello to new people even though the house shouldn’t know their name (yes to freak them out and make it look much smarter than it is).
I know homeassistant does bluetooth scanning ,but after a while your database gets filled with old device_trackers. I’ve heard there is also wifi scanning to get device information. The programming part for me is easy I just need something that will scan for devices broadcasting data and transmit that data (list of what it sees) to home assistant or even appdaemon for processing hopefully without saving the data.
Anyone have a ready made solution?