Do you see driver id in positions?
Sorry for my ignorance, it would be in tc_positions >> attributes? If yes, it does not appear.
It doesn't appear for any of the positions? Then how would copyAttributes
solve your issue?
It does not appear for any of the positions. What I get basically is this:
{"distance": 0.0, "totalDistance": 371946.1, "motion": false, "hours": 307000}
The protocol used is gps103
What is the configuration for then? Do you understand what those configuration parameters mean? Does your device support driver id?
Hello Anton and everyone! I'm trying to use the Driver function, but without success. My version is 4.1. I used the following configuration options below, without success.
<entry key='processing.copyAttributes.enable'>true</entry> <entry key='processing.copyAttributes'>driverUniqueId</entry>
And so
<entry key='processing.copyAttributes'>driverUniqueId,power,ignition,battery</entry> <entry key='processing.copyAttributes.enable'>true</entry>
Could someone help me? Thanks