Driver Not being captured

Dear, I set up traccar.xml as indicated by ken. however my driver ID is not captured.
My tracker is a Queclink GV75 with RFID.
The equipment is installed in the vehicle and working properly. It makes the auto lock and when passing the rfid card unlocks the vehicle ..
What else should I do to resolve this issue?
thanks.

ken5 years ago

jean jose de matos does it capture it once?

At first, thanks for replying. I'm sorry I'm brazilian. I'm using the translator.

Checked in the database and is coming the unlock signal in the positions table.
Look:

{"driverUniqueId": "0B822B66", "hdop": 0, "odometer": 248400.0, "type": "IDA", "distance": 0.0, "totalDistance": 239381.5, "motion": true, "hours" : 113189000}.

but the platform is not interpreting the registry.
Note that type: IDA. This registration comes only when unlocking the vehicle.

After we have the ignition:

{"hdop": 0, "ignition": true, "odometer": 248400.0, "type": "IGN", "distance": 0.0, "totalDistance": 239381.5, "motion": true, "hours": 113189000 }

and finally the screening:

{"hdop": 1, "power": 13.05, "odometer": 248600.0, "batteryLevel": 100, "ignition": true, "input": 1, "output": 1, "type": "FRI" , "distance": 153.42, "totalDistance": 239534.92, "motion": true, "hours": 113430000}

Is there any parameters that I can tell the ID to appear in reports?

ken5 years ago

What device are you using please send ?

ken5 years ago

"driverUniqueId": "0B822B66", is the string

ken5 years ago

you need to repeat it from the device or the software

I need to repeat in the software, because the tracker only sends the unlock. In the route report the name of the driver does not appear.

Do I need to make modifications to the source code or just enter parameters on the device?

See the picture ... the driver does not appear
https://photos.app.goo.gl/AmQbS5yQ8G6q6H5LA

ken5 years ago

you need to add this in traccar.xml

<entry key='processing.copyAttributes.enable'>true</entry>
<entry key='processing.copyAttributes'>driverUniqueId</entry>

sorry for the delay. I reported this data today ..
will the id only appear in the next records or already get from previous records?

Friend.
It worked.
Thank you very much.

ken5 years ago

It will work only with future records