Changes for page Notes for TTN

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

From version 207.4
edited by Xiaoling
on 2023/04/23 15:28
Change comment: There is no comment for this version
To version 207.1
edited by Bei Jinggeng
on 2023/03/23 15:39
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
... ... @@ -708,21 +708,14 @@
708 708  )))
709 709  
710 710  * End node is connected to serial port to show the Join frequency and DR. (If possible)
711 -
712 712  * Gateway (from gateway UI) traffic to show the packet got from end node and receive from Server. (If possible)
713 -
714 714  * Gateway traffic (from server UI) to shows the data exchange between gateway and server. (Normally possible)
715 -
716 716  * End Node traffic (from server UI) to shows end node activity in server. (Normally possible)
717 -
718 718  * End Node Keys screen shot shows in end node and server. so we can check if the keys are correct. (In most case, we found keys doesn't match, especially APP EUI)
719 719  
720 -
721 -
722 722  (% style="color:blue" %)**1. End Device Join Screen shot, we can check:**
723 723  
724 724  * If the device is sending join request to server?
725 -
726 726  * What frequency the device is sending?
727 727  
728 728  [[image:image-20220526141308-33.png]]
... ... @@ -812,7 +812,6 @@
812 812  
813 813  == 8.1 How to import devices keys to server. ==
814 814  
815 -
816 816  **For TTS in LPS8v2**
817 817  
818 818  Open your application and click the button **Import end devices**
... ... @@ -819,7 +819,6 @@
819 819  
820 820  [[image:https://www.thethingsindustries.com/docs/getting-started/migrating/import-end-devices.png||alt="import devices" height="517" width="828"]]
821 821  
822 -
823 823  Select the **File format** and upload the file (e.g. or ).devices/jsondevices.csv
824 824  
825 825  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.
... ... @@ -840,10 +840,8 @@
840 840  
841 841  Devices are now registered on The Things Stack.
842 842  
834 +=== JSON File Reference ===
843 843  
844 -=== **JSON File Reference** ===
845 -
846 -
847 847  The Things Stack allows you to import end devices from V2, ChirpStack and other LoRaWAN networks using a JSON file describing those devices.
848 848  
849 849  Using JSON file with device descriptions, you can migrate end devices with or without their existing sessions.
... ... @@ -883,36 +883,23 @@
883 883  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
884 884  
885 885  
886 -=== **CSV File Reference** ===
875 +=== CSV File Reference ===
887 887  
888 -
889 889  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.
890 890  
891 891  The CSV import in The Things Stack uses the following settings:
892 892  
893 893  * Semicolon () as field delimiter. This makes working with Microsoft Excel and other spreadsheets convenient;
894 -
895 895  * Header row is required
896 -
897 897  * On each row, the same number of fields as on the header line
898 -
899 899  * Use quotes to use in a field value;
900 -
901 901  * Use double quotes to escape quotes
902 -
903 903  * Unknown header columns are permitted and ignored
904 -
905 905  * Name and id cannot have capital letters and special characters
906 -
907 907  * Example column lorawan_phy_version is not needed
908 908  
909 -(% style="display:none" %)
890 +=== Example ===
910 910  
911 -
912 -
913 -=== **Example** ===
914 -
915 -
916 916  Minimal example:
917 917  
918 918  {{{dev_eui;join_eui;frequency_plan_id;lorawan_version;lorawan_phy_version;app_key
... ... @@ -929,23 +929,16 @@
929 929  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
930 930  }}}
931 931  
908 +=== Excel Template ===
932 932  
933 -
934 -=== **Excel Template** ===
935 -
936 -
937 937  [[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).
938 938  
912 += =
939 939  
940 940  = 9. Trouble Shooting. =
941 941  
942 942  == 9.1 How to solve the problem of MIC Mismatch? ==
943 943  
944 -
945 945  Please refer to the link below:
946 946  
947 947  [[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]]
948 -
949 -
950 -
951 -