Fleetboard protocol

Protocol used to fetch vehicle position data from Daimler Fleetboard Platform.
flespi parses the Fleetboard protocol messages into a JSON object with the fields listed below in the Parameters tab.

Fetch vehicles position information to a channel from Fleetboard platform by Daimler. 

To establish the connection between Fleetboard and flepsi, create a channel of "fleetboard" type in the flespi panel and specify the fleet name, login, and password used within Fleetboard.

adblue.consumed
number
liters
Total adBlue consumed
p725:Header/p725:States/p725:State[TotalAddBlueUsed]
can.adblue.level
number
percentage
AdBlue (diesel exhaust fluid) level read from CAN
p725:Header/p725:States/p725:State[AddBlueLevel]
channel.id
number
ID of channel that received a message
device.id
number
ID of device that received a message
device.name
string
Name of device that received a message
device.type.id
number
ID of device type of device that received a message
engine.ignition.status
boolean
Engine ignition or ACC status
p725:Header/p725:States/p725:State[Motor],
p725:MotorStatus
fuel.consumed
number
liters
Fuel volume totally consumed by vehicle
p725:Header/p725:States/p725:State[TotalFuelUsed]
fuel.level
number
percentage
Fuel level percentage
p725:Header/p725:States/p725:State[FuelLevel]
ident
string
Device unique identifier like serial number, IMEI, etc
movement.status
boolean
Current movement state
p725:StateOfVehicle
peer
string
IP:port from which device connecting to the channel
position.direction
number
degrees
Heading angle at position detection moment
p725:Header/p725:Position/p725:Course,
p725:Position/p725:Course
position.latitude
number
degrees
Latitude coordinate value
p725:Header/p725:Position/p725:Lat,
p725:Position/p725:Lat
position.longitude
number
degrees
Longitude coordinate value
p725:Header/p725:Position/p725:Long,
p725:Position/p725:Long
position.speed
number
km/h
Instant speed at position detection moment
p725:Header/p725:Position/p725:Speed,
p725:Position/p725:Speed
position.timestamp
number
seconds
Timestamp when coordinates where calculated
p725:Header/p725:Position
position.valid
boolean
Is position information accurate and valid for given timestamp
p725:Header/p725:Position/p725:GPSStatus
protocol.id
number
ID of protocol
server.timestamp
number
seconds
Timestamp when server received a message
timestamp
number
seconds
Message timestamp
p725:Header/p725:VehicleTimestamp,
p725:Position
total.vehicle.weight
number
kg
Total vehicle weight
p725:Header/p725:States/p725:State[TruckWeight]
vehicle.mileage
number
km
Total calculated mileage
p725:Header/p725:Position/p725:KM,
p725:Position/p725:KM