Changes for page ThingsBoard
Last modified by Dilisi S on 2025/04/02 02:09
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -61,26 +61,18 @@ 61 61 [[image:new-device-check-connectivity.png||height="522" width="500"]] 62 62 63 63 64 -On the terminal, enter the command you copied. This command sends the MQTT payload **{temperature:25}** as telemetry data from a virtual device named **'me'**. Of course, you can replace **'me'** with a device name or use the wildcard character **'+'** to match any device name.64 +On the terminal, enter the command you copied. This command sends the MQTT payload **{temperature:25}** as telemetry data from a virtual device named **'me'**. 65 65 66 66 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. 71 71 72 72 73 73 [[image:new-device-telemetry-test.png||height="520" width="500"]] 74 74 75 75 76 -Send the same command again, only changing the **temperature** value, to see how the **Latest telemetry** section updates its data. 77 77 78 -Once you are done experimenting with this, close the window by clicking the **Close** button. 79 - 80 - 81 -[[image:mqtt-command-2.png||height="227" width="700"]] 82 - 83 - 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.