is it possible to define more vehicle data items from Vehicle APIs in Fleetboard?

230 views Asked by At

The Vehicle API is based on the listener pattern for the Fleetboard. there are limited Vehicle data items from Vehicle APIs like :

  • Accelerator Pedal Position
  • Ambient Temperature
  • Brake Pedal
  • Clutch Pedal
  • Coolant Temperature
  • Cruise Control
  • Current Fuel Consumption
  • Driver ID
  • Engine Speed
  • FMS standard version number
  • Fuel Level
  • Power Takeoff State
  • Service Distance
  • Total Engine Hours
  • Total Fuel
  • Total Vehicle Distance
  • Vehicle Identification Number
  • Vehicle Speed
  • Vehicle Weight

What are the possibilities to get other vehicle data items from APIs ?

2

There are 2 answers

1
Paul On BEST ANSWER

Probably the existing API will extended in the future but currently the documented values are the only ones that are available. There is no possibility to directly access vehicle data that is not available in the APIs.

4
Tobias Amon On

you cannot get more vehicle data. The API is the only way to get data from the vehicle.

best regards