You would have to modify the code. Different speed units are not supported for TAIP at the moment.
Thanks, I will try to modify it or I will see if my provider can modify it on the device.
What unit of measurement should the device report so that Traccar interprets it correctly?
Another thing that reports badly on this device is the ignition state, it is always on.
Traccar always expects knots by default.
Cristian, it's easy to solve that problem you just have to adjust the TAIP protocol class where it converts the speed and recompile.
If you still have the problem, I can help you
regards
Santiago Ligenza
Hi Santiago, can you help me by some means with the Lantrix? I have problems with speed, among other things. thanks
Of course, what specific problems do you have?
I have a t1800 lantrix installed and it only reports position on the map, the ACC or the SOS does not work, and I have the "rules" loaded on the device, I think it is the protocol but not where to modify
I get the next string
>RGP310120142941-3174027-060526140000000017F2501;ID=1004;#0002;*2E<
>ACK;ID=1004;#0002;*72<
I make contact in ACC and in SOS but nothing arrives
Hello, i buy a Lantrix t1700 device and configure it with port 5031 but report the speed incorrectly.
Traccar says 164.2 km/h when the device goes to 88.6 km/h.
Modify the traccar.xml file with
<entry key='taip.speed'>kmh</entry>
and restart the server and try again, but the result is the same. (164.2km/h).Then I also tried with
<entry key='taip.speed'>kn</entry>
and the result was the same, traccar always says 164.2km/hThe hex code of the log is
How could I fix it? Thank you.