Cipia-FS10
Cipia-FS10 Plus is an AI-powered in-cabin video telematics system with driver monitoring capabilities, designed for vehicle fleets. It features driver state assessment, real-time alerts, optional road-facing camera, dashcam video recording, integration with Mobileye ADAS devices, customizable alert system, EU-GSR and Euro-NCAP compliance, hybrid communication mode, post-accident analysis, and easy integration with existing fleet management systems.
Usage specifics
Parameters (28)
Settings (4)
Commands (3)
AI Assistant
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": "Cipia-FS10" ,
"channel.id": 1111 ,
"protocol.id": "cipia"
"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 Cipia-FS10?
You can use pre-defined settings to send instructions more conveniently.
Show all settings
You can also
Modify messages
Add or remove parameters, inject data from LBS and reverse-geocoding services, etc.
Learn what plugins can do
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
driver.id
string
Driver identification card id
driver.image.vector
string
Driver image vector
driver.name
string
Driver name
driver.permission
boolean
Driver permission
engine.ignition.status
boolean
Engine ignition or ACC status
event.code
string
Protocol-specific event code string
external.battery.voltage
number
volts
External battery voltage
ident
string
Device unique identifier like serial number, IMEI, etc
media
boolean
Message contain media file
media.image
object
Image file in media storage
media.video
object
Video file in media storage
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.timestamp
number
seconds
Timestamp when coordinates where calculated
protocol.id
number
ID of protocol
server.timestamp
number
seconds
Timestamp when server received a message
timestamp
number
seconds
Message timestamp
trip.id
number
Trip ID increasing every engine-ON event
Properties
Drivers
drivers
Enroll driver by capture
enroll_capture
Enroll current driver to device by capturing an image of the person currently in front of the device
store : Store on device
driver_id : Driver ID
permission : Permission
Enroll driver
enroll_driver
Instruct device to enroll driver with previously captured vector image of the driver
vector : Vector
driver_id : Driver ID
permission : Permission
Unenroll driver
unenroll_driver
Unnroll driver from device
Properties
Custom Command
custom
Send custom command to device
topic : Topic
payload : Payload
Request video
request_video
Request video file upload from device
Start recording
start_recording
Start video recording
time : Time to record
channel : Camera channel