Closed SalmanBurhan closed 1 year ago
Thanks for the report! It seems that VehicleInfo
is not a valid option for carView
anymore.
Could you try out FrontView
and FrontLeft
?
@rikroe seems like you are right:
DEBUG:httpx._client:HTTP Request: GET https://cocoapi.bmwgroup.com/eadrax-ics/v3/presentation/vehicles/xxx/images?carView=VehicleStatus "HTTP/1.1 200 OK" vehicle image saved to frontside.png DEBUG:httpx._client:HTTP Request: GET https://cocoapi.bmwgroup.com/eadrax-ics/v3/presentation/vehicles/xxx/images?carView=FrontView "HTTP/1.1 200 OK" vehicle image saved to front.png DEBUG:httpx._client:HTTP Request: GET https://cocoapi.bmwgroup.com/eadrax-ics/v3/presentation/vehicles/xxx/images?carView=FrontLeft "HTTP/1.1 200 OK" vehicle image saved to side.png
is Vehicle Image
actually available in Home Assistant ? If so, how ?
Not yet, however we could implement it via the new image
component.
I'll put it on the list.
Any update on integrating vehicle image into the home assistant plugin?
Describe the issue
After a successful login, all endpoints and functions appear to be working correctly with the exception of the vehicle image function. Calling the vehicle image endpoint for any
carView
other thanVehicleStatus
yields a JSON Body Response:with a HTTP Status Code of 424 (Failed Dependency)
Expected behavior
The response body of content-type: image/png containing the image for
carView
of the specified{VIN}
Which Home Assistant version are you using?
N/A, Not Using via HA
What was the last working version of Home Assistant Core?
No response
What is your region?
North America
MyBMW website
Number of cars
Output of bimmer_connected fingerprint
Anything in the logs that might be useful for us?
Additional information
See Discussion #497
Title