-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmapping.yml
123 lines (103 loc) · 1.64 KB
/
mapping.yml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Map OBD values to tree
SPEED:
targets:
- Vehicle.Drivetrain.Transmission.Speed
- Vehicle.Speed
- Vehicle.OBD.Speed
unit:
- kph
ENGINE_LOAD:
targets:
- Vehicle.OBD.EngineLoad
unit:
- percent
ABSOLUTE_LOAD:
targets:
- Vehicle.OBD.AbsoluteLoad
unit:
- percent
RPM:
targets:
- Vehicle.OBD.EngineSpeed
unit:
- rpm
MAF:
targets:
- Vehicle.OBD.MAF
unit:
- grams_per_second
MAX_MAF:
targets:
- Vehicle.OBD.MaxMAF
unit:
- grams_per_second
THROTTLE_POS:
targets:
- Vehicle.OBD.ThrottlePosition
unit:
- percent
DISTANCE_W_MIL:
targets:
- Vehicle.OBD.DistanceWithMIL
unit:
- kilometer
RUN_TIME:
targets:
- Vehicle.OBD.RunTime
unit:
- second
RUN_TIME_MIL:
targets:
- Vehicle.OBD.RunTimeMIL
unit:
- minute
COMMANDED_EGR:
targets:
- Vehicle.OBD.CommandedEGR
unit:
- percent
EGR_ERROR:
targets:
- Vehicle.OBD.EGRError
unit:
- percent
FUEL_LEVEL:
targets:
- Vehicle.OBD.FuelLevel
unit:
- percent
WARMUPS_SINCE_DTC_CLEAR:
targets:
- Vehicle.OBD.WarmupsSinceDTCClear
unit:
- count
DISTANCE_SINCE_DTC_CLEAR:
targets:
- Vehicle.OBD.DistanceSinceDTCClear
unit:
- kilometer
TIME_SINCE_DTC_CLEARED:
targets:
- Vehicle.OBD.TimeSinceDTCCleared
unit:
- minute
AMBIANT_AIR_TEMP:
targets:
- Vehicle.OBD.AmbientAirTemperature
unit:
- celsius
OIL_TEMP:
targets:
- Vehicle.OBD.OilTemperature
unit:
- celsius
INTAKE_TEMP:
targets:
- Vehicle.OBD.IntakeTemp
unit:
- celsius
COOLANT_TEMP:
targets:
- Vehicle.OBD.CoolantTemperature
unit:
- celsius