Skip to content

Commit

Permalink
new profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
meatpiHQ committed Dec 13, 2024
1 parent 3ce7ff2 commit 4235b6f
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vehicle_profiles/Mitsubishi/imiev.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"car_model": "Mitsubishi: iMiEV",
"car_model": "Mitsubishi: iMiEV/Outlander-PHEV",
"init": "ATSP6;ATFCSH761;ATFCSD300000;ATFCSM1;ATSH761;ATCRA762;",
"pids": [
{
Expand Down
17 changes: 17 additions & 0 deletions vehicle_profiles/citroen/c-zero.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"car_model": "Citroen: C-Zero",
"init": "ATSP6;ATFCSH761;ATFCSD300000;ATFCSM1;ATSH761;ATCRA762;",
"pids": [
{
"pid": "2101",
"parameters": [
{
"name": "SoC",
"expression": "(B4/2)-5",
"unit": "%",
"class": "battery"
}
]
}
]
}
17 changes: 17 additions & 0 deletions vehicle_profiles/peugeot/ion.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"car_model": "Peugeot: iON",
"init": "ATSP6;ATFCSH761;ATFCSD300000;ATFCSM1;ATSH761;ATCRA762;",
"pids": [
{
"pid": "2101",
"parameters": [
{
"name": "SoC",
"expression": "(B4/2)-5",
"unit": "%",
"class": "battery"
}
]
}
]
}

0 comments on commit 4235b6f

Please sign in to comment.