Skip to content

Commit 5856f4d

Browse files
committed
Add more ID.4-specific parameters.
1 parent e668d92 commit 5856f4d

20 files changed

Lines changed: 214 additions & 187 deletions

signalsets/v3/default.json

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
{ "commands": [
2+
{ "hdr": "710", "rax": "77A", "fcm1": true, "dbg": true, "cmd": {"22": "15D1"}, "freq": 1,
3+
"signals": [
4+
{"id": "ID4_HV_EM_POWER_LIMITATION", "path": "Engine", "fmt": {"bix": 8, "len": 16, "max": 3276750, "mul": 50, "unit": "watts" }, "name": "Electric motor power limitation"},
5+
{"id": "ID4_HV_EM_NV_POWER_LIMITATION", "path": "Engine", "fmt": {"bix": 24, "len": 8, "max": 12750, "mul": 50, "unit": "watts" }, "name": "Electric motor non-vehicle power limitation"},
6+
{"id": "ID4_NV_ENERGY_REQUIREMENT", "path": "Battery", "fmt": {"bix": 32, "len": 8, "max": 12750, "mul": 50, "div": 1000, "unit": "kilowattHours" }, "name": "Non-vehicle energy requirement"},
7+
{"id": "ID4_HV_EM_HV_BATTERY_ENERGY_INFORMATION", "path": "Battery", "fmt": {"bix": 40, "len": 16, "max": 3276750, "mul": 50, "div": 1000, "unit": "kilowattHours" }, "name": "Electric motor battery energy"}
8+
]},
29
{ "hdr": "710", "rax": "77A", "dbg": true, "cmd": {"22": "2A0E"}, "freq": 5,
310
"signals": [
411
{"id": "ID4_SSB_R", "path": "Battery", "fmt": { "len": 8, "max": 100, "mul": 2, "div": 10, "unit": "milliohms" }, "name": "Start/stop battery resistance"}
@@ -11,12 +18,11 @@
1118
]},
1219
{ "hdr": "710", "rax": "77A", "fcm1": true, "dbg": true, "cmd": {"22": "2AB2"}, "freq": 86400,
1320
"signals": [
14-
{"id": "ID4_HVBAT_CAP", "path": "Battery", "fmt": { "len": 32, "max": 3276, "div": 1310770, "unit": "kilowattHours" }, "name": "HV battery capacity", "description": "Total possible energy in the high voltage battery"},
15-
{"id": "ID4_HVBAT_E_MAX", "path": "Battery", "fmt": { "len": 16, "max": 3276750, "mul": 50, "unit": "watts" }, "name": "HV battery, max energy"}
21+
{"id": "ID4_HVBAT_CAP", "path": "Battery", "fmt": { "len": 16, "max": 3276750, "mul": 50, "div": 1000, "unit": "kilowattHours" }, "name": "HV battery, max energy"}
1622
]},
1723
{ "hdr": "710", "rax": "77A", "fcm1": true, "dbg": true, "cmd": {"22": "2AB4"}, "freq": 1,
1824
"signals": [
19-
{"id": "ID4_RANGE_EST_INT", "path": "Battery.Internal", "fmt": {"bix": 16, "len": 16, "max": 65535, "unit": "kilometers" }, "name": "Estimated electric power reserve"},
25+
{"id": "ID4_RANGE_RESERVE_EST", "path": "Battery.Internal", "fmt": {"bix": 16, "len": 16, "max": 65535, "unit": "kilometers" }, "name": "Estimated electric power reserve"},
2026
{"id": "ID4_HVBAT_CSMP_AVG_INT", "path": "Battery.Internal", "fmt": {"bix": 72, "len": 8, "max": 255, "unit": "amps" }, "name": "Average battery consumption"}
2127
]},
2228
{ "hdr": "710", "rax": "77A", "fcm1": true, "dbg": true, "cmd": {"22": "2AB5"}, "freq": 1,
@@ -25,7 +31,7 @@
2531
]},
2632
{ "hdr": "710", "rax": "77A", "fcm1": true, "dbg": true, "cmd": {"22": "2AB6"}, "freq": 5,
2733
"signals": [
28-
{"id": "ID4_RANGE_V2", "path": "Trips", "fmt": { "len": 16, "max": 65535, "unit": "miles" }, "name": "Range remaining", "suggestedMetric": "electricRange"}
34+
{"id": "ID4_RANGE", "path": "Trips", "fmt": { "len": 16, "max": 65535, "unit": "miles" }, "name": "Range remaining, displayed", "suggestedMetric": "electricRange"}
2935
]},
3036
{ "hdr": "710", "rax": "77A", "fcm1": true, "dbg": true, "cmd": {"22": "2AB7"}, "freq": 5,
3137
"signals": [
@@ -43,7 +49,7 @@
4349
]},
4450
{ "hdr": "710", "rax": "77A", "fcm1": true, "dbg": true, "cmd": {"22": "2AF7"}, "freq": 1,
4551
"signals": [
46-
{"id": "ID4_AUX_BAT_V", "path": "Battery", "fmt": { "len": 16, "max": 69, "div": 1000, "add": 4, "unit": "volts" }, "name": "12V battery voltage"},
52+
{"id": "ID4_AUX_BAT_V", "path": "Battery", "fmt": { "len": 16, "max": 69, "div": 1000, "add": 4, "unit": "volts" }, "name": "12V battery voltage", "suggestedMetric": "starterBatteryVoltage"},
4753
{"id": "ID4_AUX_BAT_C", "path": "Battery", "fmt": {"bix": 16, "len": 32, "max": 1000000, "min": -1000000, "mul": 0.001, "sign": true, "unit": "amps" }, "name": "12V battery current"},
4854
{"id": "ID4_AUX_BAT_SOC", "path": "Battery", "fmt": {"bix": 56, "len": 8, "max": 100, "unit": "percent" }, "name": "12V battery soc"},
4955
{"id": "ID4_AUX_BAT_T", "path": "Battery", "fmt": {"bix": 64, "len": 8, "max": 215, "min": -40, "add": -40, "unit": "celsius" }, "name": "12V battery temperature"},
@@ -54,6 +60,22 @@
5460
{"id": "ID4_AUX_BAT_AGE_POW", "path": "Battery", "fmt": {"bix": 168, "len": 8, "max": 100, "unit": "percent" }, "name": "12V battery aging by power"},
5561
{"id": "ID4_AUX_BAT_CAP", "path": "Battery", "fmt": {"bix": 176, "len": 8, "max": 100, "unit": "ampereHours" }, "name": "12V battery adapted capacity"}
5662
]},
63+
{ "hdr": "713", "rax": "77D", "fcm1": true, "din": "03", "dbg": true, "cmd": {"22": "1800"}, "freq": 1,
64+
"signals": [
65+
{"id": "ID4_FL_WHEEL_SPEED", "path": "Movement", "fmt": { "len": 16, "max": 655.35, "div": 100, "unit": "kilometersPerHour" }, "name": "Front left wheel speed"}
66+
]},
67+
{ "hdr": "713", "rax": "77D", "fcm1": true, "din": "03", "dbg": true, "cmd": {"22": "1801"}, "freq": 1,
68+
"signals": [
69+
{"id": "ID4_FR_WHEEL_SPEED", "path": "Movement", "fmt": { "len": 16, "max": 655.35, "div": 100, "unit": "kilometersPerHour" }, "name": "Front right wheel speed"}
70+
]},
71+
{ "hdr": "713", "rax": "77D", "fcm1": true, "din": "03", "dbg": true, "cmd": {"22": "1802"}, "freq": 1,
72+
"signals": [
73+
{"id": "ID4_RL_WHEEL_SPEED", "path": "Movement", "fmt": { "len": 16, "max": 655.35, "div": 100, "unit": "kilometersPerHour" }, "name": "Rear left wheel speed"}
74+
]},
75+
{ "hdr": "713", "rax": "77D", "fcm1": true, "din": "03", "dbg": true, "cmd": {"22": "1803"}, "freq": 1,
76+
"signals": [
77+
{"id": "ID4_RR_WHEEL_SPEED", "path": "Movement", "fmt": { "len": 16, "max": 655.35, "div": 100, "unit": "kilometersPerHour" }, "name": "Rear right wheel speed"}
78+
]},
5779
{ "hdr": "714", "rax": "7B0", "dbg": true, "cmd": {"22": "2613"}, "freq": 30,
5880
"signals": [
5981
{"id": "ID4_IAT", "path": "Climate", "fmt": { "len": 16, "max": 255, "div": 10, "unit": "celsius" }, "name": "Interior air temperature"}
@@ -109,7 +131,7 @@
109131
"signals": [
110132
{"id": "ID4_AIR_POLUTION", "path": "Climate", "fmt": { "len": 8, "max": 12.7, "min": -12.7, "div": 10, "sign": true, "unit": "scalar" }, "name": "Air pollution level", "description": "0 means clean air."}
111133
]},
112-
{ "hdr": "746", "rax": "7B0", "fcm1": true, "dbg": true, "cmd": {"22": "27C3"}, "freq": 1,
134+
{ "hdr": "746", "rax": "7B0", "fcm1": true, "dbg": true, "cmd": {"22": "27C3"}, "freq": 1, "filter": { "to": 2022, "from": 2025 },
113135
"signals": [
114136
{"id": "ID4_HVAC_OUTSIDE_HUM", "path": "Climate", "fmt": {"bix": 56, "len": 8, "max": 100, "div": 2, "unit": "percent" }, "name": "Outside humidity"}
115137
]},
@@ -122,6 +144,14 @@
122144
"signals": [
123145
{"id": "ID4_GPS_SATS_VISIBLE", "path": "GPS", "fmt": { "len": 8, "max": 255, "unit": "scalar" }, "name": "Satellites, visible"},
124146
{"id": "ID4_GPS_SATS_TRACKED", "path": "GPS", "fmt": {"bix": 8, "len": 8, "max": 255, "unit": "scalar" }, "name": "Satellites, tracked"}
147+
]},
148+
{ "hdr": "FC00", "rax": "FE0076", "pri": "17", "tst": "76", "dbg": true, "cmd": {"22": "3DEF"}, "freq": 1,
149+
"signals": [
150+
{"id": "ID4_SOC", "path": "Battery", "fmt": { "len": 16, "max": 100, "div": 100, "sign": true, "unit": "percent" }, "name": "State of charge", "suggestedMetric": "stateOfCharge"}
151+
]},
152+
{ "hdr": "FC00", "rax": "FE007B", "pri": "17", "tst": "7B", "dbg": true, "cmd": {"22": "028C"}, "freq": 1,
153+
"signals": [
154+
{"id": "ID4_SOC_DISP", "path": "Battery", "fmt": { "len": 8, "max": 100, "mul": 20.4, "div": 46, "add": -6.4, "unit": "percent" }, "name": "State of charge, display", "suggestedMetric": "stateOfCharge"}
125155
]}
126156
]
127157
}

