Essentials
- A device is a virtual instance representing your physical tracker in the flespi platform.
- Devices in flespi are distinguished by a unique ident which most of the time corresponds to the tracker’s IMEI.
- You can configure different models of trackers from a single friendly interface (or via the API). Bulk updates are also supported.
- Devices can store messages in flespi for up to 10 years.
- flespi currently supports 1000+ device types.
Important: You must have at least one channel to make your flespi devices work.
How devices work
Devices extend the functionality of channels in the following ways:
Each registered device has its own message buffer (100 MB for the free account, 10 GB for the commercial account) with up to 10 years of storage period.
You can perform calculations on device messages — extract trips/stops, detect geofence ins/outs, and a lot more.
You can apply plugins to device messages to modify their content.
You can configure your telematics devices remotely via API or a Setbox tool.
Devices feature telemetry that contains the latest values of all parameters received from the device and the time they were updated.
Device location can be visualized in TrackIt! — open-source web application for basic GPS tracking.
You can also export trips for your device in KML, GPX, or GeoJSON format.
In terms of IoT, a registered device is a kind of thing twin in AWS IoT hub or device shadow in MS Azure IoT. Even if your physical device is offline, you can get its last telemetry and plan to send a command as soon as the device connects to flespi. Moreover, the device can be configured via SMS which allows you to force the device to do something.
How to create a device?
- Log in to the flespi panel
- Navigate to Telematics hub -> Devices and click the "+" button in the bottom right corner to add a new device:
Note: you should have a channel of the proper protocol created; however, if you don't, you will be reminded to create a channel upon device creation.
- Give the new device a meaningful name and pick the device type from the drop-down and enter the device identifier (usually an IMEI):
- If you've already pointed your GPS tracker to the proper channel, you should soon start getting messages inside your flespi device. Open the Logs & Messages tab for your device to check:
Devices API
To perform any operations with the devices, use the devices API.
Troubleshooting
In case of any issues, check the Logs & Messages tab on the device screen:
Use raw traffic viewer to investigate parsing issues.
What's next?
- To forward the parsed data from your devices, explore our streaming options.
- To transform device messages, use plugins.
- To apply real-time analytics to device messages, use calculators.