Skip to content

Commit

Permalink
Create e-208.json
Browse files Browse the repository at this point in the history
  • Loading branch information
meatpiHQ committed Dec 13, 2024
1 parent fbe66c9 commit 7ab8d7b
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions vehicle_profiles/Peugeot/e-208.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"car_model": "Peugeot: e-208",
"init": "ATSP6;ATST96;ATSH79B;ATFCSH79B;ATFCSD300000;ATFCSM1;",
"pids": [
{
"pid": "22D4101",
"pid_init":"ATSH6B4;ATFCSH6B4;ATCRA694;",
"parameters": [
{
"name": "SOC",
"expression": "[B4:B5]/512",
"unit": "%",
"class": "battery",
"min": "-5",
"max": "105"
}
]
},
{
"pid": "22D8601",
"pid_init":"ATSH6B4;ATFCSH6B4;ATCRA694;",
"parameters": [
{
"name": "SOH",
"expression": "[B5:B6]/16",
"unit": "%",
"class": "battery",
"min": "0",
"max": "105"
}
]
},
{
"pid": "22D8151",
"pid_init":"ATSH6B4;ATFCSH6B4;ATCRA694;",
"parameters": [
{
"name": "HV_Volts",
"expression": "[B4:B5]/16",
"unit": "V",
"class": "voltage",
"min": "350",
"max": "480"
}
]
}
]
}

0 comments on commit 7ab8d7b

Please sign in to comment.