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?
What device are you using please send ?
"driverUniqueId": "0B822B66", is the string
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
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.
It will work only with future records
Hi all!
I will continue this topic instead of opening a new one.
I installed a Teltonika GPS for one of my customers with an iButton. The driver registration is working, and I can see the driver show up in the vehicle details.
However, when I check the reports, I only see the driver (Driver1 or Driver2) once at the time of registration. For the next position, the driver field is empty, and if I export the report, the driver does not show up.
Teltonika FMC130, If anybody have any experience with this problem, please let me know what I'm doing wrong in setup.
Thank you!
Have you checked teltonika documentation? Is it expected to send it only once at registration?
Hi Anton,
At the moment, Teltonika send only once the driver ID, I didn't find any option for this function. Thanks for the idea, I will asking my teltonika account manager about this. Do you think this is the issue? Or I have to config traccar.xml file like in the previous comment?
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.