Seeworld R31L

The R31L is a compact 4G LTE fleet GPS tracker designed for trucks and commercial vehicles, featuring multi-GNSS positioning (BDS/GPS/GLONASS) with accuracy within 5 meters and real-time tracking updates every 10 seconds. It operates on a wide 9-100V voltage range with a 7500mAh built-in battery, offering comprehensive fleet management capabilities including ignition detection, mileage statistics, voice monitoring, engine cut-off, and advanced driver behavior analysis with rapid acceleration/deceleration alerts. The device supports geofencing, anti-theft alarms, remote OTA updates, and multiple working modes, making it ideal for fleet management, logistics, car rental businesses, and commercial vehicle monitoring applications.

Usage specifics
Parameters (31)
Settings (2)
Commands (1)
Seeworld R31L
Flespi parses telemetry data from your Seeworld R31L into a standardized JSON and lets you send commands to Seeworld R31L 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 R31L",
    "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 R31L?

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
alarm.code
number
Protocol-specific alarm code number
Protocol Number 0x16
battery.charging.status
boolean
Battery charging status
Protocol Number 0x12,
Protocol Number 0x13,
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.name
string
Name of device that received a message
device.type.id
number
ID of device type of device that received a message
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
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
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.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
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
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
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
vibration.alarm
boolean
Vibration alarm event
Terminal info alarm 1 of Protocol Number 0x16
Properties
Network Setup
network_setup
Configure network APN, APN username and APN password
apn: APN
password: APN Password
username: APN Username
Server Setup
server_setup
Configure backend server connection parameters
mode: Mode
Properties
Custom command
custom
Send custom command to device
text: Payload
Get device firmware version
{"text":"VERSION#"}

More devices from SEEWORLD

No results found.