Usage

Example data points for usage

{
  "version": 2,
  "application_id": "00000000-0000-0000-0000-000000000000",
  "message_id": "5502FFB01650060FA8888E5C3ED46FF2A0E4A49EACF1A92E264CD0C137971B28",
  "vin": "EXV10000000",
  "data": {
    "usage": {
      "current_fuel_consumption": [
        {
          "data": {
            "unit": "liters_per_100_kilometers",
            "value": 2.36668
          },
          "timestamp": "2025-09-23T08:09:34.048Z"
        }
      ],
      "electric_consumption_rate_since_reset": [
        {
          "data": {
            "unit": "kwh_per_100_kilometers",
            "value": 15.5
          },
          "timestamp": "2025-09-22T17:58:45.109Z"
        }
      ],
      "electric_consumption_rate_since_start": [
        {
          "data": {
            "unit": "kwh_per_100_kilometers",
            "value": 35.2
          },
          "timestamp": "2025-09-23T08:09:44.310Z"
        }
      ],
      "electric_consumption_average": [
        {
          "data": {
            "unit": "kwh_per_100_kilometers",
            "value": 18.8
          },
          "timestamp": "2025-09-23T08:09:51Z"
        }
      ],
      "last_trip_battery_remaining": [
        {
          "data": 0.67,
          "timestamp": "2025-09-23T08:08:36Z"
        }
      ],
      "average_speed": [
        {
          "data": {
            "unit": "kilometers_per_hour",
            "value": 33
          },
          "timestamp": "2025-09-22T08:56:07.591Z"
        }
      ],
      "acceleration_evaluation": [
        {
          "data": 0.14,
          "timestamp": "2025-09-22T06:58:33.578Z"
        }
      ],
      "eco_score_bonus_range": [
        {
          "data": {
            "unit": "kilometers",
            "value": 7
          },
          "timestamp": "2025-09-22T06:57:59.922Z"
        }
      ],
      "eco_score_constant": [
        {
          "data": 1,
          "timestamp": "2025-09-22T06:47:12.062Z"
        }
      ],
      "eco_score_free_wheel": [
        {
          "data": 0.98,
          "timestamp": "2025-09-22T06:57:40.082Z"
        }
      ],
      "average_speed_last_trip": [
        {
          "data": {
            "unit": "kilometers_per_hour",
            "value": 74.3
          },
          "timestamp": "2025-09-22T06:58:53.627Z"
        }
      ],
      "average_speed_since_reset": [
        {
          "data": {
            "unit": "kilometers_per_hour",
            "value": 51.3
          },
          "timestamp": "2025-09-22T06:58:53.627Z"
        }
      ],
      "driving_duration_last_trip": [
        {
          "data": {
            "unit": "minutes",
            "value": 15
          },
          "timestamp": "2025-09-22T06:58:53.627Z"
        }
      ],
      "driving_duration_since_reset": [
        {
          "data": {
            "unit": "minutes",
            "value": 2362
          },
          "timestamp": "2025-09-22T06:58:53.627Z"
        }
      ],
      "electric_distance_last_trip": [
        {
          "data": {
            "unit": "kilometers",
            "value": 0.2
          },
          "timestamp": "2025-09-23T08:08:58Z"
        }
      ],
      "last_trip_battery_regenerated": [
        {
          "data": 1,
          "timestamp": "2025-09-23T08:08:58Z"
        }
      ],
      "fuel_consumption_rate_last_trip": [
        {
          "data": {
            "unit": "liters_per_100_kilometers",
            "value": 0
          },
          "timestamp": "2025-09-22T06:58:53.627Z"
        }
      ],
      "fuel_consumption_rate_since_reset": [
        {
          "data": {
            "unit": "liters_per_100_kilometers",
            "value": 4.352
          },
          "timestamp": "2025-09-22T06:58:53.627Z"
        }
      ],
      "electric_duration_last_trip": [
        {
          "data": {
            "unit": "minutes",
            "value": 15
          },
          "timestamp": "2025-09-22T06:58:53.627Z"
        }
      ],
      "electric_duration_since_reset": [
        {
          "data": {
            "unit": "minutes",
            "value": 1620
          },
          "timestamp": "2025-09-22T06:58:53.627Z"
        }
      ],
      "last_trip_energy_consumption": [
        {
          "data": {
            "unit": "kilowatt_hours",
            "value": -4.050000190734863
          },
          "timestamp": "2025-09-24T03:32:46.000Z"
        }
      ],
      "average_fuel_consumption": [
        {
          "data": {
            "unit": "liters_per_100_kilometers",
            "value": 0.5
          },
          "timestamp": "2025-09-18T12:35:45.313Z"
        }
      ],
      "trip_meters": [
        {
          "data": {
            "distance": {
              "unit": "kilometers",
              "value": 3413
            },
            "id": 1
          },
          "timestamp": "2025-09-22T07:34:28Z"
        }
      ]
    }
  }
}

Last updated

Was this helpful?