tests/test_cases/2021/command_support.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ model_year: 2021
22
supported_commands_by_ecu:
33
"710":
44
- 710.77A.222A0E:ID4_SSB_R
5-
- 710.77A.222AB2|fc=1:ID4_HVBAT_CAP,ID4_HVBAT_E_MAX
6-
- 710.77A.222AB6|fc=1:ID4_RANGE_V2
5+
- 710.77A.222AB2|fc=1:ID4_HVBAT_CAP
6+
- 710.77A.222AB6|fc=1:ID4_RANGE
77
- 710.77A.222AB7|fc=1:ID4_AVG_CSMP_CAT0,ID4_AVG_CSMP_CAT1,ID4_AVG_CSMP_CAT2,ID4_AVG_CSMP_CAT3,ID4_AVG_CSMP_CAT4,ID4_AVG_CSMP_CAT5,ID4_AVG_CSMP_CAT6
88
- 710.77A.222AB8|fc=1:ID4_HVBAT_KWH
99
- 710.77A.222AF7|fc=1:ID4_AUX_BAT_AGE_CAP,ID4_AUX_BAT_AGE_POW,ID4_AUX_BAT_C,ID4_AUX_BAT_CAP,ID4_AUX_BAT_CHRG_TOT,ID4_AUX_BAT_DSCH_TOT,ID4_AUX_BAT_SOC,ID4_AUX_BAT_T,ID4_AUX_BAT_T_S,ID4_AUX_BAT_V
@@ -35,10 +35,10 @@ unsupported_commands_by_ecu:
3535
- 710.77A.222A10
3636
- 710.77A.222A61
3737
"713":
38-
- '713.221800'
39-
- '713.221801'
40-
- '713.221802'
41-
- '713.221803'
38+
- 713.77D.221800|fc=1,din=03:ID4_FL_WHEEL_SPEED
39+
- 713.77D.221801|fc=1,din=03:ID4_FR_WHEEL_SPEED
40+
- 713.77D.221802|fc=1,din=03:ID4_RL_WHEEL_SPEED
41+
- 713.77D.221803|fc=1,din=03:ID4_RR_WHEEL_SPEED
4242
- 713.77D.222B1B
4343
- 713.77D.222B1C
4444
- 713.77D.222B1D
@@ -64,7 +64,8 @@ unsupported_commands_by_ecu:
6464
"744":
6565
- 744.7AE.224965
6666
"746":
67-
- 746.2227C4|fc=1:ID4_HVAC_INSIDE_HUM,ID4_WNDSHLD_TEMP
67+
- 746.2227C4
68+
- 746.7B0.2227C4|fc=1:ID4_HVAC_INSIDE_HUM,ID4_WNDSHLD_TEMP
6869
"7E0":
6970
- 7E0.2210E0
7071
- 7E0.221160
@@ -161,4 +162,4 @@ unsupported_commands_by_ecu:
161162
- 7E5.7ED.2251E0
162163
- 7E5.7ED.225200
163164
"FC00":
164-
- FC00.22028C
165+
- FC00.FE007B.22028C|ta=7B,fc=1,c=17:ID4_SOC_DISP
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
command_id: 710.77A.222AB2|fc=1
22
test_cases:
33
- expected_values:
4-
ID4_HVBAT_CAP: 68.14818
5-
ID4_HVBAT_E_MAX: 68150
4+
ID4_HVBAT_CAP: 68.15
65
response: 77A07622AB205530400
76
- expected_values:
8-
ID4_HVBAT_CAP: 68.19818
9-
ID4_HVBAT_E_MAX: 68200
7+
ID4_HVBAT_CAP: 68.2
108
response: 77A07622AB205540401
119
- expected_values:
12-
ID4_HVBAT_CAP: 73.19799
13-
ID4_HVBAT_E_MAX: 73200
10+
ID4_HVBAT_CAP: 73.2
1411
response: 77A07622AB205B80400
1512
- expected_values:
16-
ID4_HVBAT_CAP: 327.38829
17-
ID4_HVBAT_E_MAX: 327400
13+
ID4_HVBAT_CAP: 327.4
1814
response: 77A07622AB219940401
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
command_id: 710.77A.222AB6|fc=1
22
test_cases:
33
- expected_values:
4-
ID4_RANGE_V2: 20
4+
ID4_RANGE: 20
55
response: |-
66
77A100A622AB6001400
77
77A2114000000AAAAAA
88
- expected_values:
9-
ID4_RANGE_V2: 29
9+
ID4_RANGE: 29
1010
response: |-
1111
77A100A622AB6001D00
1212
77A211D000019AAAAAA
1313
- expected_values:
14-
ID4_RANGE_V2: 31
14+
ID4_RANGE: 31
1515
response: |-
1616
77A100A622AB6001F00
1717
77A211F000001AAAAAA
1818
- expected_values:
19-
ID4_RANGE_V2: 32
19+
ID4_RANGE: 32
2020
response: |-
2121
77A100A622AB6002000
2222
77A2120000001AAAAAA
2323
- expected_values:
24-
ID4_RANGE_V2: 60
24+
ID4_RANGE: 60
2525
response: |-
2626
77A100A622AB6003C00
2727
77A213C00001FAAAAAA
2828
- expected_values:
29-
ID4_RANGE_V2: 242
29+
ID4_RANGE: 242
3030
response: |-
3131
77A100A622AB600F200
3232
77A21F2000000AAAAAA
3333
- expected_values:
34-
ID4_RANGE_V2: 254
34+
ID4_RANGE: 254
3535
response: |-
3636
77A100A622AB600FE00
3737
77A21FE000000AAAAAA
3838
- expected_values:
39-
ID4_RANGE_V2: 256
39+
ID4_RANGE: 256
4040
response: |-
4141
77A100A622AB6010001
4242
77A2100000000AAAAAA
4343
- expected_values:
44-
ID4_RANGE_V2: 2046
44+
ID4_RANGE: 2046
4545
response: |-
4646
77A100A622AB607FE07
4747
77A21FE000000AAAAAA

tests/test_cases/2022/command_support.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ model_year: 2022
22
supported_commands_by_ecu:
33
"710":
44
- 710.77A.222A0E:ID4_SSB_R
5-
- 710.77A.222AB2|fc=1:ID4_HVBAT_CAP,ID4_HVBAT_E_MAX
6-
- 710.77A.222AB6|fc=1:ID4_RANGE_V2
5+
- 710.77A.222AB2|fc=1:ID4_HVBAT_CAP
6+
- 710.77A.222AB6|fc=1:ID4_RANGE
77
- 710.77A.222AB7|fc=1:ID4_AVG_CSMP_CAT0,ID4_AVG_CSMP_CAT1,ID4_AVG_CSMP_CAT2,ID4_AVG_CSMP_CAT3,ID4_AVG_CSMP_CAT4,ID4_AVG_CSMP_CAT5,ID4_AVG_CSMP_CAT6
88
- 710.77A.222AB8|fc=1:ID4_HVBAT_KWH
99
- 710.77A.222AF7|fc=1:ID4_AUX_BAT_AGE_CAP,ID4_AUX_BAT_AGE_POW,ID4_AUX_BAT_C,ID4_AUX_BAT_CAP,ID4_AUX_BAT_CHRG_TOT,ID4_AUX_BAT_DSCH_TOT,ID4_AUX_BAT_SOC,ID4_AUX_BAT_T,ID4_AUX_BAT_T_S,ID4_AUX_BAT_V
@@ -35,10 +35,10 @@ unsupported_commands_by_ecu:
3535
- 710.77A.222A10
3636
- 710.77A.222A61
3737
"713":
38-
- '713.221800'
39-
- '713.221801'
40-
- '713.221802'
41-
- '713.221803'
38+
- 713.77D.221800|fc=1,din=03:ID4_FL_WHEEL_SPEED
39+
- 713.77D.221801|fc=1,din=03:ID4_FR_WHEEL_SPEED
40+
- 713.77D.221802|fc=1,din=03:ID4_RL_WHEEL_SPEED
41+
- 713.77D.221803|fc=1,din=03:ID4_RR_WHEEL_SPEED
4242
- 713.77D.222B1B
4343
- 713.77D.222B1C
4444
- 713.77D.222B1D
@@ -64,7 +64,8 @@ unsupported_commands_by_ecu:
6464
"744":
6565
- 744.7AE.224965
6666
"746":
67-
- 746.2227C4|fc=1:ID4_HVAC_INSIDE_HUM,ID4_WNDSHLD_TEMP
67+
- 746.2227C4
68+
- 746.7B0.2227C4|fc=1:ID4_HVAC_INSIDE_HUM,ID4_WNDSHLD_TEMP
6869
"7E0":
6970
- 7E0.2210E0
7071
- 7E0.221160
@@ -163,4 +164,4 @@ unsupported_commands_by_ecu:
163164
"DB33":
164165
- DB33.010D:VSS
165166
"FC00":
166-
- FC00.22028C
167+
- FC00.FE007B.22028C|ta=7B,fc=1,c=17:ID4_SOC_DISP
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
command_id: 710.77A.222AB2|fc=1
22
test_cases:
33
- expected_values:
4-
ID4_HVBAT_CAP: 71.79804
5-
ID4_HVBAT_E_MAX: 71800
4+
ID4_HVBAT_CAP: 71.8
65
response: 77A07622AB2059C0400
76
- expected_values:
8-
ID4_HVBAT_CAP: 73.89796
9-
ID4_HVBAT_E_MAX: 73900
7+
ID4_HVBAT_CAP: 73.9
108
response: 77A07622AB205C60400
119
- expected_values:
12-
ID4_HVBAT_CAP: 327.38829
13-
ID4_HVBAT_E_MAX: 327400
10+
ID4_HVBAT_CAP: 327.4
1411
response: 77A07622AB219940401
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
command_id: 710.77A.222AB6|fc=1
22
test_cases:
33
- expected_values:
4-
ID4_RANGE_V2: 27
4+
ID4_RANGE: 27
55
response: |-
66
77A100A622AB6001B00
77
77A211B000001AAAAAA
88
- expected_values:
9-
ID4_RANGE_V2: 91
9+
ID4_RANGE: 91
1010
response: |-
1111
77A100A622AB6005B00
1212
77A215B00000FAAAAAA
1313
- expected_values:
14-
ID4_RANGE_V2: 106
14+
ID4_RANGE: 106
1515
response: |-
1616
77A100A622AB6006A00
1717
77A216A00007FAAAAAA
1818
- expected_values:
19-
ID4_RANGE_V2: 159
19+
ID4_RANGE: 159
2020
response: |-
2121
77A100A622AB6009F00
2222
77A219F000001AAAAAA
2323
- expected_values:
24-
ID4_RANGE_V2: 176
24+
ID4_RANGE: 176
2525
response: |-
2626
77A100A622AB600B000
2727
77A21B0000015AAAAAA
2828
- expected_values:
29-
ID4_RANGE_V2: 251
29+
ID4_RANGE: 251
3030
response: |-
3131
77A100A622AB600FB00
3232
77A21FB000001AAAAAA
3333
- expected_values:
34-
ID4_RANGE_V2: 255
34+
ID4_RANGE: 255
3535
response: |-
3636
77A100A622AB600FF00
3737
77A21FF000001AAAAAA
3838
- expected_values:
39-
ID4_RANGE_V2: 326
39+
ID4_RANGE: 326
4040
response: |-
4141
77A100A622AB6014601
4242
77A2146000000AAAAAA

