Hello, I am deeply confused on everything in regards to bluetooth.
I have HA installed on Rasperry Pi4 and when Bluetooth was introduced in the updates it show this device:
That I guess it’s the integrated BT of the Raspberry Pi4.
I saw several vides regarding HA BT feature and they show that HA will pop-up all BT devices discovered, but I do not get anyone even if I have several BT devices around.
Going here and there in the vaious docs and topics I tried to add stuff to my configuration.yaml file:
To be honest I don’t even unserstand if I really need to add those things into the config or not.
BTW, some time ago I bought 9 ESP32 boards and I flashed 8 of those with ESPresense and distributed those in the rooms of my house, installed MQTT broker and enabled BT in the companion app of my mobile phone.
This works, I can see all ESP32 devices in MQTT:
And I can track my position in the house:
(“Sala” is the living room)
But I am very unhappy with the accuracy of tracking, it works only if my mobile phone is really next to the ESP32, if it is even 1 meter of distance, it will not detect my position. I play a lot with absorbtion, max distance, etc… settings but nothing changed at all.
With the new release of HA 2022.10.1 I installed my last ESP32 as BT Proxy with ESPHome following the instruction in the annoncument:
and added to it’s config the following:
ESP32 BT Proxy show in HA:
iBeacon Tracker also appear now in my devices and after a while it detected 5 iBeacons:
4 of those are referred to my mobile phone iBeacon, and the last one is my daughter’s phone:
I don’t unserstand why I have 4 beacons for one mobile phone.
Said that, I still do not understand at all this stuff with BT and iBeacons. None of my BT devices are detected in HA (Like Stereo, BT speakers, etc…) but for now this is a minor problem to me, what I would like to achieve is to track my room presence with my mobile phone BT.
I don’t understand if with those new features in HA I should get rid of all my ESP32 flashed with ESPresense end flash those with ESPHome like I did with one following the instructions in the announcement.
I don’t unserstand what’s next step after I have my ESPHome flashed ESP32 to start tracking my mobile phone.
Sorry for the long and confused topic, I appreciate any guidance to understand all this.