Sinotrack ST-925

Sinotrack ST-925 is a container GPS tracker with a powerful battery and magnetic mount. The device features a shock alarm, movement alarm, geofence alarm, sleep mode, history route playback, 20000 mAh Li-Ion backup battery, IP65 water-resistant casing, and more.

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

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
battery.level
number
percentage
Internal battery level
battery.low.alarm
boolean
Battery low alarm event
beidou.satellites.status
boolean
BeiDou positioning system status
channel.id
number
ID of channel that received a message
city.id
number
ID of device's home city"
crash.event
boolean
Crash event detected
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.ignition.status
boolean
Engine ignition or ACC status
event.seqnum
number
Unique event sequence number
fatigue.driving.status
boolean
Fatigue driving
galileo.satellites.status
boolean
Galileo positioning system status
glonass.satellites.status
boolean
Glonass positioning system status
gps.satellites.status
boolean
GPS positioning system 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
ident
string
Device unique identifier like serial number, IMEI, etc
manufacturer.code
string
Device manufacturer code"
manufacturer.device.code
string
Device code, ussigned by device manufacturer"
message.type
string
Message type
overspeeding.event
boolean
Overspeeding detected
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.speed
number
km/h
Instant speed at position detection moment
position.valid
boolean
Is position information accurate and valid for given timestamp
power.cut.alarm
boolean
External power cut-off alarm event
protocol.id
number
ID of protocol
province.id
number
ID of device's home province"
rollover.event
boolean
Roll over event detected
server.timestamp
number
seconds
Timestamp when server received a message
sos.alarm
boolean
SOS alarm trigerred
timestamp
number
seconds
Message timestamp
vehicle.mileage
number
km
Total calculated mileage
vehicle.state
string
Vehicle state, such as moving, idling, parked etc
vehicle.state.bitmask
number
Vehicle state flags bitmask
vendor.code
string
Vendor identification string code
Properties
Set sending interval
interval
Set the sending interval
cycle_time: Interval
Properties
Custom command
custom
Send custom command to device without waiting for response, Scheme: "*,,#". You have to specify payload only
payload: Payload string
Mileage query command S32
{"payload":"S32,000000,1"}