← Back to Home
EN//ID

2. Quick Start

2.1 General Operation Flowchart

Operation Flowchart

Figure 2-1

2.2 Creating Product Categories

Adding a new product categories.

You can add the main category of the corresponding manufacturer, as well as the subcategory corresponding to the product series under this main category.

In this example, we added "IoT HMI" under the "Renatta" category.

Product Categories

Figure 2-2

* For more detailed information, refer to Section 3. Product Categories.

2.3 Creating a Product

Adding a New Product

You can click the "+" button in the Device Management module to add a product.

Add Product

Figure 2-3

Items marked with "*" are all required fields. For example, we can enter "Renatta IoT HMI" as the product name, and select the previously created "Renatta"-"IoT HMI" for the product category. We take direct-connected devices as an example. The device will connect to the platform via the MQTT protocol.

Product Form

Figure 2-4

Configuring Thing Model

After the product is created, click the "Detail" button to configure the Thing Model of the product.

Product Detail

Figure 2-5

We will take adding the two function types "telemetry" and "command" as examples to explain.

Adding Telemetry Parameters

If you need to monitor the data detected by on-site devices in real time, you can add parameters to the telemetry template. Choose "Telemetry Template" tab and click the "+Add" button to add parameter.

Telemetry Tab

Figure 2-6

Enter the telemetry name and telemetry identifier. Select the data type. For example, If we want to obtain the temperature of Room 1 detected by on-site devices, the telemetry name can be "Room 1 Temperature" and the telemetry identifier can be "Rm1Temp". Set the data type to float, and you can configure the display unit "℃" for this data.

Telemetry Form

Figure 2-7

Adding Command Service

If you need to control on-site devices or modify their data, you can add a Command in the Command Service. Choose "Command Service" tab and click the "+Add" button to add commands.

Command Tab

Figure 2-8

Enter the command name and command identifier. For example, if we need to modify the room set temperature of on-site devices, the command name can be set to "Set Room Temperature" and the command identifier can be set to "SetRmTemp".

Command Form

Figure 2-9

Click the "+" button for input parameters to add the parameters to be written to the device. For example, when you need to modify the set temperature of Room 1, the parameter name can be set to "Set Room 1 Temperature", the parameter identifier can be set to "SetRm1Temp", select float type for the data type, and the display unit can be set to "℃".

* You can add multiple input parameters at the same time. You can also add the set temperatures for Room 2, Room 3, etc., in this Command Service to control the temperatures of multiple rooms at the same time.
Command Parameters

Figure 2-10

After completing the above operations, telemetry parameter and command will be displayed in the table of the "Telemetry Template" and "Command Service" tab.

Telemetry Result
Command Result

Figure 2-11

* For more detailed information, refer to Section 4. Product Management.

2.4 Creating Device Groups

Adding a new device group.

Devices can be grouped based on actual project requirements such as device installation area, device type, and functional purpose.

For example, when configuring for the XX Building project, devices can be grouped by installation area: set the main group as "XX Building" and create subgroups for each floor separately (e.g., Level 1, Level 2, etc.).

Device Groups

Figure 2-12

* For more detailed information, refer to Section 5. Device Groups.

2.5 Creating a Device

In the Device Management module, Click the "+Add" button to add device.

Add Device

Figure 2-13

For example, based on project requirements, you can name the HMI devices on the 1st Floor of "XX Building" as "L1 HMI", select "XX Building - Level 1" as the device group, and choose the previously created "Renatta IoT HMI" as the product. This device will automatically bind to the thing model parameters configured for the product you select.

Device Form

Figure 2-14

Click "Detail" button to view the device details.

Device Detail

Figure 2-15

On the TSL tab, you can view the parameters of this device—these parameters are derived from the parameters configured in the product "Renatta IoT HMI" and have been automatically synced to this device. All devices created based on this product will automatically load the same parameters. If you need to add special parameters for a specific device individually, you can click the "+ Add" button on this tab to do so.

Device TSL

Figure 2-16

* For more detailed information, refer to Section 6. Device Management.

2.6 Configuring MQTT Connection of Device

Taking the MQTTX client tool as an example to simulate the connection between an on-site device and the platform.

You can configure the connection parameters according to the following information.

MQTT Connection

Figure 2-17

Connection Parameters Description

AuthToken can be viewed and copied by accessing the details page of the corresponding device in the Device Management Module under the Platform Device Center.

AuthToken

Figure 2-18

2.7 Configuring MQTT Reporting Data Structure of Device

Reporting data to the platform

Taking telemetry data as an example, the Topic "v1/devices/me/telemetry" can be used to report data.

On the platform's device TSL, telemetry parameter with the telemetry identifier "Rm1Temp" has been created in the previous steps.

Telemetry TSL

Figure 2-19

Its data reporting structure will be:

v1/devices/me/telemetry
{
  "Rm1Temp": value1
}

Data can be published via MQTTX based on this Topic and data structure to complete data reporting.

Telemetry Publish

Figure 2-20

On the Platform's Device Status Page, you can view that the platform has successfully received the data reported by the on-site device.

Telemetry Status

Figure 2-21

Controlling the on-site device

The platform can control on-site devices with Command Service.

On MQTTX, you can subscribe to the topic "v1/devices/me/rpc/request/+".

MQTT Subscribe

Figure 2-22

In the Command Issue Page of the corresponding device on the platform, click the "Command Issue" button.

Command Issue

Figure 2-23

Take single mode as an example: select the Command Service created in the previous steps and enter a value. For example, if you need to adjust the set temperature of Room 1 to 23°C, simply enter the value "23".

Command Value

Figure 2-24

In MQTTX, you can receive the data sent by the platform by subscribing to the Command topic.

v1/devices/me/rpc/request
{
  "requestId": "5578603d-6e9b-4a44-b9ea-e5504ea3e5c9",
  "mode": "single",
  "method": "SetRmTemp",
  "params": {
    "SetRm1Temp": 23,
    "deviceName": "M928Q1M55V"
  }
}
MQTT Command Result

Figure 2-25

* For more detailed information of the data reporting structure, refer to Section 4.3.4 MQTT Data Reporting Structure Based on the Thing Model.

© 2026 厦门易联控贸易有限公司

Powered by Xiamen Renatta Technology Co., Ltd.

闽ICP备2024071495号-1

闽公网安备35021302000901号

Documentation V1.0 | Last updated: 2026-06-08