Sponsored

Porsche EV Insights v2.0 - Now with Live Vehicle Data

jpleite

Active Member
First Name
JP
Joined
Jan 30, 2026
Threads
2
Messages
32
Reaction score
59
Location
Porto, Portugal
Vehicles
Tacan Cross Turismo
Country flag
Big update for Porsche EV Insights - the free, open-source dashboard for analyzing your Taycan/Macan EV driving data.

Try it now: porsche-ev.magicbytestudios.com
Source code: https://github.com/jpleite/porsche_ev_insights?tab=readme-ov-file

New Features: My Car Tab - Live Vehicle Status
Connect your Porsche ID and get real-time data from your car:

  • Real-time battery level and estimated range
  • Live GPS location on an interactive map
  • Tire pressure monitoring for all four wheels
  • Lock status - see if your car is locked or unlocked
  • Vehicle photos - browse official Porsche renders in a carousel
This uses the Porsche Connect API with secure OAuth authentication.

Major Features
  • Overview Dashboard - Total distance, consumption, trips, and key metrics at a glance
  • Driving Patterns - Analyze trips by hour, day of week, and month
  • Efficiency Analysis - Consumption breakdown by speed ranges and conditions
  • Cost Calculator - Track electricity costs with customizable rates
  • Environmental Impact - CO2 savings compared to combustion vehicles
  • Battery Insights - Charging patterns and battery usage statistics
  • Smart Insights - AI-generated observations about your driving habits
  • Data Merge - Import new CSV exports without duplicates
  • Vehicle Selection - 54+ EV models (Porsche + Audi e-tron GT) with WLTP/EPA specs
  • EV Comparison - Compare your real-world consumption vs official ratings
  • Flexible Units - Metric, Imperial (UK), and Imperial (US) with MPGe
  • 10 Languages - EN, PT, ES, FR, DE, IT, NL, PL, ZH, JA
Your data stays in your browser - 100% client-side processing. Open source on GitHub.

Feedback and feature requests welcome!

Porsche Taycan Porsche EV Insights v2.0 - Now with Live Vehicle Data mycar


Porsche Taycan Porsche EV Insights v2.0 - Now with Live Vehicle Data settings


Porsche Taycan Porsche EV Insights v2.0 - Now with Live Vehicle Data day_them


Porsche Taycan Porsche EV Insights v2.0 - Now with Live Vehicle Data overvi


Porsche Taycan Porsche EV Insights v2.0 - Now with Live Vehicle Data patterns


Porsche Taycan Porsche EV Insights v2.0 - Now with Live Vehicle Data insights


Porsche Taycan Porsche EV Insights v2.0 - Now with Live Vehicle Data environmental


Porsche Taycan Porsche EV Insights v2.0 - Now with Live Vehicle Data efficiency


Porsche Taycan Porsche EV Insights v2.0 - Now with Live Vehicle Data battery
Sponsored

 

Taycan4S_UK

Well-Known Member
Joined
Nov 17, 2024
Threads
17
Messages
417
Reaction score
220
Location
London, England, United Kingdom
Vehicles
Porsche Taycan 4S
Country flag
Loving the update - 2 request:
Tyre pressure option - PSI or Bar
Allow us to add pictures of the car.

Lastly for those who don't have the connect subscription, what do they lose?
 
OP
OP

jpleite

Active Member
First Name
JP
Joined
Jan 30, 2026
Threads
2
Messages
32
Reaction score
59
Location
Porto, Portugal
Vehicles
Tacan Cross Turismo
Country flag
Loving the update - 2 request:
Tyre pressure option - PSI or Bar
Allow us to add pictures of the car.

Lastly for those who don't have the connect subscription, what do they lose?
v2.0.2-beta

  • Vehicle selector for Porsche Connect accounts with multiple cars
  • Remembers your selected vehicle across sessions
  • Shows J1.1/J1.2 generation based on model year
  • New PSI/bar toggle in Settings for tire pressure
 




Taycan4S_UK

Well-Known Member
Joined
Nov 17, 2024
Threads
17
Messages
417
Reaction score
220
Location
London, England, United Kingdom
Vehicles
Porsche Taycan 4S
Country flag
v2.0.2-beta

  • Vehicle selector for Porsche Connect accounts with multiple cars
  • Remembers your selected vehicle across sessions
  • Shows J1.1/J1.2 generation based on model year
  • New PSI/bar toggle in Settings for tire pressure
