BLe battery monitor

Hello,

I have en bike with a battery monitoring with Bluetooth, there is no encryption on it and the app connects automaticly.

i have now a esp32 with ble tracker and is see the device.
But cant find out how to get the information in home assistant.

type o[12:28:34][D][esp32_ble_tracker:148]: Starting scan...
[12:28:37][D][esp32_ble_tracker:544]: Found device 94:E3:6D:98:54:95 RSSI=-89
[12:28:37][D][esp32_ble_tracker:565]:   Address Type: PUBLIC
[12:28:37][D][esp32_ble_tracker:567]:   Name: 'BLE-VoltageCheck'
[12:28:37][D][esp32_ble_tracker:569]:   TX Power: 2
[12:28:37][D][esp32_ble_tracker:569]:   TX Power: 2r paste code here

ESP config now, i see the device in Hass and if it is present.

esp32_ble_tracker:
binary_sensor:
  - platform: ble_presence
    mac_address: 94:E3:6D:98:54:95
    name: "Motor Accu"

Give OpenMQTTGateway a try, running on ESP32 with BLE.