- Edited
Bugfix schedule for FMB640 series:
in 1 week (October 18) the parsing for the following parameters will be updated to correspond the measurement units described in this documentation:
ID 14: parameter can.engine.motorhours stored in seconds will be stored in hours.
ID 15: parameter can.engine.motorhours stored in seconds will be renamed to can.tracker.counted.engine.motorhours and stored in hours.
the following parameters are now stored as they come from the device, will be stored with multiplier specified in the docs:
20: can.adblue.volume will be multiplied by 0.1
31: can.throttle.pedal.level will be multiplied by 0.4
37: can.fuel.level will be multiplied by 0.4
141: battery.temperature will be multiplied by 0.1
142: battery.level will be multiplied by 0.4
If some critical part of your application is tied to current values you can avoid the change
{
"required": false,
"enabled": true,
"validate_message": "",
"item_type": 11,
"name": "revert teltonika multiplied parameters",
"configuration": {
"expressions": [
{
"expression": "can.adblue.volume * 10",
"parameter": "can.adblue.volume"
},
{
"expression": "can.throttle.pedal.level / 0.4",
"parameter": "can.throttle.pedal.level"
},
{
"expression": "can.fuel.level / 0.4",
"parameter": "can.fuel.level"
},
{
"expression": "battery.temperature * 10",
"parameter": "battery.temperature"
}
]
},
"priority": 0,
"type_id": 7,
"timezone": "UTC"
}