Hi,
i want to use TTIG with TTN Mapper. But the Gateway did not send the correct location Data.
@RainerWieland shows:
Try “wget http://noc.thethingsnetwork.org:8085/api/v2/gateways/<THE-EUI_FROM_TTIG>” on your linux-console like
wget http://noc.thethingsnetwork.org:8085/api/v2/gateways/eui-58a0cbfffe8020ca
You resolve in json:
<==snip==>
{
“timestamp”:“2019-09-04T20:49:49.809608067Z”,
“uplink”:“536”,
“location”:
{
},
“frequency_plan”:“EU_863_870”,
“gps”:
{
},
“time”:“1567630189809608067”,
“rx_ok”:536
}
<==snap==>
So i think all TTIG send to the ttn server the same position information.
I think the problem is, in the local_conf.json of TTIG the settings are false.
The thread from @jpmeijers Gateway GPS configuration in local_conf.json it show the right configuration:
if the settings:
“gps”:true
“fake_gps”:true
the gateway and ttn server use the location set in ttn console.
Is there a way to fake or fix this data without changing the ttig firmware?
So we must not wait until the ttn guy fix the firmware bug