Hello, I have a Teltonika FMB 120 and I read data from the bus using LVCAN.
Fuel and odometer are read from CAN about 30-60 seconds after ignition start but in api/reports/trips I have startPositionId without CAN data.
Is it possible to overwrite attributes (fuel, odometer) from the first data from CAN to startPositionId (without CAN data - odometer, fuel)?
I prefer starting position according to ignition.
You can play around with the trip configuration.
Thx, I will try to use processing.copyAttributes
That's not really part of the trip configuration, but sure.
Hello, I have a Teltonika FMB 120 and I read data from the bus using LVCAN.
Fuel and odometer are read from CAN about 30-60 seconds after ignition start but in api/reports/trips I have startPositionId without CAN data.
Is it possible to overwrite attributes (fuel, odometer) from the first data from CAN to startPositionId (without CAN data - odometer, fuel)?
I prefer starting position according to ignition.