Closed evilworm closed 1 year ago
@evilworm Thanks for reporting this. For some reason i was not getting any notification on from github. I was as well a but busy with our new born. I will hopefully push a fix this week or next week latest.
PR has been merged new version has been pushed to NPM
Seems like bmw api has changed and the library does not work anymore (throws 404 resource not found). Did a quick glance at python lib and found that vehicle status url changed from /eadrax-vcs/v2/vehicles to /eadrax-vcs/v4/vehicles. Also for VIN status query you now need to call /eadrax-vcs/v4/vehicles/status and pass "bmw-vin" header.
This is a quick hack with "npx patch-package bmw-connected-drive" and should get "getVehicles" and "getVehicleStatus" working...