Lantrix T1700

Lantrix T1700 is a compact, professional GPS vehicle tracker for fleet management, security, and logistics. It features dual SIM connectivity, 3G/4G LTE with 2G/3G fallback, high-sensitivity GPS that works indoors, internal backup battery, and configurable rules for real-time tracking and alerts. The device offers multiple digital and analog inputs, open-collector outputs for immobilizer/locks, geofencing, overspeed and ignition detection, SOS button input, and driver ID via iButton/RFID.

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

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.description
string
Description of the alarm code
Report RTH
alarm.id
string
Alarm ID
Report RTH
armed.status
boolean
Armed/disarmed status
Report RTH
backup.battery.connected.status
boolean
Backup battery is connected
Report RTH
battery.connected.status
boolean
Internal battery is connected
Report RTH
battery.voltage
number
volts
Internal battery voltage
Report RTH,
Report RTT
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
din
number
Digital inputs bitmask
Report RTT
dout
number
Digital outputs bitmask
Report RTT
engine.ignition.status
boolean
Engine ignition or ACC status
Report RTT
event.enum
number
Protocol-specific event code
Report RTT
external.powersource.status
boolean
External power source connection status
Report RTH,
Report RTT
external.powersource.voltage
number
volts
External power voltage
Report RTH,
Report RTT
gnss.antenna.status
boolean
GNSS receiver antenna status
Report RTT
gnss.state.enum
number
Protocol-specific GNSS state code. May contain information about GNSS fix status, sleep status, ON/OFF, Overcurrent/protect state.
Report RTT
gsm.signal.level
number
percentage
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal strength level
Report RTH,
Report RTT
ident
string
Device unique identifier like serial number, IMEI, etc
intrusion.alarm
boolean
Intrusion detected by alarm panel
Report RTH
malfunction.indicator.status
boolean
Malfunction indicator status: true - active, false - not active
Report RTH
panel.bus.status
boolean
Alarm panel data bus connection status
Report RTH
peer
string
IP:port from which device connecting to the channel
position.direction
number
degrees
Heading angle at position detection moment
Report RTT
position.fix.age
number
seconds
Time since the last position fix
Report RTT
position.hdop
number
Horizontal dilution of precision
Report RTT
position.latitude
number
degrees
Latitude coordinate value
Report RTT
position.longitude
number
degrees
Longitude coordinate value
Report RTT
position.satellites
number
Quantity of satellites used to calculate coordinates for given position information
Report RTT
position.satellites.visible
number
The number of visible GPS satellites at the time the location was received
Report RTT
position.speed
number
km/h
Instant speed at position detection moment
Report RTT
protocol.id
number
ID of protocol
record.seqnum
number
Registered record sequence number
report.code
string
Report code
Report RTH,
Report RTT
server.timestamp
number
seconds
Timestamp when server received a message
siren.status
boolean
Siren activation status
Report RTH
timestamp
number
seconds
Message timestamp
Report RTH,
Report RTT
Properties
Factory Reset
factory_reset
Reset device to factory defaults and erase pending events
Output Control
output_control
Control digital outputs (motor, buzzer, or auxiliary)
action: Action
output: Output
Query Extended Status
query_extended_status
Request extended status including batteries, GSM signal, and outputs (QTT command). Device responds with RTT data packet.
Query Position
query_position
Request current position from device (QPF command). Device responds with RPF data packet.
Restart Device
restart_device
Restart the device without losing settings
Properties
Custom command
custom
Send custom command to device
text: Command payload
Activate motor (T1700)
{"text":"!L0S341"}
Query position (T1700)
{"text":"QPF"}
Query status (TH100/TH200)
{"text":"QTH"}
Query extended status (T1700)
{"text":"QTT"}