Skip to content

Commit

Permalink
Merge pull request #250 from brodykenrick/main
Browse files Browse the repository at this point in the history
Add Cumulative Energy Charged for Ioniq5
  • Loading branch information
meatpiHQ authored Nov 4, 2024
2 parents 93e7c96 + 1a495bb commit db98540
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vehicle_profiles/hyundai/ioniq5-6.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@
"expression": "B38*0.1",
"unit": "V",
"class": "voltage"
},
{
"name": "Cum_Energy_Charged",
"expression": "([B49:B50]*65536 + [B51:B52])/10",
"unit": "kWh",
"class": "energy"
}
]
},
Expand Down

0 comments on commit db98540

Please sign in to comment.