Changes for page Notes for TTN

Last modified by Xiaoling on 2025/08/04 14:58

From version 207.2
edited by Xiaoling
on 2023/03/27 15:56
Change comment: There is no comment for this version
To version 206.1
edited by Bei Jinggeng
on 2023/03/22 16:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Bei
Content
... ... @@ -805,7 +805,6 @@
805 805  
806 806  == 8.1 How to import devices keys to server. ==
807 807  
808 -
809 809  **For TTS in LPS8v2**
810 810  
811 811  Open your application and click the button **Import end devices**
... ... @@ -812,7 +812,6 @@
812 812  
813 813  [[image:https://www.thethingsindustries.com/docs/getting-started/migrating/import-end-devices.png||alt="import devices" height="517" width="828"]]
814 814  
815 -
816 816  Select the **File format** and upload the file (e.g. or ).devices/jsondevices.csv
817 817  
818 818  You can specify **Fallback values** for Frequency plan and LoRaWAN and Regional Parameters version, in case the import file does not specify these settings for the device.
... ... @@ -833,10 +833,8 @@
833 833  
834 834  Devices are now registered on The Things Stack.
835 835  
834 +=== JSON File Reference ===
836 836  
837 -=== **JSON File Reference** ===
838 -
839 -
840 840  The Things Stack allows you to import end devices from V2, ChirpStack and other LoRaWAN networks using a JSON file describing those devices.
841 841  
842 842  Using JSON file with device descriptions, you can migrate end devices with or without their existing sessions.
... ... @@ -876,9 +876,8 @@
876 876  The format above is considered by the Console and CLI as a JSON stream, processing one object at a time. For more details in how to use the file
877 877  
878 878  
879 -=== **CSV File Reference** ===
875 +=== CSV File Reference ===
880 880  
881 -
882 882  The Things Stack has support for importing end devices from CSV (comma-separated values) files. This is useful when batches of end devices are managed in Microsoft Excel or any other spreadsheet or database that can export to CSV file.
883 883  
884 884  The CSV import in The Things Stack uses the following settings:
... ... @@ -892,12 +892,8 @@
892 892  * Name and id cannot have capital letters and special characters
893 893  * Example column lorawan_phy_version is not needed
894 894  
895 -(% style="display:none" %)
890 +=== Example ===
896 896  
897 -
898 -=== **Example** ===
899 -
900 -
901 901  Minimal example:
902 902  
903 903  {{{dev_eui;join_eui;frequency_plan_id;lorawan_version;lorawan_phy_version;app_key
... ... @@ -914,24 +914,14 @@
914 914  test-three;3333333333333333;3333333333333333;Device 3;EU_863_870_TTN;MAC_V1_0_4;RP002_V1_0_3;the-things-industries;generic-node-sensor-edition;1.0.4;1.0;EU_863_870;33333333333333333333333333333333
915 915  }}}
916 916  
908 +=== Excel Template ===
917 917  
918 -
919 -=== **Excel Template** ===
920 -
921 -
922 922  [[Download the Excel template>>url:https://www.thethingsindustries.com/docs/getting-started/migrating/tts-end-devices-csv-template.xlsx]]. You can remove all columns that are not required (see above).
923 923  
912 += =
924 924  
914 += 9. Trouble Shooting. =
925 925  
926 -= 9. Trouble Shooting. =
927 -
928 -== 9.1 How to solve the problem of MIC Mismatch? ==
929 -
930 -
931 931  Please refer to the link below:
932 932  
933 933  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/LoRaWAN%20Communication%20Debug/#H9.WhydoIseea22MICMismatch22errormessagefromtheserver3F>>url:http://wiki.dragino.com/xwiki/bin/view/Main/LoRaWAN%20Communication%20Debug/#H9.WhydoIseea22MICMismatch22errormessagefromtheserver3F]]
934 -
935 -
936 -
937 -