support portal

Data sharing

You can share any data received using the sharing function. In Device Explorer, click on the share icon

An assistant will allow you to choose the type of sharing as well as the associated options.

Indication 1- Sharing configuration steps. We are at the first stage of choosing the connector
Indication 2- Connector selection button
Indication 3- Activation/Deactivation of the connector

For each connector you can choose different connection parameters.

Message format

Messages are sent in JSON format and the content depends on how the connector's Message Format section is configured:

Section Measurement

This section contains these fields

{“measure”: {

“model”: “model_name”, # data model name, this is a name used internally by Device Explorer

“attributeName”: “attribute_name”, # name of the attribute for example temperature, this name is the same as that visible in the detail grid of an object

“attributeUnit”: “unit”, # attribute unit, for example C for celcius

“attributeType”: “attribute_type”, # possible values: string, on/off, integer, float

“value”: “value”, # the value for example 20

“timestamp”: “2025-03-24T 15:46:09-0400 “,

“data”:

{“attribute_name”: “value”} # same as previous values

},

Message section

“message”: {

“timestamp”: “2025-03-24T 15:46:09-0400 “,

“number”: 1

},

Section Thing

“thing”: {

“id”: “c744ea96-b312-11e7-abc4-cec278b6b50a”, # unique internal identifier

“name”: “thing_name”, # device name, this is the name visible in the Device Explorer interface

“status”: “CREATED”, # Status: INACTIVE, ACTIVE, CREATED... see documentation on possible statuses

}

Product Section

“product”: {

“id”: “c744ea96-b312-11e7-abc4-cec278b6b50a”, # unique catalog identifier

“name”: “thing_name”, # name of the object, same as that of the Thing section

“manufacturer”: “manufacturer_name”, # manufacturer name from the catalog

“model”: “model_name”}, # data model name, same as in Measurement

Section gateway

This is a table of gateways that receive the LoRaWAN message. The information is the same as that on the radio tab in the detail of an object.

“gateway”: [

{“id”: “80501259-4e2a-4434-83e3-baba8ea4a18f”,

“name”: “gateway_name_1",

“status”: “Disconnected”,

“devei”: “7076ff0055060166",

“rssi”: -85,

“snr”: 8.5},

{“id”: “8ba57fa8-5b80-436c-a5d7-9ac54a35c4ff”, “name”: “gateway_name_1", “status”: “Connected”, “deveui”: “7076ff00436c-a5d7-9ac54a35c4ff”, “name”: “gateway_name_1", “status”: “Connected”, “deveui”: “deveui”: “deveui”: “7076ff0055060199", “rssi”: -80, “snr”: 9.5}]}