Fabian-Schmidt / esphome-victron_ble

Use official Victron BLE endpoint for fetching data from Victron devices via Bluetooth LE via ESPHome.
GNU General Public License v3.0
152 stars 15 forks source link

Q: Why is my 'consumed ah' a negative value #42

Closed dougle03 closed 5 months ago

dougle03 commented 6 months ago

Hi, great project and really useful. Just a question: Is my consumed ah reading a negative value correct? image

Fabian-Schmidt commented 5 months ago

As it is consumed Ah it is always negative and will never be positive. It is the same as the Victron App.

If you want the value to be positive just add an ESPHome filter to the sensor and multiply the value by -1. See https://esphome.io/components/sensor/index.html#multiply

dougle03 commented 5 months ago

No problems, thanks.