Skip to main content

fuel_level

Fuel Level
  • Description: fuel level in the tank
  • Format: numeric
  • Unit: %
  • Decimal places: 2
    • Data processed by mobway will always have up to 2 decimal places; however, the precision of the original data depends on the automaker. The data may have fewer than 2 decimal places when it ends in 0 due to automatic float formatting
  • Range: 0 to 100%
    • The fuel level range was defined based on the limit values by definition
    • Data outside this range is considered erroneous
    • The value is replaced with a null value
    • A flag is generated indicating the error and the original value, in the following format:
{
  "fuel_level": {
    "value": 120.33,
    "flag": "out of range"
  }
}
  • Missing data
    • A flag is generated indicating that the original data was missing, in the following format:
{
  "fuel_level": {
    "flag": "missing data"
  }
}
  • Example:
{
  "fuel_level": 58.23
}

fuel_amount

Fuel Amount
  • Description: amount of fuel in the tank
  • Format: numeric
  • Unit: L
  • Decimal places: 2
    • Data processed by mobway will always have up to 2 decimal places; however, the precision of the original data depends on the automaker. The data may have fewer than 2 decimal places when it ends in 0 due to automatic float formatting
  • Range: 0 to 150 L
    • The fuel amount range was defined based on the maximum value that vehicles connected to mobway may have, including a safety margin
    • Data outside this range is considered erroneous
    • The value is replaced with a null value
    • A flag is generated indicating the error and the original value, in the following format:
{
  "fuel_amount": {
    "value": 170.54,
    "flag": "out of range"
  }
}
  • Missing data
    • A flag is generated indicating that the original data was missing, in the following format:
{
  "fuel_amount": {
    "flag": "missing data"
  }
}
  • Example:
{
  "fuel_amount": 43.63
}

fuel_range

Fuel Range
  • Description: estimated distance that can be traveled with the current amount of fuel
  • Format: numeric
  • Unit: km
  • Decimal places: 2
    • Data processed by mobway will always have up to 2 decimal places; however, the precision of the original data depends on the automaker. The data may have fewer than 2 decimal places when it ends in 0 due to automatic float formatting
  • Range: 0 to 1500 km
    • The fuel range was defined based on the maximum value that vehicles connected to mobway may have, including a safety margin
    • Data outside this range is considered erroneous
    • The value is replaced with a null value
    • A flag is generated indicating the error and the original value, in the following format:
{
  "fuel_range": {
    "value": 2118.73,
    "flag": "out of range"
  }
}
  • Missing data
    • A flag is generated indicating that the original data was missing, in the following format:
{
  "fuel_range": {
    "flag": "missing data"
  }
}
  • Example:
{
  "fuel_range": 789.56
}

total_range

Total Range
  • Description: estimated distance that can be traveled with the current amount of fuel and battery charge
  • Format: numeric
  • Unit: km
  • Decimal places: 2
    • Data processed by mobway will always have up to 2 decimal places; however, the precision of the original data depends on the automaker. The data may have fewer than 2 decimal places when it ends in 0 due to automatic float formatting
  • Range: 0 to 1500 km
    • The total range was defined based on the maximum value that vehicles connected to mobway may have, including a safety margin
    • Data outside this range is considered erroneous
    • The value is replaced with a null value
    • A flag is generated indicating the error and the original value, in the following format:
{
  "total_range": {
    "value": 1728.39,
    "flag": "out of range"
  }
}
  • Missing data
    • A flag is generated indicating that the original data was missing, in the following format:
{
  "total_range": {
    "flag": "missing data"
  }
}
  • Example:
{
  "total_range": 58.48
}

average_fuel_economy

Average Fuel Economy
  • Description: vehicle’s average fuel economy
  • Format: numeric
  • Unit: km/l
  • Decimal places: 2
    • Data processed by mobway will always have up to 2 decimal places; however, the precision of the original data depends on the automaker. The data may have fewer than 2 decimal places when it ends in 0 due to automatic float formatting
  • Range: 0 to 30 km
    • The average fuel economy range was defined based on the maximum value that vehicles connected to mobway may have, including a safety margin
    • Data outside this range is considered erroneous
    • The value is replaced with a null value
    • A flag is generated indicating the error and the original value, in the following format:
{
  "average_fuel_economy": {
    "value": 48.73,
    "flag": "out of range"
  }
}
  • Missing data
    • A flag is generated indicating that the original data was missing, in the following format:
{
  "average_fuel_economy": {
    "flag": "missing data"
  }
}
  • Example:
{
  "average_fuel_economy": 3.12
}

total_fuel_economy

Total Fuel Economy
  • Description: vehicle’s total fuel economy
  • Format: numeric
  • Unit: km/l
  • Decimal places: 2
    • Data processed by mobway will always have up to 2 decimal places; however, the precision of the original data depends on the automaker. The data may have fewer than 2 decimal places when it ends in 0 due to automatic float formatting
  • Range: 0 to 30 km
    • The total fuel economy range was defined based on the maximum value that vehicles connected to mobway may have, including a safety margin
    • Data outside this range is considered erroneous
    • The value is replaced with a null value
    • A flag is generated indicating the error and the original value, in the following format:
{
  "total_fuel_economy": {
    "value": -1.30,
    "flag": "out of range"
  }
}
  • Missing data
    • A flag is generated indicating that the original data was missing, in the following format:
{
  "total_fuel_economy": {
    "flag": "missing data"
  }
}
  • Example:
{
  "total_fuel_economy": 23.12
}

total_fuel_used

