9 August, 2023

Jimi IoT (Concox) device data via API

How to obtain telematics data from any Jimi IoT (Concox) device via API.

You can obtain telematics data from any Jimi IoT (Concox) device in 6 easy steps:

  1. Create a free account on flespi.io.

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

  3. Point a Jimi IoT device to your flespi account using the device configurator from Jimi IoT or by sending an SMS command to the device.

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

  5. Access Jimi IoT 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 Concox 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 “concox” in the protocol_id drop-down menu, click 'SAVE + OPEN'.

flespi concox jimiiot setup

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).

flespi channel setup

3. Point your Jimi IoT device to your flespi channel using the Jimi IoT device configurator tool or by sending an SMS command to the device. The domain name and port to point to are located in the channel box.

The syntax of the SMS command is as follows:

server,1,<domain>,<port>,0#

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

While in the Channel dialogue box, click on the "Logs and 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.

flespi logs messages

In case of any issues, check our troubleshooting checklist.


5. Access Jimi IoT device data via API

Make a note of what your Channel ID is:

flespi channel id

Click on API Playground menu item in the lower left corner:

flespi rest api

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.

flespi json


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?