• Edited

protocol updates:
FMX650 series parsing:
ID 76 parsed as counter.impulses will be parsed as counter.impulses.1. Both parameters are registered till April 30
ID 10640 is now parsed as counter.impulses.frequency.1
ID 483 is now parsed as counter.impulses.2
ID 10642 is now parsed as counter.impulses.frequency.2
appropriate custom.param.IDs are registered till April 30
bugfix in ID 37: can.fuel.level multiplier removed

AVL ID 548 updated to the latest ble.beacons parsing scheme version as described here

FMC150 model:
updated to have 3 Digital Outputs in configuration.

    Tacho fix: fixed the problem of parsing the driver's name. Case when the tracker does not read correctly or the tachograph incorrectly returns the driver's name. Now such behavior does not happen parsing error and the loading process can be continued.

      4 days later

      The OBDII DTC codes registration is planned to be changed. Currently, error codes are stored in the can.dtc parameter as an array of strings. To unify with other diagnostic protocol types, errors will be stored as an array of objects.

      The changes will be applied in 2 weeks, on May 8, 2025.

      For reference, two additional parameters have been added:

      • can.dtc.strings - contains errors in the current format (will be removed in 1 month, on May 24, 2025)
      • can.dtc.objects - contains errors in the new format (will be removed in 2 weeks, on May 8, 2025)

      can.dtc.strings example:
      ["P0020","U0001"]
      can.dtc.objects example:
      [{"standard":"OBDII","code":"P0020"},{"standard":"OBDII","code":"U001"}]

      Teltonika protocol is updated: old parameters are removed after renaming (see namo)

        setparam command bugfix: \r\n ending bytes removed
        newly added AVL ID 1149 is now stored as network.lte.band

          YuryAheichyk changes applied, can.dtc array contain objects now.

          For reference, two additional parameters added:

          • can.dtc.strings - contains errors in the old format (will be removed on May 24, 2025)
          • can.dtc.objects - contains errors in the new format (will be removed on May 24, 2025)

          can.dtc.strings example:
          ["P0020","U0001"]
          can.dtc.objects example:
          [{"standard":"OBDII","code":"P0020"},{"standard":"OBDII","code":"U001"}]

          Teltonika protocol is updated: fixed parsing of gms.sim.iccid parameter for FMB devices.

            Tacho functionality update: the authorization process with different generations of tachographs has been improved. In particular, the improvement concerns work with Stoneridge equipment. Current and potential problems have been fixed.
            Important: the change works in tandem with version TBA 0.6.1.

              5 days later

              Tacho functionality update:

              • fixed the behavior of the yellow warning notification in the log when polling the driver information tracker. Now such a message will appear only if it was not possible to get the name or id of the driver for the file type that is currently being loaded. Previously, it could erroneously trigger for the second driver.
              • Increased the TTL of the tacho command when sending via media-box to 600 seconds. Previously 300, it could cause the command to expire prematurely before completion.

                can.electric.engine.status will be renamed to can.motor.status
                can.limited.performance.electric.motor.indicator.state will be renamed to can.motor.limited.performance.indicator.state
                can.electric.motor.failures.indicator.state will be renamed to can.motor.failures.indicator.state
                Both parameters are registered for 2 weeks till June 5th.

                  6 days later

                  Teltonika protocol is updated.

                  • AVL_ID 1388 OEM HV Battery Lifetime Power Use has been fixed and now is registered as signed integer value
                  • flespi parameters renamed:
                    for AVL_ID 1388 OEM HV Battery Lifetime Power Use: parameter is renamed from can.hybrid.battery.consumed.capacity to can.vehicle.battery.energy.consumed
                    for AVL_ID 1389 OEM HV Battery Lifetime Charge Power: parameter is renamed from can.hybrid.battery.charged.capacity to can.vehicle.battery.total.charge.energy
                    Old parameters will be registered along with the new ones for 2 week, until 2025-Jun-12.

                  The update is related to Teltonika FMB003 device.

                    Write a Reply...