Traccar update 4.3 - Wrong course

Carlos Eduardo6 years ago

Hi Anton!!!

After update to 4.3, "course" attribute stores zero on database.
Device: TK303G
Protocol: gps103

2019-04-06 10:13:07  INFO: [7166295c: 5001 > 200.233.216.102] HEX: 4f4e
2019-04-06 10:13:14  INFO: [7166295c: 5001 < 200.233.216.102] HEX: 696d65693a3836383638333032343635373632332c747261636b65722c3139303430363130313330392c2c462c3133313330362e3030302c412c303830392e383137312c532c30333435352e343030322c572c352e30392c3134372e37333b
2019-04-06 10:13:14  INFO: [7166295c] id: 868683024657623, time: 2019-04-06 10:13:06, lat: -8.16362, lon: -34.92334, speed: 5.1, **course: 0.0**

Hex decoded:

imei:868683024657623,tracker,190406101309,,F,131306.000,A,0809.8171,S,03455.4002,W,5.09,**147.73**;

My XML file have only this parameters:

    <entry key='config.default'>./conf/default.xml</entry>
    <entry key='database.driver'>com.mysql.jdbc.Driver</entry>
    <entry key='database.url'>jdbc:mysql://localhost:3306/traccar</entry>
    <entry key='database.user'>my_user</entry>
    <entry key='database.password'>my_pass</entry>
    <entry key="processing.copyAttributes.enable">true</entry>
    <entry key="processing.copyAttributes">power,ignition,battery</entry> 
Anton Tananaev6 years ago

Wait for next release or try a build from latest source code.