<
From version < 62.1 >
edited by Dilisi S
on 2025/03/06 13:28
To version < 64.1 >
edited by Dilisi S
on 2025/03/07 00:17
>
Change comment: Mar 6 edits - part 2

Summary

Details

Page properties
Content
... ... @@ -67,7 +67,7 @@
67 67  [[image:mqtt-command-1.png||height="228" width="700"]]
68 68  
69 69  
70 -If the command is successful, you can see the telemetry data you sent under the **Latest telemetry** section.
70 +If the command is successful, you can see the telemetry data you sent under the **Latest telemetry** section. Note that the **State** is now **'Active'** in the **Latest telemetry** section.
71 71  
72 72  
73 73  [[image:new-device-telemetry-test.png||height="520" width="500"]]
... ... @@ -81,6 +81,10 @@
81 81  [[image:mqtt-command-2.png||height="227" width="700"]]
82 82  
83 83  
84 +
85 +[[image:virtual-device-active.png]]
86 +
87 +
84 84  = Data Converters =
85 85  
86 86  In **ThingsBoard**, **Data Converters** are components used to transform incoming or outgoing data between different formats, typically to convert raw telemetry data from devices into a structured format that ThingsBoard can understand, or vice versa.
... ... @@ -382,4 +382,11 @@
382 382  
383 383  = Verifying the receipt of data from the device =
384 384  
385 -Connect **S31B-NB** to transfer information. If the integration was performed without errors, after the transmission of the first telemetry, a new device with the name “xxxxx” will appear in the Devices → All. Also, you can verify the input and output data, respectively, before and after conversion in Data converters → UDP Uplink Converter NB/CB → Events.
389 +On the terminal, issue the following MQTT command which simulates the device S31B-NB.
390 +
391 +
392 +{{code language="none"}}
393 +mosquitto_pub -d -q 1 -h mqtt.eu.thingsboard.cloud -p 1883 -t v1/devices/S31B-NB/telemetry -u "24vk3w9h7sqdld1me5eh" -m "{temperature:20}"
394 +{{/code}}
395 +
396 +If the integration was performed without errors, after the transmission of the first telemetry, a new device with the name “S31B-NB” will appear in the Devices → All. Also, you can verify the input and output data, respectively, before and after conversion in Data converters → UDP Uplink Converter NB/CB → Events.
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0