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

How to turn on/off the Hvac Auto? #283

Open
Whirlwind opened this issue Aug 1, 2024 · 1 comment
Open

How to turn on/off the Hvac Auto? #283

Whirlwind opened this issue Aug 1, 2024 · 1 comment
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@Whirlwind
Copy link

Whirlwind commented Aug 1, 2024

Hello, I can not find the API in the protobuf file about turn on/off the Hvac Auto. The hvacAutoAction seams that it only turn on/off the Climate.

By the way, I find the HvacTemperatureAdjustmentAction:

message HvacTemperatureAdjustmentAction {
message Temperature {
oneof type {
Void TEMP_UNKNOWN = 1;
Void TEMP_MIN = 2;
Void TEMP_MAX = 3;
}
}
message HvacTemperatureZone {
oneof type {
Void TEMP_ZONE_UNKNOWN = 1;
Void TEMP_ZONE_FRONT_LEFT = 2;
Void TEMP_ZONE_FRONT_RIGHT = 3;
Void TEMP_ZONE_REAR = 4;
}
}
float delta_celsius = 1;
sint32 delta_percent = 2;
float absolute_celsius = 3;
Temperature level = 5;
repeated HvacTemperatureZone hvac_temperature_zone = 4;
float driver_temp_celsius = 6;
float passenger_temp_celsius = 7;
}

How to use it? I send the data like this:

HvacTemperatureAdjustmentAction {
    absolute_celsius: 22,
    hvac_temperature_zone : {
        TEMP_ZONE_FRONT_LEFT: {}
    }
}

It seams that the absolute_celsius not works, because the driver_temp_celsius always be 0, so the Vehicle will change the temperature to LOW.

@thefireblade thefireblade added help wanted Extra attention is needed question Further information is requested labels Jan 24, 2025
@beachmiles
Copy link

beachmiles commented Jan 24, 2025

Yes there are many API commands that would be nice to have like turning HVAC to manual or auto mode. Wish we could add some very basic HVAC features like a heater off mode and a vent mode. Someone just wrongly closed my request thinking it's already implemented.
#112

The PTC cabin heater is still wrongly being used when cooling is only desired which makes the air luke warm instead of cold air and is a total waste of electricity. This has been a big for 4+ years across all Tesla models with PTC cabin heaters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants