ConnectedCar Binding myAudi, Volkswagen, VW ID, Skoda, Enyaq, Seat, Ford, WeCharge

Even it is workin with other items, please give @cwi‘s advice a try.
Especially with channels using UoM you need to provide the %unit%….

Hi @markus7017 ,
can you recheck some channels for the “idvehicle” please?

12:28:05.102 [DEBUG] [nnectedcar.internal.util.ChannelCache] - tID: Channel charger#targetChgLvl updated with 100 % (type class org.openhab.core.library.types.QuantityType).
12:28:05.102 [DEBUG] [nnectedcar.internal.util.ChannelCache] - tID: Channel climater#targetTemperature updated with 22 °C (type class org.openhab.core.library.types.QuantityType).
12:28:05.102 [DEBUG] [nnectedcar.internal.util.ChannelCache] - tID: Channel general#timeInCar updated with 2021-09-03T11:51:30.000+0200 (type class org.openhab.core.library.types.DateTimeType).

These are the problems:

  1. charger#targetChgLvl gets a value, but is not in channels generated from binding (there: control#targetChgLvl)
  2. climater#targetTemperature gets a value, but is not in channels generated from binding (there: control#targetTemperature)
  3. general#timeInCar gets a value, but is not in channels generated from binding (there: status#timeInCar)

In addition I noticed the following:
charger#chargingPower does not get a value and is not in channels generated from binding (advanced channels active) – may be it has to be removed from the README?

Your work is great and very much appreciated - thanks in advance!

Did you deleted and re-added the thing?

Yes, I have deleted and re-added the thing - repeated it again and the problem is still the same.

Great thank you. It works now.


   Text icon="auto" label="Auto" {
80
        Text icon="audi" label="Audi" {
81
            Text icon="fuel" item=AudiS4Avant_rangeRemainingFuel label="Füllstand Tank [%d %unit%]"
82
            Text icon="fuel" item=AudiS4Avant_rangeTotalRange label="Reichweite Tank [%d %unit%]"
83
            Text icon="water" item=AudiS4Avant_maintenanceDistanceAdBlue label="Reichweite Ad Blue [%d %unit%]"
84
            Setpoint icon="time" item=AudiS4Avant_controlVentHeatDuration label="Laufzeit Lüftung / Heizung [%d min]" step=10 maxValue=60 minValue=10
85
            Switch icon="lock" label="Fahrzeug verschlossen" item=AudiS4Avant_statusVehicleLocked
86
            Text icon="calendar" item=AudiS4Avant_generalLastUpdate label="Letztes Update [%1$tA, %1$td  %1$tB, %1$tY - %1$tI:%1$tM %1$Tp]"
87
            Text icon="map" item=AudiS4Avant_locationLastAddress label="Letzte Adresse [%s]"
88
            Frame label="Karte"
89
            Mapview icon="map" item=AudiS4Avant_locationLastLocation label="Letzter Standort [%s]"
90
        }
91
    }

Hi all,
very interesting Threat :wink:

Any Plans to integrate Fiat’s Neuer 500 into this Binding?

Regards

3 Likes

Hi @markus7017

even though I‘m still owing you a written use case/howto for the shelly binding I‘ve stumbled over a new problem.

Most recent Snapshot. Pulled tonight, but also tested the version that was online yesterday. Openhab 3.1.

When I try to switch on the control#climater channel I get the below error in the log. Channel stays off.

2021-09-19 21:05:39.543 [WARN ] [ar.internal.handler.ThingBaseHandler] - TMB<REDACTED>: General Error: Unmatched braces in the pattern.
java.lang.IllegalArgumentException: Unmatched braces in the pattern.
        at java.text.MessageFormat.applyPattern(MessageFormat.java:520) ~[?:?]
        at java.text.MessageFormat.<init>(MessageFormat.java:370) ~[?:?]
        at java.text.MessageFormat.format(MessageFormat.java:859) ~[?:?]
        at org.openhab.binding.connectedcar.internal.api.ApiHttpClient.getBrandUrl(ApiHttpClient.java:226) ~[bundleFile:?]
        at org.openhab.binding.connectedcar.internal.api.ApiHttpClient.request(ApiHttpClient.java:153) ~[bundleFile:?]
        at org.openhab.binding.connectedcar.internal.api.ApiHttpClient.post(ApiHttpClient.java:111) ~[bundleFile:?]
        at org.openhab.binding.connectedcar.internal.api.skodae.SkodaEApi.sendAction(SkodaEApi.java:185) ~[bundleFile:?]
        at org.openhab.binding.connectedcar.internal.api.skodae.SkodaEApi.controlClimater(SkodaEApi.java:145) ~[bundleFile:?]
        at org.openhab.binding.connectedcar.internal.handler.EnyakVehicleHandler.handleBrandCommand(EnyakVehicleHandler.java:75) ~[bundleFile:?]
        at org.openhab.binding.connectedcar.internal.handler.ThingBaseHandler.handleCommand(ThingBaseHandler.java:306) [bundleFile:?]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
        at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
        at org.openhab.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:154) [bundleFile:?]
        at org.openhab.core.internal.common.InvocationHandlerSync.invoke(InvocationHandlerSync.java:59) [bundleFile:?]
        at com.sun.proxy.$Proxy779.handleCommand(Unknown Source) [?:?]
        at org.openhab.core.thing.internal.profiles.ProfileCallbackImpl.handleCommand(ProfileCallbackImpl.java:80) [bundleFile:?]
        at org.openhab.core.thing.internal.profiles.SystemDefaultProfile.onCommandFromItem(SystemDefaultProfile.java:48) [bundleFile:?]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
        at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
        at org.openhab.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:154) [bundleFile:?]
        at org.openhab.core.internal.common.Invocation.call(Invocation.java:52) [bundleFile:?]
        at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
        at java.lang.Thread.run(Thread.java:829) [?:?]

If you need anything let me know.

Thanks,
Stefan

you are right, there was a ) instead of }
try updated build

Hey markus,

the bug is indeed fixed with the new build. Flipping the climate on still brings an error:

2021-09-20 23:16:54.593 [INFO ] [ar.internal.handler.ThingBaseHandler] - TMBJ<REDACTED>: Reverse address lookup based on vehicle's geo position is enabled (using OpenStreetMap)
2021-09-20 23:17:31.883 [INFO ] [ar.internal.handler.ThingBaseHandler] - TMBJ<REDACTED>: API Call failed: API call failed
2021-09-20 23:17:31.886 [WARN ] [ar.internal.handler.ThingBaseHandler] - TMBJ<REDACTED>:

The last line really ends that way. I‘ll try debug logging tomorrow when I find a few minutes.

Thanks,
Stefan

please turn TRACE log on, this will bring up details on the error
I need to improve status logging

Hey Markus,

Tracelogging is done. It’s quite extensive and I’m not sure if there is still private info/tokens/passwords in there. You’ll find the log here: Microsoft OneDrive - Access files anywhere. Create docs with free Office Online.

Password on Signal in a minute.

Thanks,
Stefan

I checked the log and the HTTP POST to trigger the action has a wrong format. This could never work even been confirmed by a user (I usually don’t test the action if a user shares credentials and let it up to them). This has to be fixed. I’ll come back to you once I have sthg to test

Thanks for checking :slight_smile: Give me a shout whenever you have something do test.

Hi there, great addon and have it mostly working with vw ID3 via we connect (Openhab 3.2, addon snapshot 3.2). I am having an issue with it updating however. I might be mis-interpreting but the last updated field seems to not update regularly (15 minute polling), even when the car is moving/charging (eg changing state). All the data updates and is correct if I reset the bridge or unitilise and reinitialise the car thing, after that some times the updates happen automatically and more often they don’t. I had a look in the traces and there is alot of traffic around resetting tokens (for 360secs) and it does seem to pull down an http response on a more regular basis than I am actually seeing the update on Openhab. Happy to send logs if you want them

Hi,
I’ve got a Cupra (SEAT) Formentor and I would be glad to test the binding.
Already installed the addon (OH 3.1, addon 3.2) and added the Seat account thing. Then I get the error
" COMMUNICATION_ERROR Unknown base URL for brand URL"

Looking at the log it seems like login is successful, but I can’t find any information on why I can’t connect. Also, there are some snippets of Skoda to find in the log, don’t know if thats on purpose because they are similar or if thats the cause for the error. Any suggestions?

Full TRACE log:

10:01:56.929 [DEBUG] [ectedcar.internal.api.IdentityManager] - VW: Logging in, account=xxxxxxx@xxxxx.com
10:01:56.943 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP GET https://identity.vwgroup.io/oidc/v1/authorize?client_id=50f215ac-4444-4230-9fb1-fe15cd1a9bcc%40apps_vw-dilab_com&scope=openid+profile+mbb+cars+birthdate+nickname+address+phone&response_type=code+id_token&redirect_uri=seatconnect%3A%2F%2Fidentity-kit%2Flogin&nonce=MTYzMjgxNjExNjk0MQ==&state=8bb2b91e-0849-449f-b83a-66f9ddf22b60
10:01:56.954 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Accept-Encoding: gzip
User-Agent: okhttp/3.11.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3
Content-Type: application/x-www-form-urlencoded
x-requested-with: cz.skodaauto.connect
upgrade-insecure-requests: 1


10:01:57.583 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP 302 Response:
10:01:57.594 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Date: Tue, 28 Sep 2021 08:01:48 GMT
Content-Length: 0
Connection: keep-alive
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Expires: 0
Location: https://identity.vwgroup.io/signin-service/v1/signin/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16
Pragma: no-cache
Referrer-Policy: origin
Set-Cookie: JSESSIONID=9AA37BF8C6A8E92D35540997CCCDF4E5; Path=/oidc; Secure; HttpOnly
Set-Cookie: vcap_journey=92a2e57f-ba35-49bb-84e7-5f474ff7143a; Path=/; Secure
Set-Cookie: __VCAP_ID__=15247f40-fc30-4dbb-5155-b853; Path=/oidc; HttpOnly; Secure
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Vcap-Request-Id: 281f24cf-72f0-402c-7b33-f02729e8f26d
X-Xss-Protection: 1; mode=block


10:01:57.600 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP 302 -> https://identity.vwgroup.io/signin-service/v1/signin/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16
10:01:57.619 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP GET https://identity.vwgroup.io/signin-service/v1/signin/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16
10:01:57.622 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Accept-Encoding: gzip
User-Agent: okhttp/3.11.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3
Content-Type: application/x-www-form-urlencoded
x-requested-with: cz.skodaauto.connect
upgrade-insecure-requests: 1


10:01:57.776 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP 200 Response: <!DOCTYPE html><html lang="en" xmlns="http://www.w3.org/1999/html"><head>    <meta charset="utf-8"/>    <meta name="viewport"          content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=no"/>    <meta name="identitykit" content="loginIdentifier"/>    <link href="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/styles/seat-theme.css"          rel="stylesheet"/>    <link rel="apple-touch-icon" sizes="180x180"          href="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/favicons/seat/apple-touch-icon.png"/>    <link rel="icon" type="image/png" sizes="32x32"          href="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/favicons/seat/favicon-32x32.png"/>    <link rel="icon" type="image/png" sizes="16x16"          href="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/favicons/seat/favicon-16x16.png"/><script src="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/javascripts/base/jquery-3.5.0.min.js"></script><script type="application/javascript"        src="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/javascripts/base/PasswordRevealer.js"></script><script type="application/javascript"        src="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/javascripts/base/InputFieldSessionPersistence.js"></script><script type="application/javascript"        src="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/javascripts/base/OnDocumentLoaded.js"></script><script type="application/javascript"        src="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/javascripts/base/TimeElapsedCounter.js"></script><script type="application/javascript"        src="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/javascripts/base/ErrorRemover.js"></script><script type="application/javascript"        src="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/javascripts/base/consent.js"></script><script type="application/javascript">//<![CDATA[    new OnDocumentLoaded(document, callback);    function callback() {        addHideMessageEventListener('[type="password"]');        addHideMessageEventListener('[type="text"]');        addHideMessageEventListener('[type="email"]');        new PasswordRevealer(document, document.querySelector('[type="password"]'), '#input_password_revealer');        new InputFieldSessionPersistence(document.getElementById("input_email"), window);    }    function addHideMessageEventListener(selector) {        var element = document.querySelector(selector);        if (element) {            element.addEventListener("keydown", hideMessage);        }    }    function hideMessage() {        new ErrorRemover(document);    }    function isNotIE() {        try {            var ua = window.navigator.userAgent;            var msie = ua.indexOf("MSIE ");            var isIEUpToVersion11 = msie > 0;            var isIEFromVersion11 = !!navigator.userAgent.match(/Trident.*rv\:11\./);            var isIE = isIEUpToVersion11 || isIEFromVersion11;            return !isIE;        } catch (e) {            return true;        }    }//]]></script></head><body><div id="page-container-background"></div><div class="body-container">    <div class="page-container">        <div class="page-content">            <div class="hide spacer-top" ></div>            <div id="legal-entity" class="legal-entity">                <div class="legal-entity-logo"></div>                <div id="legal-entity-name"                     class="legal-entity-name">SEAT ID &amp; CUPRA ID</div>            </div><form class="content" id="emailPasswordForm"      name="emailPasswordForm"      method="POST"      novalidate="true"      action="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/login/identifier">    <div id="title" class="title">        <div class="primary-title">Welcome</div>        <div class="sub-title">to SEAT CONNECT &amp; CUPRA CONNECT.</div>    </div>    <input type="hidden" id="csrf" name="_csrf" value="a3148f8e-e913-452d-a818-758800f3b242"/>    <input type="hidden" id="input_relayState" name="relayState" value="6fb8b424a4ff66a04db6fc584f8331fc44930c16"/>    <input type="hidden" id="hmac" name="hmac" value="283cbada8d3d6c83a7484515a9045c8b60be91148e5c4765760c9693d3799164"/>    <div class="inputs"><div class="group">    <input            id="input_email"            name="email"            type="email"            required="true"            autofocus="true"                onkeyup="this.setAttribute('input-value',this.value)"                                        />    <span class="bar"></span>    <label for="input_email">Email</label>    </div>    </div>    <div class="btn-group-single"><button        id="next-btn"        class="btn zenith-button btn-active"        type="submit"        >    Next</button>    </div>    <div class="link">        <a id="signup-link"           class="zenith-link"           href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/register/identifier?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16">        Create account        </a>    </div>    <script type="application/javascript"            src="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/javascripts/base/InputFieldsButtonEnabler.js"></script>    <script>        new OnDocumentLoaded(document, callback);        function callback() {            new InputFieldsButtonEnabler(document.querySelector("#input_email"), document.querySelector("#next-btn"));        }    </script></form>            <div class="hide spacer-bottom" ></div>            <footer>    <ul>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/imprint-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="imprint">Imprint</a></li>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/termsOfUse-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="terms-of-use">Terms of Use</a></li>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/dataPrivacy-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="data-privacy">Data Privacy Policy</a></li>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/cookiePolicy-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="cookie-policy">Cookie Policy</a></li>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/licenses-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="licenses">3rdParty Licenses</a></li>    </ul>            </footer>        </div>    </div>            <footer>    <ul>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/imprint-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="imprint">Imprint</a></li>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/termsOfUse-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="terms-of-use">Terms of Use</a></li>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/dataPrivacy-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="data-privacy">Data Privacy Policy</a></li>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/cookiePolicy-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="cookie-policy">Cookie Policy</a></li>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/licenses-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="licenses">3rdParty Licenses</a></li>    </ul>            </footer></div></body></html>
10:01:57.815 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Date: Tue, 28 Sep 2021 08:01:49 GMT
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Language: en
Expires: 0
Pragma: no-cache
Set-Cookie: SESSION=YTBhM2VjY2UtYzk0OC00MWE5LTk1ZWYtNjAyNzFiODc5MDBl; Path=/signin-service/v1/; Secure; HttpOnly; SameSite=Lax
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Vcap-Request-Id: d9bb101e-a66d-42ec-6fa6-c61079225c10
X-Xss-Protection: 1; mode=block


10:01:57.842 [TRACE] [onnectedcar.internal.api.ApiWithOAuth] - VW: OAuth input: User
10:01:57.856 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP POST https://identity.vwgroup.io/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/login/identifier
10:01:57.869 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Accept-Encoding: gzip
User-Agent: okhttp/3.11.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3
Content-Type: application/x-www-form-urlencoded
x-requested-with: cz.skodaauto.connect
upgrade-insecure-requests: 1
Content-Length: 196


10:01:57.884 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Body/Data: _csrf=a3148f8e-e913-452d-a818-758800f3b242&relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16&hmac=283cbada8d3d6c83a7484515a9045c8b60be91148e5c4765760c9693d3799164&email=xxxxxxx%40xxxxx.com
10:01:57.967 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP 303 Response:
10:01:57.975 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Date: Tue, 28 Sep 2021 08:01:49 GMT
Content-Length: 0
Connection: keep-alive
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Language: en
Expires: 0
Location: /signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/login/authenticate?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16&email=xxx%40xxx.com
Pragma: no-cache
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Vcap-Request-Id: 7e6d1eeb-5c80-414e-5e75-6ad6d35e9309
X-Xss-Protection: 1; mode=block


10:01:57.981 [TRACE] [onnectedcar.internal.api.ApiWithOAuth] - VW: OAuth: Input password
10:01:57.985 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP GET https://identity.vwgroup.io/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/login/authenticate?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16&email=xxxxxxxx%40xxx.com
10:01:57.990 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Accept-Encoding: gzip
User-Agent: okhttp/3.11.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3
Content-Type: application/x-www-form-urlencoded
x-requested-with: cz.skodaauto.connect
upgrade-insecure-requests: 1


10:01:58.082 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP 200 Response: <!DOCTYPE html><html lang="en" xmlns="http://www.w3.org/1999/html"><head>    <meta charset="utf-8"/>    <meta name="viewport"          content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=no"/>    <meta name="identitykit" content="loginAuthenticate"/>        <meta name="robots" content="nofollow"/>    <link href="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/styles/seat-theme.css"          rel="stylesheet"/>    <link rel="apple-touch-icon" sizes="180x180"          href="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/favicons/seat/apple-touch-icon.png"/>    <link rel="icon" type="image/png" sizes="32x32"          href="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/favicons/seat/favicon-32x32.png"/>    <link rel="icon" type="image/png" sizes="16x16"          href="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/favicons/seat/favicon-16x16.png"/><script src="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/javascripts/base/jquery-3.5.0.min.js"></script><script type="application/javascript"        src="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/javascripts/base/PasswordRevealer.js"></script><script type="application/javascript"        src="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/javascripts/base/InputFieldSessionPersistence.js"></script><script type="application/javascript"        src="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/javascripts/base/OnDocumentLoaded.js"></script><script type="application/javascript"        src="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/javascripts/base/TimeElapsedCounter.js"></script><script type="application/javascript"        src="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/javascripts/base/ErrorRemover.js"></script><script type="application/javascript"        src="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/javascripts/base/consent.js"></script><script type="application/javascript">//<![CDATA[    new OnDocumentLoaded(document, callback);    function callback() {        addHideMessageEventListener('[type="password"]');        addHideMessageEventListener('[type="text"]');        addHideMessageEventListener('[type="email"]');        new PasswordRevealer(document, document.querySelector('[type="password"]'), '#input_password_revealer');        new InputFieldSessionPersistence(document.getElementById("input_email"), window);    }    function addHideMessageEventListener(selector) {        var element = document.querySelector(selector);        if (element) {            element.addEventListener("keydown", hideMessage);        }    }    function hideMessage() {        new ErrorRemover(document);    }    function isNotIE() {        try {            var ua = window.navigator.userAgent;            var msie = ua.indexOf("MSIE ");            var isIEUpToVersion11 = msie > 0;            var isIEFromVersion11 = !!navigator.userAgent.match(/Trident.*rv\:11\./);            var isIE = isIEUpToVersion11 || isIEFromVersion11;            return !isIE;        } catch (e) {            return true;        }    }//]]></script></head><body><div id="page-container-background"></div><div class="body-container">    <div class="page-container">        <div class="page-content">            <div class="hide spacer-top" ></div>            <div id="legal-entity" class="legal-entity">                <div class="legal-entity-logo"></div>                <div id="legal-entity-name"                     class="legal-entity-name">SEAT ID &amp; CUPRA ID</div>            </div><form class="content" id="credentialsForm"      name="credentialsForm"      method="POST"      action="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/login/authenticate">    <div id="title" class="title">        <div class="primary-title">Log in</div>        <div class="sub-title">xxx@xxx.com</div>    </div>    <input type="hidden" id="csrf" name="_csrf" value="a3148f8e-e913-452d-a818-758800f3b242"/>    <input type="hidden" id="input_relayState" name="relayState" value="6fb8b424a4ff66a04db6fc584f8331fc44930c16"/>    <input type="hidden" id="email" name="email" value="xxx@xxx.com"/>    <input type="hidden" id="hmac" name="hmac" value="c01cfb2bf8f99632b3960f9e6b9ac7bfe014c1495f4b6007d35ad6e46ea055cd"/>    <div class="inputs"><div class="group">    <input            id="password"            name="password"            type="password"            required="true"            autofocus="true"                                    autocomplete="current-password"    />        <div id="input_password_revealer" class="password-revealer">            <div class="eye-closed active"></div>            <div class="eye-opened"></div>        </div>    <span class="bar"></span>    <label for="password">Password</label>    </div>    </div>    <div class="btn-group"><button        id="back-btn"                onclick="window.location.href='/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/login/identifier?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16&email=xxx%40xxx.com&fromBackButton=true';"                class="btn btn-secondary zenith-button"        type="button">    Back</button><button        id="next-btn"        class="btn zenith-button btn-active"        type="submit"        disabled="disabled">    Next</button>    </div>    <div class="link">        <a id="forgot-password" class="zenith-link"           href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/reset-password?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16" >        Forgot password        </a>    </div>    <script type="application/javascript"            src="https://cdn.emea.vwapps.io/assets/be108820-9b1a-4906-a2e1-3f39150c43b7/production/emea/1632752933/javascripts/base/InputFieldsButtonEnabler.js"></script>    <script>            const enabler = new InputFieldsButtonEnabler(document.querySelector("#password"),document.querySelector("#next-btn"), 0);            setTimeout(function() {                enabler.check(enabler);            }, 0);    </script></form>            <div class="hide spacer-bottom" ></div>            <footer>    <ul>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/imprint-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="imprint">Imprint</a></li>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/termsOfUse-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="terms-of-use">Terms of Use</a></li>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/dataPrivacy-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="data-privacy">Data Privacy Policy</a></li>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/cookiePolicy-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="cookie-policy">Cookie Policy</a></li>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/licenses-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="licenses">3rdParty Licenses</a></li>    </ul>            </footer>        </div>    </div>            <footer>    <ul>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/imprint-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="imprint">Imprint</a></li>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/termsOfUse-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="terms-of-use">Terms of Use</a></li>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/dataPrivacy-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="data-privacy">Data Privacy Policy</a></li>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/cookiePolicy-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="cookie-policy">Cookie Policy</a></li>        <li><a href="/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/licenses-page?relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16"               id="licenses">3rdParty Licenses</a></li>    </ul>            </footer></div></body></html>
10:01:58.127 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Date: Tue, 28 Sep 2021 08:01:49 GMT
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Language: en
Expires: 0
Pragma: no-cache
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Vcap-Request-Id: 1b39667d-e23d-4654-45a5-0d525757cbc8
X-Xss-Protection: 1; mode=block


10:01:58.131 [TRACE] [onnectedcar.internal.api.ApiWithOAuth] - VW: OAuth: Authenticate
10:01:58.136 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP POST https://identity.vwgroup.io/signin-service/v1/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com/login/authenticate
10:01:58.140 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Accept-Encoding: gzip
User-Agent: okhttp/3.11.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3
Content-Type: application/x-www-form-urlencoded
x-requested-with: cz.skodaauto.connect
upgrade-insecure-requests: 1
Content-Length: 223


10:01:58.145 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Body/Data: _csrf=a3148f8e-e913-452d-a818-758800f3b242&relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16&hmac=c01cfb2bf8f99632b3960f9e6b9ac7bfe014c1495f4b6007d35ad6e46ea055cd&email=xxx%40xxx.com&password=xxxxxxxx
10:01:58.391 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP 302 Response:
10:01:58.398 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Date: Tue, 28 Sep 2021 08:01:49 GMT
Content-Length: 0
Connection: keep-alive
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Language: en
Expires: 0
Location: https://identity.vwgroup.io/oidc/v1/oauth/sso?clientId=50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com&relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16&userId=16768dab-afaf-4697-9871-e862cccff5c0&HMAC=a6444ab8de68f4205df6b84c40b3d4319228e58569c44512b57dff093f0e8988
Pragma: no-cache
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Vcap-Request-Id: bc4c12e3-9ff0-4611-6f12-2a655b025d19
X-Xss-Protection: 1; mode=block


10:01:58.407 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP 302 -> https://identity.vwgroup.io/oidc/v1/oauth/sso?clientId=50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com&relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16&userId=16768dab-afaf-4697-9871-e862cccff5c0&HMAC=a6444ab8de68f4205df6b84c40b3d4319228e58569c44512b57dff093f0e8988
10:01:58.420 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP GET https://identity.vwgroup.io/oidc/v1/oauth/sso?clientId=50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com&relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16&userId=16768dab-afaf-4697-9871-e862cccff5c0&HMAC=a6444ab8de68f4205df6b84c40b3d4319228e58569c44512b57dff093f0e8988
10:01:58.428 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Accept-Encoding: gzip
User-Agent: okhttp/3.11.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3
Content-Type: application/x-www-form-urlencoded
x-requested-with: cz.skodaauto.connect
upgrade-insecure-requests: 1


10:01:58.535 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP 302 Response:
10:01:58.543 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Date: Tue, 28 Sep 2021 08:01:49 GMT
Content-Length: 0
Connection: keep-alive
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Content-Language: en-US
Expires: 0
Location: https://identity.vwgroup.io/signin-service/v1/consent/users/16768dab-afaf-4697-9871-e862cccff5c0/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com?scopes=openid%20profile%20mbb%20cars%20birthdate%20nickname%20address%20phone&relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16&callback=https://identity.vwgroup.io/oidc/v1/oauth/client/callback&hmac=32f97ad6a9cb51980f22a861c6c90362942654c7f630dc98229cee202db23e15
Pragma: no-cache
Referrer-Policy: origin
Set-Cookie: s_979e7d4e-91f6-4591-964b-3811181ed714=ca44556de6941dfb60722d10e86b50f6e053f06b; Max-Age=86400; Expires=Wed, 29-Sep-2021 08:01:49 GMT; Domain=identity.vwgroup.io; Path=/oidc/; Secure; HttpOnly
Set-Cookie: d_979e7d4e-91f6-4591-964b-3811181ed714=b67a4d74e647742ec597cde5fd21d2c598b2d9f7; Max-Age=31536000; Expires=Wed, 28-Sep-2022 08:01:49 GMT; Domain=identity.vwgroup.io; Path=/oidc/; Secure; HttpOnly
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Vcap-Request-Id: 636c2c3e-8478-4ce1-7ebb-00ce84624b7d
X-Xss-Protection: 1; mode=block


10:01:58.558 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP 302 -> https://identity.vwgroup.io/signin-service/v1/consent/users/16768dab-afaf-4697-9871-e862cccff5c0/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com?scopes=openid%20profile%20mbb%20cars%20birthdate%20nickname%20address%20phone&relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16&callback=https://identity.vwgroup.io/oidc/v1/oauth/client/callback&hmac=32f97ad6a9cb51980f22a861c6c90362942654c7f630dc98229cee202db23e15
10:01:58.577 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP GET https://identity.vwgroup.io/signin-service/v1/consent/users/16768dab-afaf-4697-9871-e862cccff5c0/50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com?scopes=openid%20profile%20mbb%20cars%20birthdate%20nickname%20address%20phone&relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16&callback=https://identity.vwgroup.io/oidc/v1/oauth/client/callback&hmac=32f97ad6a9cb51980f22a861c6c90362942654c7f630dc98229cee202db23e15
10:01:58.583 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Accept-Encoding: gzip
User-Agent: okhttp/3.11.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3
Content-Type: application/x-www-form-urlencoded
x-requested-with: cz.skodaauto.connect
upgrade-insecure-requests: 1


10:01:58.652 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP 302 Response:
10:01:58.660 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Date: Tue, 28 Sep 2021 08:01:50 GMT
Content-Length: 0
Connection: keep-alive
Cache-Control: no-store
Content-Language: en
Location: https://identity.vwgroup.io/oidc/v1/oauth/client/callback/success?user_id=16768dab-afaf-4697-9871-e862cccff5c0&client_id=50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com&scopes=openid%20profile%20mbb%20cars%20birthdate%20nickname%20address%20phone&consentedScopes=openid%20profile%20mbb%20cars%20birthdate%20nickname%20address%20phone&relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16&hmac=181d8ecfcfc695806c3fcbd72f9fa941e07394c9c40454c167c813f5c8178914
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Vcap-Request-Id: 5cdd3ad8-b1cf-4573-4572-f8e302ebd5f0
X-Xss-Protection: 1; mode=block


10:01:58.670 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP 302 -> https://identity.vwgroup.io/oidc/v1/oauth/client/callback/success?user_id=16768dab-afaf-4697-9871-e862cccff5c0&client_id=50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com&scopes=openid%20profile%20mbb%20cars%20birthdate%20nickname%20address%20phone&consentedScopes=openid%20profile%20mbb%20cars%20birthdate%20nickname%20address%20phone&relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16&hmac=181d8ecfcfc695806c3fcbd72f9fa941e07394c9c40454c167c813f5c8178914
10:01:58.682 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP GET https://identity.vwgroup.io/oidc/v1/oauth/client/callback/success?user_id=16768dab-afaf-4697-9871-e862cccff5c0&client_id=50f215ac-4444-4230-9fb1-fe15cd1a9bcc@apps_vw-dilab_com&scopes=openid%20profile%20mbb%20cars%20birthdate%20nickname%20address%20phone&consentedScopes=openid%20profile%20mbb%20cars%20birthdate%20nickname%20address%20phone&relayState=6fb8b424a4ff66a04db6fc584f8331fc44930c16&hmac=181d8ecfcfc695806c3fcbd72f9fa941e07394c9c40454c167c813f5c8178914
10:01:58.686 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Accept-Encoding: gzip
User-Agent: okhttp/3.11.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3
Content-Type: application/x-www-form-urlencoded
x-requested-with: cz.skodaauto.connect
upgrade-insecure-requests: 1


10:01:58.823 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP 302 Response:
10:01:58.831 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Date: Tue, 28 Sep 2021 08:01:50 GMT
Content-Length: 0
Connection: keep-alive
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Expires: 0
Location: seatconnect://identity-kit/login#state=8bb2b91e-0849-449f-b83a-66f9ddf22b60&code=eyJraWQiOiIxYWVhNjQ0OWJkOTM3ZWJhIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiIxNjc2OGRhYi1hZmFmLTQ2OTctOTg3MS1lODYyY2NjZmY1YzAiLCJhdWQiOiI1MGYyMTVhYy00NDQ0LTQyMzAtOWZiMS1mZTE1Y2QxYTliY2NAYXBwc192dy1kaWxhYl9jb20iLCJhY3IiOiJodHRwczpcL1wvaWRlbnRpdHkudndncm91cC5pb1wvYXNzdXJhbmNlXC9sb2EtMiIsInNjcCI6Im9wZW5pZCBwcm9maWxlIG1iYiBjYXJzIGJpcnRoZGF0ZSBuaWNrbmFtZSBhZGRyZXNzIHBob25lIiwiYWF0IjoiaWRlbnRpdHlraXQiLCJpc3MiOiJodHRwczpcL1wvaWRlbnRpdHkudndncm91cC5pbyIsImp0dCI6ImF1dGhvcml6YXRpb25fY29kZSIsImV4cCI6MTYzMjgxNjQxMCwiaWF0IjoxNjMyODE2MTEwLCJub25jZSI6Ik1UWXpNamd4TmpFeE5qazBNUT09IiwianRpIjoiZDNjZTMwY2EtMmY5OC00YWM2LTg5M2QtMmFjYTQ2NTAwMjk2In0.KjzxS8dLacq2haTg8T-gX_Nck052boqd33NYuUHNSgsOBIKF0xuD4iuw6zrV8JEoKkFCtBrA0u1_6mthPc79nmPDc1_ATTa-5vxVR8177ysvdDQasIlxI69cp2Z_zVRa2DOj4vxjyw9VkzlMeuczDNU6CDr7SNTRqtCH40Es_4isFLUezbu3H7BG9BCpZ6fWb4X7YvmxFBWWwVctFMBYLuDTOxGdrJJy7HRLqry1Ob2ryYFXM-rgrI3AP4FNGe-NRq0r-K9mMEMt5uLlBx5PgzjKEYHpLnceLyBoHqZFroQnZtW31jz2F_EkTntiAeFACQscpTe0T9CEQ6I-N1vZxKmPDLHSpHY5CKbDIF-utMlgG4DF1wpBSwy7N1XCsHxINGVrbxEv-7Hr3tXvWbSqISmGUb8OuPanG66Q-rqbg7q7oUoW4o5Wokrcdx0GIbENOEiIbBYguyYTkxpD6rfbNbTcLJO7rprvzZbKqSQvuFHv6agPLG8Ds_Ax8snrImFuMgwl2Jn1FT4tK-Mwb0QkixIcGU1o-OkOvjtdZxu9V4l1PbfmAVSQNN8xZDfLEfh23mxMZ9fXzZDFajgiBTMIkWbDWCP2WdUzuExe1bVUCEnnNvI9Qvl2RHe0ef_KialRWDbMHPIqAwnLTWf0N4UqKR4S6Wz7T_fuTRCT-JRnyDY&token_type=bearer&id_token=eyJraWQiOiIxYWVhNjQ0OWJkOTM3ZWJhIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiIxNjc2OGRhYi1hZmFmLTQ2OTctOTg3MS1lODYyY2NjZmY1YzAiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiY29yIjoiREUiLCJpc3MiOiJodHRwczpcL1wvaWRlbnRpdHkudndncm91cC5pbyIsImp0dCI6ImlkX3Rva2VuIiwidHlwZSI6ImlkZW50aXR5Iiwibm9uY2UiOiJNVFl6TWpneE5qRXhOamswTVE9PSIsImxlZSI6WyJTRUFUIl0sImF1ZCI6WyI1MGYyMTVhYy00NDQ0LTQyMzAtOWZiMS1mZTE1Y2QxYTliY2NAYXBwc192dy1kaWxhYl9jb20iLCJWV0dNQkIwMURFTElWMSIsImh0dHBzOlwvXC9hcGkudmFzLmV1LmRwMTUudndnLWNvbm5lY3QuY29tIiwiaHR0cHM6XC9cL2FwaS52YXMuZXUud2NhcmRwLmlvIl0sImFjciI6Imh0dHBzOlwvXC9pZGVudGl0eS52d2dyb3VwLmlvXC9hc3N1cmFuY2VcL2xvYS0yIiwiY19oYXNoIjoiOUVza0QzRHpPclk5Rkk3WHo4LTl6USIsInVwZGF0ZWRfYXQiOjE2MjUwMzQ2NjQ3NDYsImFhdCI6ImlkZW50aXR5a2l0IiwiZXhwIjoxNjMyODE5NzEwLCJpYXQiOjE2MzI4MTYxMTAsImp0aSI6IjZkMDE5M2NkLTZiZDktNDg5NS1iOWE2LTBmOTQwYjUzOGRkNCIsImVtYWlsIjoic2FtdWVsbW9yYXNjaEBnbWFpbC5jb20ifQ.A2w5_JeknHu81nPEItbB9OVbVsT2qC8M1Ab6zef3jeP4_6pMCCjHsZx98_03RCr8K6KXt0vK1KfeF-mgJe9pqxyr6UKiQLWFgp7CtVLK_Q2ZD5Fo3O4qvNlSUmfgrucsA315WoNOtjzqq5K_sJoxBR5QMyPzU68-8_g5i5abIwwvYioGlhKksFGsVbGuk7-ta5uQhmirdcdP0m1hUPIyAYm6SSB-49gnXU93IAq8fNvDqchIBdSBui0DjdBpdNDr6fQPSIZ3Zdh5OUDA2hdlZ26X6YBkqdwdeymx12cAW4RZNJfqPRpeFR5q9L73Di8EtjhBOag1DhKW78_P8K-Gh-Lq_SwvxQlBAOw-HGG8QkPo1Pw1m70cvRl8vt0dvbhFdGuefvpclbqcyQlxObLNshazF8DgUbH6DhERSpn8aNIoqJOQShEUZKyMx3Y-eJyShF4Fr_J4hU4BYumXuYFXzN4gsbAcqe8kDO-sW4CLNTQICHHT1eCvfRbY1UklFMWGF7jVmNNO-OZYikpMEQshfoXHLhfUWR9NdlAwDXBuOWzkR6moGfda-aUIap2EW74RRSmT3STqOR-3jMieOfzK5odddsn4rt4mFZsn7Q7FG7w1g7vZz05tYMEZfjEpJSB8Ixqun7JqODU7sGUGNTaz4ZPw5MCWU1Ogyu4Lh2xvb-M
Pragma: no-cache
Referrer-Policy: origin
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-Vcap-Request-Id: 6928422f-32f0-4592-6e6f-9e8336b3444d
X-Xss-Protection: 1; mode=block


10:01:58.845 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP 302 -> seatconnect://identity-kit/login#state=8bb2b91e-0849-449f-b83a-66f9ddf22b60&code=eyJraWQiOiIxYWVhNjQ0OWJkOTM3ZWJhIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiIxNjc2OGRhYi1hZmFmLTQ2OTctOTg3MS1lODYyY2NjZmY1YzAiLCJhdWQiOiI1MGYyMTVhYy00NDQ0LTQyMzAtOWZiMS1mZTE1Y2QxYTliY2NAYXBwc192dy1kaWxhYl9jb20iLCJhY3IiOiJodHRwczpcL1wvaWRlbnRpdHkudndncm91cC5pb1wvYXNzdXJhbmNlXC9sb2EtMiIsInNjcCI6Im9wZW5pZCBwcm9maWxlIG1iYiBjYXJzIGJpcnRoZGF0ZSBuaWNrbmFtZSBhZGRyZXNzIHBob25lIiwiYWF0IjoiaWRlbnRpdHlraXQiLCJpc3MiOiJodHRwczpcL1wvaWRlbnRpdHkudndncm91cC5pbyIsImp0dCI6ImF1dGhvcml6YXRpb25fY29kZSIsImV4cCI6MTYzMjgxNjQxMCwiaWF0IjoxNjMyODE2MTEwLCJub25jZSI6Ik1UWXpNamd4TmpFeE5qazBNUT09IiwianRpIjoiZDNjZTMwY2EtMmY5OC00YWM2LTg5M2QtMmFjYTQ2NTAwMjk2In0.KjzxS8dLacq2haTg8T-gX_Nck052boqd33NYuUHNSgsOBIKF0xuD4iuw6zrV8JEoKkFCtBrA0u1_6mthPc79nmPDc1_ATTa-5vxVR8177ysvdDQasIlxI69cp2Z_zVRa2DOj4vxjyw9VkzlMeuczDNU6CDr7SNTRqtCH40Es_4isFLUezbu3H7BG9BCpZ6fWb4X7YvmxFBWWwVctFMBYLuDTOxGdrJJy7HRLqry1Ob2ryYFXM-rgrI3AP4FNGe-NRq0r-K9mMEMt5uLlBx5PgzjKEYHpLnceLyBoHqZFroQnZtW31jz2F_EkTntiAeFACQscpTe0T9CEQ6I-N1vZxKmPDLHSpHY5CKbDIF-utMlgG4DF1wpBSwy7N1XCsHxINGVrbxEv-7Hr3tXvWbSqISmGUb8OuPanG66Q-rqbg7q7oUoW4o5Wokrcdx0GIbENOEiIbBYguyYTkxpD6rfbNbTcLJO7rprvzZbKqSQvuFHv6agPLG8Ds_Ax8snrImFuMgwl2Jn1FT4tK-Mwb0QkixIcGU1o-OkOvjtdZxu9V4l1PbfmAVSQNN8xZDfLEfh23mxMZ9fXzZDFajgiBTMIkWbDWCP2WdUzuExe1bVUCEnnNvI9Qvl2RHe0ef_KialRWDbMHPIqAwnLTWf0N4UqKR4S6Wz7T_fuTRCT-JRnyDY&token_type=bearer&id_token=eyJraWQiOiIxYWVhNjQ0OWJkOTM3ZWJhIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiIxNjc2OGRhYi1hZmFmLTQ2OTctOTg3MS1lODYyY2NjZmY1YzAiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiY29yIjoiREUiLCJpc3MiOiJodHRwczpcL1wvaWRlbnRpdHkudndncm91cC5pbyIsImp0dCI6ImlkX3Rva2VuIiwidHlwZSI6ImlkZW50aXR5Iiwibm9uY2UiOiJNVFl6TWpneE5qRXhOamswTVE9PSIsImxlZSI6WyJTRUFUIl0sImF1ZCI6WyI1MGYyMTVhYy00NDQ0LTQyMzAtOWZiMS1mZTE1Y2QxYTliY2NAYXBwc192dy1kaWxhYl9jb20iLCJWV0dNQkIwMURFTElWMSIsImh0dHBzOlwvXC9hcGkudmFzLmV1LmRwMTUudndnLWNvbm5lY3QuY29tIiwiaHR0cHM6XC9cL2FwaS52YXMuZXUud2NhcmRwLmlvIl0sImFjciI6Imh0dHBzOlwvXC9pZGVudGl0eS52d2dyb3VwLmlvXC9hc3N1cmFuY2VcL2xvYS0yIiwiY19oYXNoIjoiOUVza0QzRHpPclk5Rkk3WHo4LTl6USIsInVwZGF0ZWRfYXQiOjE2MjUwMzQ2NjQ3NDYsImFhdCI6ImlkZW50aXR5a2l0IiwiZXhwIjoxNjMyODE5NzEwLCJpYXQiOjE2MzI4MTYxMTAsImp0aSI6IjZkMDE5M2NkLTZiZDktNDg5NS1iOWE2LTBmOTQwYjUzOGRkNCIsImVtYWlsIjoic2FtdWVsbW9yYXNjaEBnbWFpbC5jb20ifQ.A2w5_JeknHu81nPEItbB9OVbVsT2qC8M1Ab6zef3jeP4_6pMCCjHsZx98_03RCr8K6KXt0vK1KfeF-mgJe9pqxyr6UKiQLWFgp7CtVLK_Q2ZD5Fo3O4qvNlSUmfgrucsA315WoNOtjzqq5K_sJoxBR5QMyPzU68-8_g5i5abIwwvYioGlhKksFGsVbGuk7-ta5uQhmirdcdP0m1hUPIyAYm6SSB-49gnXU93IAq8fNvDqchIBdSBui0DjdBpdNDr6fQPSIZ3Zdh5OUDA2hdlZ26X6YBkqdwdeymx12cAW4RZNJfqPRpeFR5q9L73Di8EtjhBOag1DhKW78_P8K-Gh-Lq_SwvxQlBAOw-HGG8QkPo1Pw1m70cvRl8vt0dvbhFdGuefvpclbqcyQlxObLNshazF8DgUbH6DhERSpn8aNIoqJOQShEUZKyMx3Y-eJyShF4Fr_J4hU4BYumXuYFXzN4gsbAcqe8kDO-sW4CLNTQICHHT1eCvfRbY1UklFMWGF7jVmNNO-OZYikpMEQshfoXHLhfUWR9NdlAwDXBuOWzkR6moGfda-aUIap2EW74RRSmT3STqOR-3jMieOfzK5odddsn4rt4mFZsn7Q7FG7w1g7vZz05tYMEZfjEpJSB8Ixqun7JqODU7sGUGNTaz4ZPw5MCWU1Ogyu4Lh2xvb-M
10:01:58.863 [DEBUG] [ectedcar.internal.api.IdentityManager] - VW: Login successful, grating API access
10:01:58.867 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP POST https://mbboauth-1d.prd.ece.vwg-connect.com/mbbcoauth/mobile/oauth2/v1/token
10:01:58.871 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Accept-Encoding: gzip
User-Agent: okhttp/3.11.0
Accept: */*
Host: mbboauth-1d.prd.ece.vwg-connect.com
X-App-Name: SEATConnect
X-App-Version: 1.1.29
X-Client-Id: 9dcc70f0-8e79-423a-a3fa-4065d99088b4
Content-Type: application/x-www-form-urlencoded
Content-Length: 1589


10:01:58.875 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Body/Data: grant_type=id_token&token=eyJraWQiOiIxYWVhNjQ0OWJkOTM3ZWJhIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiIxNjc2OGRhYi1hZmFmLTQ2OTctOTg3MS1lODYyY2NjZmY1YzAiLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiY29yIjoiREUiLCJpc3MiOiJodHRwczpcL1wvaWRlbnRpdHkudndncm91cC5pbyIsImp0dCI6ImlkX3Rva2VuIiwidHlwZSI6ImlkZW50aXR5Iiwibm9uY2UiOiJNVFl6TWpneE5qRXhOamswTVE9PSIsImxlZSI6WyJTRUFUIl0sImF1ZCI6WyI1MGYyMTVhYy00NDQ0LTQyMzAtOWZiMS1mZTE1Y2QxYTliY2NAYXBwc192dy1kaWxhYl9jb20iLCJWV0dNQkIwMURFTElWMSIsImh0dHBzOlwvXC9hcGkudmFzLmV1LmRwMTUudndnLWNvbm5lY3QuY29tIiwiaHR0cHM6XC9cL2FwaS52YXMuZXUud2NhcmRwLmlvIl0sImFjciI6Imh0dHBzOlwvXC9pZGVudGl0eS52d2dyb3VwLmlvXC9hc3N1cmFuY2VcL2xvYS0yIiwiY19oYXNoIjoiOUVza0QzRHpPclk5Rkk3WHo4LTl6USIsInVwZGF0ZWRfYXQiOjE2MjUwMzQ2NjQ3NDYsImFhdCI6ImlkZW50aXR5a2l0IiwiZXhwIjoxNjMyODE5NzEwLCJpYXQiOjE2MzI4MTYxMTAsImp0aSI6IjZkMDE5M2NkLTZiZDktNDg5NS1iOWE2LTBmOTQwYjUzOGRkNCIsImVtYWlsIjoic2FtdWVsbW9yYXNjaEBnbWFpbC5jb20ifQ.A2w5_JeknHu81nPEItbB9OVbVsT2qC8M1Ab6zef3jeP4_6pMCCjHsZx98_03RCr8K6KXt0vK1KfeF-mgJe9pqxyr6UKiQLWFgp7CtVLK_Q2ZD5Fo3O4qvNlSUmfgrucsA315WoNOtjzqq5K_sJoxBR5QMyPzU68-8_g5i5abIwwvYioGlhKksFGsVbGuk7-ta5uQhmirdcdP0m1hUPIyAYm6SSB-49gnXU93IAq8fNvDqchIBdSBui0DjdBpdNDr6fQPSIZ3Zdh5OUDA2hdlZ26X6YBkqdwdeymx12cAW4RZNJfqPRpeFR5q9L73Di8EtjhBOag1DhKW78_P8K-Gh-Lq_SwvxQlBAOw-HGG8QkPo1Pw1m70cvRl8vt0dvbhFdGuefvpclbqcyQlxObLNshazF8DgUbH6DhERSpn8aNIoqJOQShEUZKyMx3Y-eJyShF4Fr_J4hU4BYumXuYFXzN4gsbAcqe8kDO-sW4CLNTQICHHT1eCvfRbY1UklFMWGF7jVmNNO-OZYikpMEQshfoXHLhfUWR9NdlAwDXBuOWzkR6moGfda-aUIap2EW74RRSmT3STqOR-3jMieOfzK5odddsn4rt4mFZsn7Q7FG7w1g7vZz05tYMEZfjEpJSB8Ixqun7JqODU7sGUGNTaz4ZPw5MCWU1Ogyu4Lh2xvb-M&scope=sc2:fal
10:01:59.429 [DEBUG] [nnectedcar.internal.api.ApiHttpClient] - VW: HTTP 200 Response: {"access_token":"eyJraWQiOiJNQkIwMSIsImFsZyI6IlJTMjU2In0.eyJzY3AiOlsiZmFsIl0sInN1YiI6InVxVkNtZHYzM0lKY3FpMTRDWEpMWjhpeUFnTyIsInZlciI6IjEiLCJjb3IiOiJERSIsImlzcyI6IlZXR01CQjAxREVMSVYxIiwiY250IjoiOWRjYzcwZjAtOGU3OS00MjNhLWEzZmEtNDA2NWQ5OTA4OGI0IiwiY2NoIjoiYXBwIiwidHlwIjoiQVQiLCJzeXMiOiJYSURfQVBQX1NFQVQiLCJzdHlwIjoiVDIiLCJhdWQiOiJtYWwucHJkLmVjZS52d2ctY29ubmVjdC5jb20iLCJ0bnQiOiJTZWF0LERFRkFVTFQiLCJleHAiOjE2MzI4MTk3MTAsImlhdCI6MTYzMjgxNjExMCwicnQtaWQiOiJkMDEzMjM0Ny02MWJjLTRjNDAtYTIyNi1hYTdiNGJhODAyZTIiLCJqdGkiOiJlNDE1Njc5Ni1kNzEwLTQ1OWUtYTFlMS1jNzhmZDYzNjQ5ZjUifQ.lJAWJy9W03hn9SfU2qBVcoiW2pE9nzaPEszlA0Uqc8EEvChdzlcSFDqF75q6HILRQ-AF3xbnzPvfjr9mSAQ6_tGATlC_trMqB7X_TWJ1PKSno8X612LaPK-Zcw4GJSjcQ4UOstFAE77i1qIlgA3gJr21ObQ4YElI-kdjADncjZ1bldiFmI6WaYS9dGYjYVQuDtXSgJUz0ugRSP9LdPy6xOfo4v0PNpGth7hr-z687U48M8iLEHUwmkHVlSy0u45Gd8DxRzKfDX1z8sTR8EIGCGkCeyHWSXcaLjtsIdKdkdzUodAcwAYTxUzRcA-a89AcFcfC2LLAWtaha7IP_wxZGA","token_type":"bearer","refresh_token":"eyJraWQiOiJNQkIwMSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiJ1cVZDbWR2MzNJSmNxaTE0Q1hKTFo4aXlBZ08iLCJ2ZXIiOiIxIiwiY29yIjoiREUiLCJpc3MiOiJWV0dNQkIwMURFTElWMSIsImNudCI6IjlkY2M3MGYwLThlNzktNDIzYS1hM2ZhLTQwNjVkOTkwODhiNCIsImNjaCI6IkFQUCIsInR5cCI6IlJUIiwidG50IjoiU2VhdCxERUZBVUxUIiwiZXhwIjoxNjQ3MjU4MTA4LCJpYXQiOjE2MzI4MTYxMTAsImp0aSI6ImQwMTMyMzQ3LTYxYmMtNGM0MC1hMjI2LWFhN2I0YmE4MDJlMiIsInN0eXAiOiJUMiJ9.aPChVlTE3lysEGt9sYyGjLYd4fR6xTq45MePI5-xA1UfdMtV7VIGSKytVcUe0rMCkIZSIBPwYQs5l2hA3GPP3AwfO-FFgA8jew_qdqzpf07IwQHH6xtUhJDPb-V63ydf_aow7ImDWvk8TdGO2PnMdBHUQfQyjZeKd0neiDaW_Q_4NQt7B2d3dV2LE2dPzQmgOMW_JH2Vbk9bn3wmKDS9281yBHG3RjtBigOiSP-i37UaatZ_LdZMyLPGYkdfKIIEqRuOf219tzn5HDy1lKogEMyUP9_SH3lnHA86MFkPooAHKzeRljFk7k33Jr5RVl6T11cbB8sBR9XYSe1fz7YpnQ","expires_in":3599,"scope":"fal"}
10:01:59.439 [TRACE] [nnectedcar.internal.api.ApiHttpClient] -   Headers:
Pragma: no-cache
Cache-Control: no-store
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
Content-Type: application/json;charset=UTF-8
Transfer-Encoding: chunked
Date: Tue, 28 Sep 2021 08:01:50 GMT
Set-Cookie: LBCOOKIE=d423264c4906bbd1fd2bcde2f18fa29ae24942b266a91846b2e20c44409f7229


10:01:59.447 [DEBUG] [ectedcar.internal.api.IdentityManager] - VW: accessToken was created, valid for 360sec
10:01:59.450 [DEBUG] [ing.connectedcar.internal.api.ApiBase] - : API call getVehicles failed: Unknown  base URL for brand URL
10:01:59.455 [DEBUG] [edcar.internal.handler.AccountHandler] - VW: Initialization failed: Unknown  base URL for brand URL

Thanks,
Samuel

which thing type do you use?

Send me a TRACE log as PM

I use the Seat Connect Account Thing.

Hi,
I have exactly the same problem connecting to myAudi. Sometimes it works but most of the time it doesn’t. I use OH 3.1 with the respective version of the binding.
Christian

Hi,
I can confirm the update problem for ID.3 as well as for the WeCharge Wallbox; for the wallbox I tried to trigger the update via channel “control#update” and the debug log showed corresponding action of the binding - nevertheless, the item values have not been updated… (re-initialising the wallbox thing updated the values immediately).