Skypatrol TT8750N+

Skypatrol TT8750N+ is a high-performance quad-band fleet GPS tracker. The device features three digital inputs, one analog input, and three digital outputs, internal 250 mAh battery, smart power consumption, messaging control, remote device configuration, geofencing, splash-proof casing and more.

Usage specifics
Parameters (45)
Skypatrol TT8750N+
Flespi parses telemetry data from your Skypatrol TT8750N+ into a standardized JSON and lets you send commands to Skypatrol TT8750N+ 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": "Skypatrol TT8750N+",
    "channel.id": 1111,
    "protocol.id": "skypatrol"
    "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'

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
battery.level
number
percentage
Internal battery level
battery.voltage
number
volts
Internal battery voltage
channel.id
number
ID of channel that received a message
counter.limit
number
Counter limit
counter.type
number
Counter type
counter.value
number
Current value of counter
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
dout
number
Digital outputs bitmask
engine.ignition.status
boolean
Engine ignition or ACC status
event.enum
number
Protocol-specific event code
geofence.group
number
Last triggered geofence group number
geofence.index
number
Last triggered geofence index inside group
gps.led.status
boolean
GPS LED status: truee - on, false - off
gsm.arfcn
number
Absolute radio-frequency channel number of the Mobile network (GSM, 3G, 4G, LTE, 5G, ...)
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.led.status
boolean
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) LED status: truee - on, false - off
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
gsm.timing.advance
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) timing advance
ident
string
Device unique identifier like serial number, IMEI, etc
magnetic.variation
number
degrees
Magnetic variation
main.power.status
boolean
Main power state
message.seqnum
number
Sequence number of the message
overspeeding.duration
number
seconds
Overspeeding interval duration
overspeeding.max.speed
number
km/h
Maximum speed during overspeeding interval
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.timestamp
number
seconds
Timestamp when coordinates where calculated
position.valid
boolean
Is position information accurate and valid for given timestamp
protocol.id
number
ID of protocol
server.timestamp
number
seconds
Timestamp when server received a message
timestamp
number
seconds
Message timestamp
trip.mileage
number
km
Distance driven since engine start
vehicle.mileage
number
km
Total calculated mileage