Mictrack MT700

Mictrack MT700 is a Cat M1 & NB-IoT asset GPS tracker with IP68 waterproof casing that can provide up to 8 years standby time. The device features built-in powerful magnets, geo-fence alarm, low power alarm, removal alerts, smart motion detection, scheduled timing report, GPS+WiFi positioning(optional), multiple power-saving modes, support of rechargeable or non-rechargeable batteries, and more.

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

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
backup.battery.voltage
number
volts
Backup battery voltage
backup.battery.voltage.status
boolean
Backup battery voltage if normal (true - inside the predefined range) or abnormal (false - outside of the predefined range)
battery.voltage
number
volts
Internal battery voltage
car.battery.voltage
number
volts
Car battery voltage
car.battery.voltage.status
boolean
Car battery voltage is low status
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.temperature
number
celsius
Temperature of device
device.type.id
number
ID of device type of device that received a message
door.open.status
boolean
Door open status
engine.ignition.status
boolean
Engine ignition or ACC status
event.code
string
Protocol-specific event code string
fuel.voltage
number
volts
Fuel voltage
geofence.status
boolean
Geofence entered 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
movement.status
boolean
Current movement state
overspeeding.status
boolean
Overspeeding detected
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
position.longitude
number
degrees
Longitude coordinate value
position.speed
number
km/h
Instant speed at position detection moment
position.status
string
Position status: A - valid, V - invalid, L - last position
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
report.interval.time
number
Report interval time
server.timestamp
number
seconds
Timestamp when server received a message
sos.alarm
boolean
SOS alarm trigerred
temperature.alarm
boolean
Temperature value is outside of predefined range
timestamp
number
seconds
Message timestamp
towing.event
boolean
Towing event detected
wifi.mac.address
string
WiFi MAC address
wifi.signal.strength
number
WiFi signal strength, RSSI
Properties
APN
apn
Configure GPRS access point
apn: APN
password: Password
username: Username
Heartbeat
heartbeat
Configure heartbeat interval
interval: Interval
Location Report
loc_report
Configure last location report
enable: Enable
Working Mode
mode
Configure working mode of the device
work: Mode
Reboot
reboot
Reboot the device
Server
server
Configure server host and port
host: Host
port: Port
Properties
Custom command
custom
Send custom command to device
payload: Command text to send