-
Notifications
You must be signed in to change notification settings - Fork 101
JSON Data Structures
coreywillwhat edited this page Apr 22, 2024
·
14 revisions
{
"access": {
"accessStatus": {
"value": {
"overallStatus": "safe",
"carCapturedTimestamp": datetime.datetime(2024, 4, 11, 12, 37, 7, tzinfo=datetime.timezone.utc),
"doors": [
{
"name": "bonnet",
"status": [
"closed"
]
},
{
"name": "frontLeft",
"status": [
"locked",
"closed"
]
},
{
"name": "frontRight",
"status": [
"locked",
"closed"
]
},
{
"name": "rearLeft",
"status": [
"locked",
"closed"
]
},
{
"name": "rearRight",
"status": [
"locked",
"closed"
]
},
{
"name": "trunk",
"status": [
"locked",
"closed"
]
}
],
"windows": [
{
"name": "frontLeft",
"status": [
"closed"
]
},
{
"name": "frontRight",
"status": [
"closed"
]
},
{
"name": "rearLeft",
"status": [
"closed"
]
},
{
"name": "rearRight",
"status": [
"closed"
]
},
{
"name": "roofCover",
"status": [
"unsupported"
]
},
{
"name": "sunRoof",
"status": [
"closed"
]
}
],
"doorLockStatus": "locked"
}
}
},
"charging": {
"batteryStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 11, 13, 49, 25, tzinfo=datetime.timezone.utc),
"currentSOC_pct": 97,
"cruisingRangeElectric_km": 51
}
},
"chargingStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 11, 13, 49, 25, tzinfo=datetime.timezone.utc),
"remainingChargingTimeToComplete_min": 15,
"chargingState": "charging",
"chargeMode": "manual",
"chargeType": "unsupported"
}
},
"plugStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 11, 13, 49, 25, tzinfo=datetime.timezone.utc),
"plugConnectionState": "connected",
"plugLockState": "locked",
"externalPower": "ready",
"ledColor": "green"
}
},
"chargeMode": {
"value": {
"preferredChargeMode": "manual",
"availableChargeModes": [
"manual",
"timer"
]
}
}
},
"chargingTimers": {
"chargingTimersStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 11, 13, 31, 18, tzinfo=datetime.timezone.utc),
"timeInCar": "",
"timers": [
{
"id": 1,
"enabled": false,
"climatisation": false,
"preferredChargingTimes": [
{
"id": 1,
"enabled": false,
"startTimeLocal": "00:00",
"endTimeLocal": "00:00"
}
],
"singleTimer": {
"targetDateTimeLocal": "2024-04-11T12:00:00",
"departureDateTimeLocal": "2024-04-11T12:00:00"
}
},
{
"id": 2,
"enabled": false,
"climatisation": false,
"preferredChargingTimes": [
{
"id": 1,
"enabled": false,
"startTimeLocal": "00:00",
"endTimeLocal": "00:00"
}
],
"singleTimer": {
"targetDateTimeLocal": "2024-04-11T12:00:00",
"departureDateTimeLocal": "2024-04-11T12:00:00"
}
}
]
}
}
},
"climatisation": {
"climatisationSettings": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 11, 12, 7, 12, tzinfo=datetime.timezone.utc),
"targetTemperature_C": 20,
"targetTemperature_F": 68,
"climatisationWithoutExternalPower": true,
"climatizationAtUnlock": false,
"windowHeatingEnabled": true,
"zoneFrontLeftEnabled": true,
"zoneFrontRightEnabled": true,
"zoneRearLeftEnabled": false,
"zoneRearRightEnabled": false
}
},
"climatisationStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 11, 12, 7, 4, tzinfo=datetime.timezone.utc),
"remainingClimatisationTime_min": -256,
"climatisationState": "off"
}
},
"windowHeatingStatus": {
"value": {
"windowHeatingStatus": [
{
"windowLocation": "front",
"windowHeatingState": "invalid"
},
{
"windowLocation": "rear",
"windowHeatingState": "invalid"
}
]
}
}
},
"fuelStatus": {
"rangeStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 11, 13, 49, 25, tzinfo=datetime.timezone.utc),
"carType": "hybrid",
"primaryEngine": {
"type": "gasoline",
"currentSOC_pct": 80,
"remainingRange_km": 402,
"currentFuelLevel_pct": 80
},
"secondaryEngine": {
"type": "electric",
"currentSOC_pct": 97,
"remainingRange_km": 51
},
"totalRange_km": 453
}
}
},
"measurements": {
"rangeStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 11, 13, 49, 25, tzinfo=datetime.timezone.utc),
"electricRange": 51,
"gasolineRange": 402,
"totalRange_km": 453
}
},
"odometerStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 11, 12, 37, 7, tzinfo=datetime.timezone.utc),
"odometer": 83745
}
},
"fuelLevelStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 11, 13, 49, 25, tzinfo=datetime.timezone.utc),
"currentFuelLevel_pct": 80,
"currentSOC_pct": 97,
"primaryEngineType": "gasoline",
"secondaryEngineType": "electric",
"carType": "hybrid"
}
}
},
"vehicleLights": {
"lightsStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 11, 12, 29, 37, tzinfo=datetime.timezone.utc),
"lights": [
{
"name": "right",
"status": "off"
},
{
"name": "left",
"status": "off"
}
]
}
}
},
"vehicleHealthInspection": {
"maintenanceStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 11, 12, 29, 46, tzinfo=datetime.timezone.utc),
"inspectionDue_days": 718,
"inspectionDue_km": 30899,
"mileage_km": 83745,
"oilServiceDue_days": 353,
"oilServiceDue_km": 13840
}
}
},
"vehicleHealthWarnings": {
"warningLights": {
"value": {}
}
}
}
{
"access":{
"accessStatus":{
"value":{
"overallStatus":"safe",
"carCapturedTimestamp":"2024-04-19T20:28:39.998Z",
"doors":[
{
"name":"bonnet",
"status":[
"closed"
]
},
{
"name":"trunk",
"status":[
"closed",
"locked"
]
},
{
"name":"rearRight",
"status":[
"closed",
"locked"
]
},
{
"name":"rearLeft",
"status":[
"closed",
"locked"
]
},
{
"name":"frontRight",
"status":[
"closed",
"locked"
]
},
{
"name":"frontLeft",
"status":[
"closed",
"locked"
]
}
],
"windows":[
{
"name":"sunRoof",
"status":[
"closed"
]
},
{
"name":"roofCover",
"status":[
"unsupported"
]
},
{
"name":"sunRoofRear",
"status":[
"unsupported"
]
},
{
"name":"frontLeft",
"status":[
"closed"
]
},
{
"name":"frontRight",
"status":[
"closed"
]
},
{
"name":"rearLeft",
"status":[
"closed"
]
},
{
"name":"rearRight",
"status":[
"closed"
]
}
],
"doorLockStatus":"locked"
}
}
},
"charging":{
"batteryStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
19,
20,
29,
19,
"tzinfo=datetime.timezone.utc)",
"currentSOC_pct":80,
"cruisingRangeElectric_km":188
}
},
"chargingStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
19,
20,
29,
19,
"tzinfo=datetime.timezone.utc)",
"remainingChargingTimeToComplete_min":0,
"chargingState":"notReadyForCharging",
"chargeMode":"manual",
"chargePower_kW":0,
"chargeRate_kmph":0,
"chargeType":"invalid",
"chargingSettings":"profile"
}
},
"chargingSettings":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
19,
20,
28,
39,
"tzinfo=datetime.timezone.utc)",
"targetSOC_pct":80
}
},
"plugStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
19,
20,
28,
39,
"tzinfo=datetime.timezone.utc)",
"plugConnectionState":"disconnected",
"plugLockState":"unlocked",
"externalPower":"unavailable",
"ledColor":"none"
}
},
"chargeMode":{
"value":{
"preferredChargeMode":"manual",
"availableChargeModes":[
"manual",
"timer"
]
}
}
},
"chargingTimers":{
"chargingTimersStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
19,
20,
28,
39,
"tzinfo=datetime.timezone.utc)",
"timeInCar":datetime.datetime(2024,
4,
19,
13,
28,
39,
tzinfo=datetime.timezone(datetime.timedelta(days=-1,
seconds=61200))),
"timers":[
{
"id":1,
"enabled":false,
"climatisation":false,
"recurringTimer":{
"departureTime":"19:00",
"targetTime":"19:00",
"repetitionDays":[
"monday",
"tuesday",
"wednesday",
"thursday",
"friday",
"saturday",
"sunday"
],
"recurringOn":{
"mondays":true,
"tuesdays":true,
"wednesdays":true,
"thursdays":true,
"fridays":true,
"saturdays":true,
"sundays":true
}
}
},
{
"id":2,
"enabled":false,
"climatisation":false,
"recurringTimer":{
"departureTime":"19:00",
"targetTime":"19:00",
"repetitionDays":[
"monday",
"tuesday",
"wednesday",
"thursday",
"friday",
"saturday",
"sunday"
],
"recurringOn":{
"mondays":true,
"tuesdays":true,
"wednesdays":true,
"thursdays":true,
"fridays":true,
"saturdays":true,
"sundays":true
}
}
},
{
"id":3,
"enabled":false,
"climatisation":false,
"recurringTimer":{
"departureTime":"19:00",
"targetTime":"19:00",
"repetitionDays":[
"monday",
"tuesday",
"wednesday",
"thursday",
"friday",
"saturday",
"sunday"
],
"recurringOn":{
"mondays":true,
"tuesdays":true,
"wednesdays":true,
"thursdays":true,
"fridays":true,
"saturdays":true,
"sundays":true
}
}
},
{
"id":4,
"enabled":false,
"climatisation":false,
"recurringTimer":{
"departureTime":"19:00",
"targetTime":"19:00",
"repetitionDays":[
"monday",
"tuesday",
"wednesday",
"thursday",
"friday",
"saturday",
"sunday"
],
"recurringOn":{
"mondays":true,
"tuesdays":true,
"wednesdays":true,
"thursdays":true,
"fridays":true,
"saturdays":true,
"sundays":true
}
}
},
{
"id":5,
"enabled":false,
"climatisation":false,
"recurringTimer":{
"departureTime":"19:00",
"targetTime":"19:00",
"repetitionDays":[
"monday",
"tuesday",
"wednesday",
"thursday",
"friday",
"saturday",
"sunday"
],
"recurringOn":{
"mondays":true,
"tuesdays":true,
"wednesdays":true,
"thursdays":true,
"fridays":true,
"saturdays":true,
"sundays":true
}
}
}
]
}
}
},
"chargingProfiles":{
"chargingProfilesStatus":{
"value":{
"carCapturedTimestamp":"2024-04-19T20:28:39.789Z",
"timeInCar":datetime.datetime(2024,
4,
19,
13,
28,
39,
tzinfo=datetime.timezone(datetime.timedelta(days=-1,
seconds=61200))),
"nextChargingTimer":{
"id":0,
"targetSOCreachable":"invalid"
},
"profiles":[
]
}
}
},
"climatisation":{
"climatisationSettings":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
19,
20,
28,
39,
"tzinfo=datetime.timezone.utc)",
"targetTemperature_C":23.5,
"targetTemperature_F":75,
"unitInCar":"fahrenheit",
"climatizationAtUnlock":false,
"windowHeatingEnabled":false,
"zoneFrontLeftEnabled":true,
"zoneFrontRightEnabled":true
}
},
"climatisationStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
19,
20,
28,
40,
"tzinfo=datetime.timezone.utc)",
"climatisationState":"off"
}
},
"windowHeatingStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
19,
20,
28,
41,
"tzinfo=datetime.timezone.utc)",
"windowHeatingStatus":[
{
"windowLocation":"front",
"windowHeatingState":"off"
},
{
"windowLocation":"rear",
"windowHeatingState":"off"
}
]
}
}
},
"climatisationTimers":{
"climatisationTimersStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
19,
20,
28,
39,
"tzinfo=datetime.timezone.utc)",
"timeInCar":datetime.datetime(2024,
4,
19,
13,
28,
39,
tzinfo=datetime.timezone(datetime.timedelta(days=-1,
seconds=61200))),
"timers":[
{
"id":1,
"enabled":false,
"singleTimer":{
"startDateTime":datetime.datetime(2024,
4,
16,
7,
0,
"tzinfo=datetime.timezone.utc)",
"targetDateTime":datetime.datetime(2024,
4,
16,
7,
0,
"tzinfo=datetime.timezone.utc)"
}
},
{
"id":2,
"enabled":false,
"singleTimer":{
"startDateTime":datetime.datetime(2024,
4,
16,
7,
0,
"tzinfo=datetime.timezone.utc)",
"targetDateTime":datetime.datetime(2024,
4,
16,
7,
0,
"tzinfo=datetime.timezone.utc)"
}
}
]
}
}
},
"fuelStatus":{
"rangeStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
19,
20,
29,
19,
"tzinfo=datetime.timezone.utc)",
"carType":"electric",
"primaryEngine":{
"type":"electric",
"currentSOC_pct":80,
"remainingRange_km":188
},
"totalRange_km":188
}
}
},
"measurements":{
"rangeStatus":{
"value":{
"carCapturedTimestamp":"2024-04-19T20:29:16.968Z",
"electricRange":188,
"totalRange_km":188
}
},
"odometerStatus":{
"value":{
"carCapturedTimestamp":"2024-04-19T20:28:39.971Z",
"odometer":16827
}
},
"fuelLevelStatus":{
"value":{
"carCapturedTimestamp":"2024-04-19T20:28:39.828Z",
"currentSOC_pct":80,
"primaryEngineType":"electric",
"carType":"electric"
}
}
},
"vehicleLights":{
"lightsStatus":{
"value":{
"carCapturedTimestamp":"2024-04-19T20:28:39.97Z",
"lights":[
{
"name":"right",
"status":"off"
},
{
"name":"left",
"status":"off"
}
]
}
}
},
"vehicleHealthWarnings":{
"warningLights":{
"value":{
"carCapturedTimestamp":"2024-04-19T17:17:34.401Z",
"mileage_km":10456
}
}
}
}
{
"access": {
"accessStatus": {
"value": {
"overallStatus": "safe",
"carCapturedTimestamp": "2023-10-25T03:16:23.833Z",
"doors": [
{
"name": "bonnet",
"status": [
"closed"
]
},
{
"name": "trunk",
"status": [
"closed",
"locked"
]
},
{
"name": "rearRight",
"status": [
"closed",
"locked"
]
},
{
"name": "rearLeft",
"status": [
"closed",
"locked"
]
},
{
"name": "frontRight",
"status": [
"closed",
"locked"
]
},
{
"name": "frontLeft",
"status": [
"closed",
"locked"
]
}
],
"windows": [
{
"name": "sunRoof",
"status": [
"unsupported"
]
},
{
"name": "roofCover",
"status": [
"unsupported"
]
},
{
"name": "sunRoofRear",
"status": [
"unsupported"
]
},
{
"name": "frontLeft",
"status": [
"closed"
]
},
{
"name": "frontRight",
"status": [
"closed"
]
},
{
"name": "rearLeft",
"status": [
"closed"
]
},
{
"name": "rearRight",
"status": [
"closed"
]
}
],
"doorLockStatus": "locked"
}
}
},
"batteryChargingCare": {
"chargingCareSettings": {
"value": {
"batteryCareMode": "deactivated"
}
}
},
"charging": {
"batteryStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 10, 4, 15, 49, tzinfo=datetime.timezone.utc),
"currentSOC_pct": 66,
"cruisingRangeElectric_km": 177
}
},
"chargingStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 10, 4, 15, 49, tzinfo=datetime.timezone.utc),
"remainingChargingTimeToComplete_min": 0,
"chargingState": "notReadyForCharging",
"chargeMode": "manual",
"chargePower_kW": 0,
"chargeRate_kmph": 0,
"chargeType": "invalid",
"chargingSettings": "profile"
}
},
"chargingSettings": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 10, 4, 15, 45, tzinfo=datetime.timezone.utc),
"targetSOC_pct": 90
}
},
"plugStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 10, 4, 16, 30, tzinfo=datetime.timezone.utc),
"plugConnectionState": "disconnected",
"plugLockState": "unlocked",
"externalPower": "unavailable",
"ledColor": "none"
}
},
"chargeMode": {
"value": {
"preferredChargeMode": "manual",
"availableChargeModes": [
"manual",
"timer"
]
}
},
"chargingCareSettings": {
"value": {
"batteryCareMode": "deactivated"
}
}
},
"chargingTimers": {
"chargingTimersStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 10, 4, 15, 45, tzinfo=datetime.timezone.utc),
"timeInCar": datetime.datetime(2024, 4, 10, 6, 15, 46, tzinfo=datetime.timezone(datetime.timedelta(seconds=7200))),
"timers": [
{
"id": 1,
"enabled": false,
"climatisation": false,
"recurringTimer": {
"departureTime": "10:00",
"targetTime": "10:00",
"repetitionDays": [
"monday",
"tuesday",
"wednesday",
"thursday",
"friday",
"saturday",
"sunday"
],
"recurringOn": {
"mondays": true,
"tuesdays": true,
"wednesdays": true,
"thursdays": true,
"fridays": true,
"saturdays": true,
"sundays": true
}
}
},
{
"id": 2,
"enabled": false,
"climatisation": false,
"recurringTimer": {
"departureTime": "10:00",
"targetTime": "10:00",
"repetitionDays": [
"monday",
"tuesday",
"wednesday",
"thursday",
"friday",
"saturday",
"sunday"
],
"recurringOn": {
"mondays": true,
"tuesdays": true,
"wednesdays": true,
"thursdays": true,
"fridays": true,
"saturdays": true,
"sundays": true
}
}
}
]
}
}
},
"climatisation": {
"climatisationSettings": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 10, 4, 15, 48, tzinfo=datetime.timezone.utc),
"targetTemperature_C": 21,
"targetTemperature_F": 70,
"unitInCar": "celsius",
"climatizationAtUnlock": false,
"windowHeatingEnabled": false,
"zoneFrontLeftEnabled": false,
"zoneFrontRightEnabled": false
}
},
"climatisationStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 10, 4, 15, 49, tzinfo=datetime.timezone.utc),
"climatisationState": "off"
}
},
"windowHeatingStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 10, 4, 15, 49, tzinfo=datetime.timezone.utc),
"windowHeatingStatus": [
{
"windowLocation": "front",
"windowHeatingState": "off"
},
{
"windowLocation": "rear",
"windowHeatingState": "off"
}
]
}
}
},
"fuelStatus": {
"rangeStatus": {
"value": {
"carCapturedTimestamp": datetime.datetime(2024, 4, 10, 4, 15, 49, tzinfo=datetime.timezone.utc),
"carType": "electric",
"primaryEngine": {
"type": "electric",
"currentSOC_pct": 66,
"remainingRange_km": 177
},
"totalRange_km": 177
}
}
},
"measurements": {
"rangeStatus": {
"value": {
"carCapturedTimestamp": "2024-04-10T04:14:41.973Z",
"electricRange": 177,
"totalRange_km": 177
}
},
"odometerStatus": {
"value": {
"carCapturedTimestamp": "2024-04-10T04:12:03.168Z",
"odometer": 15985
}
},
"fuelLevelStatus": {
"value": {
"carCapturedTimestamp": "2024-04-10T04:15:08.731Z",
"currentSOC_pct": 66,
"primaryEngineType": "electric",
"carType": "electric"
}
}
},
"readiness": {
"readinessStatus": {
"value": {
"connectionState": {
"isOnline": true,
"isActive": false,
"batteryPowerLevel": "comfort",
"dailyPowerBudgetAvailable": true
},
"connectionWarning": {
"insufficientBatteryLevelWarning": false,
"dailyPowerBudgetWarning": false
}
}
}
},
"vehicleLights": {
"lightsStatus": {
"value": {
"carCapturedTimestamp": "2023-10-25T03:16:23.82Z",
"lights": [
{
"name": "right",
"status": "off"
},
{
"name": "left",
"status": "off"
}
]
}
}
},
"vehicleHealthWarnings": {
"warningLights": {
"value": {
"carCapturedTimestamp": "2024-04-10T03:18:07.203Z",
"mileage_km": 15985
}
}
}
}
{
"access":{
"accessStatus":{
"value":{
"overallStatus":"safe",
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
19,
46,
58,
"tzinfo=datetime.timezone.utc)",
"doors":[
{
"name":"bonnet",
"status":[
"closed"
]
},
{
"name":"frontLeft",
"status":[
"locked",
"closed"
]
},
{
"name":"frontRight",
"status":[
"locked",
"closed"
]
},
{
"name":"rearLeft",
"status":[
"locked",
"closed"
]
},
{
"name":"rearRight",
"status":[
"locked",
"closed"
]
},
{
"name":"trunk",
"status":[
"locked",
"closed"
]
}
],
"windows":[
{
"name":"frontLeft",
"status":[
"closed"
]
},
{
"name":"frontRight",
"status":[
"closed"
]
},
{
"name":"rearLeft",
"status":[
"closed"
]
},
{
"name":"rearRight",
"status":[
"closed"
]
},
{
"name":"roofCover",
"status":[
"unsupported"
]
},
{
"name":"sunRoof",
"status":[
"closed"
]
}
],
"doorLockStatus":"locked"
}
}
},
"fuelStatus":{
"rangeStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
19,
46,
58,
"tzinfo=datetime.timezone.utc)",
"carType":"gasoline",
"primaryEngine":{
"type":"gasoline",
"currentSOC_pct":22,
"remainingRange_km":160,
"currentFuelLevel_pct":22
},
"totalRange_km":160
}
}
},
"measurements":{
"rangeStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
19,
46,
58,
"tzinfo=datetime.timezone.utc)",
"gasolineRange":160,
"totalRange_km":160
}
},
"odometerStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
19,
46,
58,
"tzinfo=datetime.timezone.utc)",
"odometer":91059
}
},
"fuelLevelStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
19,
46,
58,
"tzinfo=datetime.timezone.utc)",
"currentFuelLevel_pct":22,
"primaryEngineType":"gasoline",
"carType":"gasoline"
}
}
},
"oilLevel":{
"oilLevelStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
19,
46,
58,
"tzinfo=datetime.timezone.utc)",
"value":true
}
}
},
"vehicleLights":{
"lightsStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
19,
46,
58,
"tzinfo=datetime.timezone.utc)",
"lights":[
{
"name":"right",
"status":"off"
},
{
"name":"left",
"status":"off"
}
]
}
}
},
"vehicleHealthInspection":{
"maintenanceStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
19,
46,
55,
"tzinfo=datetime.timezone.utc)",
"inspectionDue_days":334,
"inspectionDue_km":-1000,
"mileage_km":91059,
"oilServiceDue_days":94,
"oilServiceDue_km":5800
}
}
}
}
{
"access":{
"accessStatus":{
"value":{
"overallStatus":"safe",
"carCapturedTimestamp":datetime.datetime(2024,
4,
18,
3,
48,
31,
"tzinfo=datetime.timezone.utc)",
"doors":[
{
"name":"bonnet",
"status":[
"closed"
]
},
{
"name":"frontLeft",
"status":[
"locked",
"closed"
]
},
{
"name":"frontRight",
"status":[
"locked",
"closed"
]
},
{
"name":"rearLeft",
"status":[
"locked",
"closed"
]
},
{
"name":"rearRight",
"status":[
"locked",
"closed"
]
},
{
"name":"trunk",
"status":[
"locked",
"closed"
]
}
],
"windows":[
{
"name":"frontLeft",
"status":[
"closed"
]
},
{
"name":"frontRight",
"status":[
"closed"
]
},
{
"name":"rearLeft",
"status":[
"closed"
]
},
{
"name":"rearRight",
"status":[
"closed"
]
},
{
"name":"roofCover",
"status":[
"unsupported"
]
},
{
"name":"sunRoof",
"status":[
"unsupported"
]
}
],
"doorLockStatus":"locked"
}
}
},
"fuelStatus":{
"rangeStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
18,
3,
48,
31,
"tzinfo=datetime.timezone.utc)",
"carType":"gasoline",
"primaryEngine":{
"type":"gasoline",
"currentSOC_pct":99,
"remainingRange_km":950,
"currentFuelLevel_pct":99
},
"totalRange_km":950
}
}
},
"measurements":{
"rangeStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
18,
3,
48,
31,
"tzinfo=datetime.timezone.utc)",
"gasolineRange":950,
"totalRange_km":950
}
},
"odometerStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
18,
3,
48,
31,
"tzinfo=datetime.timezone.utc)",
"odometer":45302
}
},
"fuelLevelStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
18,
3,
48,
31,
"tzinfo=datetime.timezone.utc)",
"currentFuelLevel_pct":99,
"primaryEngineType":"gasoline",
"carType":"gasoline"
}
}
},
"oilLevel":{
"oilLevelStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
18,
3,
48,
31,
"tzinfo=datetime.timezone.utc)",
"value":true
}
}
},
"vehicleLights":{
"lightsStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
18,
3,
48,
31,
"tzinfo=datetime.timezone.utc)",
"lights":[
{
"name":"right",
"status":"off"
},
{
"name":"left",
"status":"off"
}
]
}
}
},
"vehicleHealthInspection":{
"maintenanceStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
18,
3,
48,
35,
"tzinfo=datetime.timezone.utc)",
"inspectionDue_days":318,
"inspectionDue_km":13700,
"mileage_km":45302,
"oilServiceDue_days":318,
"oilServiceDue_km":13700
}
}
},
"vehicleHealthWarnings":{
"warningLights":{
"value":{
}
}
}
}
{
"access":{
"accessStatus":{
"value":{
"overallStatus":"safe",
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
18,
56,
38,
"tzinfo=datetime.timezone.utc)",
"doors":[
{
"name":"bonnet",
"status":[
"closed"
]
},
{
"name":"frontLeft",
"status":[
"locked",
"closed"
]
},
{
"name":"frontRight",
"status":[
"locked",
"closed"
]
},
{
"name":"rearLeft",
"status":[
"locked",
"closed"
]
},
{
"name":"rearRight",
"status":[
"locked",
"closed"
]
},
{
"name":"trunk",
"status":[
"locked",
"closed"
]
}
],
"windows":[
{
"name":"frontLeft",
"status":[
"closed"
]
},
{
"name":"frontRight",
"status":[
"closed"
]
},
{
"name":"rearLeft",
"status":[
"closed"
]
},
{
"name":"rearRight",
"status":[
"closed"
]
},
{
"name":"roofCover",
"status":[
"unsupported"
]
},
{
"name":"sunRoof",
"status":[
"closed"
]
}
],
"doorLockStatus":"locked"
}
}
},
"climatisation":{
"auxiliaryHeatingStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
18,
55,
28,
"tzinfo=datetime.timezone.utc)",
"remainingClimatisationTime_min":0,
"climatisationState":"off"
}
},
"climatisationSettings":{
"value":{
"climatisationMode":"economy"
}
}
},
"climatisationTimers":{
"auxiliaryHeatingTimersStatus":{
"value":{
"timers":[
{
"id":1,
"enabled":false,
"singleTimer":{
"startDateTime":datetime.datetime(2024,
4,
18,
8,
0,
"tzinfo=datetime.timezone.utc)"
}
},
{
"id":2,
"enabled":false,
"singleTimer":{
"startDateTime":datetime.datetime(2024,
4,
17,
22,
0,
"tzinfo=datetime.timezone.utc)"
}
}
],
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
18,
55,
28,
"tzinfo=datetime.timezone.utc)"
}
}
},
"fuelStatus":{
"rangeStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
18,
56,
38,
"tzinfo=datetime.timezone.utc)",
"carType":"gasoline",
"primaryEngine":{
"type":"gasoline",
"currentSOC_pct":20,
"remainingRange_km":150,
"currentFuelLevel_pct":20
},
"totalRange_km":150
}
}
},
"measurements":{
"rangeStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
18,
56,
38,
"tzinfo=datetime.timezone.utc)",
"gasolineRange":150,
"totalRange_km":150
}
},
"odometerStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
18,
56,
38,
"tzinfo=datetime.timezone.utc)",
"odometer":59267
}
},
"fuelLevelStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
18,
56,
38,
"tzinfo=datetime.timezone.utc)",
"currentFuelLevel_pct":20,
"primaryEngineType":"gasoline",
"carType":"gasoline"
}
}
},
"oilLevel":{
"oilLevelStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
18,
56,
38,
"tzinfo=datetime.timezone.utc)",
"value":true
}
}
},
"vehicleLights":{
"lightsStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
18,
56,
38,
"tzinfo=datetime.timezone.utc)",
"lights":[
{
"name":"right",
"status":"off"
},
{
"name":"left",
"status":"off"
}
]
}
}
},
"vehicleHealthInspection":{
"maintenanceStatus":{
"value":{
"carCapturedTimestamp":datetime.datetime(2024,
4,
17,
18,
56,
35,
"tzinfo=datetime.timezone.utc)",
"inspectionDue_days":75,
"inspectionDue_km":10700,
"mileage_km":59267,
"oilServiceDue_days":77,
"oilServiceDue_km":7300
}
}
}
}
{
"climater": {
"settings": {
"targetTemperature": {
"timestamp": "test",
"content": 2975
},
"climatisationWithoutHVpower": {
"timestamp": "test",
"content": true
},
"heaterSource": {
"timestamp": "test",
"content": "electric"
},
"climaterElementSettings": {
"isClimatisationAtUnlock": {
"timestamp": "test",
"content": false
},
"isMirrorHeatingEnabled": {
"timestamp": "test",
"content": false
},
"zoneSettings": {
"zoneSetting": [
{
"timestamp": "test",
"value": {
"isEnabled": true,
"position": "frontLeft"
}
},
{
"timestamp": datetime.datetime(2024, 4, 14, 22, 45, 23, tzinfo=datetime.timezone.utc),
"value": {
"isEnabled": true,
"position": "frontRight"
}
},
{
"timestamp": datetime.datetime(2024, 4, 14, 22, 45, 23, tzinfo=datetime.timezone.utc),
"value": {
"isEnabled": false,
"position": "rearLeft"
}
},
{
"timestamp": datetime.datetime(2024, 4, 14, 22, 45, 23, tzinfo=datetime.timezone.utc),
"value": {
"isEnabled": false,
"position": "rearRight"
}
}
]
}
}
},
"status": {
"climatisationStatusData": {
"climatisationState": {
"timestamp": datetime.datetime(2024, 4, 14, 22, 45, 23, tzinfo=datetime.timezone.utc),
"content": "off"
},
"climatisationStateErrorCode": {
"timestamp": datetime.datetime(2024, 4, 14, 22, 45, 23, tzinfo=datetime.timezone.utc),
"content": 0
},
"remainingClimatisationTime": {
"timestamp": datetime.datetime(2024, 4, 14, 22, 45, 23, tzinfo=datetime.timezone.utc),
"content": -256
},
"climatisationReason": {
"timestamp": datetime.datetime(2024, 4, 14, 22, 45, 23, tzinfo=datetime.timezone.utc),
"content": "immediate"
},
"climatisationElementStates": {
"isMirrorHeatingActive": {
"timestamp": datetime.datetime(2024, 4, 14, 22, 45, 23, tzinfo=datetime.timezone.utc),
"content": false
},
"extCondAvailableFL": {
"timestamp": datetime.datetime(2024, 4, 14, 22, 45, 23, tzinfo=datetime.timezone.utc),
"content": true
},
"extCondAvailableFR": {
"timestamp": datetime.datetime(2024, 4, 14, 22, 45, 23, tzinfo=datetime.timezone.utc),
"content": true
},
"extCondAvailableRL": {
"timestamp": datetime.datetime(2024, 4, 14, 22, 45, 23, tzinfo=datetime.timezone.utc),
"content": false
},
"extCondAvailableRR": {
"timestamp": datetime.datetime(2024, 4, 14, 22, 45, 23, tzinfo=datetime.timezone.utc),
"content": false
},
"zoneStates": {
"zoneState": [
{
"timestamp": datetime.datetime(2024, 4, 14, 22, 45, 23, tzinfo=datetime.timezone.utc),
"value": {
"isActive": false,
"position": "frontLeft"
}
},
{
"timestamp": datetime.datetime(2024, 4, 14, 22, 45, 23, tzinfo=datetime.timezone.utc),
"value": {
"isActive": false,
"position": "frontRight"
}
},
{
"timestamp": datetime.datetime(2024, 4, 14, 22, 45, 23, tzinfo=datetime.timezone.utc),
"value": {
"isActive": false,
"position": "rearLeft"
}
},
{
"timestamp": datetime.datetime(2024, 4, 14, 22, 45, 23, tzinfo=datetime.timezone.utc),
"value": {
"isActive": false,
"position": "rearRight"
}
}
]
}
}
},
"vehicleParkingClockStatusData": {
"vehicleParkingClock": {
"timestamp": "test",
"content": "test"
}
}
}
}
}
Data has been limited to 5 entries, but actual data returned is extensive
{
"tripDataList": {
"tripData": [
{
"tripType": "shortTerm",
"tripID": 478705029,
"averageElectricEngineConsumption": 333,
"averageFuelConsumption": 10,
"averageSpeed": 45,
"mileage": 26,
"startMileage": 23394,
"traveltime": 34,
"zeroEmissionDistance": 243,
"timestamp": datetime.datetime(2022, 2, 9, 1, 10, 13, tzinfo=datetime.timezone.utc),
"reportReason": "clamp15off",
"overallMileage": 23420
},
{
"tripType": "shortTerm",
"tripID": 480210986,
"averageElectricEngineConsumption": 196,
"averageFuelConsumption": 34,
"averageSpeed": 46,
"mileage": 38,
"startMileage": 23420,
"traveltime": 49,
"zeroEmissionDistance": 300,
"timestamp": datetime.datetime(2022, 2, 10, 1, 39, 3, tzinfo=datetime.timezone.utc),
"reportReason": "clamp15off",
"overallMileage": 23459
},
{
"tripType": "shortTerm",
"tripID": 1189901949,
"averageElectricEngineConsumption": 96,
"averageFuelConsumption": 56,
"averageSpeed": 90,
"mileage": 104,
"startMileage": 48874,
"traveltime": 69,
"zeroEmissionDistance": 376,
"timestamp": datetime.datetime(2023, 1, 28, 15, 9, 15, tzinfo=datetime.timezone.utc),
"reportReason": "clamp15off",
"overallMileage": 48979
},
{
"tripType": "shortTerm",
"tripID": 483172028,
"averageElectricEngineConsumption": 161,
"averageFuelConsumption": 13,
"averageSpeed": 67,
"mileage": 54,
"startMileage": 23459,
"traveltime": 47,
"zeroEmissionDistance": 466,
"timestamp": datetime.datetime(2022, 2, 11, 19, 52, 32, tzinfo=datetime.timezone.utc),
"reportReason": "clamp15off",
"overallMileage": 23513
},
{
"tripType": "shortTerm",
"tripID": 483258681,
"averageElectricEngineConsumption": 217,
"averageFuelConsumption": 160,
"averageSpeed": 24,
"mileage": 5,
"startMileage": 23513,
"traveltime": 14,
"zeroEmissionDistance": 14,
"timestamp": datetime.datetime(2022, 2, 11, 22, 40, 2, tzinfo=datetime.timezone.utc),
"reportReason": "clamp15off",
"overallMileage": 23519
}
]
}
}