Last modified by Mengting Qiu on 2025/03/08 11:33
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -386,15 +386,15 @@ 386 386 387 387 === 3.6.1 Configure ThingsBoard === 388 388 389 -=== 1.1.1 Create Device ===389 +==== 3.6.1.1 Create Device ==== 390 390 391 391 Create a New Device in [[ThingsBoard>>url:https://thingsboard.cloud/]]. 392 392 393 393 [[image:image-20230802112413-32.png]] 394 394 395 -=== 1.1.2 Create Uplink & Downlink Converter ===395 +==== 3.6.2.2 Create Uplink & Downlink Converter ==== 396 396 397 -Uplink Converter 397 +(% style="color:blue" %)**Uplink Converter** 398 398 399 399 The purpose of the decoder function is to parse the incoming data and metadata to a format that ThingsBoard can consume. deviceName and deviceType are required, while attributes and telemetry are optional. Attributes and telemetry are flat key-value objects. Nested objects are not supported. 400 400 ... ... @@ -403,14 +403,15 @@ 403 403 [[image:image-20230802112413-33.png]] 404 404 405 405 406 -Downlink Converter 406 +(% style="color:blue" %)**Downlink Converter** 407 407 408 408 The Downlink converter transforming outgoing RPC message and then the Integration sends it to external MQTT broke 409 409 410 410 [[image:image-20230802112413-34.png]] 411 411 412 -Note:Our device payload is already human readable data. Therefore, users do not need to write decoders. Simply create by default. 412 +(% style="color:red" %)**Note:Our device payload is already human readable data. Therefore, users do not need to write decoders. Simply create by default.** 413 413 414 + 414 414 === 1.1.3 MQTT Integration Setup === 415 415 416 416 Go to the Integrations center -> Integrations page and click “plus” icon to add a new integration. Name it “MQTT Integration”, select type MQTT;