Coban GPS102

Coban GPS102 is a portable GPS tracker suitable for vehicle anti-theft applications, protecting children / elderly / pets, managing personnel, etc. The device features a geo-fencing, movement alert, overspeeding alert, SOS alert, low battery alert, GPS blind spot alert, sleep mode, a backup battery, and more.

Usage specifics
Parameters (61)
Settings (4)
Commands (1)
Coban GPS102
Flespi parses telemetry data from your Coban GPS102 into a standardized JSON and lets you send commands to Coban GPS102 via API.

Here’s the like of JSON you get

{
    "ident": "352625333222111",
    "position.altitude": 273.61,
    "position.hdop": 0.7,
    "position.latitude": 49.069782,
    "position.longitude": 28.632826,
    "position.satellites": 18,
    "server.timestamp": 1650636570.426424,
    "timestamp": 1650636570.426424,
    "device.type.id": "Coban GPS102",
    "channel.id": 1111,
    "protocol.id": "coban"
    "engine.ignition.status": true
    ...
}

How to consume this nice JSON

The easiest way is to make a REST API request like this
curl -X GET  --header 'Authorization: FlespiToken XXX' 'https://flespi.io/gw/devices/<device id>/messages'

How to send commands to Coban GPS102?

You can send a specific command. Show all commands
You can use pre-defined settings to send instructions more conveniently. Show all settings

You can also

Modify messages

Add or remove parameters, inject data from LBS and reverse-geocoding services, etc.
Learn what plugins can do

Aggregate data

Determine trips and stops, catch events, detect geofence ins/outs, and more.
Learn about flespi analytics capabilities
acc.alarm
boolean
ACC alarm event
Keyword: acc alarm
alarm.event
boolean
Alarm event triggered
Keyword: help me
armed.status
boolean
Armed/disarmed status
Keyword: status
arm.status
boolean
Device arm status (true - device armed, false - device disarmed)
Keyword: 111,
Keyword: 112,
Keyword: 512,
Keyword: lf,
Keyword: lt,
Keyword: mt
battery.charging.status
boolean
Battery charging status
battery.level
number
percentage
Internal battery level
battery.low.alarm
boolean
Battery low alarm event
Keyword: low battery
battery.voltage
number
volts
Internal battery voltage
can.dtc
array
Diagnostic trouble code array read from CAN May content list of OBDII codes or list of objects with codes. Standard object parameter names used: *standard* - Protocol standard (J1939, J1708(J1587), OBDII) *mid* - Message Identifier (J1708) *sid* - Subsystem Identifier (J1708) *fmi* - Failure Mode Identifier (J1939, J1708) *spn* - Suspect Parameter Number (J1939) *sa* - Source Address (J1939, OBDII) *oc* - Occurrence Count (J1939) *cm* - Conversion Method (J1939) *status* - Status of error code (active, pending, historical, permanent)
Keyword: OBD
can.engine.coolant.temperature
number
celsius
Engine coolant temperature read from CAN
Keyword: OBD
can.engine.load.level
number
percentage
Calculated engine load level read from CAN
Keyword: OBD
can.engine.rpm
number
rpm
Engine RPM read from CAN
Keyword: OBD
can.fuel.consumption
number
liters/h
Engine fuel rate read from CAN
Keyword: OBD
can.fuel.consumption.distance
number
liters/100km
Fuel consumption read from CAN
Keyword: OBD
can.onboard.power.voltage
number
volts
CAN onboard power voltage
Keyword: OBD
can.throttle.pedal.level
number
percentage
Throttle pedal push level read from CAN
Keyword: OBD
can.total.driving.time
number
hours
Engine run time read from CAN
Keyword: OBD
can.vehicle.mileage
number
km
Total vehicle mileage read from CAN
Keyword: OBD
can.vehicle.speed
number
km/h
Vehicle speed read from CAN
Keyword: OBD
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.temperature
number
celsius
Temperature of device
device.type.id
number
ID of device type of device that received a message
door.alarm
boolean
Door alarm event
Keyword: door alarm
door.open.status
boolean
Door open status
engine.blocked.status
boolean
Engine blocked status (fuel cutoff relay), true - engine is blocked, false - engine isn't blocked
Keyword: 109,
Keyword: 110,
Keyword: jt,
Keyword: kt
engine.ignition.status
boolean
Engine ignition or ACC status
Keyword: acc off,
Keyword: acc on
event.code
string
Protocol-specific event code string
fuel.alarm
boolean
Fuel alarm event
Keyword: oil
fuel.level
number
percentage
Fuel level percentage
geofence.alarm
boolean
Geofence alarm event
Keyword: stockade
gnss.status
boolean
GNSS receiver on/off status
gsm.cellid
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) base station ID
gsm.lac
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) location area code
gsm.mcc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) country code
gsm.mnc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) code
harsh.acceleration.event
boolean
Harsh acceleration detected
Keyword: accelerate
harsh.braking.event
boolean
Harsh braking detected
Keyword: brake,
Keyword: brake alarm
harsh.turn.event
boolean
Harsh turn event detected
Keyword: sharp turn
ident
string
Device unique identifier like serial number, IMEI, etc
movement.event
boolean
Movement detected
Keyword: move
overspeeding.event
boolean
Overspeeding detected
Keyword: speed
peer
string
IP:port from which device connecting to the channel
position.altitude
number
meters
Altitude value for position
position.direction
number
degrees
Heading angle at position detection moment
position.latitude
number
degrees
Latitude coordinate value
position.longitude
number
degrees
Longitude coordinate value
position.satellites
number
Quantity of satellites used to calculate coordinates for given position information
position.speed
number
km/h
Instant speed at position detection moment
position.valid
boolean
Is position information accurate and valid for given timestamp
power.off.alarm
boolean
Power of alarm event
Keyword: ac alarm
protocol.id
number
ID of protocol
sensor.humidity
number
percentage
Humidity sensor value, i.e. relative air humidity level
sensor.temperature
number
celsius
Temperature sensor value
server.timestamp
number
seconds
Timestamp when server received a message
sleep.mode.enum
number
Protocol-specific value indicating device sleep mode state
Keyword: status
temperature.alarm
boolean
Temperature value is outside of predefined range
Keyword: T
timestamp
number
seconds
Message timestamp
vehicle.collision.alarm
boolean
Ordinary vehicle collision alarm
Keyword: collision
vibration.alarm
boolean
Vibration alarm event
Keyword: sensor alarm
Properties
Arm/Disarm
arm
Arm and disarm the device
arm: Arm/Disarm
format: Format
Block Engine
block_engine
Cut off or restore oil and power
format: Format
cut_off: Cut Off
Time Zone
timezone
Set time zone for device
shift: Time Zone
Tracking
tracking
Enable tracking
interval: Interval
Properties
Custom command
custom
Send custom command to device without waiting for response
payload: Command payload
Set geofence
{"payload":"114,22.553276,113.903516;20.553276,114.903516"}
Set server IP:port
{"payload":"122,192.168.1.1,9000"}
Cut off oil and power
{"payload":"109"}