-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathev6.json
More file actions
57 lines (57 loc) · 1.93 KB
/
Copy pathev6.json
File metadata and controls
57 lines (57 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "Kia EV6",
"sources": [
{
"kind": "uds_pid",
"ecu_tx": "7E4",
"ecu_rx": "7EC",
"pid": "220105",
"fields": [
{"name": "battery_level_percentage", "byte_index": 31, "length": 1, "multiplier": 0.5, "offset": 0.0},
{"name": "battery_level_wh", "byte_index": 28, "length": 2, "multiplier": 2.0, "offset": 0.0},
{"name": "battery_state_of_health", "byte_index": 25, "length": 2, "multiplier": 0.1, "offset": 0.0}
]
},
{
"kind": "uds_pid",
"ecu_tx": "7E4",
"ecu_rx": "7EC",
"pid": "220101",
"fields": [
{"name": "battery_voltage", "byte_index": 12, "length": 2, "multiplier": 0.1, "offset": 0.0},
{"name": "battery_current", "byte_index": 10, "length": 2, "multiplier": 0.1, "offset": 0.0, "signed": true}
]
},
{
"kind": "uds_pid",
"ecu_tx": "7B3",
"ecu_rx": "7BB",
"pid": "220100",
"fields": [
{"name": "external_temp_celsius", "byte_index": 6, "length": 1, "multiplier": 0.5, "offset": -40.0},
{"name": "interior_temp_celsius", "byte_index": 5, "length": 1, "multiplier": 0.5, "offset": -40.0}
]
},
{
"kind": "uds_pid",
"ecu_tx": "7C6",
"ecu_rx": "7CE",
"pid": "22B002",
"fields": [
{"name": "odometer_km", "byte_index": 6, "length": 3, "multiplier": 1.0, "offset": 0.0}
]
},
{
"kind": "uds_pid",
"ecu_tx": "7A0",
"ecu_rx": "7A8",
"pid": "22C00B",
"fields": [
{"name": "tire_fl_kpa", "byte_index": 4, "length": 1, "multiplier": 1.37895, "offset": 0.0},
{"name": "tire_fr_kpa", "byte_index": 9, "length": 1, "multiplier": 1.37895, "offset": 0.0},
{"name": "tire_rl_kpa", "byte_index": 14, "length": 1, "multiplier": 1.37895, "offset": 0.0},
{"name": "tire_rr_kpa", "byte_index": 19, "length": 1, "multiplier": 1.37895, "offset": 0.0}
]
}
]
}