Globalstar SmartOne Solar

Globalstar SmartOne Solar is a solar-powered asset tracker with up to 10 years of battery life. It's intrinsically safe and maintenance-free, designed for harsh environments. The device supports Bluetooth for configuration, features GPS location in multiple modes, geofencing, and motion detection, and integrates with wireless sensors via BLE sensors interface. Certified for safety with ATEX, IECEx, HERO, and MIL-STD-810G standards. Quick installation requires no external power or antennas, and it operates in temperatures from -40°C to +65°C, with IP68/IP69K protection.

Usage specifics
Parameters (34)
Globalstar SmartOne Solar
Flespi parses telemetry data from your Globalstar SmartOne Solar into a standardized JSON and lets you send commands to Globalstar SmartOne Solar 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": "Globalstar SmartOne Solar",
    "channel.id": 1111,
    "protocol.id": "globalstar"
    "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
battery.state
changed.din
number
DIN changed status, indexed
changed.din
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
din
event.enum
number
Protocol-specific event code
event.enum
external.powersource.status
boolean
External power source connection status
external.powersource.status
gnss.fail.count
number
Number of times the GNSS has failed to obtain a valid fix
gnss.fail.count
gnss.status
boolean
GNSS receiver on/off status
gnss.status
ident
string
Device unique identifier like serial number, IMEI, etc
esn
missed.din.1
number
State change of Input 1 was missed due to the transmission of a higher priority message
missed.din.1
missed.din.2
number
State change of Input 2 was missed due to the transmission of a higher priority message
missed.din.2
movement.status
boolean
Current movement state
movement.status
peer
string
IP:port from which device connecting to the channel
position.direction
number
degrees
Heading angle at position detection moment
position.direction
position.fix.type
number
GNSS fix type enum (0 = "not fixed", 1 = "2D", 2 = "3D", null = "unknown")
position.fix.type
position.latitude
number
degrees
Latitude coordinate value
position.latitude
position.longitude
number
degrees
Longitude coordinate value
position.longitude
position.speed
number
km/h
Instant speed at position detection moment
position.speed
position.timestamp
number
seconds
Timestamp when coordinates where calculated
position.timestamp
position.valid
boolean
Is position information accurate and valid for given timestamp
position.valid
protocol.id
number
ID of protocol
report.reason
number
Transmission reason code
report.reason
scheduler.status
number
Scheduler operational status
scheduler.status
send.timestamp
number
seconds
Message send timestamp
send.timestamp
server.timestamp
number
seconds
Timestamp when server received a message
timestamp
number
seconds
Message timestamp
timestamp
transmission.count
number
Overall transmission count since last Diagnostic message
transmission.count
transmission.min.interval
number
Minimum transmission interval
transmission.min.interval
transmitter.status
number
Transmitter operational status
transmitter.status
vibration.alarm
boolean
Vibration alarm event
vibration.alarm
vibration.status
boolean
Vibration status of the device. true - device is vibrated, false - device is in still state
vibration.status