Wouter
Wouter
I'm currently working on getting the fingerprinting working and tx power. But I won't be able to test the fingerprinting for Apple devices because I don't own any.
I have changed how trackers are detected so there are some changes in the config.yaml ``` # Example config.yaml esp32_ble_tracker: scan_parameters: duration: 30s mqtt_room: room: Living Room ```
> > I'm currently working on getting the fingerprinting working and tx power. But I won't be able to test the fingerprinting for Apple devices because I don't own any....
I have added support for sensor filters and custom signal power. The filters will also be used in the calculation that is send using MQTT Room Presence. ```yaml mqtt_room: room:...
Personally, I removed the main chip from the logic board and implemented almost all the features inside esphome.
I have changed to format device name function, hopefully this is better. It seemed like I allocated to much room for the new string.
After facing the same issue I went looking into the code and found an (undocumented) [command](https://github.com/home-assistant/core/blob/31077859476ca9217e5aa73170dbafe984a82ab3/homeassistant/components/websocket_api/commands.py#L398) that can be used for this: ```json { "id": 1, "type": "subscribe_entities", "entity_ids": [...