When are you making this into an iOS or Android app with widget ? appreciate the work.
 

SoccerMan94043

Well-Known Member
Joined
Nov 24, 2025
Threads
25
Messages
684
Reaction score
452
Location
San Jose
Vehicles
2025 Taycan GTS
Country flag
Anyone tried yet?
You can run the code locally and and log into your porsche account to see (it's really easy to download node and npm on any computer now a days). It pulls up my car as an option after logging in, but I have Connect Services active.

You need to set up a proxy server to connect to Porsche... this is a dump of the data it's showing (minus any of my private data where you'll see "*********"):


Code:
========== VEHICLE INFO ==========
VIN: ***************
Model Name: Taycan GTS
Model Type: {
  "code": "Y1ADK1",
  "year": "2025",
  "steeringPosition": "LEFT_HAND_DRIVE",
  "purposeOrderType": "KF",
  "body": "SEDAN",
  "generation": "J1",
  "revision": 2,
  "model": "TAYCAN",
  "engine": "BEV"
}
System Info: {
  "driverExperience": "1.0",
  "privacyStyle": 2,
  "cluster": "3B"
}
Color: { primaryExteriorColor: '5c747c' }
Connect: true
Vehicle User Type: PRIMARY
Grey Connect Store URL: https://connect-store.porsche.com/offer?utm_source=mypapp
Timestamp: 2026-02-04T16:40:47Z
Commands:
Measurements:
All keys: [
  'vin',
  'modelName',
  'customName',
  'modelType',
  'systemInfo',
  'exteriorColorName',
  'color',
  'connect',
  'vehicleUserType',
  'greyConnectStoreURL',
  'timestamp',
  'commands',
  'measurements'
]
-----------------------------------
===================================


========== VEHICLE INFO ==========
VIN: *************
Model Name: Taycan GTS
Model Type: {
  "code": "Y1ADK1",
  "year": "2025",
  "steeringPosition": "LEFT_HAND_DRIVE",
  "purposeOrderType": "KF",
  "body": "SEDAN",
  "generation": "J1",
  "revision": 2,
  "model": "TAYCAN",
  "engine": "BEV"
}
System Info: {
  "driverExperience": "1.0",
  "privacyStyle": 2,
  "cluster": "3B"
}
Color: { primaryExteriorColor: '5c747c' }
Connect: true
Vehicle User Type: PRIMARY
Grey Connect Store URL: https://connect-store.porsche.com/offer?utm_source=mypapp
Timestamp: 2026-02-04T16:40:55Z
Commands:
Measurements:
All keys: [
  'vin',
  'modelName',
  'customName',
  'modelType',
  'systemInfo',
  'exteriorColorName',
  'color',
  'connect',
  'vehicleUserType',
  'greyConnectStoreURL',
  'timestamp',
  'commands',
  'measurements'
]
-----------------------------------
===================================


========== VEHICLE OVERVIEW ==========
VIN: *************
GPS_LOCATION: {
  "lastModified": "2026-02-03T00:09:36Z",
  "location": ****************,
  "direction": 249
}
CHARGING_SUMMARY: {
  "lastModified": "2026-02-04T16:32:12Z",
  "status": "NOT_PLUGGED",
  "mode": "CYCLIC_DEPARTURE",
  "targetDateTimeWithOffset": "2026-02-05T07:00:00-08:00",
  "targetSoC": 80,
  "showTimestamp": false
}
CHARGING_RATE: {
  "lastModified": "2026-02-04T16:32:12Z"
}
BATTERY_LEVEL: {
  "lastModified": "2026-02-04T16:34:00Z",
  "percent": 80
}
E_RANGE: {
  "lastModified": "2026-02-04T16:34:00Z",
  "kilometers": 381
}
MILEAGE: {
  "lastModified": "2026-02-04T16:34:02Z",
  "kilometers": 2609
}
LOCK_STATE_VEHICLE: {
  "lastModified": "2026-02-04T16:34:02Z",
  "isLocked": true
}
=======================================


============================================================
              FULL VEHICLE STATUS
============================================================
VIN: ***************
Model: Taycan GTS
------------------------------------------------------------

