Eelink GPT18

Eelink GPT18 is a wearable GPS watch tracker. The device features 2-way voice communication, Wi-Fi, intelligent power saving, pedometer, speed alarm, low battery alarm, geo-fence alarm, IP65 waterproof casing, and more.

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

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
ain
number
volts
Voltage on the analog input
alarm.event
boolean
Alarm event triggered
battery.charging.status
boolean
Battery charging status
battery.voltage
number
volts
Internal battery voltage
burnt.enery
number
calories
Accumulated burnt energy today
carbon.dioxide.alarm
boolean
CO2 concentration if out of predefined range
carbon.dioxide.ppm
number
ppm
Carbon dioxide concentration
channel.id
number
ID of channel that received a message
crash.event
boolean
Crash event detected
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
din
number
Digital inputs bitmask
displacement.alarm
boolean
Displacement alarm event
engine.blocked.status
boolean
Engine blocked status (fuel cutoff relay), true - engine is blocked, false - engine isn't blocked
engine.ignition.status
boolean
Engine ignition or ACC status
event.enum
number
Protocol-specific event code
fall.alarm
boolean
Fall alarm event
geofence.status
boolean
Geofence entered status
gnss.antenna.open.circuit.status
boolean
GNSS antenna open-circuit status
gnss.antenna.short.circuit.status
boolean
GNSS antenna short circuit status
gnss.status
boolean
GNSS receiver on/off 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
gsm.signal.dbm
number
dbm
Strength of the Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal
humidity.alarm
boolean
Humidity is out of predefined range
ident
string
Device unique identifier like serial number, IMEI, etc
illuminance.alarm
boolean
Illuminance if out of predefined range
internal.battery.low.alarm
boolean
Internal battery low alarm event
message.content
string
Message content
movement.event
boolean
Movement detected
obd.connected.status
boolean
OBDII device is connected to vehicle
overspeeding.event
boolean
Overspeeding detected
peer
string
IP:port from which device connecting to the channel
position.altitude
number
meters
Altitude value for position
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.satellites
number
Quantity of satellites used to calculate coordinates for given position information
position.speed
number
km/h
Instant speed at position detection moment
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.timestamp
number
seconds
Report timestamp
sensor.humidity
number
percentage
Humidity sensor value, i.e. relative air humidity level
sensor.illuminance
number
lux
Illuminance measured by light sensor
sensor.temperature
number
celsius
Temperature sensor value
sensor.temperature.alarm
boolean
Sensor temperature value is out of predefined ranges
server.timestamp
number
seconds
Timestamp when server received a message
steps.count
number
The total number of steps for the day
temperature.alarm
boolean
Temperature value is outside of predefined range
timestamp
number
seconds
Message timestamp
total.burnt.enery
number
calories
Accumulated burnt energy in total
total.steps.count
number
Accumulated steps count in total
total.walk.distance
number
meters
Accumulated walking distance in total
total.walk.time
number
seconds
Accumulated walking time in total
underspeed.event
boolean
Underspeed event
vehicle.mileage
number
km
Total calculated mileage
walk.distance
number
meters
Accumulated walking distance today
walk.time
number
seconds
Accumulated walking time today
wifi.mac.address
string
WiFi MAC address
wifi.signal.strength
number
WiFi signal strength, RSSI
Properties
Custom command
custom
Send custom command to device
payload: Command text
Set heartbeat timer to 5 minutes
{"payload":"HBT,5#"}
Change time zone of the device to UTC
{"payload":"GMT,E,0,0,0#"}