Hello everyone,
Is it possible to set the device time to appear on the heartbeat?
That is, in fixTime the time of the device is taken. I know that heartbeats don't indicate position, so traccar replaces the data including time with a previous valid event.
This is my configuration:
<entry key='filter.enable'>true</entry>
<entry key='filter.zero'>true</entry>
<entry key='filter.maxSpeed'>500</entry>
<entry key='filter.duplicate'>true</entry>
<entry key='filter.future'>86400</entry>
<entry key='filter.skipAttributes.enable'>true</entry>
<entry key='filter.skipAttributes'>alarm,ignition,charge,power,result,status</entry>
<entry key ='processing.copyAttributes.enable'>true</entry>
<entry key ='processing.copyAttributes'>ignition,charge,power,battery,batteryLevel</entry>
GT06 heartbeat (status) messages don't have any time information.
Hello Anton, you are right.
The heartbeat has no time information so I can't think of how to fix it.
Thanks for your answer
Hello everyone,
Is it possible to set the device time to appear on the heartbeat?
That is, in fixTime the time of the device is taken. I know that heartbeats don't indicate position, so traccar replaces the data including time with a previous valid event.
This is my configuration: