Unfortunately this doesnât change anything. The device is recognized once whne I change the setting but becomes unavailable again about three minutes later.
i have a few devices like that and they get picked up again a few minutes, I think its some kinks in the integration. Make sure the android app has permissions to run in the background and any and all battery optimization settings are turned off for the companion app
I am using a Xiaomi Mi Mix 3. I know this device does indeed send the beacon signals in correct intervals when activated in the companion app because I used this feature with room assistant before. So the issue must be related to the iBeacon Tracker integration.
Another interesting fact:
If I go to the integrations page and reload the integration (three dots menu), the sensor updates and shows the correct distance to the correct ESP32. If I do this over and over again, I see that the beacon is received and forwarded just fine by the ESPs. Itâs just the integration that simply wonât update the entities and after a while simply sets them to unavailable/not_home.
Edit: This worked for some time but now it does not have any other effect than resetting the time counter of the entity state.
Mine has developed a fault. It seemed to be fine under 2022.10.1 the beacon would show as available & Home/Away. Now with but now under 2022.10.2 only shows as unavailable. I know the beacon is working as my phone app can pick it up. Iâve rebooted and reinstalled the proxy on the ESPHome. Nothing.
I switched to the other approach entirely. I activate the beacon monitor on my devices when they enter the home zone and check for the received UUIDs of the ESPs which I now configured to work as beacons.
The downside is that I had to handle everything on my own but at least ist works now.
I check for the closest beacon and if it is lower than a minimum distance for a beacon a sensor entity saves the room.
Actually itâs not much more than a sensor entity and a simple function node in Node Red.
The problem still persists. I tried it using the latest HA and app version. Distance and Source will only be updated when I disable and reenable the transmitter. Obviously the app does not send the beacon frequently (set to low latency and high power) or the entity does not update for some other reason.
I have to bring this up again. The BLE Tracker in combination with ESPs is totally broken for me.
The entities will only but always be updated when I change an iBeacon setting (like advertise mode, transmitting powerâŠ) in the companion app.
It will then immediately update but give me ANY ESP in range as the source. Not the closest one. This is 100% useless and actually makes me really angry by now! Room presence is not a thing at all for me now.
Yes. I wanted to use an ESP in each room in combination with the iBeacon Tracker component to create a room presence detection. But this wonât work at all.
Let me explain the situation.
I have four rooms on the same floor, each with an ESP32 running Bluetooth Proxy and BLE Tracker.
When I start the BLE-Transmitter sensor on my Android phone, one of the Trackers will find my phone immediately. The problems are:
The device will be detected by a random tracker in range. I suppose all trackers find the device but the iBeacon Tracker just doesnât care which one has the best RSSI and just picks the first one reporting the device.
The device will not update until I change BLE-Transmitter settings on my phone. Disabling and reenabling the transmitter, changing advertise mode or transmitting power for example will trigger an update right away, but moving around does not trigger any change.