WanWay GS12

WanWay GS12 is a compact and intelligent vehicle GPS tracker with 4G LTE support, designed for various vehicular applications including car tracking and fleet management. It offers real-time tracking, multiple alarms (ACC, geo-fence, vibration, cut-wire, over speed, disassemble), remote functions (voice monitoring, fuel/electricity cut-off), and OTA upgrade capabilities. Applicable for the insurance and rental vehicle industry, taxis, and private vehicle owners.

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

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
battery.charging.status
boolean
Battery charging status
Protocol Number 0x13,
Protocol Number 0x16,
Protocol Number 0x26
battery.level
number
percentage
Internal battery level
Protocol Number 0x13,
Protocol Number 0x16,
Protocol Number 0x26
battery.low.alarm
boolean
Battery low alarm event
Protocol Number 0x13,
Protocol Number 0x16,
Protocol Number 0x26
channel.id
number
ID of channel that received a message
defense.active.status
boolean
Defense activated status
Protocol Number 0x13,
Protocol Number 0x16,
Protocol Number 0x26
device.id
number
ID of device that received a message
device.imei
string
IMEI of the device
Protocol Number 0x94 with Information Type 0x0A
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 0x13,
Protocol Number 0x16,
Protocol Number 0x26
engine.ignition.status
boolean
Engine ignition or ACC status
Protocol Number 0x12,
Protocol Number 0x13,
Protocol Number 0x16,
Protocol Number 0x22,
Protocol Number 0x26
external.powersource.voltage
number
volts
External power voltage
Protocol Number 0x94 with Information Type 0x00
geofence.status
boolean
Geofence entered status
Protocol Number 0x13,
Protocol Number 0x16,
Protocol Number 0x26
gnss.realtime.status
boolean
True - GNSS realtime positioning, False - differential positioning
Protocol Number 0x12,
Protocol Number 0x16,
Protocol Number 0x22,
Protocol Number 0x26
gnss.status
boolean
GNSS receiver on/off status
Protocol Number 0x13,
Protocol Number 0x16,
Protocol Number 0x26
gsm.cellid
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) base station ID
Protocol Number 0x12,
Protocol Number 0x16,
Protocol Number 0x22,
Protocol Number 0x24,
Protocol Number 0x26
gsm.lac
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) location area code
Protocol Number 0x12,
Protocol Number 0x16,
Protocol Number 0x22,
Protocol Number 0x24,
Protocol Number 0x26
gsm.mcc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) country code
Protocol Number 0x12,
Protocol Number 0x16,
Protocol Number 0x22,
Protocol Number 0x24,
Protocol Number 0x26
gsm.mnc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) code
Protocol Number 0x12,
Protocol Number 0x16,
Protocol Number 0x22,
Protocol Number 0x24,
Protocol Number 0x26
gsm.signal.dbm
number
dbm
Strength of the Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal
Protocol Number 0x24
gsm.signal.level
number
percentage
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal strength level
Protocol Number 0x13,
Protocol Number 0x16,
Protocol Number 0x26
gsm.sim.iccid
string
Integrated Circuit Card Id of SIM card of the Mobile network (GSM, 3G, 4G, LTE, 5G, ...)
Protocol Number 0x94 with Information Type 0x0A
gsm.sim.imsi
string
IMSI of SIM card of the Mobile network (GSM, 3G, 4G, LTE, 5G, ...)
Protocol Number 0x94 with Information Type 0x0A
gsm.timing.advance
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) timing advance
Protocol Number 0x24
harsh.acceleration.event
boolean
Harsh acceleration detected
Protocol Number 0x13,
Protocol Number 0x16,
Protocol Number 0x26
harsh.braking.event
boolean
Harsh braking detected
Protocol Number 0x13,
Protocol Number 0x16,
Protocol Number 0x26
harsh.cornering.event
boolean
Harsh cornering detected
Protocol Number 0x13,
Protocol Number 0x16,
Protocol Number 0x26
ident
string
Device unique identifier like serial number, IMEI, etc
language.enum
string
Language enum
Protocol Number 0x13,
Protocol Number 0x15,
Protocol Number 0x16,
Protocol Number 0x26
message.buffered.status
boolean
Black box message
Protocol Number 0x22
overspeeding.event
boolean
Overspeeding detected
Protocol Number 0x13,
Protocol Number 0x16,
Protocol Number 0x26
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,
Protocol Number 0x22,
Protocol Number 0x26
position.longitude
number
degrees
Longitude coordinate value
Protocol Number 0x12,
Protocol Number 0x16,
Protocol Number 0x22,
Protocol Number 0x26
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,
Protocol Number 0x22,
Protocol Number 0x26
position.valid
boolean
Is position information accurate and valid for given timestamp
Protocol Number 0x12,
Protocol Number 0x16,
Protocol Number 0x22,
Protocol Number 0x26
power.cut.alarm
boolean
External power cut-off alarm event
Protocol Number 0x13,
Protocol Number 0x16,
Protocol Number 0x26
protocol.id
number
ID of protocol
protocol.number
number
Protocol number
rfid.code
string
Hexadecimal code of connected RFID
Protocol Number 0x94 with Information Type 0x1B
server.timestamp
number
seconds
Timestamp when server received a message
sos.alarm
boolean
SOS alarm trigerred
Protocol Number 0x13,
Protocol Number 0x16,
Protocol Number 0x26
timestamp
number
seconds
Message timestamp
Protocol Number 0x12,
Protocol Number 0x16,
Protocol Number 0x22,
Protocol Number 0x24,
Protocol Number 0x26
vehicle.mileage
number
km
Total calculated mileage
Protocol Number 0x12,
Protocol Number 0x22
vibration.alarm
boolean
Vibration alarm event
Protocol Number 0x13,
Protocol Number 0x16,
Protocol Number 0x26
Properties
Custom Command for and MV22, MV208 device types
custom
Send custom command to devices of type MV22, MV208
payload: SMS/GPRS command Payload
Cutting Oil and Electricity
{"payload":"RELAY,1#"}
Connecting Oil and Electricity
{"payload":"RELAY,0#"}

More devices from Shanghai WanWay Digital Technology Co., Ltd. (6)

Tags
WanWay G18
wanway
Shanghai WanWay Digital Technology Co., Ltd.
WanWay G19H
wanway
Shanghai WanWay Digital Technology Co., Ltd.
WanWay GS05
wanway
Shanghai WanWay Digital Technology Co., Ltd.
WanWay GS10G
wanway
Shanghai WanWay Digital Technology Co., Ltd.
WanWay GS10-SA
wanway
Shanghai WanWay Digital Technology Co., Ltd.
WanWay GS900
wanway
Shanghai WanWay Digital Technology Co., Ltd.