Geosensorx protocol

Protocol used by video telematics devices manufactured by GeoSensorX headquartered in the USA.
flespi parses the Geosensorx protocol messages into a JSON object with the fields listed below in the Parameters tab.

The GeoSensorX Cloud uses webhooks to let your application know when events occur. This protocol is used to receive GeoSensorX telematics and events data from the GeoSensorX Cloud.

backup.battery.voltage
number
volts
Backup battery voltage
backupBatteryVoltage
battery.voltage
number
volts
Internal battery voltage
batteryVoltage
can.dtc
array
Diagnostic trouble code array read from CAN
dtcs
can.engine.coolant.temperature
number
celsius
Engine coolant temperature read from CAN
coolantTemp
can.engine.motorhours
number
hours
Total engine motorhours (engine work time) read from CAN
engineHours
can.engine.rpm
number
rpm
Engine RPM read from CAN
rpm
can.engine.run.time
number
seconds
Run time since engine start read from CAN
engineOnTime
can.fuel.consumed
number
liters
Fuel volume totally consumed by vehicle read from CAN
fuelUsed
can.fuel.level
number
percentage
Fuel level in tank read from CAN
fuelLevel
can.mil.status
boolean
Malfunction indicator lamp status read from CAN
checkEngineLight
can.reverse.gear.status
boolean
CAN reverse gear is on
gearStatus
can.seatbelt.status
boolean
Seatbelt status read from CAN, false - the belt is not buckled, true - the belt is buckled
seatBeltStatus
can.vehicle.mileage
number
km
Total vehicle mileage read from CAN
odometer
can.vehicle.speed
number
km/h
Vehicle speed read from CAN
vehicleSpeed
channel.id
number
ID of channel that received a message
device.id
number
ID of device that received a message
device.imei
string
IMEI of the device
imei
device.name
string
Name of device that received a message
device.serial.number
string
Device serial number
serialNo
device.type.id
number
ID of device type of device that received a message
event.code
string
Protocol-specific event code string
eventType
event.enum
number
Protocol-specific event code
event,
eventTypeId
event.seqnum
number
Unique event sequence number
seqNo
event.timestamp
number
seconds
Timestamp of the event
eventTime
gnss.vehicle.mileage
number
km
Vehicle mileage calculated by global navigation system (GNSS)
gpsMileage
ident
string
Device unique identifier like serial number, IMEI, etc
uniqueId
message.detail
string
Message detail
id,
msgId
network.signal.rssi
number
dbm
Network signal strength
rssi
peer
string
IP:port from which device connecting to the channel
position.altitude
number
meters
Altitude value for position
elevation
position.direction
number
degrees
Heading angle at position detection moment
heading
position.latitude
number
degrees
Latitude coordinate value
latitude
position.longitude
number
degrees
Longitude coordinate value
longitude
position.satellites
number
Quantity of satellites used to calculate coordinates for given position information
satellites
position.speed
number
km/h
Instant speed at position detection moment
speed
position.timestamp
number
seconds
Timestamp when coordinates where calculated
gpsTimestamp
position.valid
boolean
Is position information accurate and valid for given timestamp
nmeaValid
power.on.reason
number
Power on reason code
powerOnReason
protocol.id
number
ID of protocol
protocol.version
string
Protocol version string
protocol
reboot.reason.enum
number
Terminal reboot reason
rebootReason
server.timestamp
number
seconds
Timestamp when server received a message
timestamp
number
seconds
Message timestamp
vehicle.odometer
number
Vehicle mileage in base units configured in device (km, miles, 100m etc)
derivedOdometer
vehicle.vin
string
VIN of vehicle
vin