tests/test_cases/2023/command_support.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ supported_commands_by_ecu:
33
"710":
44
- 710.77A.222A0E:ID4_SSB_R
55
- 710.77A.222A53|fc=1:ID4_DCDC_I,ID4_DCDC_I_RSV,ID4_DCDC_V_LOW
6-
- 710.77A.222AB2|fc=1:ID4_HVBAT_CAP,ID4_HVBAT_E_MAX
7-
- 710.77A.222AB4|fc=1:ID4_HVBAT_CSMP_AVG_INT,ID4_RANGE_EST_INT
6+
- 710.77A.222AB2|fc=1:ID4_HVBAT_CAP
7+
- 710.77A.222AB4|fc=1:ID4_HVBAT_CSMP_AVG_INT,ID4_RANGE_RESERVE_EST
88
- 710.77A.222AB5|fc=1:ID4_RANGE_EST_CAN
9-
- 710.77A.222AB6|fc=1:ID4_RANGE_V2
9+
- 710.77A.222AB6|fc=1:ID4_RANGE
1010
- 710.77A.222AB7|fc=1:ID4_AVG_CSMP_CAT0,ID4_AVG_CSMP_CAT1,ID4_AVG_CSMP_CAT2,ID4_AVG_CSMP_CAT3,ID4_AVG_CSMP_CAT4,ID4_AVG_CSMP_CAT5,ID4_AVG_CSMP_CAT6
1111
- 710.77A.222AB8|fc=1:ID4_HVBAT_KWH
1212
- 710.77A.222AF7|fc=1:ID4_AUX_BAT_AGE_CAP,ID4_AUX_BAT_AGE_POW,ID4_AUX_BAT_C,ID4_AUX_BAT_CAP,ID4_AUX_BAT_CHRG_TOT,ID4_AUX_BAT_DSCH_TOT,ID4_AUX_BAT_SOC,ID4_AUX_BAT_T,ID4_AUX_BAT_T_S,ID4_AUX_BAT_V
@@ -17,11 +17,12 @@ supported_commands_by_ecu:
1717
- 744.7AE.2215EE|fc=1,din=03:ID4_CHRGR_DUR_TOTAL
1818
- 744.7AE.221DA7|fc=1,din=03:ID4_CHRGR_V_OUT
1919
"746":
20-
- 746.2227C4|fc=1:ID4_HVAC_INSIDE_HUM,ID4_WNDSHLD_TEMP
20+
- 746.2227C4
2121
- 746.7B0.222606|fc=1:ID4_HVAC_FAN1_ACT,ID4_HVAC_FAN2_ACT
2222
- 746.7B0.222612|fc=1:ID4_HVAC_EVAP_T
2323
- 746.7B0.222613|fc=1:ID4_HVAC_INTERIOR_T
2424
- 746.7B0.2226ED|fc=1:ID4_AIR_POLUTION
25+
- 746.7B0.2227C3
2526
"767":
2627
- 767.7D1.222431|fc=1:ID4_GPS_SATS_TRACKED,ID4_GPS_SATS_VISIBLE
2728
"DB33":
@@ -50,10 +51,10 @@ unsupported_commands_by_ecu:
5051
- 710.77A.222A10
5152
- 710.77A.222A61
5253
"713":
53-
- '713.221800'
54-
- '713.221801'
55-
- '713.221802'
56-
- '713.221803'
54+
- 713.77D.221800|fc=1,din=03:ID4_FL_WHEEL_SPEED
55+
- 713.77D.221801|fc=1,din=03:ID4_FR_WHEEL_SPEED
56+
- 713.77D.221802|fc=1,din=03:ID4_RL_WHEEL_SPEED
57+
- 713.77D.221803|fc=1,din=03:ID4_RR_WHEEL_SPEED
5758
- 713.77D.222B1B
5859
- 713.77D.222B1C
5960
- 713.77D.222B1D
@@ -104,7 +105,7 @@ unsupported_commands_by_ecu:
104105
- 746.7B0.222604|fc=1:ID4_HVAC_AC_LOAD
105106
- 746.7B0.222607|fc=1:ID4_HVAC_FAN_CMD
106107
- 746.7B0.222609|fc=1:ID4_HVAC_OUTSIDE_T
107-
- 746.7B0.2227C3|fc=1:ID4_HVAC_OUTSIDE_HUM
108+
- 746.7B0.2227C4|fc=1:ID4_HVAC_INSIDE_HUM,ID4_WNDSHLD_TEMP
108109
"7E0":
109110
- 7E0.2210E0
110111
- 7E0.221160
@@ -273,4 +274,4 @@ unsupported_commands_by_ecu:
273274
- DB33.0105:ECT
274275
- DB33.010C:RPM
275276
"FC00":
276-
- FC00.22028C
277+
- FC00.FE007B.22028C|ta=7B,fc=1,c=17:ID4_SOC_DISP

0 commit comments

Comments
 (0)