[RESOLVED] ESPHome BLE Sensor - Add RSSI Value as an Attribute

For the ESP32 Bluetooth Low Energy Device would it be possible to send the RSSI data to Home Assistant?

Using the ‘VERY_VERBOSE’ logging or WebServer - the RSSI is displayed
image

It would be good to have this as an Attribute for the entity (and other data if possible)

You can…

sensor:
  - platform: ble_rssi
    service_uuid: '748e5f85-xxxxxx' # this is set in the companion app
    name: "Andreas telefon RSSI"
1 Like

ohh… So you can!
Thanks!