Skip to content

Commit

Permalink
Merge pull request #282 from mbuijs/patch-1
Browse files Browse the repository at this point in the history
[Vehicle profile] Renault Zoe R110/R90
  • Loading branch information
meatpiHQ authored Dec 25, 2024
2 parents a017535 + f356467 commit d7106df
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions vehicle_profiles/renault/Renault Zoe R110.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"car_model": "Renault Zoe R110/R90",
"init": "ATSP6;",
"pids": [
{
"pid": "222002",
"parameters": [
{
"name": "SoC",
"expression": "[B4:B5]*0.02",
"unit": "%",
"class": "battery"
}
]
},
{
"pid": "223206",
"parameters": [
{
"name": "SoH",
"expression": "B4",
"unit": "%",
"class": "battery"
}
]
},
{
"pid": "223451",
"parameters": [
{
"name": "GoM",
"expression": "[B4:B5]",
"unit": "km",
"class": "none"
}
]
},
{
"pid": "222006",
"parameters": [
{
"name": "Odometer",
"expression": "[B4:B6]",
"unit": "km",
"class": "none"
}
]
}
]
}

0 comments on commit d7106df

Please sign in to comment.