Ituran protocol

Protocol used to to fetch vehicle telematics data from Ituran USA ControlIT Web service.
flespi parses the Ituran protocol messages into a JSON object with the fields listed below in the Parameters tab.

To start receiving messages from Ituran USA ControlIT Web service, create a channel of ‘ituran’ protocol. Fill in all the required fields in the Configuration section:

itruran channel configuration

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
ident
string
Device unique identifier like serial number, IMEI, etc
message.buffered.status
boolean
Black box message
quality
peer
string
IP:port from which device connecting to the channel
position.address
string
Location Address
address
position.direction
number
degrees
Heading angle at position detection moment
heading
position.fix.age
number
seconds
Time since the last position fix
age
position.latitude
number
degrees
Latitude coordinate value
lat
position.longitude
number
degrees
Longitude coordinate value
lon
position.speed
number
km/h
Instant speed at position detection moment
speed
position.timestamp
number
seconds
Timestamp when coordinates where calculated
date
protocol.id
number
ID of protocol
record.seqnum
number
Registered record sequence number
id
report.reason
number
Transmission reason code
description
server.timestamp
number
seconds
Timestamp when server received a message
timestamp
number
seconds
Message timestamp
vehicle.ip
string
Vehicle ip address
ip
vehicle.mileage
number
km
Total calculated mileage
odometer
Properties
Send a custom command to device
custom
Send a POST HTTP request with provided text in request body
cmd_text: Command text
Requests vehicle location and returns location and mileage
{"cmd_text":"LOC"}