Hello, I am using Volkswagen Connect and Volkswagen We Connect ID from HACS to read sensors from my ID car .. I want to calculate (sum) daily energy charged from home grid. Car sensor only show actual charging power in kW.
I have created sensor, utility meter helper (from gui, from page https://www.home-assistant.io/integrations/utility_meter/) .. but SUM value is unreal, tried maybe 5 different methods from web / youtube..
sensor.car_charge_power yaml:
state_class: measurement
unit_of_measurement: kW
attribution: Data provided by Volkswagen Connect ID
device_class: power
on picture is charging session from today, the other one is from yesterday (it is unreal to have 300kWh charged in 72kWh battery ..)
when I add car_charge_power sensor into Energy graph, it always shows 0
can someone help me?