FMB640 series added parsing of IDs:
16 to can.tracker.counted.mileage
216 to vehicle.mileage
New setting of Crash counter implemented for FMB series:
FMB640 series added parsing of IDs:
16 to can.tracker.counted.mileage
216 to vehicle.mileage
New setting of Crash counter implemented for FMB series:
TST100 device parsing updated: 242 ==> mandown.alarm.status, 386 ==> position.fix.age
FMB640 series odoset setting added
Parameter ID=248 Immobilizer is supported for Teltonika FMB devices.
The following parameters are registered in flespi depending on Param ID=248 value:
Bugfix in Setting for tst100 and tft100 device types:
motion_detection_sas setting was working not correctly: starting from the firmware 55.00.04++ it works the same way as for FMB series, thus setting motion_detection_sas moved to motion_detection with bitmask as sources.
Minor updates:
Minor updates:
Teltonika protocol updated: SuperSoco I/O elements are supported for Teltonika TFT100.
Mapping of TFT100 AVL IDs into flespi parameters is below:
Bugfix schedule:
We found a bug in parsing device SIM card ICCID based on Data sending parameter IDs 11 and 14. For some values our parser may add extra 0 symbols in the middle of ICCID value.
The fix will be installed in 2 weeks - January 4th 2022. The result of the fix will be the possible change in gsm.sim.iccid parameter if it is reported by Data sending parameter IDs 11 and 14.
There is another way to obtain gsm.sim.iccid parameter - to send getimeiccid action command. The result will be stored correctly, as the response is sent by the device as an ASCII string. By the change in gsm.sim.iccid parameter you may see if you will be affected by the change.
There are ways to make the smooth transition in this situation, you can ask for help in flespi chat for guidance.
The following update will also remove Deprecated codec12 setting. It is not used by the customers anymore according to our logs, because there is a possibility to send custom command in the device interface.
Teltonika protocol updated, the following changes are introduced:
Bug in parsing of data sending parameter ID 241 Active GSM Operator is fixed.
Previously it was stored as gsm.mnc parameter; now it's splitted into parameters:
Added new action settings under CAN tab:
Action command setdigout1 added for MSP500 device type
We've detected discrepancy in our parameter naming regarding LLS sensors. LLS sensors send just only some measured value, not the volume of counted liquid. So the parameter has to be postfixed with .value instead of .volume. Changes are the following:
liquid.sensor.fuel.volume to lls.value
liquid.sensor.fuel.temperature to lls.temperature
escort.liquid.sensor.temperature to escort.lls.temperature
escort.liquid.sensor.fuel.level to escort.lls.value
escort.liquid.sensor.battery.voltage to escort.lls.battery.voltage
Both versions of the parameters will be registered for 1 month until 5th April 2022. Then old naming will be removed
Small change rolled out together with the update:
baja together with the changes on 5th April some minor updates will be installed:
Teltonika protocol is updated: processing of result of custom command is fixed.
Bugfix: Data sending parameter ID 107 stored as can.fuel.consumed is now stored as can.tracker.counted.fuel.consumed because can.fuel.consumed is parsed from parameter id 83. The renamed has been accomplished to avoid parameter name collision if both IDs are reported by the device.
Green Driving setting added to OBD devices
The protocol will be affected by the change in type of parameters gsm.mcc and gsm.mnc to be installed in 2 weeks - May 23rd, 2022: both parameters that now have type "string" will be stored as "number". The possible leading zeroes in MNC will be ignored (e.g. the value "01" will be stored as 1).
codec12 channel level command scheme was updated with optional wait_response boolean field. By default it is true, if you specify the field value as false, then the command will be treated as executed right after being sent. As a side-effect of such behavior, the command response (if any) will be stored as payload.hex or payload.text parameter.