X3Tech NT26

X3Tech NT26 is a compact and easy-to-install OBD-II GPS tracker. The device features virtual ignition, overspeeding alarm, removal alarm, sleep mode, 100 mAh battery, IP65 casing, and more.

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

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.event
boolean
Alarm event triggered
Protocol Number 0x13,
Protocol Number 0x22
battery.charging.status
boolean
Battery charging status
Protocol Number 0x13,
Protocol Number 0x22
battery.level
number
percentage
Internal battery level
Protocol Number 0x13
battery.low.alarm
boolean
Battery low alarm event
Protocol Number 0x13,
Protocol Number 0x22
battery.voltage
number
volts
Internal battery voltage
Protocol Number 0x22
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.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 0x22
engine.ignition.status
boolean
Engine ignition or ACC status
Protocol Number 0x13,
Protocol Number 0x22
engine.motorhours
number
hours
Total calculated engine motorhours
Protocol Number 0x22
external.powersource.voltage
number
volts
External power voltage
Protocol Number 0x22
gnss.status
boolean
GNSS receiver on/off status
Protocol Number 0x13,
Protocol Number 0x22
gsm.cellid
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) base station ID
Protocol Number 0x12,
Protocol Number 0x16,
Protocol Number 0x22
gsm.lac
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) location area code
Protocol Number 0x12,
Protocol Number 0x16,
Protocol Number 0x22
gsm.mcc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) country code
Protocol Number 0x12,
Protocol Number 0x16,
Protocol Number 0x22
gsm.mnc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) code
Protocol Number 0x12,
Protocol Number 0x16,
Protocol Number 0x22
gsm.signal.level
number
percentage
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal strength level
Protocol Number 0x13,
Protocol Number 0x22
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
ident
string
Device unique identifier like serial number, IMEI, etc
language.enum
string
Language enum
Protocol Number 0x13,
Protocol Number 0x22
message.buffered.status
boolean
Black box message
Protocol Number 0x12,
Protocol Number 0x16,
Protocol Number 0x22
overspeeding.event
boolean
Overspeeding detected
Protocol Number 0x13,
Protocol Number 0x22
payload.hex
string
HEX Payload received from device
payload.size
number
Payload data size in bytes
payload.text
string
Text Payload received from device
Protocol Number 0x15
peer
string
IP:port from which device connecting to the channel
position.direction
number
degrees
Heading angle at position detection moment
Protocol Number 0x12,
Protocol Number 0x15,
Protocol Number 0x16,
Protocol Number 0x22
position.latitude
number
degrees
Latitude coordinate value
Protocol Number 0x12,
Protocol Number 0x15,
Protocol Number 0x16,
Protocol Number 0x22
position.longitude
number
degrees
Longitude coordinate value
Protocol Number 0x12,
Protocol Number 0x15,
Protocol Number 0x16,
Protocol Number 0x22
position.satellites
number
Quantity of satellites used to calculate coordinates for given position information
Protocol Number 0x12,
Protocol Number 0x16,
Protocol Number 0x22
position.speed
number
km/h
Instant speed at position detection moment
Protocol Number 0x12,
Protocol Number 0x15,
Protocol Number 0x16,
Protocol Number 0x22
position.timestamp
number
seconds
Timestamp when coordinates where calculated
Protocol Number 0x15,
Protocol Number 0x22
position.valid
boolean
Is position information accurate and valid for given timestamp
Protocol Number 0x12,
Protocol Number 0x16,
Protocol Number 0x22
power.cut.alarm
boolean
External power cut-off alarm event
Protocol Number 0x13,
Protocol Number 0x22
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 0x15,
Protocol Number 0x16,
Protocol Number 0x22
vehicle.mileage
number
km
Total calculated mileage
Protocol Number 0x22
vibration.alarm
boolean
Vibration alarm event
Protocol Number 0x13,
Protocol Number 0x22
Properties
Location Data Protocol
location_data_protocol
Set format of the location data packets sent by the device
version: Protocol Version
Where
where
Obtain real-time position
Properties
Custom command
custom
Send custom command to device
payload: Command payload
Obtain the command of tracking information
{"payload":"DWXX#"}