I have been using several Notecards and NoteHub for more than a year now. The Notecards send occasionally data to the NoteHub and I was used to the fact that the NoteHub interface would also always show me the tower location together with each incoming JSON (best_location
and tower_location
. I do not use GPS or triangulation, just the tower location.) A few weeks ago, these fields disappeared in Notehub. The relevant JSON now looks like this, without a more specific location than “Europe” and with latitude and longitude being zero:
"tower_location": {
"when": "2024-03-13T09:26:57Z",
"name": "Europe",
"country": "GB",
"timezone": "Europe/London",
"latitude": 0,
"longitude": 0
},
This is the same for two Notecards on the project, both NOTE-WBEX with firmware 5.3.1.16292 and plenty of MBs of data left.
If I connect the Notecards to a different project in my Notehub account, everything works fine:
"tower_location": {
"when": "2024-03-13T09:23:02Z",
"name": "Wallingford ENG",
"country": "GB",
"timezone": "Europe/London",
"latitude": 51.601087500000006,
"longitude": -1.1236718749999999
},
I tried this across several days with the same tower. It works in one project, but doesn’t work in the other one.
What could be reasons for this issue? I.e., that location data is not showing up in one specific Notehub project?