Fifotrack S50

The Fifotrack S50 is a versatile GPS tracking device suitable for vehicles, motorcycles, boats, and asset tracking, with a power input range of 8-92V. It features internal GPS/GSM antennas, IP66 waterproof certification, and industrial design for durability. The device supports 1 digital input, 1 analog input, 1 output, and 1 RS232 port, facilitating connectivity for various peripherals like cameras, RFID readers, fingerprint scanners, and fuel sensors.

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

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
alarm.code
number
Protocol-specific alarm code number
battery.charging.status
boolean
Battery charging status
battery.level
number
percentage
Internal battery level
battery.low.status
boolean
Battery low status
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.type.id
number
ID of device type of device that received a message
din
number
Digital inputs bitmask
dout
number
Digital outputs bitmask
external.powersource.status
boolean
External power source connection status
external.powersource.voltage
number
volts
External power voltage
external.powersource.voltage.status
boolean
Voltage of external supply is normal (true - inside the predefined range) or abnormal (false - outside of the predefined range)
fatigue.driving.status
boolean
Fatigue driving
fuel.theft.alarm
boolean
Fuel Theft Alarm
geofence.id
number
Geofence ID
geofence.shape
string
Geofence shape
geofence.status
boolean
Geofence entered status
gnss.antenna.disconnected.alarm
boolean
GNSS antenna disconnected or cut off alarm event
gnss.jamming.status
boolean
GNSS receiver signal jamming detected
gsm.cellid
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) base station ID
gsm.jamming.event
boolean
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal jamming detected
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.quality
number
The quality (bit error rate) of the Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal
harsh.acceleration.event
boolean
Harsh acceleration detected
harsh.braking.event
boolean
Harsh braking detected
high.temperature.alarm
boolean
High temperature alarm
ident
string
Device unique identifier like serial number, IMEI, etc
idle.event
boolean
Idle detected
idle.status
boolean
Vehicle is in idling state
low.temperature.alarm
boolean
Low temperature alarm
overspeeding.event
boolean
Overspeeding detected
overtime.parking.alarm
boolean
Over time Parking
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
position.valid
boolean
Is position information accurate and valid for given timestamp
power.cut.alarm
boolean
External power cut-off alarm event
protocol.id
number
ID of protocol
record.seqnum
number
Registered record sequence number
rfid.code
string
Hexadecimal code of connected RFID
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 triggerred
timestamp
number
seconds
Message timestamp
vehicle.odometer
number
Vehicle mileage in base units configured in device (km, miles, 100m etc)
vibration.alarm
boolean
Vibration alarm event
wifi.mac.address
string
WiFi MAC address
wifi.signal.strength
number
WiFi signal strength, RSSI
Properties
Custom command
custom
Send custom command to device
payload: Command payload
Set OUT1 to output high level when speed less than 20km/h
{"payload":"B12,1,1,20"}