Lantrix TH200

Lantrix TH200 4G is a universal cellular alarm communicator that replaces traditional phone lines for security panels using Contact-ID. It connects via tip and ring, supports dual SIM 4G/3G/2G with automatic failover, TCP/IP, UDP, GPRS, and SMS reporting. The device offers remote arm/disarm via the Lantrix Remote app, event queuing with automatic retry, and optional internal backup battery. It features two digital inputs and two outputs, LED status indicators, automatic APN detection, and broad compatibility with major alarm panels and monitoring platforms.

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

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
Delete All Remotes
delete_remotes
Delete all paired remote controls from device memory
Learn Remote
learn_remote
Put device into LEARN mode for 1 minute to pair a new key fob remote
Panel Control
panel_control
Arm or disarm the alarm panel using GT1000 key
key: GT1000 Key
action: Action
Query Status
query_status
Request current panel status (QTH command). Device responds with RTH data packet.
Set Device Time
set_time
Set the device date and time to current UTC time
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"}