Changes for page Notes for TTN

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

From version 212.1
edited by Bei Jinggeng
on 2023/04/23 15:42
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
Content
... ... @@ -708,20 +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 721  (% style="color:blue" %)**1. End Device Join Screen shot, we can check:**
722 722  
723 723  * If the device is sending join request to server?
724 -
725 725  * What frequency the device is sending?
726 726  
727 727  [[image:image-20220526141308-33.png]]
... ... @@ -811,12 +811,11 @@
811 811  
812 812  == 8.1 How to import devices keys to server. ==
813 813  
814 -
815 815  **For TTS in LPS8v2**
816 816  
817 817  Open your application and click the button **Import end devices**
818 818  
819 -[[image:image-20230423154012-1.png||height="472" width="755"]]
812 +[[image:https://www.thethingsindustries.com/docs/getting-started/migrating/import-end-devices.png||alt="import devices" height="517" width="828"]]
820 820  
821 821  Select the **File format** and upload the file (e.g. or ).devices/jsondevices.csv
822 822  
... ... @@ -826,22 +826,20 @@
826 826  
827 827  Start the import by clicking the **Import end devices** button.
828 828  
829 -[[image:image-20230423154040-2.png||height="470" width="749"]]
822 +[[image:https://www.thethingsindustries.com/docs/getting-started/migrating/upload-file.png||alt="upload devices.json file" height="536" width="858"]]
830 830  
831 831  Wait for the end devices to be successfully imported. In case any device fails, you will see a relevant error message in the console.
832 832  
833 -[[image:image-20230423154105-3.png||height="478" width="763"]]
826 +[[image:https://www.thethingsindustries.com/docs/getting-started/migrating/operation-finished.png||alt="import finished" height="551" width="882"]]
834 834  
835 835  If the import was successful, your devices are added to the list of end devices in your application.
836 836  
837 -[[image:image-20230423154125-4.png||height="480" width="766"]]
830 +[[image:https://www.thethingsindustries.com/docs/getting-started/migrating/successful-import.png||alt="successful-import" height="556" width="889"]]
838 838  
839 839  Devices are now registered on The Things Stack.
840 840  
834 +=== JSON File Reference ===
841 841  
842 -=== **JSON File Reference** ===
843 -
844 -
845 845  The Things Stack allows you to import end devices from V2, ChirpStack and other LoRaWAN networks using a JSON file describing those devices.
846 846  
847 847  Using JSON file with device descriptions, you can migrate end devices with or without their existing sessions.
... ... @@ -881,36 +881,23 @@
881 881  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
882 882  
883 883  
884 -=== **CSV File Reference** ===
875 +=== CSV File Reference ===
885 885  
886 -
887 887  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.
888 888  
889 889  The CSV import in The Things Stack uses the following settings:
890 890  
891 891  * Semicolon () as field delimiter. This makes working with Microsoft Excel and other spreadsheets convenient;
892 -
893 893  * Header row is required
894 -
895 895  * On each row, the same number of fields as on the header line
896 -
897 897  * Use quotes to use in a field value;
898 -
899 899  * Use double quotes to escape quotes
900 -
901 901  * Unknown header columns are permitted and ignored
902 -
903 903  * Name and id cannot have capital letters and special characters
904 -
905 905  * Example column lorawan_phy_version is not needed
906 906  
907 -(% style="display:none" %)
890 +=== Example ===
908 908  
909 -
910 -
911 -=== **Example** ===
912 -
913 -
914 914  Minimal example:
915 915  
916 916  {{{dev_eui;join_eui;frequency_plan_id;lorawan_version;lorawan_phy_version;app_key
... ... @@ -927,23 +927,16 @@
927 927  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
928 928  }}}
929 929  
908 +=== Excel Template ===
930 930  
931 -
932 -=== **Excel Template** ===
933 -
934 -
935 935  [[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).
936 936  
912 += =
937 937  
938 938  = 9. Trouble Shooting. =
939 939  
940 940  == 9.1 How to solve the problem of MIC Mismatch? ==
941 941  
942 -
943 943  Please refer to the link below:
944 944  
945 945  [[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]]
946 -
947 -
948 -
949 -
image-20230423154012-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -140.9 KB
Content
image-20230423154040-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -141.0 KB
Content
image-20230423154105-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -188.5 KB
Content
image-20230423154125-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -102.1 KB
Content