Engine

Auto API
Level 13
Last Updated
Level 11
Added In
Level 11
Identifier
0x00 0x69

This page specifies the Auto API protocol for Vehicle Status. Head over to the REST API, iOS SDK, Android SDK or Node.js SDK code reference pages for platform specifics.

Limp mode

id: 0x09
name: limp_mode
name_cased: limpMode
name_pretty: Limp mode
added: 13
type: types.active_state
description: Indicates wheter the engine is in fail-safe mode.

Example

data_component: "00"
value: inactive
description: Engine fail-safe mode is inactive.

Pre-conditioning active

id: 0x05
name: preconditioning_active
name_cased: preconditioningActive
name_pretty: Pre-conditioning active
added: 13
type: types.active_state
description: Pre-conditioning is running.

Example

data_component: "01"
value: active
description: Pre-conditioning is 'active'.

Pre-conditioning enabled

id: 0x04
name: preconditioning_enabled
name_cased: preconditioningEnabled
name_pretty: Pre-conditioning enabled
added: 13
type: types.enabled_state
description: Use of the engine pre-conditioning is enabled.

Example

data_component: "01"
value: enabled
description: Use of engine pre-conditioning is 'enabled'.

Pre-conditioning error

id: 0x07
name: preconditioning_error
name_cased: preconditioningError
name_pretty: Pre-conditioning error
added: 13
type: enum
size: 1
description: Reason for not carrying out pre-conditioning.
enum_values:
  - id: 0x00
    name: low_fuel
  - id: 0x01
    name: low_battery
  - id: 0x02
    name: quota_exceeded
  - id: 0x03
    name: heater_failure
  - id: 0x04
    name: component_failure
  - id: 0x05
    name: open_or_unlocked
  - id: 0x06
    name: ok

Example

data_component: "00"
value: low_fuel
description: Pre-conditioning error is 'low_fuel'.

Pre-conditioning remaining time

id: 0x06
name: preconditioning_remaining_time
name_cased: preconditioningRemainingTime
name_pretty: Pre-conditioning remaining time
added: 13
type: unit.duration
size: 10
description: Remaining time of pre-conditioning.

Example

data_component: 0701402f000000000000
value:
  minutes: 15.5
description: Pre-conditioning remaining time is 15.5min.

Pre-conditioning status

id: 0x08
name: preconditioning_status
name_cased: preconditioningStatus
name_pretty: Pre-conditioning status
added: 13
type: enum
size: 1
description: Status of the pre-conditioning system.
enum_values:
  - id: 0x00
    name: standby
  - id: 0x01
    name: heating
  - id: 0x02
    name: cooling
  - id: 0x03
    name: ventilation
  - id: 0x04
    name: inactive

Example

data_component: "00"
value: standby
description: Pre-conditioning status is 'standby'.

Start-stop enabled

id: 0x03
name: start_stop_enabled
name_cased: startStopEnabled
name_pretty: Start-stop enabled
added: 13
type: types.enabled_state
size: 1
description: Indicates if the automatic start-stop system is enabled or not

Example

data_component: "01"
value: enabled
description: Automatic start-stop system is enabled

Start-stop state

id: 0x02
name: start_stop_state
name_cased: startStopState
name_pretty: Start-stop state
type: types.active_state
description: Indicates wheter the start-stop system is currently active or not

Example

data_component: "01"
value: active
description: Automatic engine start-stop system is currently active

Status

id: 0x01
name: status
name_cased: status
name_pretty: Status
type: types.on_off_state

Example

data_component: "00"
value: off
description: Engine is off