Albatross GPRS S10.3

Albatross GPRS S10.3 is an advanced logistics GPS tracker with a built-in internal battery and 3D sensor. The devce features external GSM / GPS antennas, a new version of CAN module, the ability to read DCT codes, the possibility to read the status of the tachograph and drivers card numbers, full support of 1-Wire DALLAS protocol, full support for Mobileye technology, full solutions support MIDAS MOVON, RS-232-TTL port, internal 500 mAh battery, and more.

Usage specifics
Parameters (75)
Commands (1)
Albatross GPRS S10.3
Flespi parses telemetry data from your Albatross GPRS S10.3 into a standardized JSON and lets you send commands to Albatross GPRS S10.3 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": "Albatross GPRS S10.3",
    "channel.id": 1111,
    "protocol.id": "albatross"
    "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 Albatross GPRS S10.3?

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
ain
number
volts
Voltage on the analog input
backup.battery.voltage
number
volts
Backup battery voltage
battery.connected.status
boolean
Internal battery is connected
battery.voltage
number
volts
Internal battery voltage
can.adblue.level
number
percentage
AdBlue (diesel exhaust fluid) level read from CAN
can.alternative.fuel.level
number
liters
Alternative fuel level read from CAN
can.axle.weight
number
kg
Weight on the axle read from CAN
can.eco.accelerator.range
number
seconds
Range for accelerator parameter for Eco driving, CAN data
can.eco.brake.range
number
seconds
Range of brake parameter for Eco driving, CAN data
can.eco.engine.rpm.range
number
seconds
Range for engine speed parameter for Eco driving, CAN data
can.eco.pedal.range
number
seconds
Range of pedal press for Eco driving, CAN data
can.eco.speed.range
number
seconds
Range for speed parameter for Eco driving, CAN data
can.engine.braking.factor
number
Engine braking factor value, read from CAN
can.engine.load.level
number
percentage
Calculated engine load level read from CAN
can.engine.motorhours
number
hours
Total engine motorhours (engine work time) read from CAN
can.engine.oil.level
number
percentage
Engine oil level read from CAN
can.engine.oil.temperature
number
celsius
Engine oil temperature read from CAN
can.engine.rpm
number
rpm
Engine RPM read from CAN
can.engine.temperature
number
celsius
Engine temperature read from CAN
can.fuel.consumed
number
liters
Fuel volume totally consumed by vehicle read from CAN
can.fuel.consumption
number
liters/h
Engine fuel rate read from CAN
can.fuel.idle.consumed
number
liters
Fuel volume totally consumed during idling state of the vehicle read from CAN
can.fuel.level
number
percentage
Fuel level in tank read from CAN
can.fuel.volume
number
liters
CAN fuel volume
can.hydraulic.oil.temperature
number
celsius
Hydraulic oil temperature read form CAN
can.maintenance.before.mileage
number
km
Mileage before next maintenance read from CAN
can.pedal.braking.factor
number
Pedal braking factor value, read from CAN
can.throttle.pedal.level
number
percentage
Throttle pedal push level read from CAN
can.total.accelerator.kickdowns
number
Total number accelerator kick-downs, read from CAN
can.total.accelerator.kickdowns.time
number
hours
Total driving time when accelerator kick-down, read from CAN
can.total.brake.applications
number
Total brake applications count read from CAN
can.total.cruise.control.time
number
hours
Total driving time when cruise control is ON, read from CAN
can.total.engine.idle.time
number
hours
Time of engine running in idling status (vehicle stopped) since vehicle manufacture, read from CAN
can.trunk.status
boolean
CAN trunk is opened
can.vehicle.mileage
number
km
Total vehicle mileage read from CAN
can.vehicle.speed
number
km/h
Vehicle speed read from CAN
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
dout
number
Digital outputs bitmask
engine.ignition.status
boolean
Engine ignition or ACC status
event.enum
number
Protocol-specific event code
external.powersource.voltage
number
volts
External power voltage
gnss.antenna.status
boolean
GNSS receiver antenna status
gsm.mcc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) country code
gsm.mnc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) code
gsm.network.roaming.status
boolean
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) in roaming mode
gsm.operator.code
string
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) operator code, which is MCC joined with MNC
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
onewire.sensor.serial
string
External 1-Wire sensor serial number in HEX representation
onewire.sensor.temperature
number
celsius
External 1-Wire temperature sensor value
overspeeding.event
boolean
Overspeeding detected
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
protocol.id
number
ID of protocol
server.timestamp
number
seconds
Timestamp when server received a message
tacho.driver.card.code
string
Driver identification card id for tacho
timestamp
number
seconds
Message timestamp
total.vehicle.weight
number
kg
Total vehicle weight
towing.event
boolean
Towing event detected
vehicle.mileage
number
km
Total calculated mileage
x.acceleration
number
g
Accelerometer value X
y.acceleration
number
g
Accelerometer value Y
z.acceleration
number
g
Accelerometer value Z
Properties
Custom command
custom
Send custom command to device
payload: Command text
Tracking parameters setup
{"payload":"$AL+TRACKING=0000,7,15,500,0,1,3"}
Activate digital output 2 for 50 ms
{"payload":"$AL+OUTS=0000,2,1,50,0"}