traccar-web icon indicating copy to clipboard operation
traccar-web copied to clipboard

Refresh position problem

Open PCzerw opened this issue 7 years ago • 3 comments

I have problem with device position refreshing. Device is always in the same place but server receive GPS data and reports are generated properly. Traccar server is inside network and does not have internet direct access. On main router there is only two port NAT for device and web interface.

Its proper behavior or Traccar server can be configured like this?

PCzerw avatar Jul 05 '17 13:07 PCzerw

Most probably your device has sent position data with timestamp in future. Traccar server will not update latest position until it receives data with timestamp going after current positions' timestamp.

vitalidze avatar Jul 05 '17 13:07 vitalidze

Rather its not a problem. Servers are synchronized with NTP public server. I moved GPS destination to another server outside organization and now working fine, but I have to move this to closed structure without internet access. Any other ideas? or hot to debug?

PCzerw avatar Jul 08 '17 22:07 PCzerw

I am not sure I understand what are you saying. You can debug it by looking into log file named tracker-server.log for data coming from that device. Then you need to look at the latest position timestamp, and probably it will be from future. I don't have any other ideas.

vitalidze avatar Jul 09 '17 19:07 vitalidze