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
-
... ... @@ -250,7 +250,7 @@ 250 250 On the **Integrations** page, click on the '**+**' button. 251 251 252 252 253 -[[image: ThingsBoard-add-integration.png]]253 +[[image:data-converter-list-page.png]] 254 254 255 255 256 256 The **Add integration** window appears. ... ... @@ -260,8 +260,8 @@ 260 260 261 261 **Basic settings:** 262 262 263 -* **Integration type**: UDP264 -* **Name**: UDPIntegration NB/CB263 +* **Integration type**: MQTT 264 +* **Name**: MQTT integration NB/CB 265 265 266 266 Click **Next** button. 267 267 ... ... @@ -269,43 +269,60 @@ 269 269 [[image:add-integration-basic-settings.png||height="511" width="500"]] 270 270 271 271 272 + 272 272 **Uplink data converter:** 273 273 274 274 * Click on the **Select existing** button. 275 -* **Uplink data converter**: Select ** UDPUplink Converter NB/CB **from the dropdown list.276 +* **Uplink data converter**: Select **MQTT Uplink Converter NB/CB **from the dropdown list. 276 276 277 277 Click **Next** button. 278 278 279 279 280 -[[image:add-integration-uplink-data-converter.png|| height="511"width="500"]]281 +[[image:add-integration-uplink-data-converter.png||width="500"]] 281 281 282 282 284 + 283 283 **Downlink data converter:** 284 284 285 285 * Click on the **Select existing** button. 286 -* **Downlink data converter**: Select ** UDPDownlink Converter NB/CB **from the dropdown list.288 +* **Downlink data converter**: Select **MQTT Downlink Converter NB/CB **from the dropdown list. 287 287 288 288 Click **Next** button. 289 289 290 290 291 -[[image:add-integration-downlink-data-converter.png||height="51 2" width="500"]]293 +[[image:add-integration-downlink-data-converter.png||height="510" width="500"]] 292 292 293 293 296 + 294 294 **Connection:** 295 295 296 -* **Port**: 11582 297 -* **Size of the buffer for inbound socket (in KB)**: 64 298 -* **Cache Size**: 10000000 299 -* **Cache time to live in minutes**: 1440 299 +* **Host**: mqtt.eu.thingsboard.cloud (This is the host name you copied from the device - See section xxxxx for more information) 300 +* **Port**: 1883 (This is the port number you copied from the device - See section xxxxx for more information) 301 +* **Credentials**: Basic 302 +* **Username**: Access token (This is the access token you copied from the device) 303 +* **Password** - Leave it as blank 304 +* **Topic** - v1/devices/+/telemetry (sightly modify the topic 'v1/devices/me/telemetry' you copied for the device to enable receiving data from any 'device name') 305 +* **QoS** - 0-At most once 300 300 301 -Co pythetwo keys,**Integrationkey**and **Integrationsecret**intoatexteditor,as youwillneedthemin thesection ‘xxxxx’.307 +Click on the **Check connection** button to verify the MQTT connection using the provided parameters. 302 302 309 + 310 +[[image:add-integration-connection.png||width="500"]] 311 + 312 + 313 +If the connection is successful, you will see the **Connected** message. 314 + 303 303 Click on the **Add** button. 304 304 305 305 306 -[[image:add- integration-connection.png||height="511" width="500"]]318 +[[image:add-connection-success.png||height="511" width="500"]] 307 307 308 308 321 + 322 + 323 + 324 + 325 + 309 309 You should see that the newly added integration is listed on the **Integrations** page. 310 310 311 311 Since we haven't received data from a device yet, the integration **Status** is shown as **Pending.** ... ... @@ -316,5 +316,3 @@ 316 316 = Verifying the receipt of data from the device = 317 317 318 318 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. 319 - 320 -