We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
hvacAutoAction
By the way, I find the HvacTemperatureAdjustmentAction:
HvacTemperatureAdjustmentAction
vehicle-command/pkg/protocol/protobuf/car_server.proto
Lines 202 to 226 in eaf6ee1
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.
absolute_celsius
driver_temp_celsius
LOW
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
:vehicle-command/pkg/protocol/protobuf/car_server.proto
Lines 202 to 226 in eaf6ee1
How to use it? I send the data like this:
It seams that the
absolute_celsius
not works, because thedriver_temp_celsius
always be 0, so the Vehicle will change the temperature toLOW
.The text was updated successfully, but these errors were encountered: