Falco
Falco
@HeraldCoupe I commited the core c# methods in my fork. of course I left out some key, secrets, specific stuff, which is also missing in the python code. you need...
I think there are at least 2 ways to get the token from BMW. one is like the app (IOS+Android) with secret and key and the other is like a...
@HeraldCoupe I just updated my .NET port and added a hint for the "secret" stuff (as it can be found in any CD repo) https://github.com/rs38/BMW-i-Remote/tree/master/csharp (latest commit)
@vslee okay: https://github.com/rs38/CD-Sharp unlike the pute code in my fork it's now more complete but does not compile as .NET Core migration in progress.
I had that issue 1-2 weeks ago and that was a temp. issue from BMW, as you was not able to login with the browser too.
true, currently I get 403, but can login via browser and see the SOC in the json: https://www.bmw-connecteddrive.de/api/vehicle/navigation/v1/WBxyz
there are still some issues with BMW, even their current app behaves strange, does not update. quite well known, if you google for CD problems.
it seems that BMW changed and devides the scope of their access token (which makes sense). You now need an additional token that is only used for the portal based...
BTW: for some reasons the "batterySizeMax": 21000 in altrips shows a wrong value for a i8 may be the SOCMax Value works best for you which is the current net...
thanks, I noticed these further calls while F12 inspecting the connected website, but did not try the same auth header and adding VIN... This is how the response looks when...