Giter VIP home page Giter VIP logo

Comments (28)

tananaev avatar tananaev commented on July 28, 2024

What is the error message?

from traccar-web.

Blade888 avatar Blade888 commented on July 28, 2024

So sorry I missed the error message I thought it was txt message pop up from my phone. I think it might have been because my browser crashed while it was trying to get all the results, if that could cause it.
I checked both the Data and MySQL Database both are fine, there is no error logged for around that time. I will try and recreate the error, If i can I will let you know. the exact steps to make it happen.
Do not want to waste any more of your time traccar is awesome.

from traccar-web.

Blade888 avatar Blade888 commented on July 28, 2024

I can not load data history for only one device.
I uninstalled Traccar and Java, Restarted, Installed Java and Traccar, made new data base, changed config for mysql, restarted server, started tracker added device, let it gather some positions in locations window, searched history and nothing with no results, the 2nd test unit history is work fine Seperate ID and ports they have
Do I need to delete a dll or something like that and reinstall?

from traccar-web.

tananaev avatar tananaev commented on July 28, 2024

Can you give me MySQL database dump to investigate the problem?

from traccar-web.

Blade888 avatar Blade888 commented on July 28, 2024

Sure but I did create a new db, had exactly the same problem, all with new data, only one unit was not displaying results for history, the position for this unit is still getting inserted into db.

from traccar-web.

Blade888 avatar Blade888 commented on July 28, 2024

I managed to get the history working for that unit but I just realised 2 of the 4 trackers are 24 hours forward lol

from traccar-web.

tananaev avatar tananaev commented on July 28, 2024

Are you using GPS103 devices? Try this fixed JAR file - https://docs.google.com/file/d/0B2GwK26geA9eVWtqV0M5R01VM1E/edit?usp=sharing

from traccar-web.

Blade888 avatar Blade888 commented on July 28, 2024

yes those 2 are

from traccar-web.

Blade888 avatar Blade888 commented on July 28, 2024

your the man :)

from traccar-web.

tananaev avatar tananaev commented on July 28, 2024

Does everything work fine now?

from traccar-web.

Blade888 avatar Blade888 commented on July 28, 2024

Will check after the update but Yes I believe so thank you.

from traccar-web.

Blade888 avatar Blade888 commented on July 28, 2024

Quick Question: Is there a way to always get it to logon in google normal mode?

from traccar-web.

tananaev avatar tananaev commented on July 28, 2024

Not in current version, but it's a good idea to include map preference to user settings.

from traccar-web.

Blade888 avatar Blade888 commented on July 28, 2024

Just to let you know for your notes, I just added a SEEWORLD S116 (gt06) and its fast as well by 10 hours, I am in Australia at +10 if that helps :)

from traccar-web.

Blade888 avatar Blade888 commented on July 28, 2024

Another thought :) I like the idea of being able to set the non Admin People to a specific number of trackers. do not want to give one to a mate in a car club then they all use my server

from traccar-web.

tananaev avatar tananaev commented on July 28, 2024

Can you give me a few GT06 messages from log file with wrong time? If there is a command to change tracker time zone you can just change it to UTC, that should fix the problem. Server always expects UTC time from tracker.

from traccar-web.

tananaev avatar tananaev commented on July 28, 2024

As for device limit, idea is good, but I don't think I have time for it at the moment. At some point I'm planning to add setting to restrict regular users from adding or editing devices.

from traccar-web.

Blade888 avatar Blade888 commented on July 28, 2024

Server is +1 hour ahead of my +10 hours

2013-03-30 16:33:24 org.traccar.BasePipelineFactory$StandardLoggingHandler.log FINE: [5023 <- 1.137.7.189] - (HEX: 78780d010303512120000275000369660d0a)
2013-03-30 16:33:24 org.traccar.BasePipelineFactory$StandardLoggingHandler.log FINE: [5023 -> 1.137.7.189] - (HEX: 787805010003face0d0a)

2013-03-30 16:41:39 org.traccar.BasePipelineFactory$StandardLoggingHandler.log FINE: [5023 <- 101.169.128.59] - (HEX: 78781f120d031e0f2928c502f234d4106b5b060030a101f9013860007c590004aeac0d0a)
2013-03-30 16:41:39 org.traccar.BasePipelineFactory$StandardLoggingHandler.log FINE: [5023 -> 101.169.128.59] - (HEX: 787805120004e4800d0a)

from traccar-web.

tananaev avatar tananaev commented on July 28, 2024

Your GT06 tracker is sending local time. You need to change its time zone to UTC, there should be a special command for that.

from traccar-web.

Blade888 avatar Blade888 commented on July 28, 2024

Ok will check, this is the current Param's

APN:telstra.internet
IP:184.82.123.152:5023
TIMER:10
STATIC:1
CENTER:
LANG:EN
GMT:E10

from traccar-web.

tananaev avatar tananaev commented on July 28, 2024

GMT should be 0

from traccar-web.

Blade888 avatar Blade888 commented on July 28, 2024

arrrr, thanks mate

from traccar-web.

Blade888 avatar Blade888 commented on July 28, 2024

That certainly worked :), but it does say in the manual to set your time zone. Thanks for your help.

from traccar-web.

tananaev avatar tananaev commented on July 28, 2024

Almost all trackers send UTC time, it's not a good idea to store local time. What if your tracker travels between time zones? What if tracker timezone is different from yours? I guess GT06 developers just didn't give it that much thought )))

from traccar-web.

carloquilala avatar carloquilala commented on July 28, 2024

Guys may I ask what is the command to change the timzone?

from traccar-web.

Blade888 avatar Blade888 commented on July 28, 2024

I can not remember on the top of my head.

But try SMS'n the line below to set tracker, the tracker should replay "SET GMT OK!"

GMT,E,0#

----------------NOTES------------------
Time zone setting
Command format:GMT, E/W,hours,minutes#
Time zone position:E stands for east,W stands for west.
Time zone (hours) range is 0-12
Time zone (minutes) range is 15、30、45
Example 1:GMT,W,11# (the time zone is GMT-11)
Example 2:GMT,E,5,30# (the time zone is GMT+5:30)

from traccar-web.

mcriasia avatar mcriasia commented on July 28, 2024

time zonexxxxxx -4 (where x is password and -4 is your actual time zone as referenced in GMT -4 is where I am located.

Mark

from traccar-web.

aryansingh9909 avatar aryansingh9909 commented on July 28, 2024

sir,
Please clear the meaning of the command "GMT,E/W,hours,minutes#".

from traccar-web.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.