> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobway.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Fuel

> Data related to fuel consumption and fuel quantity

## 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:

```json theme={null}
{
  "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:

```json theme={null}
{
  "fuel_level": {
    "flag": "missing data"
  }
}
```

* Example:

```json theme={null}
{
  "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:

```json theme={null}
{
  "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:

```json theme={null}
{
  "fuel_amount": {
    "flag": "missing data"
  }
}
```

* Example:

```json theme={null}
{
  "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:

```json theme={null}
{
  "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:

```json theme={null}
{
  "fuel_range": {
    "flag": "missing data"
  }
}
```

* Example:

```json theme={null}
{
  "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:

```json theme={null}
{
  "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:

```json theme={null}
{
  "total_range": {
    "flag": "missing data"
  }
}
```

* Example:

```json theme={null}
{
  "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:

```json theme={null}
{
  "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:

```json theme={null}
{
  "average_fuel_economy": {
    "flag": "missing data"
  }
}
```

* Example:

```json theme={null}
{
  "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:

```json theme={null}
{
  "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:

```json theme={null}
{
  "total_fuel_economy": {
    "flag": "missing data"
  }
}
```

* Example:

```json theme={null}
{
  "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:

```json theme={null}
{
  "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:

```json theme={null}
{
  "total_fuel_used": {
    "flag": "missing data"
  }
}
```

* Example:

```json theme={null}
{
  "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:

```json theme={null}
{
  "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:

```json theme={null}
{
  "diesel_exhaust_fluid_level": {
    "flag": "missing data"
  }
}
```

* Example:

```json theme={null}
{
  "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:

```json theme={null}
{
  "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:

```json theme={null}
{
  "diesel_exhaust_fluid_range": {
    "flag": "missing data"
  }
}
```

* Example:

```json theme={null}
{
  "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:

```json theme={null}
{
  "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:

```json theme={null}
{
  "diesel_particulate_filter_soot_load": {
    "flag": "missing data"
  }
}
```

* Example:

```json theme={null}
{
  "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:

```json theme={null}
{
  "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:

```json theme={null}
{
  "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:

```json theme={null}
{
  "diesel_particulate_filter_warning_2": "warning 2 on"
}
```
