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

SmartShunt #36

Closed Marcepanfazik closed 5 months ago

Marcepanfazik commented 8 months ago

Hello I need followig options for my PV instalation: amount of charged energy amount of discharged energy battery SOC Is it possible? p.s sorry for my English

Fabian-Schmidt commented 8 months ago

A SmartShunt is a Battery monitor. Therefore the following sensor values are available:

(1) - Available if device aux port is configured.

The amount of charged and discharged energy is in the field CONSUMED_AH. The battery SOC is in the field STATE_OF_CHARGE.

These are all available fields transmitted by the Victron Battery Shunt. I cannot add additional fields.