Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Battery code for P85+ and D models

This site may earn commission on affiliate links.
P85D is simple, it's "P85D".

Mercury:
MS03 { There's a reference to "root_vehicle" in the pricebook URL for MS02 ... }
RENA Region - North America
AD02 NEMA 14-50
AU01 Ultra High Fidelity Sound
BC0R Tesla Red Brake Calipers
BS00 NOBULL00
CDM0 No CHAdeMO Charging Adapter
CH01 Dual Chargers
PMSS Paint Metallic Starlight Silver
CW00 No Cold Weather Package
DA01 Active Safety (ACC, LDW, SA)
DRLH Left Hand Drive
DSH7 Black Alcantara Dashboard Accents
DV4W All-Wheel Drive Dual Motor
FG02 Exterior Lighting Package
HP00 No Wall Connector
IDHG Glossy Obeche Wood Décor
IX00 White ("No Extended Nappa Leather Trim")
LP00 No Lighting Package
ME02 Memory Seats
P85D
PA00 No Paint Armor
PF01 Performance Legacy Package
PI00 No Premium Interior
PK00 LEGACY No Parking Sensors {Vehicle has parking sensors}
PS01 Parcel Shelf
PX00 No Performance Plus Package
QRLB Black Next Generation Seats
RFPO All Glass Panoramic Roof
SC01 Supercharger Enabled
SP00 No Security Package
SR01 Standard Second Row
SU01 Smart Air Suspension
TM00 General Production Trim
TP02 { Tech Package v2, my impression from the source at http://my.teslamotors.com/models/design}
TR00 No Third Row Seat
UTAB Black Alcantara Headliner
WTTB 19" Cyclone
WTX1 19" Michelin Primacy Tire Upgrade
X001 Override: Power Liftgate
X003 Maps & Navigation
X007 LED Daytime Running Lights
X011 Override: Homelink
X013 Override: Satellite Radio
X019 Carbon Fiber Spoiler
X024 Performance Package
X027 Lighted Door Handles
X028 Battery Badge
X031 Keyless Entry
X037 Powerfolding Mirrors
YF00 No Yacht Floor {Vehicle has yacht floor}
COUS

Descriptions from the following sources:
- Tesla Model S Options Decoder
- 2015 Tesla All Models Colors of Touch Up Paint
- Tesla scripts


If you look up "window.Tesla.pricebook_changes" in script.min.js referenced by the source at Model S Design Studio | Tesla Motors, there's some interesting commentary there about changes in options/configurations in the configurator.
 
Last edited:
Last edited:
Based on experimentation with what the API provides for different cars:

85D's have BT85
70D's have BT70
I think some P85D cars have BT85 and some don't (I know some P85D owners were complaining about VisibleTesla saying they had a 70 kWh battery we changed the code to presume they had the BT85 code and the fall through default was 70 kWh battery).
All P85D's have the P85D code.
 
Based on experimentation with what the API provides for different cars:

85D's have BT85
70D's have BT70
I think some P85D cars have BT85 and some don't (I know some P85D owners were complaining about VisibleTesla saying they had a 70 kWh battery we changed the code to presume they had the BT85 code and the fall through default was 70 kWh battery).
All P85D's have the P85D code.

Thanks. If the 85D returns BT85 how do you differentiate between an 85 and an 85D? Is there an AWD code also returned?

- - - Updated - - -

P85+ has code PX01 "Performance Plus"

Thanks! I just figured that out today as I looked through the references that Brian provided.
 
Thanks. If the 85D returns BT85 how do you differentiate between an 85 and an 85D? Is there an AWD code also returned?

AWD vehicles have the code DV4W. Newer RWD vehicles will have DV2W (but you can't count on that since older ones won't).

The logic in this file from the TesaClient library that's used by VisibleTesla may be instructive to you:
TeslaClient/Options.java at master · jpasqua/TeslaClient · GitHub

Doesn't look like jpasqua has committed a fix for the P85D vehicles showing as 70 kWh batteries though.