📋 BATTERY & CHARGING:
  RANGE: null
  OIL_SERVICE_RANGE: null
  CHARGING_PROFILES: null
  CHARGING_SUMMARY: {
      "lastModified": "2026-02-04T16:32:12Z",
      "status": "NOT_PLUGGED",
      "mode": "CYCLIC_DEPARTURE",
      "targetDateTimeWithOffset": "2026-02-05T07:00:00-08:00",
      "targetSoC": 80,
      "showTimestamp": false
    }
  E_RANGE: {
      "lastModified": "2026-02-04T16:34:00Z",
      "kilometers": 381
    }
  BATTERY_LEVEL: {
      "lastModified": "2026-02-04T16:34:00Z",
      "percent": 80
    }
  CHARGING_RATE: {
      "lastModified": "2026-02-04T16:32:12Z"
    }
  CHARGING_SETTINGS: {
      "lastModified": "2026-02-04T16:32:15Z",
      "automaticPlugState": "LOCK",
      "targetSoc": 80,
      "warningThreshold": 90
    }
  MAIN_SERVICE_RANGE: {
      "lastModified": "2026-02-04T16:34:02Z",
      "kilometers": 27520
    }
  INTERMEDIATE_SERVICE_RANGE: null

🚪 DOORS, WINDOWS & LIDS:
  OPEN_STATE_SERVICE_FLAP: null
  OPEN_STATE_SPOILER: null
  OPEN_STATE_TOP: null
  OPEN_STATE_SUNROOF: null
  OPEN_STATE_WINDOW_FRONT_RIGHT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_WINDOW_REAR_RIGHT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  LOCK_STATE_VEHICLE: {"lastModified":"2026-02-04T16:34:02Z","isLocked":true}
  OPEN_STATE_WINDOW_FRONT_LEFT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_DOOR_REAR_RIGHT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_SUNROOF_REAR: null
  OPEN_STATE_DOOR_FRONT_RIGHT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_DOOR_FRONT_LEFT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_WINDOW_REAR_LEFT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_LID_FRONT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_LID_REAR: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_DOOR_REAR_LEFT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}

🛞 TIRE PRESSURE:
  TIRE_PRESSURE: {
      "lastModified": "2026-02-01T22:00:43Z",
      "frontLeftTire": {
        "differenceBar": 0.2,
        "actualPressureBar": 2.8
      },
      "rearLeftTire": {
        "differenceBar": 0.2,
        "actualPressureBar": 2.9
      },
      "frontRightTire": {
        "differenceBar": 0.3,
        "actualPressureBar": 2.8
      },
      "rearRightTire": {
        "differenceBar": 0.2,
        "actualPressureBar": 2.9
      }
    }

❄ CLIMATE:
  HEATING_STATE: null
  CLIMATIZER_STATE: {"lastModified":"2026-02-04T16:32:24Z","isOn":false,"targetTemperature":295.15,"climateZonesEnabled":{"frontLeft":false,"frontRight":false,"rearLeft":false,"rearRight":false}}

🔧 SERVICE:
  OIL_LEVEL_CURRENT: null
  OIL_SERVICE_TIME: null
  OIL_LEVEL_MIN_WARNING: null
  OIL_LEVEL_MAX: null
  SERVICE_PREDICTIONS: null
  MAIN_SERVICE_TIME: {"lastModified":"2026-02-04T16:34:02Z","days":502}
  INTERMEDIATE_SERVICE_TIME: null

