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)
Cipia-FS10
Flespi parses telemetry data from your Cipia-FS10 into a standardized JSON and lets you send commands to Cipia-FS10 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": "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 send a specific command. Show all commands
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

Aggregate data

Determine trips and stops, catch events, detect geofence ins/outs, and more.
Learn about flespi analytics capabilities
battery.voltage
number
volts
Internal battery voltage
Event type metadata
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
Event type metadata
dout
number
Digital outputs bitmask
Event type metadata
driver.id
string
Driver identification card id
Event type metadata,
Notification type driverEnrolled
driver.image.vector
string
Driver image vector
Notification type driverEnrolled,
Response type enrolled
driver.name
string
Driver name
Notification type driverEnrolled
driver.permission
boolean
Driver permission
Notification type driverEnrolled
engine.ignition.status
boolean
Engine ignition or ACC status
Event type metadata
event.code
string
Protocol-specific event code string
Event type metadata
external.battery.voltage
number
volts
External battery voltage
Event type metadata
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
Event type metadata
position.latitude
number
degrees
Latitude coordinate value
Event type metadata
position.longitude
number
degrees
Longitude coordinate value
Event type metadata
position.speed
number
km/h
Instant speed at position detection moment
Event type metadata
position.timestamp
number
seconds
Timestamp when coordinates where calculated
Event type metadata
protocol.id
number
ID of protocol
server.timestamp
number
seconds
Timestamp when server received a message
timestamp
number
seconds
Message timestamp
Event type metadata,
Event type videoCaptured
trip.id
number
Trip ID increasing every engine-ON event
Event type metadata
Properties
Drivers
drivers
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
driver_id: Driver ID
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

More devices from Cipia

No results found.