Falco
Falco
https://github.com/bimmerconnected/bimmer_connected/pull/151
I am also experiencing problems, but they also have some issues on the web login right now. I'm not able to login here: https://www.bmw-connecteddrive.de/app/index.html#/portal
it turns out that my root cause issue since last weekend is that they need TLS 1.2 enabled. Not sure how python deals with it, with .NET webclient it's `...
may I add a question here: going the CD web browser way is much easier for me because I cannot intercept my Android 6.0.1 Smartphone communication due to a CA...
@rikroe thank you for the link. since a few days I cannot get CD requests working via `b2vapi.bmwgroup.com` anymore. If you say the android app is already using the alternate...
I was not quite correct, I'm not able to get the token anymore via `b2vapi.bmwgroup.com/gcdm/oauth/token/` -> error `Der Remoteserver hat einen Fehler zurückgegeben: (403) Unzulässig.` Did they change the key...
and right now the BMW servers are down again. just wanted to implement your python workflow in my c# solution... `b2vapi.bmwgroup.com/gcdm/oauth/token/` -> connection refused Android app and browser are also...
> .The OAuth flow is quite complex @rikroe did you figure out which OAuth 2 flow BMW is following (100% ?) as a standard, so you we could use a...
@rikroe your 2 step approach is 1:1 reverse engineered from the Android .apk? Indeed that 2nd step and cookies is real crap and I have no clue where and how...
> 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...