Reverted the changes:
https://github.com/traccar/traccar/commit/3753db61c84279ddb36c1a2b23b83a523770d90b
Hi Anton,
I think you revert for next release thanks
Please revert also
io87 & io16 => Fuel Level
io110 => Diagnostics Supported
io113 => Service Distance
io235 => VIN Part3
Can you tell when you can compil this version ?
I absolutely need to get io24, where is it please ?
Thanks a lot
Anton,
It is possible to compil patch to fix decoding issue ?
Thanks
Reverted. You can always compile a version from the source code.
Hi Anton,
Thanks for revert.
I never compile from source and I don't know if I'm able to do this.
Have you delay for next release ?
Thx
Delay?
Not Delay
Date ?
No date yet, but I think it will be soon.
Hi Anton,
Thanks for update it's working fine with Teltonika Protocol specially for io24
PS : modern interface is very slow with many device (2500) ... I using old interface
Is it slow because they report a lot of data or it's slow even when everything is static?
It's slow at startup just after credential
I can't use it, it's freeze
I have about 2500 devices with many positions per minutes
I had it working fine with ~1000 devices, but in a static view with very small number of updates. Anyway, that's something we plan to address at some point.
Great thanks
Perhaps U can limit refresh frequency to 5 minutes by device, it's enought when display many devices.
Or rule for refresh depending number of devices ....
We have live updates via WebSocket. We don't do polling.
Hi,
Last sunday I upgrade from 4.8 to 4.10 and I have big issue with tetonika decoder in this 4.10 traccar server version.
Especially with "io24" attribute because is missing.
In 4.8 version io24 default parsing was applied :
And now io24 have special case :
But I don't understand where this value is saved, in speed column of tc_positions table I have same value like before, and this value is not correct because I expected value in km/h.
How can I retrieve this value ?
More generally, you decode more teltonika attributes in this 4.10 version but this decoding is wrong because TELTONIKA use different encoding per device model.
This decoding is correct for FMAXXX and FMBXXX device with LVCAN or ALLCAN module for car but not for FM63XY device for truck with tachygraph.
For example :
Is respectively for FM63XY device :
io81 => Cruise Control Active (bool)
io82 => Clutch Switch (bool)
io83 => PTO State (bool)
io84 => Acceleration Pedal Position (%)
io85 => Engine Current Load (%)
For next upgrade how can I prevent decoding issue ?
Thanks