diff --git a/overlays/DIMO/dimo.vspec b/overlays/DIMO/dimo.vspec index 2f0c4fe89..f5e052faf 100644 --- a/overlays/DIMO/dimo.vspec +++ b/overlays/DIMO/dimo.vspec @@ -66,3 +66,23 @@ Vehicle.Powertrain.TractionBattery.Charging.AddedEnergy: datatype: float unit: kWh description: Amount of charge added to the high voltage battery during the current charging session, expressed in kilowatt-hours. + +Vehicle.Powertrain.TractionBattery.Charging.CurrentPowerAC: + datatype: float + type: sensor + unit: W + description: Current electrical energy via AC (alternating current) flowing in/out of battery. Positive = Energy flowing in to battery, e.g. during charging. + Negative = Energy flowing out of battery, e.g. during driving. + +Vehicle.Powertrain.TractionBattery.Charging.CurrentPowerDC: + datatype: float + type: sensor + unit: W + description: Current electrical energy via DC (direct current) flowing in/out of battery. Positive = Energy flowing in to battery, e.g. during charging. + Negative = Energy flowing out of battery, e.g. during driving. + +Vehicle.Powertrain.TractionBattery.Charging.AddedEnergyAC: + type: sensor + datatype: float + unit: kWh + description: Amount of charge added to the high voltage battery during the current charging session via AC (alternating current), expressed in kilowatt-hours.