Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions overlays/DIMO/dimo.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.