Orbcomm CT-1000

ORBCOMM CT-1000 is a solar-powered asset tracker designed for fleet and intermodal container management. It features global 4G LTE connectivity with 3G/2G fallback, GPS/GLONASS/BeiDou/Galileo/QZSS support, BLE, over-the-air updates, and a rugged IP67/IP69K and ATEX Zone 2 certified enclosure. The device offers current and historical location reporting, geofencing, motion detection, and ambient temperature sensing, with easy installation and maintenance for cost-effective, durable, and reliable asset tracking worldwide.

Usage specifics
Parameters (43)
Orbcomm CT-1000
Flespi parses telemetry data from your Orbcomm CT-1000 into a standardized JSON and lets you send commands to Orbcomm CT-1000 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": "Orbcomm CT-1000",
    "channel.id": 1111,
    "protocol.id": "orbcomm-push"
    "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
account.name
string
Account the device belongs to
battery.state
string
Battery state
battery.voltage
number
volts
Internal battery voltage
channel.id
number
ID of channel that received a message
device.firmware.version
string
Firmware revision
device.id
number
ID of device that received a message
device.installed.timestamp
number
seconds
Device installed timestamp
device.model
string
Device model ID string
device.name
string
Name of device that received a message
device.self.name
string
Device name reported by the device
device.type.id
number
ID of device type of device that received a message
event.timestamp
number
seconds
Timestamp of the event
freezer.air.temperature
number
celsius
Freezer ambient air temperature
geofence.in.duration
number
seconds
Duration inside geofence
geofence.name
string
Geofence name
geofence.out.duration
number
seconds
Duration outside geofence
geofence.status
boolean
Geofence entered status
geofence.type.enum
number
Geofence type enum
gps.satellites.status
boolean
GPS positioning system status
ident
string
Device unique identifier like serial number, IMEI, etc
max.x.acceleration
number
g
Harsh acceleration event max accelerometer value on X-axis
max.y.acceleration
number
g
Harsh acceleration event max accelerometer value on Y-axis
max.z.acceleration
number
g
Harsh acceleration event max accelerometer value on Z-axis
message.id
number
Message unique ID
message.type
string
Message type
movement.status
boolean
Current movement state
movement.type
string
Movement type
peer
string
IP:port from which device connecting to the channel
position.address
string
Location Address
position.city
string
Location City
position.country
string
Location Country
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.state
string
Location State
position.zip
string
Location Zip code
protocol.id
number
ID of protocol
sensor.battery.low.status
boolean
Sensor battery status, true - battery low, false - battery ok
sensor.battery.voltage
number
volts
Sensor battery voltage
sensor.temperature
number
celsius
Temperature sensor value
server.timestamp
number
seconds
Timestamp when server received a message
solar.panel.charging.status
boolean
Solar panel charging device
timestamp
number
seconds
Message timestamp

More devices from Orbcomm

No results found.