📍 OTHER:
  FUEL_RESERVE: null
  FUEL_LEVEL: null
  ACV_STATE: null
  REMOTE_ACCESS_AUTHORIZATION: {"lastModified":"2026-02-04T16:40:57Z","isEnabled":true}
  GLOBAL_PRIVACY_MODE: {"lastModified":"2026-02-04T16:40:57Z","isEnabled":false}
  BLEID_DDADATA: null
  TIMERS: null
  GPS_LOCATION: {"lastModified":***********}
  DEPARTURES: {"lastModified":"2026-02-04T15:30:25Z","list":[{"id":3,"isEnabled":true,"triggerDateTimeWithOffset":"2026-02-05T07:00:00-08:00","repeatOn":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY...
  MILEAGE: {"lastModified":"2026-02-04T16:34:02Z","kilometers":2609}
  PARKING_BRAKE: {"lastModified":"2026-02-04T16:34:02Z","isOn":true}
  PARKING_LIGHT: {"lastModified":"2026-02-04T16:34:02Z","isOn":false}
  THEFT_STATE: null
  VTS_MODES: null
  ALARM_STATE: null
  PAIRING_CODE: null

============================================================


============================================================
              VEHICLE CAPABILITIES
============================================================
  ⚠  Capabilities endpoint not available for this vehicle
  (This is normal - not all vehicles/regions support this)
============================================================


============================================================
              VEHICLE PICTURES
============================================================
  frontView: https://cdn.pdg-viz-picserv2.pdcp.porsche.digital/picserv2/2025/Y1ADK1/30/studio/ext-low-front-left/alpha/4c96b8/4c96b80cda984a12d2e1b368c590a5fbe1795740.png?width=640&height=360&format=png
  sideView: https://cdn.pdg-viz-picserv2.pdcp.porsche.digital/picserv2/2025/Y1ADK1/30/studio/ext-low-side-left/alpha/8adabb/8adabb01081f5737170d5507631f27c0d72b080d.png?width=640&height=360&format=png
  rearView: https://cdn.pdg-viz-picserv2.pdcp.porsche.digital/picserv2/2025/Y1ADK1/30/studio/ext-low-rear-left/alpha/0e384e/0e384e065ec17087d6ecc09a67b74697f6ef8823.png?width=640&height=360&format=png
  topView: https://cdn.pdg-viz-picserv2.pdcp.porsche.digital/picserv2/2025/Y1ADK1/30/studio/ext-top-right/alpha/e923a0/e923a015fed32232f9672af4e42aff8a43dc03c0.png?width=640&height=360&format=png
============================================================

[Trips] API response keys: [
  'vin',
  'modelName',
  'customName',
  'modelType',
  'systemInfo',
  'exteriorColorName',
  'color',
  'connect',
  'vehicleUserType',
  'greyConnectStoreURL',
  'timestamp',
  'commands',
  'measurements'
]
[Trips] Measurements found: [
  'TRIP_STATISTICS_CYCLIC_HISTORY',
  'TRIP_STATISTICS_LONG_TERM_HISTORY',
  'TRIP_STATISTICS_LONG_TERM',
  'TRIP_STATISTICS_SHORT_TERM_HISTORY',
  'TRIP_STATISTICS_SHORT_TERM',
  'TRIP_STATISTICS_CYCLIC'
]
[Trips] TRIP_STATISTICS_CYCLIC_HISTORY has 21 entries in list
[Trips] TRIP_STATISTICS_CYCLIC_HISTORY first entry: {
  "distanceKm": 148,
  "avgKwhPerHundredKm": 24.3,
  "avgSpeedKmh": 82,
  "drivingTimeMinutes": 113,
  "tripEndTime": "2025-12-25T05:11:33Z"
}
[Trips] TRIP_STATISTICS_LONG_TERM_HISTORY has 2 entries in list
[Trips] TRIP_STATISTICS_LONG_TERM_HISTORY first entry: {
  "distanceKm": 1595,
  "avgKwhPerHundredKm": 23.2,
  "avgSpeedKmh": 28,
  "drivingTimeMinutes": 3477,
  "tripEndTime": "2026-02-01T21:59:43Z"
}
[Trips] TRIP_STATISTICS_LONG_TERM value: {
  "distanceKm": 1595,
  "avgKwhPerHundredKm": 23.2,
  "avgSpeedKmh": 28,
  "drivingTimeMinutes": 3477,
  "tripEndTime": "2026-02-01T21:59:43Z"
}
[Trips] TRIP_STATISTICS_SHORT_TERM_HISTORY has 50 entries in list
[Trips] TRIP_STATISTICS_SHORT_TERM_HISTORY first entry: {
  "distanceKm": 107,
  "avgKwhPerHundredKm": 20.4,
  "avgSpeedKmh": 54,
  "drivingTimeMinutes": 122,
  "tripEndTime": "2025-12-20T00:23:07Z"
}
[Trips] TRIP_STATISTICS_SHORT_TERM value: {
  "distanceKm": 13,
  "avgKwhPerHundredKm": 22.2,
  "avgSpeedKmh": 11,
  "drivingTimeMinutes": 79,
  "tripEndTime": "2026-02-01T21:59:43Z"
}
[Trips] TRIP_STATISTICS_CYCLIC value: {
  "distanceKm": 41,
  "avgKwhPerHundredKm": 24.3,
  "avgSpeedKmh": 9,
  "drivingTimeMinutes": 288,
  "tripEndTime": "2026-02-01T21:59:43Z"
}

========== VEHICLE INFO ==========
VIN: **************
Model Name: Taycan GTS
Model Type: {
  "code": "Y1ADK1",
  "year": "2025",
  "steeringPosition": "LEFT_HAND_DRIVE",
  "purposeOrderType": "KF",
  "body": "SEDAN",
  "generation": "J1",
  "revision": 2,
  "model": "TAYCAN",
  "engine": "BEV"
}
System Info: {
  "driverExperience": "1.0",
  "privacyStyle": 2,
  "cluster": "3B"
}
Color: { primaryExteriorColor: '5c747c' }
Connect: true
Vehicle User Type: PRIMARY
Grey Connect Store URL: https://connect-store.porsche.com/offer?utm_source=mypapp
Timestamp: 2026-02-04T16:40:59Z
Commands:
Measurements:
All keys: [
  'vin',
  'modelName',
  'customName',
  'modelType',
  'systemInfo',
  'exteriorColorName',
  'color',
  'connect',
  'vehicleUserType',
  'greyConnectStoreURL',
  'timestamp',
  'commands',
  'measurements'
]
-----------------------------------
===================================


============================================================
              VEHICLE PICTURES
============================================================
  frontView: https://cdn.pdg-viz-picserv2.pdcp.porsche.digital/picserv2/2025/Y1ADK1/30/studio/ext-low-front-left/alpha/4c96b8/4c96b80cda984a12d2e1b368c590a5fbe1795740.png?width=640&height=360&format=png
  sideView: https://cdn.pdg-viz-picserv2.pdcp.porsche.digital/picserv2/2025/Y1ADK1/30/studio/ext-low-side-left/alpha/8adabb/8adabb01081f5737170d5507631f27c0d72b080d.png?width=640&height=360&format=png
  rearView: https://cdn.pdg-viz-picserv2.pdcp.porsche.digital/picserv2/2025/Y1ADK1/30/studio/ext-low-rear-left/alpha/0e384e/0e384e065ec17087d6ecc09a67b74697f6ef8823.png?width=640&height=360&format=png
  topView: https://cdn.pdg-viz-picserv2.pdcp.porsche.digital/picserv2/2025/Y1ADK1/30/studio/ext-top-right/alpha/e923a0/e923a015fed32232f9672af4e42aff8a43dc03c0.png?width=640&height=360&format=png
============================================================


========== VEHICLE INFO ==========
VIN: ****************
Model Name: Taycan GTS
Model Type: {
  "code": "Y1ADK1",
  "year": "2025",
  "steeringPosition": "LEFT_HAND_DRIVE",
  "purposeOrderType": "KF",
  "body": "SEDAN",
  "generation": "J1",
  "revision": 2,
  "model": "TAYCAN",
  "engine": "BEV"
}
System Info: {
  "driverExperience": "1.0",
  "privacyStyle": 2,
  "cluster": "3B"
}
Color: { primaryExteriorColor: '5c747c' }
Connect: true
Vehicle User Type: PRIMARY
Grey Connect Store URL: https://connect-store.porsche.com/offer?utm_source=mypapp
Timestamp: 2026-02-04T16:40:59Z
Commands:
Measurements:
All keys: [
  'vin',
  'modelName',
  'customName',
  'modelType',
  'systemInfo',
  'exteriorColorName',
  'color',
  'connect',
  'vehicleUserType',
  'greyConnectStoreURL',
  'timestamp',
  'commands',
  'measurements'
]
-----------------------------------
===================================


============================================================
              VEHICLE PICTURES
============================================================
  frontView: https://cdn.pdg-viz-picserv2.pdcp.porsche.digital/picserv2/2025/Y1ADK1/30/studio/ext-low-front-left/alpha/4c96b8/4c96b80cda984a12d2e1b368c590a5fbe1795740.png?width=640&height=360&format=png
  sideView: https://cdn.pdg-viz-picserv2.pdcp.porsche.digital/picserv2/2025/Y1ADK1/30/studio/ext-low-side-left/alpha/8adabb/8adabb01081f5737170d5507631f27c0d72b080d.png?width=640&height=360&format=png
  rearView: https://cdn.pdg-viz-picserv2.pdcp.porsche.digital/picserv2/2025/Y1ADK1/30/studio/ext-low-rear-left/alpha/0e384e/0e384e065ec17087d6ecc09a67b74697f6ef8823.png?width=640&height=360&format=png
  topView: https://cdn.pdg-viz-picserv2.pdcp.porsche.digital/picserv2/2025/Y1ADK1/30/studio/ext-top-right/alpha/e923a0/e923a015fed32232f9672af4e42aff8a43dc03c0.png?width=640&height=360&format=png
============================================================


============================================================
              FULL VEHICLE STATUS
============================================================
VIN: *************
Model: Taycan GTS
------------------------------------------------------------

📋 BATTERY & CHARGING:
  RANGE: null
  OIL_SERVICE_RANGE: null
  CHARGING_PROFILES: null
  CHARGING_SUMMARY: {
      "lastModified": "2026-02-04T16:32:12Z",
      "status": "NOT_PLUGGED",
      "mode": "CYCLIC_DEPARTURE",
      "targetDateTimeWithOffset": "2026-02-05T07:00:00-08:00",
      "targetSoC": 80,
      "showTimestamp": false
    }
  E_RANGE: {
      "lastModified": "2026-02-04T16:34:00Z",
      "kilometers": 381
    }
  BATTERY_LEVEL: {
      "lastModified": "2026-02-04T16:34:00Z",
      "percent": 80
    }
  CHARGING_RATE: {
      "lastModified": "2026-02-04T16:32:12Z"
    }
  CHARGING_SETTINGS: {
      "lastModified": "2026-02-04T16:32:15Z",
      "automaticPlugState": "LOCK",
      "targetSoc": 80,
      "warningThreshold": 90
    }
  MAIN_SERVICE_RANGE: {
      "lastModified": "2026-02-04T16:34:02Z",
      "kilometers": 27520
    }
  INTERMEDIATE_SERVICE_RANGE: null

🚪 DOORS, WINDOWS & LIDS:
  OPEN_STATE_SPOILER: null
  OPEN_STATE_SERVICE_FLAP: null
  OPEN_STATE_TOP: null
  OPEN_STATE_DOOR_FRONT_RIGHT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_DOOR_FRONT_LEFT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_LID_REAR: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_DOOR_REAR_LEFT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_WINDOW_FRONT_RIGHT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_DOOR_REAR_RIGHT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_SUNROOF: null
  OPEN_STATE_WINDOW_REAR_LEFT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_WINDOW_FRONT_LEFT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_LID_FRONT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_SUNROOF_REAR: null
  LOCK_STATE_VEHICLE: {"lastModified":"2026-02-04T16:34:02Z","isLocked":true}
  OPEN_STATE_WINDOW_REAR_RIGHT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}

🛞 TIRE PRESSURE:
  TIRE_PRESSURE: {
      "lastModified": "2026-02-01T22:00:43Z",
      "frontLeftTire": {
        "differenceBar": 0.2,
        "actualPressureBar": 2.8
      },
      "rearLeftTire": {
        "differenceBar": 0.2,
        "actualPressureBar": 2.9
      },
      "frontRightTire": {
        "differenceBar": 0.3,
        "actualPressureBar": 2.8
      },
      "rearRightTire": {
        "differenceBar": 0.2,
        "actualPressureBar": 2.9
      }
    }

❄ CLIMATE:
  HEATING_STATE: null
  CLIMATIZER_STATE: {"lastModified":"2026-02-04T16:32:24Z","isOn":false,"targetTemperature":295.15,"climateZonesEnabled":{"frontLeft":false,"frontRight":false,"rearLeft":false,"rearRight":false}}

🔧 SERVICE:
  OIL_LEVEL_CURRENT: null
  OIL_SERVICE_TIME: null
  OIL_LEVEL_MIN_WARNING: null
  OIL_LEVEL_MAX: null
  SERVICE_PREDICTIONS: null
  MAIN_SERVICE_TIME: {"lastModified":"2026-02-04T16:34:02Z","days":502}
  INTERMEDIATE_SERVICE_TIME: null

📍 OTHER:
  FUEL_RESERVE: null
  FUEL_LEVEL: null
  ACV_STATE: null
  REMOTE_ACCESS_AUTHORIZATION: {"lastModified":"2026-02-04T16:40:59Z","isEnabled":true}
  GLOBAL_PRIVACY_MODE: {"lastModified":"2026-02-04T16:40:59Z","isEnabled":false}
  BLEID_DDADATA: null
  TIMERS: null
  GPS_LOCATION: ****************
  DEPARTURES: {"lastModified":"2026-02-04T15:30:25Z","list":[{"id":3,"isEnabled":true,"triggerDateTimeWithOffset":"2026-02-05T07:00:00-08:00","repeatOn":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY...
  PARKING_LIGHT: {"lastModified":"2026-02-04T16:34:02Z","isOn":false}
  PARKING_BRAKE: {"lastModified":"2026-02-04T16:34:02Z","isOn":true}
  MILEAGE: {"lastModified":"2026-02-04T16:34:02Z","kilometers":2609}
  THEFT_STATE: null
  VTS_MODES: null
  ALARM_STATE: null
  PAIRING_CODE: null

============================================================


========== VEHICLE OVERVIEW ==========
VIN: ************
GPS_LOCATION: {
  "lastModified": "2026-02-03T00:09:36Z",
  "location":**************,
  "direction": 249
}
CHARGING_SUMMARY: {
  "lastModified": "2026-02-04T16:32:12Z",
  "status": "NOT_PLUGGED",
  "mode": "CYCLIC_DEPARTURE",
  "targetDateTimeWithOffset": "2026-02-05T07:00:00-08:00",
  "targetSoC": 80,
  "showTimestamp": false
}
BATTERY_LEVEL: {
  "lastModified": "2026-02-04T16:34:00Z",
  "percent": 80
}
CHARGING_RATE: {
  "lastModified": "2026-02-04T16:32:12Z"
}
E_RANGE: {
  "lastModified": "2026-02-04T16:34:00Z",
  "kilometers": 381
}
LOCK_STATE_VEHICLE: {
  "lastModified": "2026-02-04T16:34:02Z",
  "isLocked": true
}
MILEAGE: {
  "lastModified": "2026-02-04T16:34:02Z",
  "kilometers": 2609
}
=======================================


============================================================
              FULL VEHICLE STATUS
============================================================
VIN: ***************
Model: Taycan GTS
------------------------------------------------------------

📋 BATTERY & CHARGING:
  OIL_SERVICE_RANGE: null
  RANGE: null
  CHARGING_PROFILES: null
  CHARGING_SUMMARY: {
      "lastModified": "2026-02-04T16:32:12Z",
      "status": "NOT_PLUGGED",
      "mode": "CYCLIC_DEPARTURE",
      "targetDateTimeWithOffset": "2026-02-05T07:00:00-08:00",
      "targetSoC": 80,
      "showTimestamp": false
    }
  BATTERY_LEVEL: {
      "lastModified": "2026-02-04T16:34:00Z",
      "percent": 80
    }
  CHARGING_RATE: {
      "lastModified": "2026-02-04T16:32:12Z"
    }
  E_RANGE: {
      "lastModified": "2026-02-04T16:34:00Z",
      "kilometers": 381
    }
  CHARGING_SETTINGS: {
      "lastModified": "2026-02-04T16:32:15Z",
      "automaticPlugState": "LOCK",
      "targetSoc": 80,
      "warningThreshold": 90
    }
  MAIN_SERVICE_RANGE: {
      "lastModified": "2026-02-04T16:34:02Z",
      "kilometers": 27520
    }
  INTERMEDIATE_SERVICE_RANGE: null

🚪 DOORS, WINDOWS & LIDS:
  OPEN_STATE_TOP: null
  OPEN_STATE_SERVICE_FLAP: null
  OPEN_STATE_SPOILER: null
  OPEN_STATE_DOOR_FRONT_LEFT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_WINDOW_REAR_LEFT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_DOOR_REAR_RIGHT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  LOCK_STATE_VEHICLE: {"lastModified":"2026-02-04T16:34:02Z","isLocked":true}
  OPEN_STATE_SUNROOF_REAR: null
  OPEN_STATE_LID_FRONT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_WINDOW_REAR_RIGHT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_DOOR_REAR_LEFT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_WINDOW_FRONT_RIGHT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_LID_REAR: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_SUNROOF: null
  OPEN_STATE_DOOR_FRONT_RIGHT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}
  OPEN_STATE_WINDOW_FRONT_LEFT: {"lastModified":"2026-02-04T16:34:02Z","isOpen":false}

🛞 TIRE PRESSURE:
  TIRE_PRESSURE: {
      "lastModified": "2026-02-01T22:00:43Z",
      "frontLeftTire": {
        "differenceBar": 0.2,
        "actualPressureBar": 2.8
      },
      "rearLeftTire": {
        "differenceBar": 0.2,
        "actualPressureBar": 2.9
      },
      "frontRightTire": {
        "differenceBar": 0.3,
        "actualPressureBar": 2.8
      },
      "rearRightTire": {
        "differenceBar": 0.2,
        "actualPressureBar": 2.9
      }
    }

❄ CLIMATE:
  HEATING_STATE: null
  CLIMATIZER_STATE: {"lastModified":"2026-02-04T16:32:24Z","isOn":false,"targetTemperature":295.15,"climateZonesEnabled":{"frontLeft":false,"frontRight":false,"rearLeft":false,"rearRight":false}}

🔧 SERVICE:
  OIL_LEVEL_MAX: null
  OIL_LEVEL_CURRENT: null
  OIL_SERVICE_TIME: null
  OIL_LEVEL_MIN_WARNING: null
  SERVICE_PREDICTIONS: null
  MAIN_SERVICE_TIME: {"lastModified":"2026-02-04T16:34:02Z","days":502}
  INTERMEDIATE_SERVICE_TIME: null

📍 OTHER:
  ACV_STATE: null
  FUEL_RESERVE: null
  FUEL_LEVEL: null
  GLOBAL_PRIVACY_MODE: {"lastModified":"2026-02-04T16:41:00Z","isEnabled":false}
  REMOTE_ACCESS_AUTHORIZATION: {"lastModified":"2026-02-04T16:41:00Z","isEnabled":true}
  BLEID_DDADATA: null
  TIMERS: null
  GPS_LOCATION: {"lastModified":"2026-02-03T00:09:36Z","location":**********,"direction":249}
  DEPARTURES: {"lastModified":"2026-02-04T15:30:25Z","list":[{"id":3,"isEnabled":true,"triggerDateTimeWithOffset":"2026-02-05T07:00:00-08:00","repeatOn":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY...
  PARKING_BRAKE: {"lastModified":"2026-02-04T16:34:02Z","isOn":true}
  PARKING_LIGHT: {"lastModified":"2026-02-04T16:34:02Z","isOn":false}
  MILEAGE: {"lastModified":"2026-02-04T16:34:02Z","kilometers":2609}
  ALARM_STATE: null
  THEFT_STATE: null
  VTS_MODES: null
  PAIRING_CODE: null

============================================================


========== VEHICLE OVERVIEW ==========
VIN: ************
GPS_LOCATION: {
  "lastModified": "2026-02-03T00:09:36Z",
  "location": *************,
  "direction": 249
}
CHARGING_SUMMARY: {
  "lastModified": "2026-02-04T16:32:12Z",
  "status": "NOT_PLUGGED",
  "mode": "CYCLIC_DEPARTURE",
  "targetDateTimeWithOffset": "2026-02-05T07:00:00-08:00",
  "targetSoC": 80,
  "showTimestamp": false
}
BATTERY_LEVEL: {
  "lastModified": "2026-02-04T16:34:00Z",
  "percent": 80
}
CHARGING_RATE: {
  "lastModified": "2026-02-04T16:32:12Z"
}
E_RANGE: {
  "lastModified": "2026-02-04T16:34:00Z",
  "kilometers": 381
}
LOCK_STATE_VEHICLE: {
  "lastModified": "2026-02-04T16:34:02Z",
  "isLocked": true
}
MILEAGE: {
  "lastModified": "2026-02-04T16:34:02Z",
  "kilometers": 2609
}
=======================================
 
 








Top