<
From version < 53.21 >
edited by Xiaoling
on 2023/08/02 14:23
To version < 53.23 >
edited by Xiaoling
on 2023/08/02 14:37
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -386,16 +386,17 @@
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 ===
396 396  
397 -Uplink Converter
396 +==== 3.6.1.2 Create Uplink & Downlink Converter ====
398 398  
398 +(% style="color:blue" %)**Uplink Converter**
399 +
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  
401 401  To create an uplink converter go to the Integrations center -> Data converters page and click “plus” button. Name it “MQTT Uplink Converter” and select type Uplink. Use debug mode for now.
... ... @@ -403,16 +403,17 @@
403 403  [[image:image-20230802112413-33.png]]
404 404  
405 405  
406 -Downlink Converter
407 +(% 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.
413 +(% 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 -=== 1.1.3 MQTT Integration Setup ===
415 415  
416 +==== 3.6.1.3 MQTT Integration Setup ====
417 +
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;
417 417  
418 418  [[image:image-20230802112413-35.png]]
... ... @@ -432,30 +432,32 @@
432 432  
433 433  [[image:image-20230802112413-38.png]]
434 434  
435 -== 1.2 Simulate with MQTT.fx ==
436 436  
438 +=== 3.6.2 Simulate with MQTT.fx ===
439 +
437 437  [[image:image-20230802112413-39.png]]
438 438  
439 439  [[image:image-20230802112413-40.png]]
440 440  
441 -== 1.3 Configure NB-IoT Sensor ==
442 442  
443 -AT Commands
445 +=== 3.6.3 Configure NB-IoT Sensor ===
444 444  
445 -AT+PRO=3,3  ~/~/ Use MQTT tconnect to ThingsBoard.
447 +(% style="color:blue" %)**AT Commands**
446 446  
447 -AT+SUBTOPIC=device name ~-~-> 只需要 Device Name 吗?对的
449 +(% style="color:#037691" %)**AT+PRO=3,3  (%%)  ~/~/ Use MQTT to connect to ThingsBoard.
448 448  
449 -AT+PUBTOPIC=device name ~-~-> 只需要 Device Name 吗?对的
451 +(% style="color:#037691" %)**AT+SUBTOPIC=device name** (%%)  ~-~-> 只需要 Device Name 吗?对的
450 450  
453 +(% style="color:#037691" %)**AT+PUBTOPIC=device name** (%%)  ~-~-> 只需要 Device Name 吗?对的
451 451  
455 +
452 452  Users do not need to fill in the client, username, and password. But the configuration information of the device requires setting the client, username, and password, which can be entered freely. (软件自动填充为 Device Name 吧).这边不用提示了,客户不需要输入。(大部分客户还是会自己去设置这个的,提高安全性)
453 453  
454 -CLIENT :“Any value”
458 +(% style="color:blue" %)**CLIENT :“Any value”**
455 455  
456 -User Name:“Any value”
460 +(% style="color:blue" %)**User Name:“Any value”**
457 457  
458 -Password:“Any value”
462 +(% style="color:blue" %)**Password:“Any value”**
459 459  
460 460  
461 461  Test Uplink by click the button for 1 second
... ... @@ -467,10 +467,11 @@
467 467  [[image:image-20230802112413-43.png]]
468 468  
469 469  
470 -= 7. [[Tago.io>>url:https://admin.tago.io/]] (via MQTT) =
474 +== 3.7 [[Tago.io>>url:https://admin.tago.io/]] (via MQTT) ==
471 471  
472 -== 5.1 Create device & Get Credentials ==
476 +=== 3.7.1 Create device & Get Credentials ===
473 473  
478 +
474 474  We use MQTT Connection to send data to [[Tago.io>>url:https://admin.tago.io/]]. We need to Create Device and Get MQTT Credentials first.
475 475  
476 476  [[image:image-20230802112413-44.png]]
... ... @@ -477,7 +477,6 @@
477 477  
478 478  [[image:image-20230802112413-45.png]]
479 479  
480 -= =
481 481  
482 482  Go to the Device section and create a device. Then, go to the section tokens and copy your device-token.
483 483  
... ... @@ -486,20 +486,30 @@
486 486  
487 487  On the Connection Profile window, set the following information: (这边加一个截图)
488 488  
489 -* Profile Name: “Any name”
490 -* Broker Address: mqtt.tago.io
491 -* Broker Port: 1883
492 -* Client ID: “Any value”
493 +* (% style="color:blue" %)**Profile Name: “Any name”**
493 493  
495 +* (% style="color:blue" %)**Broker Address: mqtt.tago.io**
496 +
497 +* (% style="color:blue" %)**Broker Port: 1883**
498 +
499 +* (% style="color:blue" %)**Client ID: “Any value”**
500 +
494 494  On the section User credentials, set the following information:(这边加一个截图)
495 495  
496 -* User Name: “Any value” Tago validates your user by the token only
497 -* Password: “Your device token”
498 -* PUBTOPIC: “Any value”
499 -* SUBTOPIC: “Any value”
503 +* **User Name: “Any value”** (%%) Tago validates your user by the token only
500 500  
501 -== 5.2 Simulate with MQTT.fx ==
505 +* **Password: “Your device token”**
502 502  
507 +* **PUBTOPIC: “Any value”**
508 +
509 +* **SUBTOPIC: “Any value”**
510 +
511 +
512 +
513 +
514 +=== 3.7.2 Simulate with MQTT.fx ===
515 +
516 +
503 503  [[image:image-20230802112413-47.png]]
504 504  
505 505  [[image:image-20230802112413-48.png]]
... ... @@ -508,30 +508,40 @@
508 508  
509 509  [[image:image-20230802112413-49.png]]
510 510  
511 -== 1.4. tago data ==
512 512  
526 +=== 3.7.3 tago data ===
513 513  
528 +
514 514  [[image:image-20230802112413-50.png]]
515 515  
516 516  [[image:image-20230802112413-51.png]]
517 517  
518 -== 1.4. TLS mode ==
519 519  
520 -Users can choose to use SSL/TLS mode.
534 +=== 3.7.4 TLS mode ===
521 521  
522 -On the SSL/TLS section, check the option Enable SSL/TLS, and click OK.
523 523  
524 -Thdevicneeds to enable the TLS mode and set the AT+TLSMOD=1,0 command.
537 +Users cachoose to use (% style="color:blue" %)**SSL/TLS**(%%) mode.
525 525  
526 -* Profile Name: “Any name”
527 -* Broker Address: mqtt.tago.io
528 -* Broker Port: 8883
529 -* Client ID: “Any value”
530 -* User Name: “Any value” Tago validates your user by the token only
531 -* Password: “Your device token”
532 -* PUBTOPIC: “Any value”
533 -* SUBTOPIC: “Any value”
539 +On the SSL/TLS section, check the option **Enable SSL/TLS**, and click OK.
534 534  
541 +The device needs to enable the TLS mode and set the (% style="color:blue" %)**AT+TLSMOD=1,0**(%%) command.
542 +
543 +* (% style="color:blue" %)**Profile Name: “Any name”**
544 +
545 +* (% style="color:blue" %)**Broker Address: mqtt.tago.io**
546 +
547 +* (% style="color:blue" %)**Broker Port: 8883**
548 +
549 +* (% style="color:blue" %)**Client ID: “Any value”**
550 +
551 +* (% style="color:blue" %)**User Name: “Any value”** (%%) Tago validates your user by the token only
552 +
553 +* (% style="color:blue" %)**Password: “Your device token”**
554 +
555 +* (% style="color:blue" %)**PUBTOPIC: “Any value”**
556 +
557 +* (% style="color:blue" %)**SUBTOPIC: “Any value”**
558 +
535 535  [[image:image-20230802112413-52.png]]
536 536  
537 537  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0