Seeworld R56L

The R56L is a 4G OBD GPS tracker featuring plug-and-play installation via the vehicle's OBD-II port, offering dual BDS+GPS satellite positioning with accuracy within 10 meters and real-time tracking capabilities. It operates on 4G LTE networks with low power consumption (29mA working, 7mA static), includes voice monitoring and recording, configurable working modes (real-time, smart tracking, power saving, alarm tracking), and comprehensive alert systems including geofencing, vibration detection, and tamper alerts. The device supports OTA remote updates and is ideal for fleet tracking, personal vehicle monitoring, and teenage driver supervision.

Usage specifics
Parameters (46)
Commands (1)
Seeworld R56L
Flespi parses telemetry data from your Seeworld R56L into a standardized JSON and lets you send commands to Seeworld R56L 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": "Seeworld R56L",
    "channel.id": 1111,
    "protocol.id": "seeworld"
    "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 Seeworld R56L?

You can send a specific command. Show all commands

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
alarm.code
number
Protocol-specific alarm code number
Protocol Number 0x16
alarm.event
boolean
Alarm event triggered
Alarm 0x01 of Protocol Number 0x16
battery.charging.status
boolean
Battery charging status
Protocol Number 0x12,
Protocol Number 0x13,
Protocol Number 0x16
battery.level
number
percentage
Internal battery level
Protocol Number 0x13,
Protocol Number 0x16
battery.low.alarm
boolean
Battery low alarm event
Alarm 0x0E of Protocol Number 0x16
channel.id
number
ID of channel that received a message
defense.active.status
boolean
Defense activated status
Protocol Number 0x12,
Protocol Number 0x13,
Protocol Number 0x16
device.id
number
ID of device that received a message
device.imei
string
IMEI of the device
Protocol Number 0x94
device.name
string
Name of device that received a message
device.type.id
number
ID of device type of device that received a message
displacement.alarm
boolean
Displacement alarm event
Alarm 0x09 of Protocol Number 0x16
engine.blocked.status
boolean
Engine blocked status (fuel cutoff relay), true - engine is blocked, false - engine isn't blocked
Protocol Number 0x12,
Protocol Number 0x13,
Protocol Number 0x16
engine.ignition.status
boolean
Engine ignition or ACC status
Alarm 0xFE of Protocol Number 0x16,
Alarm 0xFF of Protocol Number 0x16,
Protocol Number 0x12,
Protocol Number 0x13,
Protocol Number 0x16
external.powersource.voltage
number
volts
External power voltage
Protocol Number 0x12,
Protocol Number 0x13,
Protocol Number 0x16
geofence.status
boolean
Geofence entered status
Alarm 0x04 of Protocol Number 0x16,
Alarm 0x05 of Protocol Number 0x16
gnss.realtime.status
boolean
True - GNSS realtime positioning, False - differential positioning
Protocol Number 0x12,
Protocol Number 0x16
gnss.status
boolean
GNSS receiver on/off status
Protocol Number 0x12,
Protocol Number 0x13,
Protocol Number 0x16
gsm.cellid
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) base station ID
Protocol Number 0x12,
Protocol Number 0x16
gsm.jamming.event
boolean
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal jamming detected
Alarm 0xEF of Protocol Number 0x16
gsm.lac
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) location area code
Protocol Number 0x12,
Protocol Number 0x16
gsm.mcc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) country code
Protocol Number 0x12,
Protocol Number 0x16
gsm.mnc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) code
Protocol Number 0x12,
Protocol Number 0x16
gsm.signal.level
number
percentage
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal strength level
Protocol Number 0x12,
Protocol Number 0x13,
Protocol Number 0x16
gsm.sim.iccid
string
Integrated Circuit Card Id of SIM card of the Mobile network (GSM, 3G, 4G, LTE, 5G, ...)
Protocol Number 0x94
gsm.sim.imsi
string
IMSI of SIM card of the Mobile network (GSM, 3G, 4G, LTE, 5G, ...)
Protocol Number 0x94
harsh.acceleration.event
boolean
Harsh acceleration detected
Alarm 0x26 of Protocol Number 0x16
harsh.braking.event
boolean
Harsh braking detected
Alarm 0x27 of Protocol Number 0x16
harsh.turn.event
boolean
Harsh turn event detected
Alarm 0x28 of Protocol Number 0x16
ident
string
Device unique identifier like serial number, IMEI, etc
light.alarm
boolean
Light alarm active/not active status
Alarm 6 of Protocol Number 0x16
overspeeding.event
boolean
Overspeeding detected
Alarm 0x06 of Protocol Number 0x16
peer
string
IP:port from which device connecting to the channel
position.direction
number
degrees
Heading angle at position detection moment
position.latitude
number
degrees
Latitude coordinate value
Protocol Number 0x12,
Protocol Number 0x16
position.longitude
number
degrees
Longitude coordinate value
Protocol Number 0x12,
Protocol Number 0x16
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
Protocol Number 0x12,
Protocol Number 0x16
position.valid
boolean
Is position information accurate and valid for given timestamp
Protocol Number 0x12,
Protocol Number 0x16
power.cut.alarm
boolean
External power cut-off alarm event
Alarm 0x02 of Protocol Number 0x16
protocol.id
number
ID of protocol
protocol.number
number
Protocol number
server.timestamp
number
seconds
Timestamp when server received a message
timestamp
number
seconds
Message timestamp
Protocol Number 0x12,
Protocol Number 0x16
vehicle.mileage
number
km
Total calculated mileage
Protocol Number 0x12
vibration.alarm
boolean
Vibration alarm event
Alarm 0x03 of Protocol Number 0x16,
Terminal info alarm 1 of Protocol Number 0x13,
Terminal info alarm 1 of Protocol Number 0x16
Properties
Custom command
custom
Send custom command to device
text: Payload
Get device firmware version
{"text":"VERSION#"}