Changes for page LT-22222-L -- LoRa I/O Controller User Manual
Last modified by Saxer Lin on 2025/04/15 17:24
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 2 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -245,17 +245,33 @@ 245 245 * Enter **AppKey** in the **AppKey** field. 246 246 * In the **End device ID** field, enter a unique name within this application for your LT-22222-N. 247 247 * Under **After registration**, select the **View registered end device** option. 248 +* Click the **Register end device** button. 248 248 249 249 [[image:lt-22222-l-manually-p2.png||height="625" width="1000"]] 250 250 251 251 253 +You will be navigated to the **Device overview** page. 254 + 255 +[[image:lt-22222-device-overview.png||height="625" width="1000"]] 256 + 257 + 252 252 ==== Joining ==== 253 253 254 -Click on **Live Data** in the left navigation. Then, power onthedevice, and it will join The Things StackSandbox. You can see the join request, join accept, followed by uplink messages form the device showing in the LiveData panel.260 +Click on **Live data** in the left navigation. Then, power on LT-22222-L. It will join The Things Stack LoRaWAN network server. You can see the **join request**, **join accept**, followed by **uplink data messages** form the device showing in the **Live data** panel. 255 255 256 -[[image: 1653298044601-602.png||height="405" width="709"]]262 +[[image:lt-22222-join-network.png||height="625" width="1000"]] 257 257 258 258 265 +Click on a message with the messge type, **Forward uplink data message**. You can see the decoded uplink payload as shown below. 266 + 267 +[[image:lt-22222-ul-payload-decoded.png]] 268 + 269 + 270 +If you can't see the decoded payload, it is because you haven't added the uplink formatter code. To add the uplink formatter code, select **End devices** > **LT-22222-L** > **Payload formatters** > **Uplink**. Then select **Use Device repository formatters** for the **Formatter type** dropdown. Click the **Save changes** button to apply the changes. 271 + 272 +[[image:lt-22222-ul-payload-fmt.png||height="686" width="1000"]] 273 + 274 + 259 259 == 3.3 Work Modes and their Uplink Payload formats == 260 260 261 261 ... ... @@ -1353,19 +1353,25 @@ 1353 1353 1354 1354 == 3.5 Integrating with ThingsEye.io == 1355 1355 1356 - If you are using one ofThe Things Stack plans,youcan integrate ThingsEye.iowith your application. Once integrated, ThingsEye.io works as an MQTT client for The Things Stack MQTT broker, allowing it to subscribe to upstream traffic and publish downlink traffic.1372 +The Things Stack applications can be integrated with ThingsEye.io. Once integrated, ThingsEye.io works as an MQTT client for The Things Stack MQTT broker, allowing it to subscribe to upstream traffic and publish downlink traffic. 1357 1357 1358 1358 === 3.5.1 Configuring MQTT Connection Information with The Things Stack Sandbox === 1359 1359 1376 +We use The Things Stack Sandbox for demonstating the configuration but other 1377 + 1360 1360 * In **The Things Stack Sandbox**, select your application under **Applications**. 1361 1361 * Select **MQTT** under **Integrations**. 1362 1362 * In the **Connection information **section, for **Username**, The Things Stack displays an auto-generated username. You can use it or provide a new one. 1363 -* For the **Password**, click the **Generate new API key** button to generate a password. You can see it by clicking on the **eye** button. 1381 +* For the **Password**, click the **Generate new API key** button to generate a password. You can see it by clicking on the **eye** button. The API key works as the password. 1364 1364 1383 +NOTE. The username and password (API key) you created here are required in the next section. 1384 + 1365 1365 [[image:tts-mqtt-integration.png||height="625" width="1000"]] 1366 1366 1367 1367 === 3.5.2 Configuring ThingsEye.io === 1368 1368 1389 +This section guides you on how to create an integration in ThingsEye to connect with The Things Stack MQTT server. 1390 + 1369 1369 * Login to your [[ThingsEye.io >>https://thingseye.io]]account. 1370 1370 * Under the **Integrations center**, click **Integrations**. 1371 1371 * Click the **Add integration** button (the button with the **+** symbol). ... ... @@ -1375,7 +1375,7 @@ 1375 1375 1376 1376 On the **Add integration** window, configure the following: 1377 1377 1378 - ~1.**Basic settings:**1400 +**Basic settings:** 1379 1379 1380 1380 * Select **The Things Stack Community** from the **Integration type** list. 1381 1381 * Enter a suitable name for your integration in the **Name **text** **box or keep the default name. ... ... @@ -1388,62 +1388,69 @@ 1388 1388 [[image:thingseye-io-step-2.png||height="625" width="1000"]] 1389 1389 1390 1390 1391 - 2.**Uplink data converter:**1413 +**Uplink data converter:** 1392 1392 1393 1393 * Click the **Create new** button if it is not selected by default. 1394 1394 * Enter a suitable name for the uplink data converter in the **Name **text** **box or keep the default name. 1395 1395 * Click the **JavaScript** button. 1396 -* Paste the uplink decoder function into the text area (first, delete the default code). The demo decoder function can be found [[here>>https://raw.githubusercontent.com/ThingsEye-io/te-platform/refs/heads/main/Data%20Converters/The_Things_Network_MQTT_Uplink_Converter.js]]. 1418 +* Paste the uplink decoder function into the text area (first, delete the default code). The demo uplink decoder function can be found [[here>>https://raw.githubusercontent.com/ThingsEye-io/te-platform/refs/heads/main/Data%20Converters/The_Things_Network_MQTT_Uplink_Converter.js]]. 1397 1397 * Click the **Next** button. You will be navigated to the **Downlink data converter **tab. 1398 1398 1399 1399 [[image:thingseye-io-step-3.png||height="625" width="1000"]] 1400 1400 1401 -3.** Downlink data converter (this is an optional step):** 1402 1402 1424 +**Downlink data converter (this is an optional step):** 1425 + 1403 1403 * Click the **Create new** button if it is not selected by default. 1404 1404 * Enter a suitable name for the downlink data converter in the **Name **text** **box or keep the default name 1405 1405 * Click the **JavaScript** button. 1406 -* Paste the downlink decoder function into the text area (first, delete the default code). The demo decoder function can be found here. 1429 +* Paste the downlink decoder function into the text area (first, delete the default code). The demo downlink decoder function can be found here. 1407 1407 * Click the **Next** button. You will be navigated to the **Connection** tab. 1408 1408 1409 1409 [[image:thingseye-io-step-4.png||height="625" width="1000"]] 1410 1410 1411 -4. **Connection:** 1412 1412 1435 +**Connection:** 1436 + 1413 1413 * Choose **Region** from the **Host type**. 1414 1414 * Enter the **cluster** of your **The Things Stack** in the **Region** textbox. You can find the cluster in the url (e.g., https:~/~/**eu1**.cloud.thethings.network/...). 1415 1415 * 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 Configuring MQTT Connection information with The Things Stack Sandbox). 1416 -* Click the **Check connection** button to test the connection. If the connection is successful, you can see the message saying **Connected**. 1440 +* Click the **Check connection** button to test the connection. If the connection is successful, you will see the message saying **Connected**. 1441 + 1442 +[[image:message-1.png]] 1443 + 1444 + 1417 1417 * Click the **Add** button. 1418 1418 1419 1419 [[image:thingseye-io-step-5.png||height="625" width="1000"]] 1420 1420 1421 1421 1422 -Your integration is added to the**itwill display on the **Integrations** page. Check whether the status is showingas'Active'.if not,checkyour configuration settingsagain.1450 +Your integration has been added to the** Integrations** list and will be displayed on the **Integrations** page. Check whether the status is shown as **Active**. If not, review your configuration settings. 1423 1423 1424 -[[image:thingseye-io-step-6.png||height="625" width="1000"]] 1425 1425 1453 +[[image:thingseye.io_integrationsCenter_integrations.png||height="686" width="1000"]] 1426 1426 1427 -Viewing integration details: 1428 1428 1429 - Click on theyourintegrationfrom the list. The Integration detailswindow will appear with the Details tab selected. The Details tab shows all the settings you have provided for this integration.1456 +**Viewing integration details**: 1430 1430 1431 - [add image here]1458 +Click on your integration from the list. The Integration details window will appear with the Details tab selected. The Details tab shows all the settings you have provided for this integration. 1432 1432 1433 - If you want toeditthesettings you have provided, click ontheToggle editmode button.1460 +[[image:integration-details.png||height="686" width="1000"]] 1434 1434 1435 -[add image here] 1436 1436 1437 -Once you have done click on the Apply changes button. 1463 +If you want to edit the settings you have provided, click on the **Toggle edit mode** button. Once you have done click on the **Apply changes **button. 1438 1438 1439 1439 Note: See also ThingsEye documentation. 1440 1440 1441 -Click on the Events tab. 1442 1442 1443 - - Select Debugfrom theEventtype dropdown.1468 +**Viewing events:** 1444 1444 1445 - -Select thetimeframe from thetime window.1470 +This tab displays all the uplink messages from the LT-22222-L. 1446 1446 1472 +* Click on the **Events **tab. 1473 +* Select **Debug **from the **Event type** dropdown. 1474 +* Select the** time frame** from the **time window**. 1475 + 1447 1447 [insert image] 1448 1448 1449 1449 - To view the JSON payload of a message, click on the three dots (...) in the Message column of the desired message. ... ... @@ -1451,9 +1451,9 @@ 1451 1451 [insert image] 1452 1452 1453 1453 1454 -Deleting the integration: 1483 +**Deleting the integration**: 1455 1455 1456 -If you want to delete this integration, click the Delete integration button. 1485 +If you want to delete this integration, click the **Delete integratio**n button. 1457 1457 1458 1458 1459 1459 == 3.6 Interface Details ==
- integration-details.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.pradeeka - Size
-
... ... @@ -1,0 +1,1 @@ 1 +463.9 KB - Content
- thingseye.io_integrationsCenter_integrations-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.pradeeka - Size
-
... ... @@ -1,0 +1,1 @@ 1 +469.3 KB - Content