Jens Leinenbach
Jens Leinenbach
> Well... it probably does :-) If you deploy a proxy with the beacon enabled it should show up with distance sensors to the various other proxies. > > I...
"Windfang" is the area of the nearest proxy, yes. In the "Technikraum" is another proxy, directly one floor below. The signal passes through the wooden floor, the underfloor heating, and...
[deleted as being not helpful and wasting too much space]
I get your point, but manually editing the `core.entity_registry` file is risky and not user-friendly. The code changes I suggested automate the cleanup process, meaning you won't have to touch...
As workaround, there is the custom HACS integration "Spook," available here: https://github.com/frenck/spook This integration includes a service to remove those entities:  Use at your own risk. :-)
Maybe like this? ```` async def async_setup_entry( hass: HomeAssistant, entry: ConfigEntry, async_add_devices: AddEntitiesCallback, ) -> None: """Load Device Tracker entities for a config entry.""" coordinator: BermudaDataUpdateCoordinator = hass.data[DOMAIN][entry.entry_id] created_devices =...
[device_tracker_diff.txt](https://github.com/user-attachments/files/16179129/device_tracker_diff.txt) I hope this helps.
@agittins I encountered a similar issue with my smartphone, which also identifies as an iBeacon. As an IT professional, I often use resources like ChatGPT to explore potential solutions. This...
I don't know the reason, but the "names" of my eufy SmartTrack Cards can be seen by Home Assistant's Bluetooth LE Tracker, but not by Bermuda. All these cards begin...
Thank you, but I guess this won't fix. (I could get this with the debug logs. After I tried to "download the diagnostics", one core of the container was at...