You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This profile is based off the work of [dernotte](https://github.com/dernotte) for the [I-PACE component of OVMS3](https://github.com/openvehicles/Open-Vehicle-Monitoring-System-3/tree/master/vehicle/OVMS.V3/components/vehicle_jaguaripace). See [here](https://github.com/openvehicles/Open-Vehicle-Monitoring-System-3/blob/master/vehicle/OVMS.V3/components/vehicle_jaguaripace/src/ipace_obd_pids.h) for the list of indentified PIDs. This [OVMS forum thread](https://www.openvehicles.com/node/2423) shows some of the preliminary work prior to the OVMS component along with some other contributors.
6
+
7
+
Only the PIDs associated with the Battery Energy Control Module (BECM - header 7E4) are currently supported. Attempts to reach the other modules (e.g. HVAC, TPMS) results in a timeout error. The VIN PID on the BECM is also not supported - it is a multi frame message.
8
+
9
+
These are confirmed working on a model year 2019 I-PACE.
10
+
11
+
### PID Listing
12
+
13
+
|Supported|Name|PID|Module|Description|Notes|
14
+
|:-------:|----|---|------|-----------|-----|
15
+
|✅|batterySoC|4910|BECM (7E4)| The "true" HV battery state of charge||
16
+
|✅|batterySoCMin|4911|BECM (7E4)|||
17
+
|✅|batterySoCMax|4914|BECM (7E4)|||
18
+
|✅|batterySoHCapacity|4918|BECM (7E4)|||
19
+
|✅|batterySoHCapacityMin|4919|BECM (7E4)|||
20
+
|✅|batterySoHCapacityMax|491A|BECM (7E4)|||
21
+
|✅|batterySoHPower|4915|BECM (7E4)|||
22
+
|✅|batterySoHPowerMin|4916|BECM (7E4)|||
23
+
|✅|batterySoHPowerMax|4917|BECM (7E4)|||
24
+
|✅|batteryCellMinVolt|4904|BECM (7E4)|Minimum voltage of any of the 108 HV battery cells||
25
+
|✅|batteryCellMaxVolt|4903|BECM (7E4)|Maximum voltage of any of the 108 HV battery cells||
26
+
|✅|batteryVolt|490F|BECM (7E4)|Voltage of HV battery||
27
+
|✅|batteryCurrent|490C|BECM (7E4)|Current of HV battery|Positive is discharging|
28
+
|✅|batteryTempMin|4906|BECM (7E4)|Minimum temperature of any of the 108 HV battery cells||
29
+
|✅|batteryTempMax|4905|BECM (7E4)|Maximum temperature of any of the 108 HV battery cells||
30
+
|✅|batteryTempAvg|4907|BECM (7E4)|Average temperature of any of the 108 HV battery cells||
0 commit comments