Does the "hvac cancel" command work for you? #1908
stephberteaux
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
On my vehicle (A5E1AE), while the CLI for HVAC start works fine (e.g.
renault-api hvac start --temperature XX), therenault-api hvac canceldoesn't.It does not produce any error output. In fact, it looks like it works but it does nothing. At least, it does not stop an ongoing HVAC run.
I looked at the API and instead of POSTing
{
"data": {
"type": "HvacStart",
"attributes": {
"action": "cancel"
}
}
}
to
{{base_url}}/commerce/v1/accounts/{{account_id}}/kamereon/kca/car-adapter/v1/cars/{{vin}}/actions/hvac-start?country={{country}}, I discovered that by changing the "cancel" into "stop", it was working just fine. At least, it interrupts an ongoing HVAC run.Am I the only one to have this "issue" ? Does the "cancel" action work for anyone?
I also created a ticket for that: #1907
Beta Was this translation helpful? Give feedback.
All reactions