@kersing you seem to be the master around here!
I’ve been trying to get my conduit AEP connected to TTN for quite some time now, but to no avail.
Followed your instructions (and some others), but nothing seems to work…
Now everything seems to be in a mess.
Is there an easy way to recover, or wipe everything and start again??
I’m hoping you can lead me in the right direction please!
I was going to try and flash to mLinux and try again, but thought you may be able to save me first… Many thanks!
I’ve dumped the output to all your questions/directions above
admin@mtcdt:~# cat /var/config/.installer
secure
timezone
network
date
disable-mtech
admin@mtcdt:~# ls -l /var/config/lora
-rw-r–r-- 1 admin root 6026 Aug 11 15:55 global_conf.json
-rw-r–r-- 1 admin root 70 Aug 11 15:31 global_conf_src
-rw-r–r-- 1 admin root 689 Aug 11 15:48 local_conf.json
-rw-r–r-- 1 admin root 313 May 5 01:01 multitech_overrides.json
drwxr-xr-x 2 admin root 0 Aug 11 15:31 samples
-rw-r–r-- 1 admin root 3193 Aug 11 15:55 ttn_global_conf.json
admin@mtcdt:~# cd
admin@mtcdt:~# ls -l
drwxrwxrwx 2 1001 1001 0 Feb 21 02:35 Multitech_Lora
-rwxr-xr-x 1 admin root 7418 Jun 7 17:56 create-package.sh
-rw-r–r-- 1 admin root 54 Jun 7 17:56 info
-rw-r–r-- 1 admin root 3964611 Jun 7 17:59 multitech-conduit-pktfwd.tar.gz
-rwxr-xr-x 1 admin root 18489 Jun 7 17:56 multitech-installer.sh
drwxr-xr-x 2 admin root 0 Aug 11 11:06 multitech-release-4YXLxzjZHYT889M92cUo
-rwxr-xr-x 1 admin root 11110761 Jun 7 17:56 packet-forwarder
admin@mtcdt:~# cat /var/config/lora/local_conf.jso
n
{
/* Settings defined in global_conf will be overwritten by those in local_conf /
“gateway_conf”: {
/ gateway_ID is based on unique hardware ID, do not edit /
“gateway_ID”: “00800000A0000F09”,
/ Email of gateway operator, max 40 chars*/
“contact_email”: "adamxxxxx@xxxxmail.com",
/* Public description of this device, max 64 chars /
“description”: “”,
“gps”: false,
“fake_gps”: false,
“servers”: [
{
“serv_type”: “ttn”,
“server_address”: “thethings.meshed.com.au”,
“serv_gw_id”: “adams_test”,
“serv_gw_key”: “ttn-account-v2.VptlP3V3g6Hl34BtWefNLrMgUjI7QZHRf3JQGKjG9uNmSbEolVKusj3esjB8zcWGaEGUTPp80WBkdSKAzXKHwA”,
“serv_enabled”: true
}
]
}
}
admin@mtcdt:~# grep gateway /var/conf/lora/local_conf.json
grep: /var/conf/lora/local_conf.json: No such file or directory
admin@mtcdt:~# grep server_address /var/config/lora/global_cong.json
grep: /var/config/lora/global_cong.json: No such file or directory
admin@mtcdt:~# cat /var/config/lora/local_conf.json
{
/ Settings defined in global_conf will be overwritten by those in local_conf /
“gateway_conf”: {
/ gateway_ID is based on unique hardware ID, do not edit /
“gateway_ID”: “00800000A0000F09”,
/ Email of gateway operator, max 40 chars*/
“contact_email”: "adamdrenoyanis@hotmail.com",
/* Public description of this device, max 64 chars */
“description”: “”,
“gps”: false,
“fake_gps”: false,
“servers”: [
{
“serv_type”: “ttn”,
“server_address”: “thethings.meshed.com.au”,
“serv_gw_id”: “adams_test”,
“serv_gw_key”: “ttn-account-v2.VptlP3V3g6Hl34BtWefNLrMgUjI7QZHRf3JQGKjG9uNmSbEolVKusj3esjB8zcWGaEGUTPp80WBkdSKAzXKHwA”,
“serv_enabled”: true
}
]
}
}