Richard Kroegel

Results 51 comments of Richard Kroegel

I've got a working first version of a new API instead of `b2vapi.bmwgroup.com` over at [bimmer_connected #140](https://github.com/bimmerconnected/bimmer_connected/pull/140). It is using `https://customer.bmwgroup.com` for inital login and `https://myc-profile.bmwgroup.com` for all API calls...

Thats really strange - I am still able to use the "old" `b2vapi`, but when testing for US cars it didn't work at all... Maybe BMW is reworking their APIs...

> did you figure out which OAuth 2 flow BMW is following (100% ?) as a standard, so you we could use a OAuth2-Client-helper lib? Unfortunately, not all all. It's...

Yes, `https://b2vapi.bmwgroup.com/gcdm/oauth/token` is still working for me (both in Postman and when using [bimmer_connected](https://github.com/bimmerconnected/bimmer_connected). It's a german car/connected drive account. Really unfortunate that not everything is available in the web...

Yeah, seems BMW changed something again and we need to MITM the full network traffic. Trying to get my hands on an old android device, as it seems this is...

Thanks! A quick fix for the old API ist available at [bimmerconnected/bimmer_connected#151](https://github.com/bimmerconnected/bimmer_connected/pull/151).

You have to send the `lat` & `lon` parameters. However, cars build before 7/2014 (except i3/i8) will only show the location if your current location (aka your paramaters) are within...

This looks like it is not an issue with the library itself, but rather your system or an issue on BMW side regarding SSL certificates. Are you using a proxy/VPN...

I'll have a look if theres the possibility to implement this. On issue comes with #140 as this changes the API and auth endpoints (so we cannot just use the...

We need to update the HA component (and the custom component) as well to reflect the new attribute structure (i.e. vehicle attributes moved in `state.py`). I would like to wait...