is there special port for gt06 rollover issue ? (old gt06)

tedi2 years ago

hi..
is there special port for old gt06 who have problem with gps fixtime rollover ?
cause for Playback or history trips, traccar use gps fixtime.
so I cant see playback or history trips yesterday/ last week.

Anton Tananaev2 years ago

No, but you can override the time with server time.

tedi.sky992 years ago

anton, sorry for late reply. it didnt worked for me.
fix time have change to server time.
but car icon on the map still didnt change when the car is moving.

this is code in my traccar.xml, is there conflict in this list ?

       <entry key='database.driver'>com.mysql.cj.jdbc.Driver</entry>
    <entry key='database.url'>xxxxxx?serverTimezone=UTC&amp;allowPublicKeyRetrieval=true&amp;useSSL=false&amp;allowMultiQueries=true&amp;autoReconnect=true&amp;useUnicode=yes&amp;characterEncoding=UTF-8&amp;sessionVariables=sql_mode=''</entry>
    <entry key='database.user'>xxxxxx</entry>
    <entry key='database.password'>xxxxx</entry>
    <entry key='distance.enable'>true</entry>
    <entry key='filter.enable'>true</entry>
    <entry key='filter.distance'>40</entry>
    <entry key='filter.invalid'>true</entry>
    <entry key='filter.accuracy'>40</entry>
    <entry key='filter.duplicate'>true</entry>
    <entry key='filter.skipLimit'>1800</entry>
    <entry key='filter.zero'>true</entry>
    <entry key='report.trip.minimalTripDuration'>250</entry>
    <entry key='report.trip.minimalTripDistance'>300</entry>
    <entry key='report.trip.minimalParkingDuration'>300</entry>
    <entry key='report.trip.minimalNoDataDuration'>1200</entry>
    <entry key='report.trip.greedyParking'>true</entry>
    <entry key='coordinates.filter'>true</entry> 
    <entry key='coordinates.minError'>50</entry>
    <entry key='event.overspeed.notRepeat'>true</entry>
    <entry key='gt06.alternative'>true</entry>
    <entry key='geocoder.enable'>true</entry>
    <entry key='geocoder.language'>xxxxxxx</entry>
    <entry key='geocoder.format'>xxxxx</entry>
    <entry key='geocoder.type'>xxxxxx</entry>
        <entry key = 'time.override'> serverTime </entry>
</properties>
Anton Tananaev2 years ago

What didn't work?

tedi.sky992 years ago

car on the map still in same location (didnt moved) even actually car is running to other location.

Anton Tananaev2 years ago

OK, but it's not the same issue as the original problem in this thread.