Changes for page LWL02 -- LoRaWAN Water Leak Sensor User Manual
Last modified by Mengting Qiu on 2025/03/17 13:58
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -211,7 +211,6 @@ 211 211 * Under **After registration**, select the **View registered end device** option. 212 212 * Click **Register end device** button. 213 213 214 - 215 215 [[image:lwl02-2.png]] 216 216 217 217 ... ... @@ -346,7 +346,6 @@ 346 346 * Under the **Integrations center**, click **Integrations**. 347 347 * Click the **Add integration** button (the button with the **+** symbol) 348 348 349 - 350 350 [[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/thingseye-io-step-1.png?rev=1.2||alt="thingseye-io-step-1.png"]] 351 351 352 352 ... ... @@ -362,7 +362,6 @@ 362 362 ** Allow creating devices or assets 363 363 * Click the **Next** button. you will be navigated to the **Uplink data converter** tab. 364 364 365 - 366 366 [[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/thingseye-io-step-2.png?rev=1.1||alt="thingseye-io-step-2.png"]] 367 367 368 368 ... ... @@ -374,7 +374,6 @@ 374 374 * Paste the uplink decoder function into the text area (first, delete the default code). The demo uplink decoder function can be found [[here>>url:https://raw.githubusercontent.com/ThingsEye-io/te-platform/refs/heads/main/Data%20Converters/The_Things_Network_MQTT_Uplink_Converter.js]]. 375 375 * Click the **Next** button. You will be navigated to the **Downlink data converter **tab. 376 376 377 - 378 378 [[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/thingseye-io-step-3.png?rev=1.1||alt="thingseye-io-step-3.png"]] 379 379 380 380 ... ... @@ -387,7 +387,6 @@ 387 387 * Click the **Next** button. You will be navigated to the **Connection** tab. 388 388 389 389 390 - 391 391 [[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/thingseye-io-step-4.png?rev=1.1||alt="thingseye-io-step-4.png"]] 392 392 393 393 ... ... @@ -398,7 +398,6 @@ 398 398 * Enter the **Username** and **Password** of the MQTT integration in the **Credentials** section. The **username **and **password **can be found on the MQTT integration page of your The Things Stack account (see **4.5.1.1 Configuring The Things Stack**). 399 399 * Click the **Check connection** button to test the connection. If the connection is successful, you will see the message saying **Connected**. 400 400 401 - 402 402 [[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/message-1.png?rev=1.1||alt="message-1.png"]] 403 403 404 404 ... ... @@ -405,7 +405,6 @@ 405 405 406 406 * Click the **Add** button. 407 407 408 - 409 409 [[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/thingseye-io-step-5.png?rev=1.1||alt="thingseye-io-step-5.png"]] 410 410 411 411 ... ... @@ -438,13 +438,11 @@ 438 438 * Select the** time frame** from the **time window**. 439 439 440 440 441 - 442 442 [[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/thingseye-events.png?rev=1.1||alt="thingseye-events.png"]] 443 443 444 444 445 445 * To view the **JSON payload** of a message, click on the **three dots (...)** in the **Message** column of the desired message. 446 446 447 - 448 448 [image coming soon] 449 449 450 450 ... ... @@ -465,32 +465,133 @@ 465 465 == 4.5.2 Integrate with Datacake == 466 466 467 467 468 -((( 469 -Datacake provides a human friendly interface to show the sensor data, once we have data in TTN V3, we can use Datacake to connect to TTN V3 and see the data in Datacake. Below are the steps: 470 -))) 459 +Datacake is a multi-purpose, low-code IoT platform that allows you to integrate sensor data for visualization and analysis. With The Things Stack, you can easily create an integration with Datacake to forward your sensor data to the Datacake IoT platform. 471 471 472 472 473 - (% style="color:blue"%)**Step1**(%%):Be surethat yourdevice isprogrammed and properly connected to the network at thistime.462 +=== 4.5.2.1 Prerequisites === 474 474 475 -(% style="color:blue" %)**Step 2**(%%): To configure the Application to forward data to Datacake you will need to add integration. To add the Datacake integration, perform the following steps: 464 +* The LDS02 device is joined to The Things Stack. 465 +* Uplinks from the LWL02 device are being received by The Things Stack. 466 +* A Datacake account (a free account is sufficient for this example). 476 476 477 477 478 - [[image:1654674520913-519.png]]469 +=== 4.5.2.2 Procedure === 479 479 471 +* In the Datacake workspace, on the left navigation, click **Account Settings**. 472 +* Then click **API Token**. 473 +* In the **API Token** tab, click the **Copy** button to copy the API token. You will need this API token when creating a webhook with The Things Stack. 480 480 481 -[[image:1654674530910-914.png]] 482 482 483 483 484 -[[image: 1654674543078-401.png]]477 +[[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDS02%20-%20LoRaWAN%20Door%20Sensor%20User%20Manual/WebHome/datacake-1.png?rev=1.1||alt="datacake-1.png"]] 485 485 486 486 487 -(% style="color:blue" %)**Step 3**(%%): Create an account or log in Datacake. 488 488 489 - (%style="color:blue"%)**Step4**(%%):SearchLWL02and addDevEUI.481 +To configure the Application to forward data to Datacake you will need to add integration. To add the Datacake integration, perform the following steps: 490 490 491 -[[image:1654674556510-911.png]] 483 +* In The Things Stack console, on the left navigation, 484 +** First select your **application** (**Applications -> <your application>**) 485 +** Then select **Integrations -> Webhooks** 486 +* On the **Webhooks** page, click + **Add Webhook** button. 492 492 493 493 489 + 490 +[[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDS02%20-%20LoRaWAN%20Door%20Sensor%20User%20Manual/WebHome/tts-webhook-1.png?rev=1.1||alt="tts-webhook-1.png"]] 491 + 492 + 493 +* On the **Choose webhook template** page, select **Datacake**. 494 + 495 + 496 + 497 +[[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDS02%20-%20LoRaWAN%20Door%20Sensor%20User%20Manual/WebHome/tts-webhook-2.png?rev=1.1||alt="tts-webhook-2.png"]] 498 + 499 + 500 +* On the Setup webhook for Datacake page, 501 +** **Webhook ID**: provide an unique identifier for this webhook 502 +** **Token**: Paste the **Datacake API Token** when you copied from the Datacake **Account Settings**. 503 +* Click on the **Create Datacake webhook** button. 504 + 505 + 506 + 507 +[[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDS02%20-%20LoRaWAN%20Door%20Sensor%20User%20Manual/WebHome/tts-webhook-3.png?rev=1.1||alt="tts-webhook-3.png"]] 508 + 509 + 510 +Now the Webhook is created and displayed on the **Webhooks** page. 511 + 512 + 513 +[[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDS02%20-%20LoRaWAN%20Door%20Sensor%20User%20Manual/WebHome/tts-webhook-4.png?rev=1.1||alt="tts-webhook-4.png"]] 514 + 515 + 516 +* In the Datacake workspace, on the left navigation, click **Devices**. 517 +* On the Devices page, click **+Add Device**. 518 + 519 + 520 + 521 +[[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDS02%20-%20LoRaWAN%20Door%20Sensor%20User%20Manual/WebHome/datacake-2.png?rev=1.1||alt="datacake-2.png"]] 522 + 523 + 524 +* On the **Add Device** window, click **LoRaWAN** option. 525 +* Click on the **Next** button. 526 + 527 + 528 + 529 +[[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDS02%20-%20LoRaWAN%20Door%20Sensor%20User%20Manual/WebHome/datacake-3.png?rev=1.1||alt="datacake-3.png"]] 530 + 531 + 532 +* On the **Add LoRaWAN Device** window, **STEP 1**, click on **New Product from template** option. 533 +* Under **Device Template**, search **lwl02**. Then click on **Dragino LWL02 Water leakage** option. 534 +* Click on the **Next** button. 535 + 536 + 537 + 538 +[[image:lwl02-dk-1.png]] 539 + 540 + 541 +* On the **Add LoRaWAN Device** window, **STEP 2**, under **Network Server**, click on **The Things Stack V3** option. 542 +* Click on the **Next** button. 543 + 544 + 545 + 546 +[[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDS02%20-%20LoRaWAN%20Door%20Sensor%20User%20Manual/WebHome/datacake-5.png?rev=1.1||alt="datacake-5.png"]] 547 + 548 + 549 +* On the **Add LoRaWAN Device** window, **STEP 3**, under **Add Devices**, click **Manual** tab. 550 +* In the **DEVEUI** textbox, enter your LWL02's 8 bytes **DevEUI**. 551 +* In the **NAME** textbox, enter a suitable name to identify your LWL02. 552 +* Click on the **Next** button. 553 + 554 + 555 + 556 +[[image:lwl02-dk-2.png]] 557 + 558 + 559 +* On the **Add LoRaWAN Device** window, **STEP 4**, select **Individual device plans** tab. 560 +* Click **Free** option. 561 +* Click on the **Add 1 Device** button. 562 + 563 + 564 +[[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDS02%20-%20LoRaWAN%20Door%20Sensor%20User%20Manual/WebHome/datacake-7.png?rev=1.1||alt="datacake-7.png"]] 565 + 566 + 567 + 568 + 569 +* The device is now added to the Datacake workspace and is ready to receive uplinks from the LWL02 via The Things Stack. 570 +* In the **DEVICE** column, click **lwl02**. 571 + 572 + 573 + 574 + 575 +[[image:lwl02-dk-3.png]] 576 + 577 + 578 +You can see the **pre-built dashboard** from our template, displaying the LWL02's sensor data on various **widgets**. 579 + 580 + 581 +[[image:lwl02-dk-4.png]] 582 + 583 + 584 + 585 + 494 494 == 4.6 Alarm Based on Timeout == 495 495 496 496 ... ... @@ -738,4 +738,13 @@ 738 738 * Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different time zones, we cannot offer live support. However, your questions will be answered as soon as possible during the aforementioned hours. 739 739 * Please provide as much information as possible regarding your inquiry (e.g., product models, a detailed description of the problem, and steps to replicate it), and send an email to [[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]]. 740 740 833 + 741 741 835 + 836 +* On the **Add LoRaWAN Device** window, **STEP 4**, select **Individual device plans** tab. 837 +* Click **Free** option. 838 +* Click on the **Add 1 Device** button. 839 + 840 +* On the **Add LoRaWAN Device** window, **STEP 4**, select **Individual device plans** tab. 841 +* Click **Free** option. 842 +* Click on the **Add 1 Device** button.