FlasherZ
Well-known member
- Joined
- Mar 10, 2022
- Threads
- 9
- Messages
- 915
- Reaction score
- 1,023
- Location
- St. Louis Metro
- Vehicles
- F-150 Lightning, Tesla Model X, F250 SD diesel 6.0
- Thread starter
- #1
The Lightning uses the same Ford PIDs that the MME uses for battery health. If you're a fan of the Torque app for looking at performance parameters of your other vehicles, you can load up a set of PIDs created by a poster at the MME forum.
This data is accessed by using a bluetooth OBD-II reader device paired with your phone, then using an app (Torque Pro, etc.) to read the data while the vehicle is active. It can be a great troubleshooting capability.
I specifically wanted to see what the Lightning thought my Tesla gen 1 wall connector was advertising, so I built a screen to tell me. (Note that the Tesla gen 1 wall connector has some incompatibilities with later Tesla cars and J1772 equipment, I am awaiting my FCSP to replace it. It thinks the duty cycle is 39%, and it's really 96%, so something's mucked up but it'll be resolved soon.)
You can find the link to the poster's PID file here:
https://www.macheforum.com/site/thr...nded-pids-for-torque-project.7427/post-295683
You'll want to download that file, extract the .zip, and then import the resulting CSV into Torque. You can then build your real-time information screen.
Below, I have the following lines:
* Line 1: AC input voltage, AC input current, and the duty cycle for J1772 pilot
* Line 2: Charger output voltage, current, & calculated power, along with state
* Line 3: HV battery voltage requested and current requested
* Line 4: HV battery voltage, current, power, and temperature
* Line 5: HV battery coolant temp at inlet, charger coolant temp at inlet
* Line 6: HV battery state of health, actual state of charge, and displayed state of charge
I don't have the DCFC parameters on the screen yet, I'll do that next time I go DCFC charging.
This data is accessed by using a bluetooth OBD-II reader device paired with your phone, then using an app (Torque Pro, etc.) to read the data while the vehicle is active. It can be a great troubleshooting capability.
I specifically wanted to see what the Lightning thought my Tesla gen 1 wall connector was advertising, so I built a screen to tell me. (Note that the Tesla gen 1 wall connector has some incompatibilities with later Tesla cars and J1772 equipment, I am awaiting my FCSP to replace it. It thinks the duty cycle is 39%, and it's really 96%, so something's mucked up but it'll be resolved soon.)
You can find the link to the poster's PID file here:
https://www.macheforum.com/site/thr...nded-pids-for-torque-project.7427/post-295683
You'll want to download that file, extract the .zip, and then import the resulting CSV into Torque. You can then build your real-time information screen.
Below, I have the following lines:
* Line 1: AC input voltage, AC input current, and the duty cycle for J1772 pilot
* Line 2: Charger output voltage, current, & calculated power, along with state
* Line 3: HV battery voltage requested and current requested
* Line 4: HV battery voltage, current, power, and temperature
* Line 5: HV battery coolant temp at inlet, charger coolant temp at inlet
* Line 6: HV battery state of health, actual state of charge, and displayed state of charge
I don't have the DCFC parameters on the screen yet, I'll do that next time I go DCFC charging.
Sponsored
Last edited: