Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Sneak-L8 @tombox last edited by

      @tombox In einer Version des Adapters (die Änderung hatte ich gemacht) war es so, dass alle Tripdaten nach Timestamp sortiert wurden udn nur die neusten x Einträge eingestellt wurden. So sehe ich das auch noch für die States meines E-Golf. Da er aber einem ID.3 gewichen ist, der diese Abfrage (noch) nicht erlaubt, kann ich es aktuell nicht mehr prüfen.
      Da war genau der Gedanke, bei der Einstellung 1 Eintrag damit ein LastItem zu haben.
      Hast Du das wieder geändert?

      A 1 Reply Last reply Reply Quote 0
      • A
        aba320 @Sneak-L8 last edited by

        @sneak-l8 Ja ich war damals einer der danach gefragt hatte. und in meinem skoda ist es jetzt auch noch so. der neueste ist der vw-connect.0.FIN.tripdatashortTerm.tripData01.

        T 1 Reply Last reply Reply Quote 1
        • T
          Triple-M last edited by Triple-M

          Ich bin neu im Thema iobroker und habe mir den VW Adapter mal installiert. Funktioniert soweit sehr gut! Ich habe aber trotzdem eine Frage und zwar gibt es ja versch. Profile die man aktivieren kann. Sollte/muss man dann den Adapter pro Profil je einmal installieren? Nutze aktuell den Typ „ID“ aber zukünftig kommt noch ein Skoda hinzu, daher die Frage.

          S Wszene 2 Replies Last reply Reply Quote 0
          • S
            Sneak-L8 @Triple-M last edited by

            @triple-m Hab's nicht ausprobiert, aber ich denke Du benötigst zwei Instanzen des Adapters. Er liefert je nach Fahrzeug ja nur mit dem korrekten Profil Daten. Und das lässt sich nur einheitlich pro Instanz einstellen.

            1 Reply Last reply Reply Quote 0
            • Wszene
              Wszene @Triple-M last edited by

              @Triple-M
              Ich habe auch zwei Autos bei mir integriert
              Wenn beide Autos über ein "Skoda Connect" Konto laufen hast reicht eine Instanz
              Wenn du aber so wie bei mir beide Auto einen eigenen Skoda Account haben benötigst du auch 2 Instanzen des Adapters

              1 Reply Last reply Reply Quote 0
              • T
                Triple-M last edited by Triple-M

                Danke, ich habe aktuell einen e-Golf und einen ID3 und später kommt dann noch ein Enyaq hinzu. Der e-Golf und der ID3 sind unter einem Account und für den Enyaq werde ich dann später einen Account bei Skoda einrichten. Also müsste ich 2x den Adapter installieren oder 3x?

                Wszene 1 Reply Last reply Reply Quote 0
                • Wszene
                  Wszene @Triple-M last edited by

                  @triple-m
                  2x reicht

                  1 Reply Last reply Reply Quote 0
                  • T
                    ThetaGamma @aba320 last edited by

                    @aba320 @tombox ich hab's nochmal verifiziert (mein Auto ist ein Passat GTE 2020 falls das relevant wäre) es wird definitiv nicht die "LastItem" Logik angewandt. Wenn ich als Anzahl 10 auswähle werden die ersten 10 Fahrten genommen und diese dann nach der Zeit sortiert.( Adapter Version 0.0.30 )
                    Hab ich die Funktionalität der VW Api richtig verstanden? Man muss alles einlesen, das sortieren und dann den Rest wieder wegschmeissen? Das ist doch total ineffizient...

                    A 1 Reply Last reply Reply Quote 0
                    • A
                      aba320 @ThetaGamma last edited by aba320

                      @thetagamma Hallo, also die anzahl der tripswird natürlch größer. aber Du muß nichts machen der Adapter holt alles was von den servern des VW konzerns kommt. im adapter werden die trips dann nach datum sortiert und der neueste steht als eins. (jedenfalls ist das bei meinem Skoda so).
                      weche datumsdaten haben denn deine Trips die du jetzt hast?ich vermute sehr alte?
                      mach mal einen screenshot der objektstruktur der tripdaten.
                      du sagt diese 10 werden nach zeit sortiert . ist der neueste der 10 die nr 01?

                      T 1 Reply Last reply Reply Quote 0
                      • T
                        ThetaGamma @aba320 last edited by

                        @aba320 ich habe die ersten 10 Fahrten mit dem Fahrzeug als Werte, also 20.12.20-27.12.20 Die Werte vom 27.12. sind dann im Datenpunkt 01 gespeichert. Die Werte z.B. von gestern tauchen gar nicht auf. Die sehe ich nur, wenn ich "alle Datenpunkte" anzeigen lasse.

                        A 2 Replies Last reply Reply Quote 0
                        • A
                          aba320 @ThetaGamma last edited by

                          @thetagamma ja das sagt genau das er von den 10 das neueste als 1 hat. wenn du jetzt alle holst sollte der von heute/gestern die 01 sein.

                          1 Reply Last reply Reply Quote 0
                          • A
                            aba320 @ThetaGamma last edited by

                            @thetagamma das der nueste 01 ist sinnvoll, um z.B. in der VIS immer den letzen Trip/Tag anzeigen zu lassen. bei den cyclic werten das Gleiche. ich hab in meiner vis die 3 letzten Fahrten und die km etc ab tanken.

                            T T 2 Replies Last reply Reply Quote 0
                            • T
                              tombox @aba320 last edited by

                              @aba320 ich bau das gleich mal um

                              1 Reply Last reply Reply Quote 0
                              • T
                                ThetaGamma @aba320 last edited by

                                @aba320 das ist mir klar, aber ich möchte den aktuellsten Wert in 01 haben, auch wenn ich in per Konfiguration nicht alle Daten abhole. Schau mal in meinen Post vielleicht wird das Problem klarer. Ich möchte nicht am Ende des Jahres 1000 Datenpunkte im IOBroker mitschleppen.

                                So wie @tombox es vorgeschlagen hat: ein Item "latestItem", welches immer den aktuellen Werte der letzten Fahrt enthält.

                                1 Reply Last reply Reply Quote 0
                                • A
                                  aba320 last edited by aba320

                                  @tombox für mich ist es bestens mit der sortierung. ich wünsche mir nur das ich alle triptypen(ab start, long und cyclc tanken) gleichzeitig abfragen kann.

                                  S 1 Reply Last reply Reply Quote 0
                                  • S
                                    Sneak-L8 @aba320 last edited by

                                    @aba320 Da bin ich gerade dran, das in einem Branch "multiTrips" umzusetzen. Habe aber noch Probleme, die ich lösen muss.

                                    @tombox erhalte beim Pushen auch immer eine Mail mit einem Fehler beim Build, dass titleLang in io-package.json nicht iterierbar sei. Ich glaube, das ist aber eine Falschmeldung, weshalb bei vielen Adaptern gerade bei Build "failed" steht, oder?

                                    S 1 Reply Last reply Reply Quote 0
                                    • S
                                      Sneak-L8 @Sneak-L8 last edited by

                                      @aba320 So, unter https://github.com/TA2k/ioBroker.vw-connect/tarball/multiTrips habe ich jetzt mal eine Version bereitgestellt, bei der man für jede der drei Trip-Arten auswählen kann, ob man sie haben möchte.
                                      Da ich "nur" noch einen ID.3 habe, kann ich es leider nicht mehr testen.
                                      Kannst Du das mal tun?

                                      A 3 Replies Last reply Reply Quote 0
                                      • A
                                        aba320 @Sneak-L8 last edited by

                                        @sneak-l8 test folgt in 10 min

                                        1 Reply Last reply Reply Quote 1
                                        • A
                                          aba320 @Sneak-L8 last edited by aba320

                                          @sneak-l8 also zuerst alle objekte des adapters gelöscht. dann die Version 031 wie oben von github installiert. das log bisher:

                                          vw-connect.0	2021-03-14 19:10:07.517	info	(25652) Call für history URL: $homeregion/fs-car/bs/dwap/v1/$type/$country/vehicles/$vin/history
                                          vw-connect.0	2021-03-14 19:10:07.516	info	(25652) State für history ist Typ string
                                          vw-connect.0	2021-03-14 19:10:07.515	info	(25652) Call für remoteStandheizung URL: $homeregion/fs-car/bs/rs/v1/$type/$country/vehicles/$vin/status
                                          vw-connect.0	2021-03-14 19:10:07.514	info	(25652) State für remoteStandheizung ist Typ string
                                          vw-connect.0	2021-03-14 19:10:07.512	info	(25652) Call für charger URL: $homeregion/fs-car/bs/batterycharge/v1/$type/$country/vehicles/$vin/charger
                                          vw-connect.0	2021-03-14 19:10:07.512	info	(25652) State für charger ist Typ string
                                          vw-connect.0	2021-03-14 19:10:07.510	info	(25652) Call für destinations URL: $homeregion/fs-car/destinationfeedservice/mydestinations/v1/$type/$country/vehicles/$vin/destinations
                                          vw-connect.0	2021-03-14 19:10:07.510	info	(25652) State für destinations ist Typ string
                                          vw-connect.0	2021-03-14 19:10:07.508	info	(25652) Call für status URL: $homeregion/fs-car/bs/vsr/v1/$type/$country/vehicles/$vin/status
                                          vw-connect.0	2021-03-14 19:10:07.507	info	(25652) State für status ist Typ string
                                          vw-connect.0	2021-03-14 19:10:07.503	info	(25652) State für tripdata ist Typ string
                                          vw-connect.0	2021-03-14 19:10:07.502	info	(25652) Call für position URL: $homeregion/fs-car/bs/cf/v1/$type/$country/vehicles/$vin/position
                                          vw-connect.0	2021-03-14 19:10:07.501	info	(25652) State für position ist Typ string
                                          vw-connect.0	2021-03-14 19:10:07.499	info	(25652) Call für climater URL: $homeregion/fs-car/bs/climatisation/v1/$type/$country/vehicles/$vin/climater
                                          vw-connect.0	2021-03-14 19:10:07.499	info	(25652) State für climater ist Typ string
                                          vw-connect.0	2021-03-14 19:10:07.495	info	(25652) Call für timer URL: $homeregion/fs-car/bs/departuretimer/v1/$type/$country/vehicles/$vin/timer
                                          vw-connect.0	2021-03-14 19:10:07.494	info	(25652) State für timer ist Typ string
                                          hm-rega.0	2021-03-14 19:07:17.413	warn	(702) Script "!# system.fn 0.1 !# !# Dieses Script gibt die FW-Versionsnummer und mehr systems" ignored, because still pending.
                                          hm-rega.0	2021-03-14 19:07:13.185	warn	(702) Script "!# dutycycle.fn 0.3 string stderr; string stdout; system.Exec("/bin/sh -c '" # '" ignored, because still pending.
                                          vw-connect.0	2021-03-14 19:07:07.511	info	(25652) Call für history URL: $homeregion/fs-car/bs/dwap/v1/$type/$country/vehicles/$vin/history
                                          vw-connect.0	2021-03-14 19:07:07.511	info	(25652) State für history ist Typ string
                                          vw-connect.0	2021-03-14 19:07:07.510	info	(25652) Call für remoteStandheizung URL: $homeregion/fs-car/bs/rs/v1/$type/$country/vehicles/$vin/status
                                          vw-connect.0	2021-03-14 19:07:07.509	info	(25652) State für remoteStandheizung ist Typ string
                                          vw-connect.0	2021-03-14 19:07:07.508	info	(25652) Call für charger URL: $homeregion/fs-car/bs/batterycharge/v1/$type/$country/vehicles/$vin/charger
                                          vw-connect.0	2021-03-14 19:07:07.508	info	(25652) State für charger ist Typ string
                                          vw-connect.0	2021-03-14 19:07:07.506	info	(25652) Call für destinations URL: $homeregion/fs-car/destinationfeedservice/mydestinations/v1/$type/$country/vehicles/$vin/destinations
                                          vw-connect.0	2021-03-14 19:07:07.506	info	(25652) State für destinations ist Typ string
                                          vw-connect.0	2021-03-14 19:07:07.505	info	(25652) Call für status URL: $homeregion/fs-car/bs/vsr/v1/$type/$country/vehicles/$vin/status
                                          vw-connect.0	2021-03-14 19:07:07.504	info	(25652) State für status ist Typ string
                                          vw-connect.0	2021-03-14 19:07:07.502	info	(25652) State für tripdata ist Typ string
                                          vw-connect.0	2021-03-14 19:07:07.500	info	(25652) Call für position URL: $homeregion/fs-car/bs/cf/v1/$type/$country/vehicles/$vin/position
                                          vw-connect.0	2021-03-14 19:07:07.500	info	(25652) State für position ist Typ string
                                          vw-connect.0	2021-03-14 19:07:07.499	info	(25652) Call für climater URL: $homeregion/fs-car/bs/climatisation/v1/$type/$country/vehicles/$vin/climater
                                          vw-connect.0	2021-03-14 19:07:07.498	info	(25652) State für climater ist Typ string
                                          vw-connect.0	2021-03-14 19:07:07.496	info	(25652) Call für timer URL: $homeregion/fs-car/bs/departuretimer/v1/$type/$country/vehicles/$vin/timer
                                          vw-connect.0	2021-03-14 19:07:07.493	info	(25652) State für timer ist Typ string
                                          hm-rega.0	2021-03-14 19:04:16.807	warn	(702) Script "!# system.fn 0.1 !# !# Dieses Script gibt die FW-Versionsnummer und mehr systems" ignored, because still pending.
                                          hm-rega.0	2021-03-14 19:04:16.324	warn	(702) Script "!# dutycycle.fn 0.3 string stderr; string stdout; system.Exec("/bin/sh -c '" # '" ignored, because still pending.
                                          vw-connect.0	2021-03-14 19:04:07.503	info	(25652) Call für history URL: $homeregion/fs-car/bs/dwap/v1/$type/$country/vehicles/$vin/history
                                          vw-connect.0	2021-03-14 19:04:07.503	info	(25652) State für history ist Typ string
                                          vw-connect.0	2021-03-14 19:04:07.502	info	(25652) Call für remoteStandheizung URL: $homeregion/fs-car/bs/rs/v1/$type/$country/vehicles/$vin/status
                                          vw-connect.0	2021-03-14 19:04:07.502	info	(25652) State für remoteStandheizung ist Typ string
                                          vw-connect.0	2021-03-14 19:04:07.501	info	(25652) Call für charger URL: $homeregion/fs-car/bs/batterycharge/v1/$type/$country/vehicles/$vin/charger
                                          vw-connect.0	2021-03-14 19:04:07.501	info	(25652) State für charger ist Typ string
                                          vw-connect.0	2021-03-14 19:04:07.500	info	(25652) Call für destinations URL: $homeregion/fs-car/destinationfeedservice/mydestinations/v1/$type/$country/vehicles/$vin/destinations
                                          vw-connect.0	2021-03-14 19:04:07.500	info	(25652) State für destinations ist Typ string
                                          vw-connect.0	2021-03-14 19:04:07.499	info	(25652) Call für status URL: $homeregion/fs-car/bs/vsr/v1/$type/$country/vehicles/$vin/status
                                          vw-connect.0	2021-03-14 19:04:07.499	info	(25652) State für status ist Typ string
                                          vw-connect.0	2021-03-14 19:04:07.497	info	(25652) State für tripdata ist Typ string
                                          vw-connect.0	2021-03-14 19:04:07.496	info	(25652) Call für position URL: $homeregion/fs-car/bs/cf/v1/$type/$country/vehicles/$vin/position
                                          vw-connect.0	2021-03-14 19:04:07.496	info	(25652) State für position ist Typ string
                                          vw-connect.0	2021-03-14 19:04:07.495	info	(25652) Call für climater URL: $homeregion/fs-car/bs/climatisation/v1/$type/$country/vehicles/$vin/climater
                                          vw-connect.0	2021-03-14 19:04:07.495	info	(25652) State für climater ist Typ string
                                          vw-connect.0	2021-03-14 19:04:07.493	info	(25652) Call für timer URL: $homeregion/fs-car/bs/departuretimer/v1/$type/$country/vehicles/$vin/timer
                                          vw-connect.0	2021-03-14 19:04:07.493	info	(25652) State für timer ist Typ string
                                          hm-rega.0	2021-03-14 19:01:18.955	warn	(702) Script "!# system.fn 0.1 !# !# Dieses Script gibt die FW-Versionsnummer und mehr systems" ignored, because still pending.
                                          hm-rega.0	2021-03-14 19:01:13.830	warn	(702) Script "!# dutycycle.fn 0.3 string stderr; string stdout; system.Exec("/bin/sh -c '" # '" ignored, because still pending.
                                          vw-connect.0	2021-03-14 19:01:07.505	info	(25652) Call für history URL: $homeregion/fs-car/bs/dwap/v1/$type/$country/vehicles/$vin/history
                                          vw-connect.0	2021-03-14 19:01:07.505	info	(25652) State für history ist Typ string
                                          vw-connect.0	2021-03-14 19:01:07.504	info	(25652) Call für remoteStandheizung URL: $homeregion/fs-car/bs/rs/v1/$type/$country/vehicles/$vin/status
                                          vw-connect.0	2021-03-14 19:01:07.504	info	(25652) State für remoteStandheizung ist Typ string
                                          vw-connect.0	2021-03-14 19:01:07.503	info	(25652) Call für charger URL: $homeregion/fs-car/bs/batterycharge/v1/$type/$country/vehicles/$vin/charger
                                          vw-connect.0	2021-03-14 19:01:07.503	info	(25652) State für charger ist Typ string
                                          vw-connect.0	2021-03-14 19:01:07.502	info	(25652) Call für destinations URL: $homeregion/fs-car/destinationfeedservice/mydestinations/v1/$type/$country/vehicles/$vin/destinations
                                          vw-connect.0	2021-03-14 19:01:07.501	info	(25652) State für destinations ist Typ string
                                          vw-connect.0	2021-03-14 19:01:07.500	info	(25652) Call für status URL: $homeregion/fs-car/bs/vsr/v1/$type/$country/vehicles/$vin/status
                                          vw-connect.0	2021-03-14 19:01:07.500	info	(25652) State für status ist Typ string
                                          vw-connect.0	2021-03-14 19:01:07.498	info	(25652) State für tripdata ist Typ string
                                          vw-connect.0	2021-03-14 19:01:07.497	info	(25652) Call für position URL: $homeregion/fs-car/bs/cf/v1/$type/$country/vehicles/$vin/position
                                          vw-connect.0	2021-03-14 19:01:07.496	info	(25652) State für position ist Typ string
                                          vw-connect.0	2021-03-14 19:01:07.496	info	(25652) Call für climater URL: $homeregion/fs-car/bs/climatisation/v1/$type/$country/vehicles/$vin/climater
                                          vw-connect.0	2021-03-14 19:01:07.495	info	(25652) State für climater ist Typ string
                                          vw-connect.0	2021-03-14 19:01:07.493	info	(25652) Call für timer URL: $homeregion/fs-car/bs/departuretimer/v1/$type/$country/vehicles/$vin/timer
                                          vw-connect.0	2021-03-14 19:01:07.492	info	(25652) State für timer ist Typ string
                                          host.raspberrypiiobroker	2021-03-14 19:00:25.804	info	instance system.adapter.ical.1 terminated with code 0 (NO_ERROR)
                                          ical.1	2021-03-14 19:00:25.252	info	(27500) Terminated (NO_ERROR): Without reason
                                          host.raspberrypiiobroker	2021-03-14 19:00:22.898	info	instance system.adapter.ical.2 terminated with code 0 (NO_ERROR)
                                          ical.2	2021-03-14 19:00:22.371	info	(27439) Terminated (NO_ERROR): Without reason
                                          ical.1	2021-03-14 19:00:19.761	info	(27500) processing URL: termine https://calendar.google.com/calendar/ical/dqk5mocnel98rb8s49b8dbppns%40group.calendar.google.com/private-8619eac97e9958684b0dc5575e2bd118/basic.ics
                                          ical.1	2021-03-14 19:00:19.293	info	(27500) starting. Version 1.9.1 in /opt/iobroker/node_modules/iobroker.ical, node: v12.21.0, js-controller: 3.2.16
                                          host.raspberrypiiobroker	2021-03-14 19:00:16.617	info	instance system.adapter.ical.1 started with pid 27500
                                          ical.2	2021-03-14 19:00:16.053	info	(27439) processing URL: calendar1 /opt/iobroker/iobroker-data/outlookkalender.ics
                                          ical.2	2021-03-14 19:00:15.397	info	(27439) starting. Version 1.9.1 in /opt/iobroker/node_modules/iobroker.ical, node: v12.21.0, js-controller: 3.2.16
                                          host.raspberrypiiobroker	2021-03-14 19:00:14.798	info	instance system.adapter.daswetter.0 terminated with code 0 (NO_ERROR)
                                          host.raspberrypiiobroker	2021-03-14 19:00:13.257	info	instance system.adapter.dwd.1 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          host.raspberrypiiobroker	2021-03-14 19:00:12.521	info	instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          host.raspberrypiiobroker	2021-03-14 19:00:12.517	info	instance system.adapter.ical.2 started with pid 27439
                                          host.raspberrypiiobroker	2021-03-14 19:00:08.233	info	instance system.adapter.dwd.1 started with pid 27409
                                          host.raspberrypiiobroker	2021-03-14 19:00:04.187	info	instance system.adapter.dwd.0 started with pid 27240
                                          host.raspberrypiiobroker	2021-03-14 19:00:00.120	info	instance system.adapter.daswetter.0 started with pid 27221
                                          admin.0	2021-03-14 18:59:22.558	info	(580) Subscribe on all states again
                                          hm-rega.0	2021-03-14 18:58:26.736	warn	(702) Script "!# dutycycle.fn 0.3 string stderr; string stdout; system.Exec("/bin/sh -c '" # '" ignored, because still pending.
                                          admin.0	2021-03-14 18:58:21.619	info	(580) Unsubscribe from all states, except system's, because over 3 seconds the number of events is over 200 (in last second 0)
                                          vw-connect.0	2021-03-14 18:58:08.383	info	(25652) Call für history URL: $homeregion/fs-car/bs/dwap/v1/$type/$country/vehicles/$vin/history
                                          vw-connect.0	2021-03-14 18:58:08.381	info	(25652) State für history ist Typ string
                                          vw-connect.0	2021-03-14 18:58:08.364	info	(25652) Call für remoteStandheizung URL: $homeregion/fs-car/bs/rs/v1/$type/$country/vehicles/$vin/status
                                          vw-connect.0	2021-03-14 18:58:08.362	info	(25652) State für remoteStandheizung ist Typ string
                                          vw-connect.0	2021-03-14 18:58:08.360	info	(25652) Call für charger URL: $homeregion/fs-car/bs/batterycharge/v1/$type/$country/vehicles/$vin/charger
                                          vw-connect.0	2021-03-14 18:58:08.358	info	(25652) State für charger ist Typ string
                                          vw-connect.0	2021-03-14 18:58:08.355	info	(25652) Call für destinations URL: $homeregion/fs-car/destinationfeedservice/mydestinations/v1/$type/$country/vehicles/$vin/destinations
                                          vw-connect.0	2021-03-14 18:58:08.353	info	(25652) State für destinations ist Typ string
                                          vw-connect.0	2021-03-14 18:58:08.350	info	(25652) Call für status URL: $homeregion/fs-car/bs/vsr/v1/$type/$country/vehicles/$vin/status
                                          vw-connect.0	2021-03-14 18:58:08.348	info	(25652) State für status ist Typ string
                                          vw-connect.0	2021-03-14 18:58:08.340	info	(25652) State für tripdata ist Typ string
                                          vw-connect.0	2021-03-14 18:58:08.338	info	(25652) Call für position URL: $homeregion/fs-car/bs/cf/v1/$type/$country/vehicles/$vin/position
                                          vw-connect.0	2021-03-14 18:58:08.337	info	(25652) State für position ist Typ string
                                          vw-connect.0	2021-03-14 18:58:08.328	info	(25652) Call für climater URL: $homeregion/fs-car/bs/climatisation/v1/$type/$country/vehicles/$vin/climater
                                          vw-connect.0	2021-03-14 18:58:08.327	info	(25652) State für climater ist Typ string
                                          vw-connect.0	2021-03-14 18:58:08.322	info	(25652) Call für timer URL: $homeregion/fs-car/bs/departuretimer/v1/$type/$country/vehicles/$vin/timer
                                          vw-connect.0	2021-03-14 18:58:08.321	info	(25652) State für timer ist Typ string
                                          vw-connect.0	2021-03-14 18:58:02.798	info	(25652) starting. Version 0.0.31 in /opt/iobroker/node_modules/iobroker.vw-connect, node: v12.21.0, js-controller: 3.2.16
                                          

                                          Die Datenstruktur sieht wie vorher aus nur mit dem riesenvorteil das alle 3 triptypen gleichzeitig geholt wurden. werde jetzt genauer nach den daten sehen

                                          1 Reply Last reply Reply Quote 0
                                          • A
                                            aba320 @Sneak-L8 last edited by aba320

                                            @sneak-l8 dieser teil wiederholt sich dauernd im log. irgendeine debugeinstellung?

                                            vw-connect.0	2021-03-14 19:13:07.516	info	(25652) Call für history URL: $homeregion/fs-car/bs/dwap/v1/$type/$country/vehicles/$vin/history
                                            vw-connect.0	2021-03-14 19:13:07.516	info	(25652) State für history ist Typ string
                                            vw-connect.0	2021-03-14 19:13:07.515	info	(25652) Call für remoteStandheizung URL: $homeregion/fs-car/bs/rs/v1/$type/$country/vehicles/$vin/status
                                            vw-connect.0	2021-03-14 19:13:07.514	info	(25652) State für remoteStandheizung ist Typ string
                                            vw-connect.0	2021-03-14 19:13:07.513	info	(25652) Call für charger URL: $homeregion/fs-car/bs/batterycharge/v1/$type/$country/vehicles/$vin/charger
                                            vw-connect.0	2021-03-14 19:13:07.513	info	(25652) State für charger ist Typ string
                                            vw-connect.0	2021-03-14 19:13:07.512	info	(25652) Call für destinations URL: $homeregion/fs-car/destinationfeedservice/mydestinations/v1/$type/$country/vehicles/$vin/destinations
                                            vw-connect.0	2021-03-14 19:13:07.511	info	(25652) State für destinations ist Typ string
                                            vw-connect.0	2021-03-14 19:13:07.511	info	(25652) Call für status URL: $homeregion/fs-car/bs/vsr/v1/$type/$country/vehicles/$vin/status
                                            vw-connect.0	2021-03-14 19:13:07.510	info	(25652) State für status ist Typ string
                                            vw-connect.0	2021-03-14 19:13:07.508	info	(25652) State für tripdata ist Typ string
                                            vw-connect.0	2021-03-14 19:13:07.507	info	(25652) Call für position URL: $homeregion/fs-car/bs/cf/v1/$type/$country/vehicles/$vin/position
                                            vw-connect.0	2021-03-14 19:13:07.506	info	(25652) State für position ist Typ string
                                            vw-connect.0	2021-03-14 19:13:07.505	info	(25652) Call für climater URL: $homeregion/fs-car/bs/climatisation/v1/$type/$country/vehicles/$vin/climater
                                            vw-connect.0	2021-03-14 19:13:07.505	info	(25652) State für climater ist Typ string
                                            vw-connect.0	2021-03-14 19:13:07.496	info	(25652) Call für timer URL: $homeregion/fs-car/bs/departuretimer/v1/$type/$country/vehicles/$vin/timer
                                            vw-connect.0	2021-03-14 19:13:07.494	info	(25652) State für timer ist Typ string
                                            

                                            Edit: die wiederholung erfolgt bei mir alle 3 minuten. das ist die Zeit die alsAbfrageintervall eingestellt ist. hab den Wert jetzt auf 6min erhöht.und werde beobachten.

                                            Edit 2: ja ist jetzt alle 6 Minuten. der block kommt also bei jeder Abfrage.

                                            S 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            212
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            audi id.3 myaudi seat skoda skoda connect volkswagen vw id we connect wecharge
                                            387
                                            3032
                                            1433295
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo