Skip to content

Commit f356467

Browse files
authored
Create Renault Zoe R110.json
Tested with a 2018 R110.
1 parent 92aa9e7 commit f356467

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"car_model": "Renault Zoe R110/R90",
3+
"init": "ATSP6;",
4+
"pids": [
5+
{
6+
"pid": "222002",
7+
"parameters": [
8+
{
9+
"name": "SoC",
10+
"expression": "[B4:B5]*0.02",
11+
"unit": "%",
12+
"class": "battery"
13+
}
14+
]
15+
},
16+
{
17+
"pid": "223206",
18+
"parameters": [
19+
{
20+
"name": "SoH",
21+
"expression": "B4",
22+
"unit": "%",
23+
"class": "battery"
24+
}
25+
]
26+
},
27+
{
28+
"pid": "223451",
29+
"parameters": [
30+
{
31+
"name": "GoM",
32+
"expression": "[B4:B5]",
33+
"unit": "km",
34+
"class": "none"
35+
}
36+
]
37+
},
38+
{
39+
"pid": "222006",
40+
"parameters": [
41+
{
42+
"name": "Odometer",
43+
"expression": "[B4:B6]",
44+
"unit": "km",
45+
"class": "none"
46+
}
47+
]
48+
}
49+
]
50+
}

0 commit comments

Comments
 (0)