SPOT Gen3

SPOT Gen3 is the latest generation of SPOT GPS tracking device that uses the Globalstar satellite network to provide text messaging and GPS tracking. The tracker ensures communication when cell service is unavailable. Gen3 features SOS, SOV (save our vehicle), sending a custom message, checking in, and other life-saving capabilities. The device is IP67-compliant and works from 4xAAA batteries.

Usage specifics
Parameters (17)
SPOT Gen3
Flespi parses telemetry data from your SPOT Gen3 into a standardized JSON and lets you send commands to SPOT Gen3 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": "SPOT Gen3",
    "channel.id": 1111,
    "protocol.id": "spot-receiver"
    "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
battery.state
string
Battery state
batteryState
channel.id
number
ID of channel that received a message
custom
number
Any custom parameter
device.id
number
ID of device that received a message
device.name
string
Name of device that received a message
device.self.name
string
Device name reported by the device
esnName
device.type.id
number
ID of device type of device that received a message
ident
string
Device unique identifier like serial number, IMEI, etc
esn
message.detail
string
Message detail
messageDetail
message.type
string
Message type
messageType
peer
string
IP:port from which device connecting to the channel
position.latitude
number
degrees
Latitude coordinate value
latitude
position.longitude
number
degrees
Longitude coordinate value
longitude
protocol.id
number
ID of protocol
server.timestamp
number
seconds
Timestamp when server received a message
streaming.mode
string
A field that tells the mode of operation. TEST for data pushed as a part of a test operation or test request, LIVE for data from Production / Live system and RECOVERY for data pushed due to a data recovery request.
timestamp
number
seconds
Message timestamp
timeInGMTSecond

More devices from Globalstar Spot (2)