-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RWD shows up as SR+ despite SR+ not being sold for 2.5 years #3887
Comments
I believe this is the mapping for the model names, but I am not sure how to specify RWD cars.
|
I can confirm this with my M3 RWD standard 2024 highland |
what is returned by the vehicle_config for model3 rwd? |
is there a shell command I can run to dump the result of the vehicle_config call? |
Here's my vehicle_config on my Model 3 2024 RWD SR 18". Hope it helps
|
Anything more needed? I can provide whatever needed to solve this. It's strange to see my M3 Highland as SR+ 😂 |
🤣 haven't found the time to look into it yet. Will try this week |
Yeah, so looks like the problem is they still use "trim_badging": "50" which is indistinguishable for SR+ cars and RWD cars. Probably "efficiency_package": "M3POPPYSEED2024" would be the best one to use to identify. @tomassanjuann what did you run to get this result, so I can run it for a 2023 RWD too and we have both values to filter on. |
Make a GET request to /api/1/vehicles/{vehicle_tag}/vehicle_data https://developer.tesla.com/docs/fleet-api?shell#vehicle_data |
Is there an existing issue for this?
What happened?
Any base model Model 3 shows up as SR+ despite different battery sizes, model years, and feature differences.
Expected Behavior
2022 and 2023 base model Model 3s should show up as RWD instead of SR+
Steps To Reproduce
Home Page
Car Model Name
Relevant log output
Screenshots
No response
Additional data
No response
Type of installation
Docker
Version
1.28.5
The text was updated successfully, but these errors were encountered: