Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. seb2010

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 21
    • Posts 75
    • Best 6
    • Groups 1

    seb2010

    @seb2010

    Starter

    5
    Reputation
    39
    Profile views
    75
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    seb2010 Follow
    Starter

    Best posts made by seb2010

    • RE: Tado und HAM Adapter

      @coffeelover gute Frage, werde ich probieren. Danke!
      Die Frage bzgl. des deinstallierens von Ham-Plugins bleibt dann aber noch offen. Jemand eine Ahnung wie ich die einzeln deinstallieren kann?

      posted in ioBroker Allgemein
      S
      seb2010
    • RE: Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda

      @seb2010 AHA. Also du musst unter den Adaptern nach "Einfache RESTful API" Suchen und mit dem "+" eine eigene Instanz erzeugen. Das musste man vorher nicht. In der Instanzeinstellung von der RESTful API stellst du dann auf Web-Erweiterung von web.0 um und das getPlainValue geht dann wieder

      posted in Tester
      S
      seb2010
    • RE: Zeigt her eure Dashboards

      Hallo @En1ac,

      anbei mein Dashboard.

      • Links die Heizungssteuerung, Steuerung per Wischen
      • in der Mitte Rolladen mit Zwischenpositionen.
      • unten in der Mitte Kalender. Dahinter kann die Karte des Saugroboters aufpoppen, wenn dieser aktiv ist
      • Rechts oben Lichtsteuerung Wohnzimmer mit link zur Detailsteuerung (kleiner Pfeil nach unten)
      • Mitte rechts die Controls um Chromecast-Streams/Spotify auf den Boxen zu starten und zu steuern
      • unten rechts die Saugrobotersteuerung mit vordefinierten Zonen
        Untitled-1.jpg
      posted in Visualisierung
      S
      seb2010
    • RE: schedules löschen bei Script Neustart

      Hab ein Enhancement issue erzeugt. Kannst dich ja dran hängen:
      https://github.com/ioBroker/ioBroker.js-controller/issues/2957

      seb2010 created this issue in ioBroker/ioBroker.js-controller

      open [enhancement]: Be aware of running schedules and kill them properly on Script-restart #1756

      posted in JavaScript
      S
      seb2010
    • RE: [gelöst] Widget für RTSP Stream

      Hallo zusammen,

      ich habe in meinem Dashboard im Wohnzimmer bei der Aktion "klingeln" oder "Person erkannt" ein Vollbild-Popup, welches mir die Kamera im Eingang einzeigt. Der Quellstream der Kamera ist auch RTSP.
      Wie oft vorgeschlagen, habe ich bisher MotionEye eingesetzt, um den RTSP-Stream in einen MJPEG Stream umzuwandeln. Das funktioniert auch, hat allerdings ein paar Nachteile:

      • das Transcodieren kostet Rechenleistung, welche auf meinem Pi4 nicht unendlich sind
      • Das schnellzyklische Laden eines JPEGs in VIS erzeugt streifen im Bild
      • Das Verwenden des MotionEye-eigenen Frames für den Stream klappt besser, allerdings wird das Bild auch nie wirklich flüssig.

      Daher habe ich nach zwei Jahren jetzt nochmal gesucht und wollte mich nochmal den neuen Technologien wie WebRTC und HLS Streaming widmen. Bisherige Versuche scheiterten immer an der zu hohen Latenz, also einem Zeitversatz im Bild.
      Jetzt habe ich folgendes Projekt gefunden: https://github.com/vladmandic/stream-rtsp
      Vorteile:

      • es verpackt (encapsulates) den Stream nur neu und wandelt ihn nicht um
      • das mitgelieferte frame ist ready-to-go und kann direkt in ioBroker eingebunden werden
      • der Stream läuft flüssig, wie ein echter RTSP stream
      • die zu beobachtende Latenz ist bei mir kleiner als 0,5s
      • es ist ein kleines Projekt was recht einfach zu konfigurieren ist
      • es verbraucht ~2% CPU auf meinem Pi4
        Nachteil:
      • man muss es noch als service verpacken, damit es schön im Hintergrund laufen kann

      Ich finde die Lösung vom Ergebnis viel besser als die MotionEye Lösung. Wobei man dann natürlich den ganzen Recording schnick-Schnack nicht hat. Wer aber nur den Stream flüssig durchleiten will (und wie ich dabei ggf. trotzdem MotionEye für das Recording laufen lässt), der sollte sich das mal ansehen.

      Viele Grüße
      SEB

      posted in Visualisierung
      S
      seb2010
    • Vis-2 control-commands

      Hallo zusammen,

      ich benutze IOBroker nun wirklich schon lange, Skripte dort exzessiv und habe eine komplexe Visualisierung. Ich würde mich mal als sehr fortgeschritten bezeichnen.

      Was ich allerdings ums verrecken nicht hinbekomme: Bestimmte Vis-Instanzen per vis-2.control.command zu steuern.
      Egal was ich sende, es kommt irgendwie nicht an. Ich benutze das Screen Dimension Widget um die Instanz-ID zu ermitteln. Damit sende ich dann bspw. den folgenden Command, indem ich "vis-2.0.control.command" auf "{'instance': '99.209df', 'command': 'reload', 'data': ''}" setze. Doch es passiert einfach nichts. Weder reload, noch changeView noch playSound.

      Ich benutze wie gesagt die Vis-2 und angezeigt wird das ganze auf einem Android-Gerät im Fully Browser. Aber auch wenn ich die View im Browser am PC öffne und versuche diese Instanz zu steuern, passiert nichts. Mit Vis (ohne 2) funktionierte das...

      Könnt ihr mich hier einmal unterstützen den Fehler zu finden?

      Viele Grüße
      Sebastian

      posted in Visualisierung
      S
      seb2010

    Latest posts made by seb2010

    • RE: Resize Proxmox LVM um Backup zu ermöglichen

      @arteck
      Ich habe keine stale dumps oder locks. Das habe ich schon alles bereinigt. Die Lösungen aus dem Thread tun es nicht. Es liegt nicht an verwaisten Dumps oder Locks.

      posted in Proxmox
      S
      seb2010
    • RE: Resize Proxmox LVM um Backup zu ermöglichen

      @arteck
      Das Backup geht auf ein google-drive was ich in /mnt/gdrive mit rclone mounte (storage Gdrive). Das ist auch das eigentliche Ziel (storage) des Backups. Das local backup hab ich nur erwähnt/getestet um Probleme mit der remote-location auszuschließen. Ich glaube aber auch, dass trotz des remote-targets er local Speicher benötigt. Und der ist nicht mehr ausreichend vorhanden...

      posted in Proxmox
      S
      seb2010
    • RE: Resize Proxmox LVM um Backup zu ermöglichen

      @arteck auf der VM 128GB läuft alles mögliche incl. Live-Video-Processing, InfluxDB etc. Die 64GB hat "nur" iobroker und influxdb. Beide sind ca. 70% voll.
      Ich bin einfach von SD-Karten auf Proxmox migriert und habe dann einfach die Größen der SD-Karten genommen...
      Aber wie gesagt, kam als Newbie auf Proxmox ohne einen Plan von best-practise.

      Oder was stößt dir hier auf?

      posted in Proxmox
      S
      seb2010
    • Resize Proxmox LVM um Backup zu ermöglichen

      Hallo zusammen,.
      ich verzweifle gerade an einer Situation auf meinem Proxmox 8.3.1 server, welcher 2 Debian LXC-Container mit iobroker hostet.
      Das Problem das ich lösen will ist, dass es in dieser Konfiguration seit 2 Wochen nicht mehr möglich ist für die Container im Snapshot-Modus vzdump-backups zu erstellen.
      Das Backup bricht mit dem error

      • ERROR: Backup of VM 100 failed - no lock found trying to remove 'backup' lock

      ab. Ich habe sehr viel um und mit den Locks probiert und das Problem scheint mit dem vzdump und der Speicherkalkulation zusammenzuhängen und nur durch unzureichende Error-Messages wird das Problem auf die locks geschoben. Auch ohne Lock-Dateien und Einträge in der Conf und ohne verwaiste Dumps kann kein Backup ausgeführt werden.

      Die Vermutung liegt nahe, dass für das Erstellen des dumps nicht genug Speicherplatz verfügbar ist.

      Folgendes Setup:
      Server mit 500GB SSD.
      Ein LXC-Container mit 128GB und einer mit 64GB Speicherplatz.
      Wie genau die Thin-Pools konfiguriert wurden, kann ich nicht mehr sagen, das hab ich im absoluten Newbie-Zustand durchgeführt. Vielleicht könnt ihr das in den Outputs unten sehen. Wenn ihr weitere braucht, sagt Bescheid.

      Ich GLAUBE, dass ich das pve-root von 96GB auf mindestens 128GB vergrößern muss, damit er den Snapshot der 100er VM erstellen kann. Dazu müsste ich also irgendwie an dem LVM, dem Thin-Pool oder was auch immer resizen, um das hinzubekommen. Ich habe aber null Ahnung wie das geht.
      Ich kann auch total falsch liegen oder es muss ein Umweg über einen neu zu erstellenden Thin-Pool gegangen werden. Ich kenne mich mit dem Konzept dahinter aber kaum aus und hab beim Einlesen auch irgendwie ein Brett vor dem Kopf.

      folgende Outputs kann ich schonmal liefern:

      lsblk:

      NAME                         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
      nvme0n1                      259:0    0 476.9G  0 disk
      ├─nvme0n1p1                  259:1    0  1007K  0 part
      ├─nvme0n1p2                  259:2    0     1G  0 part /boot/efi
      └─nvme0n1p3                  259:3    0 475.9G  0 part
        ├─pve-swap                 252:0    0     8G  0 lvm  [SWAP]
        ├─pve-root                 252:1    0    96G  0 lvm  /
        ├─pve-data_tmeta           252:2    0   3.6G  0 lvm
        │ └─pve-data-tpool         252:4    0 348.8G  0 lvm
        │   ├─pve-data             252:5    0 348.8G  1 lvm
        │   ├─pve-vm--100--disk--0 252:6    0   128G  0 lvm
        │   └─pve-vm--101--disk--0 252:7    0    64G  0 lvm
        └─pve-data_tdata           252:3    0 348.8G  0 lvm
          └─pve-data-tpool         252:4    0 348.8G  0 lvm
            ├─pve-data             252:5    0 348.8G  1 lvm
            ├─pve-vm--100--disk--0 252:6    0   128G  0 lvm
            └─pve-vm--101--disk--0 252:7    0    64G  0 lvm
      
      

      lvdisplay

        --- Logical volume ---
        LV Name                data
        VG Name                pve
        LV UUID                X9mSND-ir1z-rEg8-nYc5-W0rR-jzt5-CDkXku
        LV Write Access        read/write (activated read only)
        LV Creation host, time proxmox, 2023-11-30 18:48:03 +0100
        LV Pool metadata       data_tmeta
        LV Pool data           data_tdata
        LV Status              available
        # open                 0
        LV Size                <348.82 GiB
        Allocated pool data    54.37%
        Allocated metadata     2.22%
        Current LE             89297
        Segments               1
        Allocation             inherit
        Read ahead sectors     auto
        - currently set to     256
        Block device           252:5
      
        --- Logical volume ---
        LV Path                /dev/pve/swap
        LV Name                swap
        VG Name                pve
        LV UUID                wqzvbV-TwHh-MNT8-7ood-BPwz-Td2d-53r6dF
        LV Write Access        read/write
        LV Creation host, time proxmox, 2023-11-30 18:48:02 +0100
        LV Status              available
        # open                 2
        LV Size                8.00 GiB
        Current LE             2048
        Segments               1
        Allocation             inherit
        Read ahead sectors     auto
        - currently set to     256
        Block device           252:0
      
        --- Logical volume ---
        LV Path                /dev/pve/root
        LV Name                root
        VG Name                pve
        LV UUID                FZlOpt-BCsO-x10L-hnDt-eLK6-P6yY-buYtQt
        LV Write Access        read/write
        LV Creation host, time proxmox, 2023-11-30 18:48:02 +0100
        LV Status              available
        # open                 1
        LV Size                96.00 GiB
        Current LE             24576
        Segments               1
        Allocation             inherit
        Read ahead sectors     auto
        - currently set to     256
        Block device           252:1
      
        --- Logical volume ---
        LV Path                /dev/pve/vm-100-disk-0
        LV Name                vm-100-disk-0
        VG Name                pve
        LV UUID                R7iCI2-zrIb-lWi9-eoUw-Mii3-wJie-Dfy7xZ
        LV Write Access        read/write
        LV Creation host, time SJSERVER, 2023-11-30 19:19:09 +0100
        LV Pool name           data
        LV Status              available
        # open                 1
        LV Size                128.00 GiB
        Mapped size            99.95%
        Current LE             32768
        Segments               1
        Allocation             inherit
        Read ahead sectors     auto
        - currently set to     256
        Block device           252:6
      
        --- Logical volume ---
        LV Path                /dev/pve/vm-101-disk-0
        LV Name                vm-101-disk-0
        VG Name                pve
        LV UUID                6hxVC1-o1ri-DuIz-Ke7P-e3Ni-fdMe-zN35JA
        LV Write Access        read/write
        LV Creation host, time SJSERVER, 2025-03-18 20:40:00 +0100
        LV Pool name           data
        LV Status              available
        # open                 1
        LV Size                64.00 GiB
        Mapped size            96.44%
        Current LE             16384
        Segments               1
        Allocation             inherit
        Read ahead sectors     auto
        - currently set to     256
        Block device           252:7
      
      

      vzdump error text (es wird hier zwar auf ein rclone-gdrive gedumpt, aber es funktioniert auch nicht mit dem local-storage):

      INFO: starting new backup job: vzdump 101 100 --mode snapshot --fleecing 0 --node SJSERVER --prune-backups 'keep-last=3' --notes-template '{{guestname}}' --mailnotification always --quiet 1 --compress zstd --storage GDrive
      INFO: filesystem type on dumpdir is 'fuse.rclone' -using /var/tmp/vzdumptmp73646_100 for temporary files
      INFO: Starting Backup of VM 100 (lxc)
      INFO: Backup started at 2025-05-06 00:15:01
      INFO: status = running
      INFO: CT Name: sjserver01
      INFO: including mount point rootfs ('/') in backup
      INFO: excluding bind mount point mp0 ('/media/NAS') from backup (not a volume)
      INFO: backup mode: snapshot
      INFO: ionice priority: 7
      INFO: no lock found trying to remove any lock
      INFO: create storage snapshot 'vzdump'
      no lock found trying to remove 'backup'  lock
      ERROR: Backup of VM 100 failed - no lock found trying to remove 'backup'  lock
      INFO: Failed at 2025-05-06 00:15:02
      INFO: filesystem type on dumpdir is 'fuse.rclone' -using /var/tmp/vzdumptmp73646_101 for temporary files
      INFO: Starting Backup of VM 101 (lxc)
      INFO: Backup started at 2025-05-06 00:15:03
      INFO: status = running
      INFO: CT Name: wschi
      INFO: including mount point rootfs ('/') in backup
      INFO: backup mode: snapshot
      INFO: ionice priority: 7
      INFO: no lock found trying to remove any lock
      INFO: create storage snapshot 'vzdump'
      no lock found trying to remove 'backup'  lock
      ERROR: Backup of VM 101 failed - no lock found trying to remove 'backup'  lock
      INFO: Failed at 2025-05-06 00:15:05
      INFO: Backup job finished with errors
      TASK ERROR: job errors
      

      Kann mir hier irgendjemand helfen
      a) besser herauszufinden woram es jetzt genau liegt
      b) wie man es Schritt für Schritt löst

      Ein backup im stop-mode funktioniert, die VMs müssen aber rund-um-die-Uhr laufen. Ich kann da nicht stundenlang pausieren...

      Viele Grüße und Danke euch im Voraus
      SEB

      posted in Proxmox
      S
      seb2010
    • RE: Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda

      @seb2010 AHA. Also du musst unter den Adaptern nach "Einfache RESTful API" Suchen und mit dem "+" eine eigene Instanz erzeugen. Das musste man vorher nicht. In der Instanzeinstellung von der RESTful API stellst du dann auf Web-Erweiterung von web.0 um und das getPlainValue geht dann wieder

      posted in Tester
      S
      seb2010
    • RE: Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda

      @pu Die getPlainValue Funktion wird meine ich durch die simple-API bereitgestellt. Der STATE Zugriff über den Web-Adapter. Auf welchem Repo bist du und welche Version hat der WEB-Adapter? Ich habe v7.0.6.

      Lese gerade auch im Config-Panel vom Web-Adapter:
      Simple API funktioniert nun als Web-Extension. Bitte erstellen Sie eine Instanz und nehmen Sie dort Einstellungen vor.
      was auch immer das heißt

      posted in Tester
      S
      seb2010
    • RE: Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda

      @pu der Fehler den du siehst sagt doch, dass es das Object gar nicht gibt. Findest du den SoC denn in der Objekte Ansicht vom Admin-Panel?
      Habe es gerade bei mir getestet, es funktioniert:
      33100001-de0c-4a75-af40-5276b2f3809a-image.png

      Wo genau siehst du denn den Fehler:
      error: datapoint "vw-connect.0.<VIN>.status.charging.status.battery.stateOfChargeInPercent" not found
      und wie genau fragst du die http-Adresse ab?

      posted in Tester
      S
      seb2010
    • RE: Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda

      @seb2010
      ehm, ich habe den Datenpunkt für den Ladekabel-Status jetzt durch Zufall gefunden. Er ist jetzt unter
      vw-connect.0.xxxxxxxxxx.status.air-conditioning.chargerConnectionState
      zu finden 🙈

      posted in Tester
      S
      seb2010
    • RE: [Neuer Adapter] Reolink Kamera

      @darkdevil Hier ist mein Code um das zu schalten per state=true/false:

      async function setAutoTrack(state){
          const axios = require("axios")
          const https = require('https')
          var options = {url: "https://xxx.xxx.xxx.xxx/api.cgi?cmd=GetAiCfg&user=admin&password=xxxxxxx",
              jar: true, 
              json: [{ "cmd": "GetAiCfg", "action": 0, "param" : {"channel": 0}}],
              method: 'POST',
              headers: { 'Content-Type': 'application/x-www-form-urlencoded'
                  }
              }
          log('Getting AICfg ')
          await axios({
              method: "post",
              url: options['url'],
              data: JSON.stringify(options['json']),
              headers: options['headers'],
              httpsAgent: new https.Agent({
                  rejectUnauthorized: false
              })
          }).then(async function (response) {
              var body = response.data
              var aiCfg = body[0]['value']
              log(JSON.stringify(aiCfg))
              aiCfg['bSmartTrack'] = (state == true ? 1 : 0)
              var options = {url: "https://xxx.xx.xxx.xxx/api.cgi?cmd=SetAiCfg&user=admin&password=xxxxxxxxxx",
              jar: true, 
              json: [{ "cmd": "SetAiCfg", "action": 0, "param" : aiCfg}],
              method: 'POST',
              headers: { 'Content-Type': 'application/x-www-form-urlencoded'
                  }
              }
              log('Setting AICfg ')
              await axios({
                  method: "post",
                  url: options['url'],
                  data: JSON.stringify(options['json']),
                  headers: options['headers'],
                  httpsAgent: new https.Agent({
                      rejectUnauthorized: false
                  })
              }).then(function (response) {
                  var body = response.data
                  var aiCfg = body[0]['value']
                  log(JSON.stringify(aiCfg))            
              }).catch(function(error){log('error:'+error.code+' '+error.config.url)});
          }).catch(function(error){log('error:'+error.code+' '+error.config.url)});
      }
      
      posted in Entwicklung
      S
      seb2010
    • RE: Test Adapter VW Connect für VW, ID, Audi, Seat, Skoda

      Morgen. Hat noch jemand das Problem, dass zwar der SoC vom Enyaq übertragen wird aber nicht mehr der Verbindungsstatus des Kabels?

      Im Log sehe ich den Error "STATUS_OF_CHARGING_NOT_AVAILABLE" welcher glaube ich von der VW-API kommt. Hier das volle log:

      vw-connect.0 2025-03-11 20:34:06.650	debug	Plugin sentry Initialize Plugin (enabled=true)
      vw-connect.0 2025-03-11 20:34:06.821	info	starting. Version 0.7.7 in /opt/iobroker/node_modules/iobroker.vw-connect, node: v20.18.3, js-controller: 7.0.6
      vw-connect.0 2025-03-11 20:34:06.842	debug	Schedule restart: 59 */3 * * *
      vw-connect.0 2025-03-11 20:34:06.871	info	Login in with skodae
      vw-connect.0 2025-03-11 20:34:07.125	debug	parseEmailForm
      vw-connect.0 2025-03-11 20:34:07.273	debug	emailPasswordForm2
      vw-connect.0 2025-03-11 20:34:07.523	debug	""
      vw-connect.0 2025-03-11 20:34:07.523	debug	{"date":"Tue, 11 Mar 2025 19:34:07 GMT","content-length":"0","connection":"keep-alive","apigw-requestid":"HRt3chqoliAEPkA=","x-content-type-options":"nosniff","x-xss-protection":"0","cache-control":"no-cache, no-store, max-age=0, must-revalidate","pragma":"no-cache","expires":"0","strict-transport-security":"max-age=31536000; includeSubDomains; preload","x-frame-options":"DENY","location":"https://identity.vwgroup.io/oidc/v1/oauth/sso?clientId=7f045eee-7003-4379-9968-9355ed2adb06@apps_vw-dilab_com&relayState=da3861442a967dd2a89910750c83b45827fcbb16&userId=0cbe3bb2-ced6-4f19-ae9d-ee38a152dfa8&HMAC=90f5d327453f4f1b56d8f050008598f086cab4026f9797f67df5be7e658af4f2","content-language":"en-US"}
      vw-connect.0 2025-03-11 20:34:07.918	debug	Error: Invalid protocol: myskoda:
      vw-connect.0 2025-03-11 20:34:08.082	info	Login successful
      vw-connect.0 2025-03-11 20:34:08.187	debug	get user data {"id":"0cbe3bb2-ced6-4f19-ae9d-ee38a152dfa8","email":"xxxxx","firstName":"xxxxx","lastName":"xxxxx","nickname":"xxxxx","country":"DE","countryOfResidence":"DE","preferredLanguage":"de","dateOfBirth":"1982-03-27","capabilities":[{"id":"SPIN_MANAGEMENT"},{"id":"THIRD_PARTY_OFFERS"},{"id":"MARKETING_CONSENT"},{"id":"MARKETING_CONSENT_SAD"},{"id":"MARKETING_CONSENT_SAD_THIRDPARTY"},{"id":"MARKETING_CONSENT_SAD_DEALERS"}],"preferredContactChannel":"MARKETING_BLOCKADES:EMAIL","profilePictureUrl":"https://mysmob.api.connect.skoda-auto.cz/api/v1/users/0cbe3bb2-ced6-4f19-ae9d-ee38a152dfa8/profile-picture?etag=0x8DBEC1969F3C388"}
      vw-connect.0 2025-03-11 20:34:08.340	debug	{"vehicles":[{"vin":"xxxxxxxxxxxxxxxxxxx","name":"Enyaq_80","state":"ACTIVATED","devicePlatform":"WCAR","systemModelId":"5AZJJ2","title":"Škoda Enyaq","renders":[],"compositeRenders":[{"layers":[{"url":"https://iprenders.blob.core.windows.net/base5azv23200005/1Z1ZPUwFvBgM0DK-U9pbf0iQDkdurY6N8mS-9YuJAb12INUQxtyog6_B-Mwqxg0_cFBhHk3YT16uJsbRolW8-CKGNEBJ-19201080dayvext_side1080.png","viewPoint":"exterior_side","type":"REAL","order":0}],"viewType":"UNMODIFIED_EXTERIOR_SIDE"}],"priority":0}]}
      vw-connect.0 2025-03-11 20:34:08.340	info	Found 1 vehicles
      vw-connect.0 2025-03-11 20:34:08.527	debug	Connected to MQTT
      vw-connect.0 2025-03-11 20:34:08.528	debug	Connect to MQTT for xxxxxxxxxxxxxxxxxxx
      vw-connect.0 2025-03-11 20:34:08.608	debug	trip-statistics
      vw-connect.0 2025-03-11 20:34:08.608	debug	AxiosError: Request failed with status code 404
      vw-connect.0 2025-03-11 20:34:08.608	debug	"Resource not found"
      vw-connect.0 2025-03-11 20:34:08.608	debug	Vehicle is not supporting trip-statistics
      vw-connect.0 2025-03-11 20:34:08.608	debug	Path ignored: trip-statistics
      vw-connect.0 2025-03-11 20:34:09.084	debug	{"maintenanceReport":{"capturedAt":"2025-03-11T10:49:16.12Z","inspectionDueInDays":248,"mileageInKm":23893},"preferredServicePartner":{"name":"Autohaus Nouvertné Am Schlagbaum GmbH & Co. KG","brand":"C","partnerNumber":"32425","id":"DEUC32425","contact":{"phone":"+49 212 5464 0","url":"http://gottfried-schultz-xxxxxx.skoda-auto.de","email":"info@nouvertne.com"},"address":{"street":"Kuller Strasse 16","zipCode":"xxxxxx","city":"xxxxxx","countryCode":"DEU"},"location":{"latitude":5x.xxx75,"longitude":7.xxxx1},"openingHours":[{"periodStart":"MONDAY","periodEnd":"FRIDAY","openingTimes":[{"from":"07:00:00","to":"18:00:00"}]},{"periodStart":"SATURDAY","periodEnd":"SATURDAY","openingTimes":[{"from":"09:00:00","to":"13:00:00"}]},{"periodStart":"SUNDAY","periodEnd":"SUNDAY","openingTimes":[]}]},"predictiveMaintenance":{"setting":{"serviceActivated":true,"preferredChannel":"EMAIL","email":"xxxxxx"}},"customerService":{"activeBookings":[],"bookingHistory":[{"creationDate":"2024-12-02T17:39:11Z","acceptedDate":"2024-12-03T09:10:58Z","confirmationDate":"2024-12-02T18:05:04.36Z","closedDate":"2024-12-09T14:30:37Z","contactedDate":"2024-12-03T09:11:05Z","updateDate":"2024-12-09T15:05:50.873Z","servicePartner":{"name":"Autohaus Nouvertné GmbH & Co. KG","brand":"C","partnerNumber":"32425","id":"DEUC32425","contact":{"phone":"0212-5464-0","email":"nouvertne.gf@partner.skoda-auto.de"},"address":{"street":"Kuller Strasse 16","zipCode":"xxxxxx","city":"xxxxxx","countryCode":"DEU"},"location":{"latitude":5x.xxx75,"longitude":7.xxxx01},"openingHours":[]},"bookingId":"e8114180-3663-4602-903e-c6225b8459c8-1733162576128","mileageInKm":16959,"resolution":"REJECTED","type":"AUTO","extras":[],"addOns":{},"warnings":[{"iconName":"B_1_12","messageId":"A239","notificationId":41529,"text":"Error: Electronic parking brake.\nPlease service vehicle."}]}]}}
      vw-connect.0 2025-03-11 20:34:09.085	debug	xxxxxxxxxxxxxxxxxxx.status.vehicle-maintenancevehicles
      vw-connect.0 2025-03-11 20:34:09.085	debug	200
      vw-connect.0 2025-03-11 20:34:10.052	debug	{"state":"OFF","runningRequests":[],"targetTemperature":{"temperatureValue":20,"unitInCar":"CELSIUS"},"airConditioningAtUnlock":false,"windowHeatingEnabled":false,"steeringWheelPosition":"LEFT","seatHeatingActivated":{"frontLeft":true,"frontRight":true},"chargerConnectionState":"CONNECTED","chargerLockState":"UNLOCKED","windowHeatingState":{"front":"OFF","rear":"OFF","unspecified":"INVALID"},"timers":[{"id":1,"enabled":false,"time":"00:00","type":"ONE_OFF","selectedDays":["SATURDAY"]},{"id":2,"enabled":false,"time":"00:00","type":"ONE_OFF","selectedDays":["SATURDAY"]}],"carCapturedTimestamp":"2025-03-11T10:49:09Z","errors":[]}
      vw-connect.0 2025-03-11 20:34:10.053	debug	xxxxxxxxxxxxxxxxxxx.status.air-conditioning
      vw-connect.0 2025-03-11 20:34:10.054	debug	200
      vw-connect.0 2025-03-11 20:34:10.269	debug	{"state":"INVALID","durationInSeconds":600,"timers":[],"errors":[{"type":"UNAVAILABLE_CLIMA_INFORMATION"}]}
      vw-connect.0 2025-03-11 20:34:10.269	debug	xxxxxxxxxxxxxxxxxxx.status.air-conditioning.active-ventilation
      vw-connect.0 2025-03-11 20:34:10.269	debug	200
      vw-connect.0 2025-03-11 20:34:10.269	debug	[{"type":"UNAVAILABLE_CLIMA_INFORMATION"}]
      vw-connect.0 2025-03-11 20:34:11.322	debug	air-conditioning /auxiliary-heating
      vw-connect.0 2025-03-11 20:34:11.323	debug	AxiosError: Request failed with status code 500
      vw-connect.0 2025-03-11 20:34:11.323	debug	"Unexpected data error occurred in AuxiliaryHeatingDto: \nstate must not be null"
      vw-connect.0 2025-03-11 20:34:11.324	info	Server not available. For endpoint air-conditioning/auxiliary-heating Please try again later:"Unexpected data error occurred in AuxiliaryHeatingDto: \nstate must not be null"
      vw-connect.0 2025-03-11 20:34:11.346	debug	air-conditioning /settings
      vw-connect.0 2025-03-11 20:34:11.347	debug	AxiosError: Request failed with status code 403
      vw-connect.0 2025-03-11 20:34:11.347	debug	""
      vw-connect.0 2025-03-11 20:34:11.347	debug	""
      vw-connect.0 2025-03-11 20:34:11.979	debug	{"isVehicleInSavedLocation":false,"status":{"chargingRateInKilometersPerHour":0,"chargePowerInKw":0,"remainingTimeToFullyChargedInMinutes":0,"battery":{"remainingCruisingRangeInMeters":130000,"stateOfChargeInPercent":35}},"settings":{"targetStateOfChargeInPercent":100,"batteryCareModeTargetValueInPercent":80,"preferredChargeMode":"MANUAL","availableChargeModes":["MANUAL"],"chargingCareMode":"DEACTIVATED","autoUnlockPlugWhenCharged":"OFF","maxChargeCurrentAc":"MAXIMUM","batterySupport":"ENABLED"},"carCapturedTimestamp":"2025-03-11T10:49:25Z","errors":[{"type":"STATUS_OF_CHARGING_NOT_AVAILABLE","description":"Status of charging is not available."}]}
      vw-connect.0 2025-03-11 20:34:11.980	debug	xxxxxxxxxxxxxxxxxxx.status.charging
      vw-connect.0 2025-03-11 20:34:11.980	debug	200
      vw-connect.0 2025-03-11 20:34:11.980	debug	[{"type":"STATUS_OF_CHARGING_NOT_AVAILABLE","description":"Status of charging is not available."}]
      vw-connect.0 2025-03-11 20:34:12.008	debug	charging /settings
      vw-connect.0 2025-03-11 20:34:12.009	debug	AxiosError: Request failed with status code 404
      vw-connect.0 2025-03-11 20:34:12.009	debug	{"timestamp":"2025-03-11T19:34:12.000+00:00","path":"/api/v1/charging/xxxxxxxxxxxxxxxxxxx/settings","status":404,"error":"Not Found","requestId":"7052692f-131014628"}
      vw-connect.0 2025-03-11 20:34:12.009	debug	Vehicle is not supporting charging /settings
      vw-connect.0 2025-03-11 20:34:12.636	debug	{"overall":{"doorsLocked":"YES","locked":"YES","doors":"CLOSED","windows":"CLOSED","lights":"OFF"},"detail":{"sunroof":"CLOSED","trunk":"CLOSED","bonnet":"CLOSED"},"renders":{"lightMode":{"oneX":"https://mysmob.api.connect.skoda-auto.cz/api/v2/vehicle-status/render?carType=SUV&vehicleState=1-1-1-1-0-0-0-0-2&lastModifiedAt=1739974021&dimension=1x&theme=LIGHT","oneAndHalfX":"https://mysmob.api.connect.skoda-auto.cz/api/v2/vehicle-status/render?carType=SUV&vehicleState=1-1-1-1-0-0-0-0-2&lastModifiedAt=1739974021&dimension=1-5x&theme=LIGHT","twoX":"https://mysmob.api.connect.skoda-auto.cz/api/v2/vehicle-status/render?carType=SUV&vehicleState=1-1-1-1-0-0-0-0-2&lastModifiedAt=1739974021&dimension=2x&theme=LIGHT","threeX":"https://mysmob.api.connect.skoda-auto.cz/api/v2/vehicle-status/render?carType=SUV&vehicleState=1-1-1-1-0-0-0-0-2&lastModifiedAt=1739974021&dimension=3x&theme=LIGHT"},"darkMode":{"oneX":"https://mysmob.api.connect.skoda-auto.cz/api/v2/vehicle-status/render?carType=SUV&vehicleState=1-1-1-1-0-0-0-0-2&lastModifiedAt=1739974021&dimension=1x&theme=DARK","oneAndHalfX":"https://mysmob.api.connect.skoda-auto.cz/api/v2/vehicle-status/render?carType=SUV&vehicleState=1-1-1-1-0-0-0-0-2&lastModifiedAt=1739974021&dimension=1-5x&theme=DARK","twoX":"https://mysmob.api.connect.skoda-auto.cz/api/v2/vehicle-status/render?carType=SUV&vehicleState=1-1-1-1-0-0-0-0-2&lastModifiedAt=1739974021&dimension=2x&theme=DARK","threeX":"https://mysmob.api.connect.skoda-auto.cz/api/v2/vehicle-status/render?carType=SUV&vehicleState=1-1-1-1-0-0-0-0-2&lastModifiedAt=1739974021&dimension=3x&theme=DARK"}},"carCapturedTimestamp":"2025-03-11T10:49:16.118Z"}
      vw-connect.0 2025-03-11 20:34:12.636	debug	xxxxxxxxxxxxxxxxxxx.status.vehicle-status
      vw-connect.0 2025-03-11 20:34:12.636	debug	200
      vw-connect.0 2025-03-11 20:34:14.324	debug	{"parkingPosition":{"gpsCoordinates":{"latitude":5x.xxx2,"longitude":7.xxxx5},"formattedAddress":"xxxxxxxxxxxxxxxxxxxxx, Germany"}}
      vw-connect.0 2025-03-11 20:34:14.324	debug	xxxxxxxxxxxxxxxxxxx.status.position
      vw-connect.0 2025-03-11 20:34:14.324	debug	200
      vw-connect.0 2025-03-11 20:34:14.325	debug	Set is car moving to false
      vw-connect.0 2025-03-11 20:34:15.372	debug	{"carType":"electric","totalRangeInKm":130,"primaryEngineRange":{"engineType":"electric","currentSoCInPercent":35,"remainingRangeInKm":130},"carCapturedTimestamp":"2025-03-11T10:49:25Z"}
      vw-connect.0 2025-03-11 20:34:15.372	debug	xxxxxxxxxxxxxxxxxxx.status.vehicle-status.driving-range
      vw-connect.0 2025-03-11 20:34:15.373	debug	200
      vw-connect.0 2025-03-11 20:34:15.508	debug	{"capturedAt":"2025-03-11T10:49:16.12Z","inspectionDueInDays":248,"mileageInKm":23893}
      vw-connect.0 2025-03-11 20:34:15.508	debug	xxxxxxxxxxxxxxxxxxx.status.vehicle-maintenancevehicles.report
      vw-connect.0 2025-03-11 20:34:15.508	debug	200
      vw-connect.0 2025-03-11 20:34:15.548	debug	fueling/sessions
      vw-connect.0 2025-03-11 20:34:15.548	debug	AxiosError: Request failed with status code 404
      vw-connect.0 2025-03-11 20:34:15.548	debug	"Resource not found"
      vw-connect.0 2025-03-11 20:34:15.548	debug	Vehicle is not supporting fueling/sessions
      vw-connect.0 2025-03-11 20:34:15.582	debug	fueling/sessions /state
      vw-connect.0 2025-03-11 20:34:15.582	debug	AxiosError: Request failed with status code 404
      vw-connect.0 2025-03-11 20:34:15.582	debug	"Resource not found"
      vw-connect.0 2025-03-11 20:34:15.582	debug	Vehicle is not supporting fueling/sessions /state
      vw-connect.0 2025-03-11 20:34:16.049	debug	fueling/locations
      vw-connect.0 2025-03-11 20:34:16.050	debug	AxiosError: Request failed with status code 404
      vw-connect.0 2025-03-11 20:34:16.050	debug	"Resource not found"
      vw-connect.0 2025-03-11 20:34:16.050	debug	Vehicle is not supporting fueling/locations
      vw-connect.0 2025-03-11 20:34:16.075	debug	fueling/sessions /latest
      vw-connect.0 2025-03-11 20:34:16.076	debug	AxiosError: Request failed with status code 404
      vw-connect.0 2025-03-11 20:34:16.076	debug	{"timestamp":"2025-03-11T19:34:16.064+00:00","path":"/api/v2/fueling/sessions/xxxxxxxxxxxxxxxxxxx/latest","status":404,"error":"Not Found","requestId":"eadd8bfd-122403887"}
      vw-connect.0 2025-03-11 20:34:16.076	debug	Vehicle is not supporting fueling/sessions /latest
      vw-connect.0 2025-03-11 20:34:16.101	debug	{"devicePlatform":"WCAR","vehicleSpecification":{"title":"Škoda Enyaq","manufacturingDate":"2023-11-02","model":"Enyaq","modelYear":"2023","body":"SUV","trimLevel":"80","systemCode":"UNKNOWN","systemModelId":"5AZJJ2","maxChargingPowerInKW":125,"battery":{"capacityInKWh":77},"engine":{"type":"iV","powerInKW":150},"gearbox":{"type":"E1H"}},"renders":[],"compositeRenders":[{"layers":[{"url":"https://iprenders.blob.core.windows.net/base5azv23200005/1Z1ZPUwFvBgM0DK-U9pbf0iQDkdurY6N8mS-9YuJAb12INUQxtyog6_B-Mwqxg0_cFBhHk3YT16uJsbRolW8-CKGNEBJ-19201080dayvext_side1080.png","viewPoint":"EXTERIOR_SIDE","type":"REAL","order":0}],"viewType":"UNMODIFIED_EXTERIOR_SIDE"}]}
      vw-connect.0 2025-03-11 20:34:16.101	debug	xxxxxxxxxxxxxxxxxxx.status.vehicle-information
      vw-connect.0 2025-03-11 20:34:16.101	debug	200
      vw-connect.0 2025-03-11 20:34:49.609	debug	Path ignored: trip-statistics
      vw-connect.0 2025-03-11 20:34:49.610	debug	Path ignored: trip-statistics
      vw-connect.0 2025-03-11 20:34:50.531	debug	{"maintenanceReport":{"capturedAt":"2025-03-11T10:49:16.12Z","inspectionDueInDays":248,"mileageInKm":23893},"preferredServicePartner":{"name":"Autohaus Nouvertné GmbH & Co. KG","brand":"C","partnerNumber":"32425","id":"DEUC32425","contact":{"phone":"+49 212 5464 0","url":"http://gottfried-schultz-xxxxxx.skoda-auto.de","email":"info@nouvertne.com"},"address":{"street":"Kuller Strasse 16","zipCode":"xxxxxx","city":"xxxxxx","countryCode":"DEU"},"location":{"latitude":5x.xxxx75,"longitude":7.xxxx01},"openingHours":[{"periodStart":"MONDAY","periodEnd":"FRIDAY","openingTimes":[{"from":"07:00:00","to":"18:00:00"}]},{"periodStart":"SATURDAY","periodEnd":"SATURDAY","openingTimes":[{"from":"09:00:00","to":"13:00:00"}]},{"periodStart":"SUNDAY","periodEnd":"SUNDAY","openingTimes":[]}]},"predictiveMaintenance":{"setting":{"serviceActivated":true,"preferredChannel":"EMAIL","email":"xxxxxxxx"}},"customerService":{"activeBookings":[],"bookingHistory":[{"creationDate":"2024-12-02T17:39:11Z","acceptedDate":"2024-12-03T09:10:58Z","confirmationDate":"2024-12-02T18:05:04.36Z","closedDate":"2024-12-09T14:30:37Z","contactedDate":"2024-12-03T09:11:05Z","updateDate":"2024-12-09T15:05:50.873Z","servicePartner":{"name":"Autohaus Nouvertné GmbH & Co. KG","brand":"C","partnerNumber":"32425","id":"DEUC32425","contact":{"phone":"0212-5464-0","email":"nouvertne.gf@partner.skoda-auto.de"},"address":{"street":"Kuller Strasse 16","zipCode":"xxxxxx","city":"xxxxxx","countryCode":"DEU"},"location":{"latitude":5x.xxx75,"longitude":7.xxxx01},"openingHours":[]},"bookingId":"e8114180-3663-4602-903e-c6225b8459c8-1733162576128","mileageInKm":16959,"resolution":"REJECTED","type":"AUTO","extras":[],"addOns":{},"warnings":[{"iconName":"B_1_12","messageId":"A239","notificationId":41529,"text":"Error: Electronic parking brake.\nPlease service vehicle."}]}]}}
      vw-connect.0 2025-03-11 20:34:50.532	debug	xxxxxxxxxxxxxxxxxxx.status.vehicle-maintenancevehicles
      vw-connect.0 2025-03-11 20:34:50.532	debug	200
      vw-connect.0 2025-03-11 20:34:51.198	debug	{"state":"OFF","runningRequests":[],"targetTemperature":{"temperatureValue":20,"unitInCar":"CELSIUS"},"airConditioningAtUnlock":false,"windowHeatingEnabled":false,"steeringWheelPosition":"LEFT","seatHeatingActivated":{"frontLeft":true,"frontRight":true},"chargerConnectionState":"CONNECTED","chargerLockState":"UNLOCKED","windowHeatingState":{"front":"OFF","rear":"OFF","unspecified":"INVALID"},"timers":[{"id":1,"enabled":false,"time":"00:00","type":"ONE_OFF","selectedDays":["SATURDAY"]},{"id":2,"enabled":false,"time":"00:00","type":"ONE_OFF","selectedDays":["SATURDAY"]}],"carCapturedTimestamp":"2025-03-11T10:49:09Z","errors":[]}
      vw-connect.0 2025-03-11 20:34:51.198	debug	xxxxxxxxxxxxxxxxxxx.status.air-conditioning
      vw-connect.0 2025-03-11 20:34:51.198	debug	200
      vw-connect.0 2025-03-11 20:34:51.532	debug	{"state":"INVALID","durationInSeconds":600,"timers":[],"errors":[{"type":"UNAVAILABLE_CLIMA_INFORMATION"}]}
      vw-connect.0 2025-03-11 20:34:51.532	debug	xxxxxxxxxxxxxxxxxxx.status.air-conditioning.active-ventilation
      vw-connect.0 2025-03-11 20:34:51.532	debug	200
      vw-connect.0 2025-03-11 20:34:51.532	debug	[{"type":"UNAVAILABLE_CLIMA_INFORMATION"}]
      vw-connect.0 2025-03-11 20:34:51.840	debug	air-conditioning /auxiliary-heating
      vw-connect.0 2025-03-11 20:34:51.841	debug	AxiosError: Request failed with status code 500
      vw-connect.0 2025-03-11 20:34:51.841	debug	"Unexpected data error occurred in AuxiliaryHeatingDto: \nstate must not be null"
      vw-connect.0 2025-03-11 20:34:51.841	info	Server not available. For endpoint air-conditioning/auxiliary-heating Please try again later:"Unexpected data error occurred in AuxiliaryHeatingDto: \nstate must not be null"
      vw-connect.0 2025-03-11 20:34:51.861	debug	air-conditioning /settings
      vw-connect.0 2025-03-11 20:34:51.862	debug	AxiosError: Request failed with status code 403
      vw-connect.0 2025-03-11 20:34:51.863	debug	""
      vw-connect.0 2025-03-11 20:34:51.863	debug	Vehicle is not supporting air-conditioning /settings
      vw-connect.0 2025-03-11 20:34:52.487	debug	{"isVehicleInSavedLocation":false,"status":{"chargingRateInKilometersPerHour":0,"chargePowerInKw":0,"remainingTimeToFullyChargedInMinutes":0,"battery":{"remainingCruisingRangeInMeters":130000,"stateOfChargeInPercent":35}},"settings":{"targetStateOfChargeInPercent":100,"batteryCareModeTargetValueInPercent":80,"preferredChargeMode":"MANUAL","availableChargeModes":["MANUAL"],"chargingCareMode":"DEACTIVATED","autoUnlockPlugWhenCharged":"OFF","maxChargeCurrentAc":"MAXIMUM","batterySupport":"ENABLED"},"carCapturedTimestamp":"2025-03-11T10:49:25Z","errors":[{"type":"STATUS_OF_CHARGING_NOT_AVAILABLE","description":"Status of charging is not available."}]}
      vw-connect.0 2025-03-11 20:34:52.487	debug	xxxxxxxxxxxxxxxxxxx.status.charging
      vw-connect.0 2025-03-11 20:34:52.487	debug	200
      vw-connect.0 2025-03-11 20:34:52.487	debug	[{"type":"STATUS_OF_CHARGING_NOT_AVAILABLE","description":"Status of charging is not available."}]
      vw-connect.0 2025-03-11 20:34:52.488	debug	Path ignored: charging/settings
      vw-connect.0 2025-03-11 20:34:53.159	debug	{"overall":{"doorsLocked":"YES","locked":"YES","doors":"CLOSED","windows":"CLOSED","lights":"OFF"},"detail":{"sunroof":"CLOSED","trunk":"CLOSED","bonnet":"CLOSED"},"renders":{"lightMode":{"oneX":"https://mysmob.api.connect.skoda-auto.cz/api/v2/vehicle-status/render?carType=SUV&vehicleState=1-1-1-1-0-0-0-0-2&lastModifiedAt=1739974021&dimension=1x&theme=LIGHT","oneAndHalfX":"https://mysmob.api.connect.skoda-auto.cz/api/v2/vehicle-status/render?carType=SUV&vehicleState=1-1-1-1-0-0-0-0-2&lastModifiedAt=1739974021&dimension=1-5x&theme=LIGHT","twoX":"https://mysmob.api.connect.skoda-auto.cz/api/v2/vehicle-status/render?carType=SUV&vehicleState=1-1-1-1-0-0-0-0-2&lastModifiedAt=1739974021&dimension=2x&theme=LIGHT","threeX":"https://mysmob.api.connect.skoda-auto.cz/api/v2/vehicle-status/render?carType=SUV&vehicleState=1-1-1-1-0-0-0-0-2&lastModifiedAt=1739974021&dimension=3x&theme=LIGHT"},"darkMode":{"oneX":"https://mysmob.api.connect.skoda-auto.cz/api/v2/vehicle-status/render?carType=SUV&vehicleState=1-1-1-1-0-0-0-0-2&lastModifiedAt=1739974021&dimension=1x&theme=DARK","oneAndHalfX":"https://mysmob.api.connect.skoda-auto.cz/api/v2/vehicle-status/render?carType=SUV&vehicleState=1-1-1-1-0-0-0-0-2&lastModifiedAt=1739974021&dimension=1-5x&theme=DARK","twoX":"https://mysmob.api.connect.skoda-auto.cz/api/v2/vehicle-status/render?carType=SUV&vehicleState=1-1-1-1-0-0-0-0-2&lastModifiedAt=1739974021&dimension=2x&theme=DARK","threeX":"https://mysmob.api.connect.skoda-auto.cz/api/v2/vehicle-status/render?carType=SUV&vehicleState=1-1-1-1-0-0-0-0-2&lastModifiedAt=1739974021&dimension=3x&theme=DARK"}},"carCapturedTimestamp":"2025-03-11T10:49:16.118Z"}
      vw-connect.0 2025-03-11 20:34:53.159	debug	xxxxxxxxxxxxxxxxxxx.status.vehicle-status
      vw-connect.0 2025-03-11 20:34:53.160	debug	200
      vw-connect.0 2025-03-11 20:34:53.890	debug	{"parkingPosition":{"gpsCoordinates":{"latitude":5x.xxxx2,"longitude":7.xxxx75},"formattedAddress":"xxxxx xxxxxx, Germany"}}
      vw-connect.0 2025-03-11 20:34:53.891	debug	xxxxxxxxxxxxxxxxxxx.status.position
      vw-connect.0 2025-03-11 20:34:53.891	debug	200
      vw-connect.0 2025-03-11 20:34:53.891	debug	Set is car moving to false
      vw-connect.0 2025-03-11 20:34:54.307	debug	{"carType":"electric","totalRangeInKm":130,"primaryEngineRange":{"engineType":"electric","currentSoCInPercent":35,"remainingRangeInKm":130},"carCapturedTimestamp":"2025-03-11T10:49:25Z"}
      vw-connect.0 2025-03-11 20:34:54.307	debug	xxxxxxxxxxxxxxxxxxx.status.vehicle-status.driving-range
      vw-connect.0 2025-03-11 20:34:54.307	debug	200
      vw-connect.0 2025-03-11 20:34:54.861	debug	{"capturedAt":"2025-03-11T10:49:16.12Z","inspectionDueInDays":248,"mileageInKm":23893}
      vw-connect.0 2025-03-11 20:34:54.861	debug	xxxxxxxxxxxxxxxxxxx.status.vehicle-maintenancevehicles.report
      vw-connect.0 2025-03-11 20:34:54.861	debug	200
      vw-connect.0 2025-03-11 20:34:54.862	debug	Path ignored: fueling/sessions
      vw-connect.0 2025-03-11 20:34:54.862	debug	Path ignored: fueling/sessions/state
      vw-connect.0 2025-03-11 20:34:54.863	debug	Path ignored: fueling/locations
      vw-connect.0 2025-03-11 20:34:54.863	debug	Path ignored: fueling/sessions/latest
      vw-connect.0 2025-03-11 20:34:54.890	debug	{"devicePlatform":"WCAR","vehicleSpecification":{"title":"Škoda Enyaq","manufacturingDate":"2023-11-02","model":"Enyaq","modelYear":"2023","body":"SUV","trimLevel":"80","systemCode":"UNKNOWN","systemModelId":"5AZJJ2","maxChargingPowerInKW":125,"battery":{"capacityInKWh":77},"engine":{"type":"iV","powerInKW":150},"gearbox":{"type":"E1H"}},"renders":[],"compositeRenders":[{"layers":[{"url":"https://iprenders.blob.core.windows.net/base5azv23200005/1Z1ZPUwFvBgM0DK-U9pbf0iQDkdurY6N8mS-9YuJAb12INUQxtyog6_B-Mwqxg0_cFBhHk3YT16uJsbRolW8-CKGNEBJ-19201080dayvext_side1080.png","viewPoint":"EXTERIOR_SIDE","type":"REAL","order":0}],"viewType":"UNMODIFIED_EXTERIOR_SIDE"}]}
      vw-connect.0 2025-03-11 20:34:54.891	debug	xxxxxxxxxxxxxxxxxxx.status.vehicle-information
      vw-connect.0 2025-03-11 20:34:54.891	debug	200
      
      posted in Tester
      S
      seb2010
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo