Changes for page ThingsBoard

Last modified by Dilisi S on 2025/04/23 19:23

From version 168.1
edited by Dilisi S
on 2025/03/19 03:40
Change comment: Uploaded new attachment "image-4.png", version {1}
To version 163.1
edited by Dilisi S
on 2025/03/18 04:59
Change comment: Uploaded new attachment "Screenshot 2025-03-16 at 18.39.12.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -458,6 +458,7 @@
458 458  * **Topic: v1/devices/+/telemetry** (the + replaces any 'device name' will create a device in the Entities -> Devices)
459 459  * **QoS:** 0-At most once
460 460  
461 +
461 461  [[image:add-integration-connection.png||height="511" width="500"]]
462 462  
463 463  
... ... @@ -529,50 +529,39 @@
529 529  Also, a new device named **S31B-NB** will appear under **//Entities -> Devices -> All//**. This means the first MQTT message triggers ThingsBoard to provision a device named **S31B-NB**.
530 530  
531 531  
533 +
532 532  [[image:new-device.png]]
533 533  
534 534  
535 -== 5.3 Viewing messages ==
537 +Click on the device S31B-NB on the devices list to see its details.
536 536  
539 +Then go to the **Latest telemetry** tab.
537 537  
541 +You can see the fields temperature and humidity with the values you previously sent using the MQTT message.
538 538  
539 -Go back to the **Integrations** page.
540 540  
541 -Click on the **MQTT integration NB/CB** in the **Integrations** page to see its details.
544 +[[image:telemetry-1.png]]
542 542  
543 -Click on the **Edit** button (//**pen icon**//).
544 544  
545 -Click on the **Disabled** button in the upper-right corner.
547 +Now, change the values of the fields and send the MQTT message again. For example, set temperaturto 20 and humidity to 70. Observe how the values update in //Latest Telemetry//.
546 546  
547 -Turn on the **All messages (15 min)** option. This will enable displaying all messages in the **Events** tab. This setting will expire in 15 minutes, and you will need to repeat the same steps if you want to view the messages in the Events tab later.
548 548  
549 -Click on the **Apply** button.
550 +[[image:telemetry-2.png]]
550 550  
551 -Then click on the **Apply changes** (//**tick icon**//) button.
552 552  
553 +Let's provision the second device named **LDS25-NB **with initial telemetry. Use the following MQTT message.
553 553  
554 -[[image:Screenshot 2025-03-18 at 09.23.10.png]]
555 555  
556 +{{code language="none"}}
557 +mosquitto_pub -d -q 1 -h 011731f7928541588a6cdfbbedfc63f4.s1.eu.hivemq.cloud -p 8883 -t "tb/mqtt-integration-tutorial/sensors/LDS25-NB/telemetry" -u "pradeeka" -P "Kalpani123@" -m '{"temperature":11, "humidity":87}'
558 +{{/code}}
556 556  
557 -Now go to the **Events** tab.
560 +Now, refresh the **Devices** page, and you will see the second device, **LDS25-NB**, which was recently provisioned.
558 558  
559 -Select the Event type as **Debug** from the dropdown list.
560 560  
561 -Now you can see all the Uplink messages you are simulating through the MQTT broker. The status should
563 +[[image:device-provision-2.png]]
562 562  
563 563  
564 -[[image:Screenshot 2025-03-16 at 18.38.59.png]]
565 -
566 -
567 -Then click on the **three dots (...)** in the **Message** column. You can see the uplink message's **payload** in the **Message** window.
568 -
569 -
570 -[[image:Screenshot 2025-03-16 at 18.39.12.png]]
571 -
572 -
573 -Now, you have successfully tested your integration with a simulated uplink payload and verified that it is received by ThingsBoard, and the device is provisioned.
574 -
575 -
576 576  = 6. Creating a Dashboard =
577 577  
578 578  ThingsBoard **Dashboards** provide a powerful way to visualize and monitor real-time and historical data from connected devices. They allow users to create interactive, customizable panels displaying telemetry data, device status, and other key metrics. With a variety of widgets, including charts, maps, and tables, dashboards help users gain insights, track trends, and manage IoT deployments efficiently.
... ... @@ -670,7 +670,3 @@
670 670  * **AT+SERVADDR=<Broker address, Port>**
671 671  
672 672  Test your uplink by pressing the ACT button for 1 second.
673 -
674 -
675 -
676 -
Screenshot 2025-03-18 at 09.23.10.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.pradeeka
Size
... ... @@ -1,1 +1,0 @@
1 -78.7 KB
Content
image-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.pradeeka
Size
... ... @@ -1,1 +1,0 @@
1 -96.0 KB
Content