4 October, 2023

Ruptela device data via API

How to obtain telematics data from any Ruptela device via API.

You can obtain telematics data from any Ruptela device in 6 easy steps:

  1. Create a free account on flespi.io.

  2. Set up the Ruptela channel in your flespi.io interface.

  3. Point a Ruptela device to your channel using the device configurator from Ruptela or by sending an SMS command to the device.

  4. Confirm that the device data is being received and parsed.

  5. Access Ruptela device data via API.

  6. Create a flespi device to access telemetry, apply plugins and analytics, and use long-term message storage.

1. Create a free flespi account

Go to www.flespi.io and click on 'LOGIN / REGISTER':

flespi

You can choose from a number of third-party service accounts to log in under or the right-most option @ to register with your name and email address. 

flespi platform


2. Set up the Ruptela channel in your flespi.io interface

Click on Telematics Hub, then on Channels, then on the '+' button in the lower right corner of the screen.

flespi channels

The Channel dialogue box will show up. Enter the name for the channel (any text will suffice), select “ruptela” in the protocol_id drop-down menu, click 'SAVE + OPEN'.

You're forwarded to the "Channel" details box. Make a note of the domain name and port that you should point your device to. IMPORTANT: The image below indicates where to find the info and is NOT an actual domain/port for you to use (in flespi each channel created by you has its own IP and port).

3. Point your Ruptela device to your flespi channel using Ruptela's Advanced Configurator tool, Device Center, or by sending an SMS command to the device. Domain name and port to point the device to are shown in the channel box. 

The syntax of the SMS command is as follows:

pass setcfg 110 domain, 120 port

where

pass — configuration password if used,

setcfg — command used to upload configuration parameters,

110 — parameter number for IP1,

120 — parameter number for Port1.


4. Confirm that the device data is being received and parsed

While in the Channel dialogue box, click on the Logs & Messages tab. Inspect log records to confirm that your device has successfully connected to flespi. The presence of messages in the lower half of the screen will confirm that the incoming data is parsed. Please keep in mind that in as Logs section runs in realtime it will reflect any connection attempt. Hint: you can right-click on a message or log to show corresponding raw traffic.

In case of any issues, check our troubleshooting checklist.


5. Access Ruptela device data via API

Make a note of your Channel ID and click on the API Playground menu item in the lower left corner:

In the menu on the left under Gateway API click on channels. Scroll down until you see GET /channels/{1-ch-selector}/messages request. Click on it to reveal additional fields.

flespi channels rest api

Fill in your channel ID in the 1-ch-selector field. Scroll a little lower until you see 'eye' button and click on it.

flespi channels rest api request

And here you have it - device messages in an easy-to-read JSON format.


6. Create a flespi device

This step takes interaction with your device on a qualitatively new level — get access to device telemetry, easily send configuration commands, configure post-processing using plugins, aggregate messages into intervals, benefit from extended message storage.

Click on Telematics Hub, then on Devices, then '+' button in the lower right corner. You need to choose the proper device type ID and specify the device configuration. Hit Save when you're ready.

Now you can use the device API to access device data, send commands, and a lot more, or explore the numerous tabs on the device card. 

Got questions? We're just one click away to assist you in the chat. :)


What's next?