Freematics and VIN in reports

fixundfertig123 6 hours ago

Hello everyone,
I am currently testing the freematics traccar edittion and traccar. Everything but one thing works like a charme. Maybe someone can help. I cannot get the VIN to be displayed via GUI. All data are transmitted as depicted in the log:

2026-05-27 13:13:59  INFO: [Ud2889aa5: freematics < 46.XX.YY.ZZ] UCFLxxx#EV=4,TS=373624,ID=UCFLxxx,SSI=-79,VIN=WAUXXXXXXXX\*D7
2026-05-27 13:13:59  INFO: [Ud2889aa5: freematics > 46.XX.YY.ZZ] 1#EV=4,RX=1,TS=373624*ED
2026-05-27 13:14:00  INFO: [Ud2889aa5] id: UCFLxxx, time: 2026-05-27 13:13:57, lat: 1.11111, lon: 2.2222, course: 0.0
2026-05-27 13:14:01  INFO: [Ud2889aa5: freematics < 46.XX.YY.ZZ] UCFLxxx#0:375106,10D:0,10C:849,111:11,104:11,10E:6,24:1596,20:-0.06;0.05;-0.03,10:11140120,A:1.1111,B:2.2222,C:35,D:0.3,E:0,F:12,12:64,82>

It does not show up in any report /.... and I was not able to find it in the DB. Maybe I am searching in the wrong place.

I added a custom atttribute "VIN" to the device and even added:

        <entry key='processing.copyAttributes.enable'>true</entry>
        <entry key='processing.copyAttributes'>vin,VIN</entry>

Nothing works. Any idea?

Anton Tananaev 2 hours ago

This should solve the problem:

https://github.com/traccar/traccar/commit/af3df62ce82402213fff801723d1d7ddaeef02e1

Previously VIN was only used as an identifier.

fixundfertig123 an hour ago

Hi, whow. Thank you very much for the quick response! I will test it and give you feedback. Thank you again.