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

Where is the CAR_SEAT_REAR_LEFT_BACK and CAR_SEAT_REAR_RIGHT_BACK #281

Open
Whirlwind opened this issue Jul 27, 2024 · 2 comments
Open

Where is the CAR_SEAT_REAR_LEFT_BACK and CAR_SEAT_REAR_RIGHT_BACK #281

Whirlwind opened this issue Jul 27, 2024 · 2 comments

Comments

@Whirlwind
Copy link

message HvacSeatHeaterActions {
message HvacSeatHeaterAction {
oneof seat_heater_level {
Void SEAT_HEATER_UNKNOWN = 1;
Void SEAT_HEATER_OFF = 2;
Void SEAT_HEATER_LOW = 3;
Void SEAT_HEATER_MED = 4;
Void SEAT_HEATER_HIGH = 5;
}
oneof seat_position {
Void CAR_SEAT_UNKNOWN = 6;
Void CAR_SEAT_FRONT_LEFT = 7;
Void CAR_SEAT_FRONT_RIGHT = 8;
Void CAR_SEAT_REAR_LEFT = 9;
Void CAR_SEAT_REAR_LEFT_BACK = 10;
Void CAR_SEAT_REAR_CENTER = 11;
Void CAR_SEAT_REAR_RIGHT = 12;
Void CAR_SEAT_REAR_RIGHT_BACK = 13;
Void CAR_SEAT_THIRD_ROW_LEFT = 14;
Void CAR_SEAT_THIRD_ROW_RIGHT = 15;
}
}
repeated HvacSeatHeaterAction hvacSeatHeaterAction = 1;
}

I known that the CAR_SEAT_FRONT_XX is the first row, and the CAR_SEAT_REAR_XX is the second row. Right?

I can't imagine which seat the CAR_SEAT_REAR_LEFT_BACK and CAR_SEAT_REAR_RIGHT_BACK refers to.

@NeuWasFlaggedAgain
Copy link

I'd assume it's the third row in the mx, but there's a CAR_SEAT_THIRD_ROW_x. Maybe it's ventilated seats?

@sethterashima
Copy link
Collaborator

It looks like the CAR_SEAT_REAR_LEFT_BACK and CAR_SEAT_REAR_RIGHT_BACK were created when legacy message types were translated into protobufs. In the legacy protocol, they referred to seat heaters for some pre-2021 Model S vehicles. However, those Model S vehicles don't support the new protocol, and so the protobuf entries are vestigial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants