Atlanta Systems WP-30C

Atlanta Systems WP-30C is a is high-accuracy advanced vehicle GPS tracker for private and commercial vehicles. The device features 7 digital inputs, 3 digital outputs, 2 analog inputs, 2 RS232 interfaces, 1000mAh Li-Pol backup battery, IP67 casing, and more.

Usage specifics
Parameters (37)
Commands (1)
Atlanta Systems WP-30C
Flespi parses telemetry data from your Atlanta Systems WP-30C into a standardized JSON and lets you send commands to Atlanta Systems WP-30C 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": "Atlanta Systems WP-30C",
    "channel.id": 1111,
    "protocol.id": "atlantasys"
    "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 Atlanta Systems WP-30C?

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
arm.status
boolean
Device arm status (true - device armed, false - device disarmed)
battery.voltage
number
volts
Internal battery voltage
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.temperature
number
celsius
Temperature of device
device.type.id
number
ID of device type of device that received a message
door.open.status
boolean
Door open status
engine.ignition.status
boolean
Engine ignition or ACC status
external.powersource.status
boolean
External power source connection status
external.powersource.voltage
number
volts
External power voltage
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.level
number
percentage
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal strength level
harsh.acceleration.event
boolean
Harsh acceleration detected
harsh.braking.event
boolean
Harsh braking detected
ibutton.code
string
Hexadecimal code of connected iButton
ident
string
Device unique identifier like serial number, IMEI, etc
magnetic.declination
number
degrees
The angle on the horizontal plane between magnetic north and true north
message.buffered.status
boolean
Black box message
movement.status
boolean
Current movement state
operating.mode
string
Protocol-specific device operating mode string
peer
string
IP:port from which device connecting to the channel
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.speed
number
km/h
Instant speed at position detection moment
position.valid
boolean
Is position information accurate and valid for given timestamp
protocol.id
number
ID of protocol
sensor.temperature
number
celsius
Temperature sensor value
server.timestamp
number
seconds
Timestamp when server received a message
sleep.mode.status
boolean
Device is in sleep mode
sos.alarm
boolean
SOS alarm trigerred
timestamp
number
seconds
Message timestamp
vehicle.mileage
number
km
Total calculated mileage
Properties
Custom command
custom
Send custom command to device without waiting for response, Scheme: "$MSG,&". You have to specify payload only