From 47f2fb2e127e25a646ef2e1413aaa3719ad5d468 Mon Sep 17 00:00:00 2001 From: KrishnaIyer Date: Mon, 29 Jul 2024 13:15:26 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20TheThing?= =?UTF-8?q?sIndustries/lorawan-stack-docs@dece36fcd1bdf3bfa10e77f105aec729?= =?UTF-8?q?e9addd98=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sitemap.xml | 2 +- .../migration-tool/export-from-firefly/index.html | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sitemap.xml b/sitemap.xml index 7ab85b0ffa..8aaf7e485a 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -420,7 +420,7 @@ 2024-03-04T15:43:05+01:00 https://www.thethingsindustries.com/docs/the-things-stack/migrating/migration-tool/export-from-firefly/ - 2023-11-29T14:48:48+01:00 + 2024-07-29T15:11:02+02:00 https://www.thethingsindustries.com/docs/the-things-stack/host/kubernetes/generic/install-charts/ 2023-12-27T11:16:25+01:00 diff --git a/the-things-stack/migrating/migration-tool/export-from-firefly/index.html b/the-things-stack/migrating/migration-tool/export-from-firefly/index.html index ff83b182bf..965da9c2c6 100644 --- a/the-things-stack/migrating/migration-tool/export-from-firefly/index.html +++ b/the-things-stack/migrating/migration-tool/export-from-firefly/index.html @@ -241,17 +241,18 @@

This section contains instructions on how to configure migration tool and use it to export end devices from Firefly, that can later be imported in The Things Stack.

Before you begin

Configuration

Configure with environment variables, or command-line arguments.

See ttn-lw-migrate firefly {device|application} --help for more details.

-

The following example shows how to set options via environment variables.

+

The following example shows how to set options via environment variables. These are example values. Please use actual ones based on your case.

$ export FIREFLY_HOST=example.com       # Host of the Firefly API
 $ export FIREFLY_API_KEY=abcdefgh       # Firefly API Key
 $ export APP_ID=my-test-app             # Application ID for the exported devices
-$ export JOIN_EUI=1111111111111111      # JoinEUI for the exported devices
+$ export JOIN_EUI=1111111111111111      # JoinEUI for the exported devices.
 $ export FREQUENCY_PLAN_ID=EU_863_870   # Frequency Plan ID for the exported devices
 $ export MAC_VERSION=1.0.2b             # LoRaWAN MAC version for the exported devices
 

The above settings are common for all the following export methods.

@@ -293,7 +294,8 @@

Export Devices

1111111111111112
 FF11111111111134
 ABCD111111111100
-

And then export with:

+

Please note that all these devices should have the same JoinEUI.

+

And then export with:

# dry run first, verify that no errors occur
 $ ttn-lw-migrate firefly device --verbose < device_ids.txt > devices.json
 # export devices