-
-
Notifications
You must be signed in to change notification settings - Fork 725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Mercedes #2259
Add Mercedes #2259
Conversation
and fixes to get a working state
PR auf "Ready for review"? |
Sehr schick! Merge?! |
Its up to you guys :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xantalor Ich hab noch ein paar Code-Style Dinge drangeschrieben. Sonst passt das aber von mir.
@naltatis Danke für die Vorschläge :) sind schon eingebaut. |
KLASSE!!! Riesenleistung! |
Danke @xantalor für die Entwicklung. Wäre supergut, wenn noch eine Beispielkonfiguration dokumentiert werden könnte? Ggf. in https://github.com/evcc-io/config#vehicles , wenn ich das richtig verstanden habe soll auf der Web Oberfläche noch einen "Login" Menüpunkt ergänzt werden. Any news? Kann leider nur anbieten, dass ich die Dokumentation dann als dummer User dann teste. Sorry. |
@muelmark Du brauchst:
Also normale Fahrzeugconfig plus |
Danke für Deine schnelle Antwort. (1) Wenn ich das richtig verstanden habe muss die Callback URL von "aussen" erreichbar sein. Korrekt? Dann Änderung siehe oben nach deinem Kommentar - auszug aus evcc.yaml
Kommt folgender Fehler hoch: Im WebUI kommt dann auch der Anmeldebutton hoch. Einmal gedrückt kommt erscheint folgende Fehlermeldung. Ich denke das ist noch ein Konfigurationsfehler, irgendwas noch falsch konfiguiert, oder? |
Nein. Den "Redirect" macht der Browser (auf Veranlassung von MB an die konfigurierte Adresse) - es kommt nur darauf an, dass der Browser die URL korrekt auf evcc auflösen kann.
S.o.- ja klar!
Kommst Du denn von der MB Anmeldung wieder zurück auf die EVCC Oberfläche? Deine Config sieht prinzipiell richtig raus... |
@muelmark hat das für Dich geklappt? Falls nein mach gerne nochmal eine neue Discussion auf, hier im PR gehen die Fragen unter. |
Erst heute dazugekommen -> #2724 |
Fix #731
First draft to handle authorization code flow for the mercedes API.
Login button disappears after ~5 seconds after login, could/should be improved.
Vehicle SoC is fetched after Login and switching the mode to "now".
Rudimentary logout is possible, MB does not provide an SSO logout. Therefore only the backend can forget the current token and the user has to clear the browser cache.
TODO