Total Fuel Used
  • Description: total amount of fuel used by the vehicle
  • Format: numeric
  • Unit: L
  • Decimal places: 2
    • Data processed by mobway will always have up to 2 decimal places; however, the precision of the original data depends on the automaker. The data may have fewer than 2 decimal places when it ends in 0 due to automatic float formatting
  • Range: 0 to 200000 L
    • The total fuel used range was defined based on the amount spent to travel 1 million kilometers with an average consumption of 5 km/l
    • Data outside this range is considered erroneous
    • The value is replaced with a null value
    • A flag is generated indicating the error and the original value, in the following format:
{
  "total_fuel_used": {
    "value": -8.34,
    "flag": "out of range"
  }
}
  • Missing data
    • A flag is generated indicating that the original data was missing, in the following format:
{
  "total_fuel_used": {
    "flag": "missing data"
  }
}
  • Example:
{
  "total_fuel_used": 4246.57
}

diesel_exhaust_fluid_level

Diesel Exhaust Fluid Level
  • Description: exhaust fluid level for diesel-powered vehicles (ARLA 32)
  • Format: numeric
  • Unit: %
  • Decimal places: 2
    • Data processed by mobway will always have up to 2 decimal places; however, the precision of the original data depends on the automaker. The data may have fewer than 2 decimal places when it ends in 0 due to automatic float formatting
  • Range: 0 to 100%
    • The diesel exhaust fluid level range was defined based on the limit values by definition
    • Data outside this range is considered erroneous
    • The value is replaced with a null value
    • A flag is generated indicating the error and the original value, in the following format:
{
  "diesel_exhaust_fluid_level": {
    "value": 101.98,
    "flag": "out of range"
  }
}
  • Missing data
    • A flag is generated indicating that the original data was missing, in the following format:
{
  "diesel_exhaust_fluid_level": {
    "flag": "missing data"
  }
}
  • Example:
{
  "diesel_exhaust_fluid_level": 32.91
}

diesel_exhaust_fluid_range

Diesel Exhaust Fluid Range
  • Description: distance until the diesel exhaust fluid tank is empty for diesel-powered vehicles (ARLA 32)
  • Format: numeric
  • Unit: km
  • Decimal places: 2
    • Data processed by mobway will always have up to 2 decimal places; however, the precision of the original data depends on the automaker. The data may have fewer than 2 decimal places when it ends in 0 due to automatic float formatting
  • Range: 0 to 20000 km
    • The diesel exhaust fluid range was defined based on the maximum value that vehicles connected to mobway may have, including a safety margin
    • Data outside this range is considered erroneous
    • The value is replaced with a null value
    • A flag is generated indicating the error and the original value, in the following format:
{
  "diesel_exhaust_fluid_range": {
    "value": 23810.81,
    "flag": "out of range"
  }
}
  • Missing data
    • A flag is generated indicating that the original data was missing, in the following format:
{
  "diesel_exhaust_fluid_range": {
    "flag": "missing data"
  }
}
  • Example:
{
  "diesel_exhaust_fluid_range": 482.38
}

diesel_particulate_filter_soot_load

Diesel Particulate Filter Soot Load
  • Description: soot load in the particulate filter of diesel-powered vehicles
  • Format: numeric
  • Unit: %
  • Decimal places: 2
    • Data processed by mobway will always have up to 2 decimal places; however, the precision of the original data depends on the automaker. The data may have fewer than 2 decimal places when it ends in 0 due to automatic float formatting
  • Range: 0 to 100 %
    • The diesel particulate filter soot load range was defined based on the maximum value that vehicles connected to mobway may have, including a safety margin
    • Data outside this range is considered erroneous
    • The value is replaced with a null value
    • A flag is generated indicating the error and the original value, in the following format:
{
  "diesel_particulate_filter_soot_load": {
    "value": -8.39,
    "flag": "out of range"
  }
}
  • Missing data
    • A flag is generated indicating that the original data was missing, in the following format:
{
  "diesel_particulate_filter_soot_load": {
    "flag": "missing data"
  }
}
  • Example:
{
  "diesel_particulate_filter_soot_load": 78.63
}

diesel_particulate_filter_regeneration_status

Diesel Particulate Filter Regeneration Status
  • Description: particulate filter regeneration status for diesel-powered vehicles
  • Format: categorical
  • Values:
    • normal operation
      • Description: indicates that particulate filter regeneration for diesel-powered vehicles is operating normally
    • other
      • Description: indicates that the vehicle sent a signal from a category not mapped by mobway
  • Example:
{
  "diesel_particulate_filter_regeneration_status": "normal operation"
}

diesel_particulate_filter_warning_1

Diesel Particulate Filter Warning 1
  • Description: indicates whether the diesel particulate filter warning is active
  • Format: categorical
  • Values:
    • warning 1 on
      • Description: indicates that the diesel particulate filter warning is active
    • warning 1 off
      • Description: indicates that the diesel particulate filter warning is off
    • other
      • Description: indicates that the vehicle sent a signal from a category not mapped by mobway
  • Example:
{
  "diesel_particulate_filter_warning_1": "warning 1 on"
}

diesel_particulate_filter_warning_2

Diesel Particulate Filter Warning 2
  • Description: indicates whether the diesel particulate filter warning is active
  • Format: categorical
  • Values:
    • warning 2 on
      • Description: indicates that the diesel particulate filter warning is active
    • warning 2 off
      • Description: indicates that the diesel particulate filter warning is off
    • other
      • Description: indicates that the vehicle sent a signal from a category not mapped by mobway
  • Example:
{
  "diesel_particulate_filter_warning_2": "warning 2 on"
}