-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
record preconditioning failureCause #760
Comments
gernot-h
added a commit
to gernot-h/psa_car_controller
that referenced
this issue
Feb 15, 2024
The preconditioning element has an interesting field called "failureCause" which reports error conditions like opened doors, battery low state etc preventing the preconditioning to run. These errors are interesting, so make them available in our API. This field was removed in 619cefd, not sure why, so add it again. Fixes flobz#760.
gernot-h
added a commit
to gernot-h/psa_car_controller
that referenced
this issue
Mar 5, 2024
The preconditioning element has an interesting field called "failureCause" which reports error conditions like opened doors, battery low state etc preventing the preconditioning to run. These errors are interesting, so make them available in our API. This field was removed in 619cefd, not sure why, so add it again. Fixes flobz#760.
flobz
pushed a commit
that referenced
this issue
Mar 19, 2024
The preconditioning element has an interesting field called "failureCause" which reports error conditions like opened doors, battery low state etc preventing the preconditioning to run. These errors are interesting, so make them available in our API. This field was removed in 619cefd, not sure why, so add it again. Fixes #760.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By chance, I noticed that our Astra L Hybrid's door was not locked/closed correctly by looking at the debug log:
The
get_vehicleinfo
API also reported thestatus
, but it didn't mention the helpfulfailureCause
.I think support for this field was once in the code, but got removed in 619cefd. I wonder whether there was a specific reason to remove this field?
I need to do more tests tomorrow, for now I prefer to keep the car's door closed over night. ;-)
The text was updated successfully, but these errors were encountered: