You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have several ble2mqtt instances running on esp32 throughout the house. They publish the BLE information in the following way:
The problem is, the mqtt_room integration isn't very nice. There is not much controls, the output is very noisy (trackers jump between rooms often), and it's buggy (e.g. sometimes the state resets to not_home even though there are updates coming in). I found this project would be a solution, but unfortunately it needs a local BLE device.
Describe the solution you'd like
It would be nice if it was possible to integrate remote BLE devices via MQTT.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have several ble2mqtt instances running on esp32 throughout the house. They publish the BLE information in the following way:
This information is then transformed into the following format, suitable for the
mqtt_room
integration in HA:The problem is, the
mqtt_room
integration isn't very nice. There is not much controls, the output is very noisy (trackers jump between rooms often), and it's buggy (e.g. sometimes the state resets tonot_home
even though there are updates coming in). I found this project would be a solution, but unfortunately it needs a local BLE device.Describe the solution you'd like
It would be nice if it was possible to integrate remote BLE devices via MQTT.
The text was updated successfully, but these errors were encountered: