Replacement for the old '/vehicles/{VIN}/executeService' endpoint? #387
Unanswered
Nhubbers
asked this question in
Feature request
Replies: 1 comment 1 reply
-
The routes should still exist, please have a look at bimmer_connected/const.py#L15-L18 for the URL templates. We haven't implemented the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Love the work done here!
Besides collecting data, I previously used the API's to schedule the charging process remotely.
I was using the following endpoint:
/webapi/v1/user/vehicles/{VIN}/executeService?serviceType={COMMAND}
To make the car's charging schedule change to immediate charging:
?serviceType= CHARGE_NOW
OR To update the Charge Schedule in the car, i used:
and:
?serviceType=CHARGING_CONTROL
for example in combination with a schedule like:
After excecution i collected the status of the command through:
/webapi/v1/user/vehicles/{VIN}/serviceExecutionStatus?serviceType={SERVICE}
In the new API I haven't been able to find the new route to this service.
Anyone who has found an answer?
Beta Was this translation helpful? Give feedback.
All reactions