In the Metadata i didn’t find the lattidue and the longitude of my gateway:
{
“time”: “2019-08-22T19:48:01.067236151Z”,
“frequency”: 868.5,
“modulation”: “LORA”,
“data_rate”: “SF7BW125”,
“coding_rate”: “4/5”,
“gateways”: [
{
“gtw_id”: “eui-58a0cbfffe800dc7”,
“timestamp”: 46164651,
“time”: “1970-01-01T00:00:01.56650328Z”,
“channel”: 0,
“rssi”: -33,
“snr”: 8
}
]
}
But in the console i set these values:
What did i wrong?
kersing
(Jac Kersing)
August 22, 2019, 8:45pm
2
Did you set the tick box for location information to “Make public” in gateway settings, privacy?
This are the data is see in the console:
{
“gw_id”: “eui-58a0cbfffe800dc7”,
“payload”: “QE0WASaASQAB2wjWFm3oXbGLBm9wJHi9XYvkj18=”,
“f_cnt”: 73,
“lora”: {
“spreading_factor”: 7,
“bandwidth”: 125,
“air_time”: 66816000
},
“coding_rate”: “4/5”,
“timestamp”: “2019-08-24T08:43:21.615Z”,
“rssi”: -43,
“snr”: 9.75,
“dev_addr”: “2601164D”,
“frequency”: 868300000
}
I miss this;
“latitude”: 50.18096050,
“longitude”: 9.15976224,
This are my settings:
clv
(clv)
August 24, 2019, 2:37pm
4
In my case when I enabled fake_gps my gateway was reported without location. I removed all the references from json file about location and the console location setting was active again.
thank you for your answhere. I am new at TTN, Where can i find the json file?
clv
(clv)
August 25, 2019, 10:00pm
7
What is your gateway? The TTIG? Maybe you have configured there a location? Try to disable it.
It is the TTIG. Where can i disable the location in the TTIG?
kersing
(Jac Kersing)
August 27, 2019, 5:09pm
9
Privacy settings of the gateway in the TTN console.
walter_nix
(Walter Nix)
August 27, 2019, 5:46pm
10
Thank you for your answhere.
Is this correct?
kersing
(Jac Kersing)
August 27, 2019, 6:25pm
11
Go to the settings, privacy and set location to private,
walter_nix
(Walter Nix)
August 27, 2019, 8:12pm
12
Why privat? then nobody see the location?!
kersing
(Jac Kersing)
August 27, 2019, 8:17pm
13
And the location will not be sent in the metadata of packets… Wasn’t that what you are looking for?
walter_nix
(Walter Nix)
August 27, 2019, 8:34pm
14
I wisht that the location is in the data that are send.
walter_nix
(Walter Nix)
August 27, 2019, 8:34pm
15
I will see the gateway in ttntracker.
Njumaen
(Njumaen)
September 2, 2019, 7:42am
16
I have the same problem. Location ist set on the TTN console and privacy is set to public but
wget -O - http://noc.thethingsnetwork.org:8085/api/v2/gateways/eui-58a0cbfffe800f38
shows
“location”:{}
Ska
(Ska)
September 4, 2019, 4:25pm
17
I also have the same problem. All privacy settings are pubic.
http://noc.thethingsnetwork.org:8085/api/v2/gateways/eui-58a0cbfffe80101b
timestamp
“2019-09-04T16:23:58.609642718Z”
uplink
“262”
downlink
“262”
location
{}
frequency_plan
“EU_863_870”
gps
{}
time
“1567614238609642718”
rx_ok
262
tx_in
262
Why?
Kalle
(Kalle)
September 4, 2019, 11:04pm
18
This seems to be a serious firmware bug. See my current postings.
LC-user
(Lc User)
September 27, 2019, 1:14pm
19
I have the same “issue”.
Gateway location is set in TTN and privacy marked as ‘public’.
And no location information in packet metadata.
Gateway I use is Laird RG186 and it has no internal options for location.
Bigboar
(Bigboar)
November 6, 2019, 10:48am
21
Hello,
My TTIG gateway doesn’t report latitude and logitude too.
All my settings are public. I will follow this thread if a solution is found.
Thx,