Skip to content
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

Open
1 task done
yigitgungor opened this issue May 10, 2024 · 9 comments
Open
1 task done

RWD shows up as SR+ despite SR+ not being sold for 2.5 years #3887

yigitgungor opened this issue May 10, 2024 · 9 comments
Labels
area:teslamate Related to TeslaMate core enhancement New feature or request waiting for feedback

Comments

@yigitgungor
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

N/A

Screenshots

No response

Additional data

No response

Type of installation

Docker

Version

1.28.5

@yigitgungor
Copy link
Author

I believe this is the mapping for the model names, but I am not sure how to specify RWD cars.

{"3", "50", _} -> "SR+"

@famaia
Copy link

famaia commented May 11, 2024

I can confirm this with my M3 RWD standard 2024 highland

@JakobLichterfeld JakobLichterfeld added area:teslamate Related to TeslaMate core enhancement New feature or request labels May 15, 2024
@swiffer
Copy link
Contributor

swiffer commented May 19, 2024

what is returned by the vehicle_config for model3 rwd?

#2494

@yigitgungor
Copy link
Author

is there a shell command I can run to dump the result of the vehicle_config call?

@tomassanjuann
Copy link

tomassanjuann commented Jul 12, 2024

what is returned by the vehicle_config for model3 rwd?

#2494

Here's my vehicle_config on my Model 3 2024 RWD SR 18". Hope it helps

"vehicle_config": { "aux_park_lamps": "None", "badge_version": 1, "can_accept_navigation_requests": true, "can_actuate_trunks": true, "car_special_type": "base", "car_type": "model3", "charge_port_type": "CCS", "cop_user_set_temp_supported": false, "dashcam_clip_save_supported": true, "default_charge_to_max": true, "driver_assist": "TeslaAP4", "ece_restrictions": true, "efficiency_package": "M3POPPYSEED2024", "eu_vehicle": true, "exterior_color": "UltraRed", "exterior_trim": "Black", "exterior_trim_override": "", "has_air_suspension": false, "has_ludicrous_mode": false, "has_seat_cooling": true, "headlamp_type": "Global", "interior_trim_type": "Black2", "key_version": 2, "motorized_charge_port": true, "paint_color_override": "", "performance_package": "Base", "plg": true, "pws": true, "rear_drive_unit": "PM216MOSFET", "rear_seat_heaters": 1, "rear_seat_type": 0, "rhd": false, "roof_color": "RoofColorGlass", "seat_type": null, "sentry_preview_supported": false, "spoiler_type": "None", "sun_roof_installed": null, "supports_qr_pairing": false, "third_row_seats": "None", "timestamp": 1720772906758, "trim_badging": "50", "use_range_badging": true, "utc_offset": 7200, "webcam_selfie_supported": true, "webcam_supported": true, "wheel_type": "Glider18" }

@tomassanjuann
Copy link

Anything more needed? I can provide whatever needed to solve this. It's strange to see my M3 Highland as SR+ 😂

@swiffer
Copy link
Contributor

swiffer commented Jul 22, 2024

🤣 haven't found the time to look into it yet. Will try this week

@yigitgungor
Copy link
Author

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.

@tomassanjuann
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:teslamate Related to TeslaMate core enhancement New feature or request waiting for feedback
Projects
None yet
Development

No branches or pull requests

5 participants