Skip to content

Instantly share code, notes, and snippets.

@Baael
Last active October 29, 2024 08:50
Show Gist options
  • Save Baael/b6dd97a429ced8964831851ab397fe5a to your computer and use it in GitHub Desktop.
Save Baael/b6dd97a429ced8964831851ab397fe5a to your computer and use it in GitHub Desktop.
Teltonika FMB003 definitions
{
"1": {
"definition": {
"propertyIdInAvlPacket": 1,
"propertyName": "Digital Input 1",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Logic: 0/1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "digital_input_1",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1_digital_input_1",
"state_topic": "[[DEVICEID]]_1/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1/config",
"payload_on": "0",
"payload_off": "1"
}
},
"2": {
"definition": {
"propertyIdInAvlPacket": 2,
"propertyName": "Digital Input 2",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Logic: 0/1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "digital_input_2",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_2_digital_input_2",
"state_topic": "[[DEVICEID]]_2/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_2/config",
"payload_on": "0",
"payload_off": "1"
}
},
"3": {
"definition": {
"propertyIdInAvlPacket": 3,
"propertyName": "Digital Input 3",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Logic: 0/1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "digital_input_3",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_3_digital_input_3",
"state_topic": "[[DEVICEID]]_3/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_3/config",
"payload_on": "0",
"payload_off": "1"
}
},
"4": {
"definition": {
"propertyIdInAvlPacket": 4,
"propertyName": "Pulse Counter Din1",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Counts pulses, count is reset when records are saved",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:4",
"slug": "pulse_counter_din1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_4_pulse_counter_din1",
"state_topic": "[[DEVICEID]]_4/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_4/config"
}
},
"5": {
"definition": {
"propertyIdInAvlPacket": 5,
"propertyName": "Pulse Counter Din2",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Counts pulses, count is reset when records are saved",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:4",
"slug": "pulse_counter_din2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_5_pulse_counter_din2",
"state_topic": "[[DEVICEID]]_5/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_5/config"
}
},
"6": {
"definition": {
"propertyIdInAvlPacket": 6,
"propertyName": "Analog Input 2",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": 0.001,
"units": "V",
"description": "Voltage",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "analog_input_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_6_analog_input_2",
"state_topic": "[[DEVICEID]]_6/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_6/config",
"value_template": "{{ value | float * 0.001 }}",
"device_class": "voltage",
"unit_of_measurement": "V",
"state_class": "measurement"
}
},
"9": {
"definition": {
"propertyIdInAvlPacket": 9,
"propertyName": "Analog Input 1",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": 0.001,
"units": "V",
"description": "Voltage",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "analog_input_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_9_analog_input_1",
"state_topic": "[[DEVICEID]]_9/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_9/config",
"value_template": "{{ value | float * 0.001 }}",
"device_class": "voltage",
"unit_of_measurement": "V",
"state_class": "measurement"
}
},
"10": {
"definition": {
"propertyIdInAvlPacket": 10,
"propertyName": "SD Status",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - not present 1 - present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "sd_status",
"sensor_type": "binary_sensor",
"options": {
"0": "not present",
"1": "present"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_10_sd_status",
"state_topic": "[[DEVICEID]]_10/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_10/config",
"payload_on": "0",
"payload_off": "1"
}
},
"11": {
"definition": {
"propertyIdInAvlPacket": 11,
"propertyName": "ICCID1",
"bytes": "8",
"type": "Unsigned",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Value of SIM ICCID, MSB",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:8",
"slug": "iccid1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_11_iccid1",
"state_topic": "[[DEVICEID]]_11/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_11/config"
}
},
"12": {
"definition": {
"propertyIdInAvlPacket": 12,
"propertyName": "Fuel Used GPS",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "4294967295",
"multiplier": 0.001,
"units": "l",
"description": "Fuel Used",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:4",
"slug": "fuel_used_gps",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_12_fuel_used_gps",
"state_topic": "[[DEVICEID]]_12/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_12/config",
"value_template": "{{ value | float * 0.001 }}",
"device_class": "volume",
"unit_of_measurement": "L",
"state_class": "measurement"
}
},
"13": {
"definition": {
"propertyIdInAvlPacket": 13,
"propertyName": "Fuel Rate GPS",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "32767",
"multiplier": 0.01,
"units": "l/100km",
"description": "Average Fuel Use",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "fuel_rate_gps",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_13_fuel_rate_gps",
"state_topic": "[[DEVICEID]]_13/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_13/config",
"value_template": "{{ value | float * 10 * 0.01 }}",
"device_class": "energy",
"unit_of_measurement": "kWh/100km",
"state_class": "measurement"
}
},
"14": {
"definition": {
"propertyIdInAvlPacket": 14,
"propertyName": "ICCID2",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Value of SIM ICCID, LSB",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:8",
"slug": "iccid2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_14_iccid2",
"state_topic": "[[DEVICEID]]_14/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_14/config"
}
},
"15": {
"definition": {
"propertyIdInAvlPacket": 15,
"propertyName": "Eco Score",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": 0.01,
"units": "-",
"description": "Average amount of events on some distance",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "eco_score",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_15_eco_score",
"state_topic": "[[DEVICEID]]_15/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_15/config",
"value_template": "{{ value | float * 0.01 }}"
}
},
"16": {
"definition": {
"propertyIdInAvlPacket": 16,
"propertyName": "Total Odometer",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "2147483647",
"multiplier": "-",
"units": "-",
"description": "Total Odometer value in meters",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:4",
"slug": "total_odometer",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_16_total_odometer",
"state_topic": "[[DEVICEID]]_16/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_16/config"
}
},
"17": {
"definition": {
"propertyIdInAvlPacket": 17,
"propertyName": "Axis X",
"bytes": "2",
"type": "Signed",
"min": "-8000",
"max": "8000",
"multiplier": "-",
"units": "mG",
"description": "X axis value",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "axis_x",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_17_axis_x",
"state_topic": "[[DEVICEID]]_17/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_17/config"
}
},
"18": {
"definition": {
"propertyIdInAvlPacket": 18,
"propertyName": "Axis Y",
"bytes": "2",
"type": "Signed",
"min": "-8000",
"max": "8000",
"multiplier": "-",
"units": "mG",
"description": "Y axis value",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "axis_y",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_18_axis_y",
"state_topic": "[[DEVICEID]]_18/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_18/config"
}
},
"19": {
"definition": {
"propertyIdInAvlPacket": 19,
"propertyName": "Axis Z",
"bytes": "2",
"type": "Signed",
"min": "-8000",
"max": "8000",
"multiplier": "-",
"units": "mG",
"description": "Z axis value",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "axis_z",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_19_axis_z",
"state_topic": "[[DEVICEID]]_19/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_19/config"
}
},
"20": {
"definition": {
"propertyIdInAvlPacket": 20,
"propertyName": "BLE Battery #2",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Battery level of sensor #2",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:1",
"slug": "ble_battery_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_20_ble_battery_2",
"state_topic": "[[DEVICEID]]_20/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_20/config"
}
},
"21": {
"definition": {
"propertyIdInAvlPacket": 21,
"propertyName": "GSM Signal",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "5",
"multiplier": "-",
"units": "-",
"description": "Value in range 1-5",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O Elements",
"bufferReader": "unsigned:1",
"slug": "gsm_signal",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_21_gsm_signal",
"state_topic": "[[DEVICEID]]_21/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_21/config"
}
},
"22": {
"definition": {
"propertyIdInAvlPacket": 22,
"propertyName": "BLE Battery #3",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Battery level of sensor #3",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:1",
"slug": "ble_battery_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_22_ble_battery_3",
"state_topic": "[[DEVICEID]]_22/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_22/config"
}
},
"23": {
"definition": {
"propertyIdInAvlPacket": 23,
"propertyName": "BLE Battery #4",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Battery level of sensor #4",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:1",
"slug": "ble_battery_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_23_ble_battery_4",
"state_topic": "[[DEVICEID]]_23/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_23/config"
}
},
"24": {
"definition": {
"propertyIdInAvlPacket": 24,
"propertyName": "Speed",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "350",
"multiplier": "-",
"units": "km/h",
"description": "GNSS Speed",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "speed",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_24_speed",
"state_topic": "[[DEVICEID]]_24/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_24/config"
}
},
"25": {
"definition": {
"propertyIdInAvlPacket": 25,
"propertyName": "BLE Temperature #1",
"bytes": "2",
"type": "Signed",
"min": -4000,
"max": "12500",
"multiplier": "0.01*",
"units": "°C",
"description": "Degrees ( °C ), -40 - +125; Error codes: 4000 - abnormal sensor state 3000 - sensor not found 2000 - failed sensor data parsing From firmware version 03.28.00 and up: 32767 - sensor not found 32766 - failed sensor data parsing 32765 - abnormal sensor state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "signed:2",
"slug": "ble_temperature_1",
"sensor_type": "complex_sensor",
"options": {
"32765": "abnormal sensor state",
"32766": "failed sensor data parsing",
"32767": "sensor not found"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_25_ble_temperature_1",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_25/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_25/config",
"value_template": ">-\n {% set states = {\n '32765': 'abnormal sensor state',\n'32766': 'failed sensor data parsing',\n'32767': 'sensor not found'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"26": {
"definition": {
"propertyIdInAvlPacket": 26,
"propertyName": "BLE Temperature #2",
"bytes": "2",
"type": "Signed",
"min": -4000,
"max": "12500",
"multiplier": "0.01*",
"units": "°C",
"description": "Degrees ( °C ), -40 - +125; Error codes: 4000 - abnormal sensor state 3000 - sensor not found 2000 - failed sensor data parsing From firmware version 03.28.00 and up: 32767 - sensor not found 32766 - failed sensor data parsing 32765 - abnormal sensor state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "signed:2",
"slug": "ble_temperature_2",
"sensor_type": "complex_sensor",
"options": {
"32765": "abnormal sensor state",
"32766": "failed sensor data parsing",
"32767": "sensor not found"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_26_ble_temperature_2",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_26/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_26/config",
"value_template": ">-\n {% set states = {\n '32765': 'abnormal sensor state',\n'32766': 'failed sensor data parsing',\n'32767': 'sensor not found'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"27": {
"definition": {
"propertyIdInAvlPacket": 27,
"propertyName": "BLE Temperature #3",
"bytes": "2",
"type": "Signed",
"min": -4000,
"max": "12500",
"multiplier": "0.01*",
"units": "°C",
"description": "Degrees ( °C ), -40 - +125; Error codes: 4000 - abnormal sensor state 3000 - sensor not found 2000 - failed sensor data parsing From firmware version 03.28.00 and up: 32767 - sensor not found 32766 - failed sensor data parsing 32765 - abnormal sensor state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "signed:2",
"slug": "ble_temperature_3",
"sensor_type": "complex_sensor",
"options": {
"32765": "abnormal sensor state",
"32766": "failed sensor data parsing",
"32767": "sensor not found"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_27_ble_temperature_3",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_27/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_27/config",
"value_template": ">-\n {% set states = {\n '32765': 'abnormal sensor state',\n'32766': 'failed sensor data parsing',\n'32767': 'sensor not found'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"28": {
"definition": {
"propertyIdInAvlPacket": 28,
"propertyName": "BLE Temperature #4",
"bytes": "2",
"type": "Signed",
"min": -4000,
"max": "12500",
"multiplier": "0.01*",
"units": "°C",
"description": "Degrees ( °C ), -40 - +125; Error codes: 4000 - abnormal sensor state 3000 - sensor not found 2000 - failed sensor data parsing From firmware version 03.28.00 and up: 32767 - sensor not found 32766 - failed sensor data parsing 32765 - abnormal sensor state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "signed:2",
"slug": "ble_temperature_4",
"sensor_type": "complex_sensor",
"options": {
"32765": "abnormal sensor state",
"32766": "failed sensor data parsing",
"32767": "sensor not found"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_28_ble_temperature_4",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_28/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_28/config",
"value_template": ">-\n {% set states = {\n '32765': 'abnormal sensor state',\n'32766': 'failed sensor data parsing',\n'32767': 'sensor not found'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"29": {
"definition": {
"propertyIdInAvlPacket": 29,
"propertyName": "BLE Battery #1",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Battery level of sensor #1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:1",
"slug": "ble_battery_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_29_ble_battery_1",
"state_topic": "[[DEVICEID]]_29/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_29/config"
}
},
"30": {
"definition": {
"propertyIdInAvlPacket": 30,
"propertyName": "Number of DTC",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "-",
"description": "Number of DTC",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "number_of_dtc",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_30_number_of_dtc",
"state_topic": "[[DEVICEID]]_30/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_30/config"
}
},
"31": {
"definition": {
"propertyIdInAvlPacket": 31,
"propertyName": "Engine Load",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Calculated engine load value",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "engine_load",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_31_engine_load",
"state_topic": "[[DEVICEID]]_31/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_31/config"
}
},
"32": {
"definition": {
"propertyIdInAvlPacket": 32,
"propertyName": "Coolant Temperature",
"bytes": "1",
"type": "Signed",
"min": -128,
"max": "127",
"multiplier": "-",
"units": "°C",
"description": "Engine coolant temperature",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "signed:1",
"slug": "coolant_temperature",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_32_coolant_temperature",
"state_topic": "[[DEVICEID]]_32/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_32/config"
}
},
"33": {
"definition": {
"propertyIdInAvlPacket": 33,
"propertyName": "Short Fuel Trim",
"bytes": "1",
"type": "Signed",
"min": -100,
"max": "99",
"multiplier": "-",
"units": "%",
"description": "Short term fuel trim 1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "signed:1",
"slug": "short_fuel_trim",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_33_short_fuel_trim",
"state_topic": "[[DEVICEID]]_33/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_33/config"
}
},
"34": {
"definition": {
"propertyIdInAvlPacket": 34,
"propertyName": "Fuel pressure",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "765",
"multiplier": "-",
"units": "kPa",
"description": "Fuel pressure",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "fuel_pressure",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_34_fuel_pressure",
"state_topic": "[[DEVICEID]]_34/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_34/config"
}
},
"35": {
"definition": {
"propertyIdInAvlPacket": 35,
"propertyName": "Intake MAP",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "kPa",
"description": "Intake manifold absolute pressure",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "intake_map",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_35_intake_map",
"state_topic": "[[DEVICEID]]_35/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_35/config"
}
},
"36": {
"definition": {
"propertyIdInAvlPacket": 36,
"propertyName": "Engine RPM",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "16384",
"multiplier": "-",
"units": "rpm",
"description": "Engine RPM",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "engine_rpm",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_36_engine_rpm",
"state_topic": "[[DEVICEID]]_36/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_36/config"
}
},
"37": {
"definition": {
"propertyIdInAvlPacket": 37,
"propertyName": "Vehicle Speed",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "km/h",
"description": "Vehicle speed",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "vehicle_speed",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_37_vehicle_speed",
"state_topic": "[[DEVICEID]]_37/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_37/config"
}
},
"38": {
"definition": {
"propertyIdInAvlPacket": 38,
"propertyName": "Timing Advance",
"bytes": "1",
"type": "Signed",
"min": -64,
"max": "64",
"multiplier": "-",
"units": "°",
"description": "Timing advance",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "signed:1",
"slug": "timing_advance",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_38_timing_advance",
"state_topic": "[[DEVICEID]]_38/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_38/config"
}
},
"39": {
"definition": {
"propertyIdInAvlPacket": 39,
"propertyName": "Intake Air Temperature",
"bytes": "1",
"type": "Signed",
"min": -128,
"max": "127",
"multiplier": "-",
"units": "°C",
"description": "Intake air temperature",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "signed:1",
"slug": "intake_air_temperature",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_39_intake_air_temperature",
"state_topic": "[[DEVICEID]]_39/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_39/config"
}
},
"40": {
"definition": {
"propertyIdInAvlPacket": 40,
"propertyName": "MAF",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": 0.01,
"units": "g/sec",
"description": "MAF air flow rate",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "maf",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_40_maf",
"state_topic": "[[DEVICEID]]_40/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_40/config",
"value_template": "{{ value | float * 0.01 }}",
"device_class": "weight",
"unit_of_measurement": "g/s",
"state_class": "measurement"
}
},
"41": {
"definition": {
"propertyIdInAvlPacket": 41,
"propertyName": "Throttle Position",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Throttle position",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "throttle_position",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_41_throttle_position",
"state_topic": "[[DEVICEID]]_41/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_41/config"
}
},
"42": {
"definition": {
"propertyIdInAvlPacket": 42,
"propertyName": "Runtime since engine start",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "s",
"description": "Runtime since engine start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "runtime_since_engine_start",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_42_runtime_since_engine_start",
"state_topic": "[[DEVICEID]]_42/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_42/config"
}
},
"43": {
"definition": {
"propertyIdInAvlPacket": 43,
"propertyName": "Distance Traveled MIL On",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "km",
"description": "Distance ormattin MIL on",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "distance_traveled_mil_on",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_43_distance_traveled_mil_on",
"state_topic": "[[DEVICEID]]_43/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_43/config"
}
},
"44": {
"definition": {
"propertyIdInAvlPacket": 44,
"propertyName": "Relative Fuel Rail Pressure",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "5178",
"multiplier": 0.1,
"units": "kPa",
"description": "Relative fuel rail pressure",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "relative_fuel_rail_pressure",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_44_relative_fuel_rail_pressure",
"state_topic": "[[DEVICEID]]_44/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_44/config",
"value_template": "{{ value | float * 0.1 }}",
"device_class": "pressure",
"unit_of_measurement": "kPa",
"state_class": "measurement"
}
},
"45": {
"definition": {
"propertyIdInAvlPacket": 45,
"propertyName": "Direct Fuel Rail Pressure",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": 10,
"units": "kPa",
"description": "Direct Fuel Rail Pressure",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "direct_fuel_rail_pressure",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_45_direct_fuel_rail_pressure",
"state_topic": "[[DEVICEID]]_45/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_45/config",
"value_template": "{{ value | float * 10 }}",
"device_class": "pressure",
"unit_of_measurement": "kPa",
"state_class": "measurement"
}
},
"46": {
"definition": {
"propertyIdInAvlPacket": 46,
"propertyName": "Commanded EGR",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Commanded EGR",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "commanded_egr",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_46_commanded_egr",
"state_topic": "[[DEVICEID]]_46/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_46/config"
}
},
"47": {
"definition": {
"propertyIdInAvlPacket": 47,
"propertyName": "EGR Error",
"bytes": "1",
"type": "Signed",
"min": -100,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "EGR error",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "signed:1",
"slug": "egr_error",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_47_egr_error",
"state_topic": "[[DEVICEID]]_47/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_47/config"
}
},
"48": {
"definition": {
"propertyIdInAvlPacket": 48,
"propertyName": "Fuel Level",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Fuel level",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "fuel_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_48_fuel_level",
"state_topic": "[[DEVICEID]]_48/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_48/config"
}
},
"49": {
"definition": {
"propertyIdInAvlPacket": 49,
"propertyName": "Distance Since Codes Clear",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "km",
"description": "Distance traveled since codes cleared",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "distance_since_codes_clear",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_49_distance_since_codes_clear",
"state_topic": "[[DEVICEID]]_49/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_49/config"
}
},
"50": {
"definition": {
"propertyIdInAvlPacket": 50,
"propertyName": "Barometic Pressure",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "kPa",
"description": "Barometic pressure",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "barometic_pressure",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_50_barometic_pressure",
"state_topic": "[[DEVICEID]]_50/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_50/config"
}
},
"51": {
"definition": {
"propertyIdInAvlPacket": 51,
"propertyName": "Control Module Voltage",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": 0.001,
"units": "V",
"description": "Control module voltage",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "control_module_voltage",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_51_control_module_voltage",
"state_topic": "[[DEVICEID]]_51/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_51/config",
"value_template": "{{ value | float * 0.001 }}",
"device_class": "voltage",
"unit_of_measurement": "V",
"state_class": "measurement"
}
},
"52": {
"definition": {
"propertyIdInAvlPacket": 52,
"propertyName": "Absolute Load Value",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "25700",
"multiplier": "-",
"units": "%",
"description": "Absolute load value",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "absolute_load_value",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_52_absolute_load_value",
"state_topic": "[[DEVICEID]]_52/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_52/config"
}
},
"53": {
"definition": {
"propertyIdInAvlPacket": 53,
"propertyName": "Ambient Air Temperature",
"bytes": "1",
"type": "Signed",
"min": -128,
"max": "127",
"multiplier": "-",
"units": "°C",
"description": "Ambient air temperature",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "signed:1",
"slug": "ambient_air_temperature",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_53_ambient_air_temperature",
"state_topic": "[[DEVICEID]]_53/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_53/config"
}
},
"54": {
"definition": {
"propertyIdInAvlPacket": 54,
"propertyName": "Time Run With MIL On",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min",
"description": "Time run with MIL on",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "time_run_with_mil_on",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_54_time_run_with_mil_on",
"state_topic": "[[DEVICEID]]_54/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_54/config"
}
},
"55": {
"definition": {
"propertyIdInAvlPacket": 55,
"propertyName": "Time Since Codes Cleared",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min",
"description": "Time since codes cleared",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "time_since_codes_cleared",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_55_time_since_codes_cleared",
"state_topic": "[[DEVICEID]]_55/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_55/config"
}
},
"56": {
"definition": {
"propertyIdInAvlPacket": 56,
"propertyName": "Absolute Fuel Rail Pressure",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": 0.1,
"units": "kPa",
"description": "Absolute fuel rail pressure",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "absolute_fuel_rail_pressure",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_56_absolute_fuel_rail_pressure",
"state_topic": "[[DEVICEID]]_56/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_56/config",
"value_template": "{{ value | float * 0.1 }}",
"device_class": "pressure",
"unit_of_measurement": "kPa",
"state_class": "measurement"
}
},
"57": {
"definition": {
"propertyIdInAvlPacket": 57,
"propertyName": "Hybrid battery pack life",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Hybrid battery pack remaining life",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "hybrid_battery_pack_life",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_57_hybrid_battery_pack_life",
"state_topic": "[[DEVICEID]]_57/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_57/config"
}
},
"58": {
"definition": {
"propertyIdInAvlPacket": 58,
"propertyName": "Engine Oil Temperature",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "215",
"multiplier": "-",
"units": "°C",
"description": "Engine oil temperature",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "engine_oil_temperature",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_58_engine_oil_temperature",
"state_topic": "[[DEVICEID]]_58/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_58/config"
}
},
"59": {
"definition": {
"propertyIdInAvlPacket": 59,
"propertyName": "Fuel injection timing",
"bytes": "2",
"type": "Signed",
"min": -21000,
"max": "30200",
"multiplier": 0.01,
"units": "°",
"description": "Fuel injection timing",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "signed:2",
"slug": "fuel_injection_timing",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_59_fuel_injection_timing",
"state_topic": "[[DEVICEID]]_59/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_59/config",
"value_template": "{{ value | float * 0.01 }}",
"device_class": "None",
"unit_of_measurement": "°",
"state_class": "measurement"
}
},
"60": {
"definition": {
"propertyIdInAvlPacket": 60,
"propertyName": "Fuel Rate",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "32767",
"multiplier": 0.01,
"units": "L/h",
"description": "Engine fuel rate, L/h*100",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "fuel_rate",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_60_fuel_rate",
"state_topic": "[[DEVICEID]]_60/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_60/config",
"value_template": "{{ value | float * 0.01 }}",
"device_class": "volume_flow_rate",
"unit_of_measurement": "L/h",
"state_class": "measurement"
}
},
"61": {
"definition": {
"propertyIdInAvlPacket": 61,
"propertyName": "Geofence zone 06",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_06",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_61_geofence_zone_06",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_61/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_61/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"62": {
"definition": {
"propertyIdInAvlPacket": 62,
"propertyName": "Geofence zone 07",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_07",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_62_geofence_zone_07",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_62/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_62/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"63": {
"definition": {
"propertyIdInAvlPacket": 63,
"propertyName": "Geofence zone 08",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_08",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_63_geofence_zone_08",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_63/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_63/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"64": {
"definition": {
"propertyIdInAvlPacket": 64,
"propertyName": "Geofence zone 09",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_09",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_64_geofence_zone_09",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_64/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_64/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"65": {
"definition": {
"propertyIdInAvlPacket": 65,
"propertyName": "Geofence zone 10",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_10",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_65_geofence_zone_10",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_65/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_65/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"66": {
"definition": {
"propertyIdInAvlPacket": 66,
"propertyName": "External Voltage",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": 0.001,
"units": "V",
"description": "Voltage",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "external_voltage",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_66_external_voltage",
"state_topic": "[[DEVICEID]]_66/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_66/config",
"value_template": "{{ value | float * 0.001 }}",
"device_class": "voltage",
"unit_of_measurement": "V",
"state_class": "measurement"
}
},
"67": {
"definition": {
"propertyIdInAvlPacket": 67,
"propertyName": "Battery Voltage",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": 0.001,
"units": "V",
"description": "Voltage",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "battery_voltage",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_67_battery_voltage",
"state_topic": "[[DEVICEID]]_67/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_67/config",
"value_template": "{{ value | float * 0.001 }}",
"device_class": "voltage",
"unit_of_measurement": "V",
"state_class": "measurement"
}
},
"68": {
"definition": {
"propertyIdInAvlPacket": 68,
"propertyName": "Battery Current",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": 0.001,
"units": "A",
"description": "Current",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "battery_current",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_68_battery_current",
"state_topic": "[[DEVICEID]]_68/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_68/config",
"value_template": "{{ value | float * 0.001 }}",
"device_class": "current",
"unit_of_measurement": "A",
"state_class": "measurement"
}
},
"69": {
"definition": {
"propertyIdInAvlPacket": 69,
"propertyName": "GNSS Status",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 - GNSS OFF 1 – GNSS ON with fix 2 - GNSS ON without fix 3 - GNSS sleep",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O Elements",
"bufferReader": "unsigned:1",
"slug": "gnss_status",
"sensor_type": "complex_sensor",
"options": {
"0": "gnss off",
"1": "gnss on with fix",
"2": "gnss on without fix",
"3": "gnss sleep"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_69_gnss_status",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_69/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_69/config",
"value_template": ">-\n {% set states = {\n '0': 'gnss off',\n'1': 'gnss on with fix',\n'2': 'gnss on without fix',\n'3': 'gnss sleep'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"70": {
"definition": {
"propertyIdInAvlPacket": 70,
"propertyName": "Geofence zone 11",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_11",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_70_geofence_zone_11",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_70/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_70/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"71": {
"definition": {
"propertyIdInAvlPacket": 71,
"propertyName": "Dallas Temperature ID 4",
"bytes": "8",
"type": "Unsigned",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Dallas sensor ID",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:8",
"slug": "dallas_temperature_id_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_71_dallas_temperature_id_4",
"state_topic": "[[DEVICEID]]_71/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_71/config"
}
},
"72": {
"definition": {
"propertyIdInAvlPacket": 72,
"propertyName": "Dallas Temperature 1",
"bytes": "4",
"type": "Signed",
"min": "-550",
"max": "1150",
"multiplier": "0.1",
"units": "°C",
"description": "Degrees ( °C ), -55 - +115, if 850 – Sensor not ready if 2000 – Value read error if 3000 – Not connected if 4000 – ID failed if 5000 – same as 850",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:4",
"slug": "dallas_temperature_1",
"sensor_type": "complex_sensor",
"options": {
"850": "sensor not ready",
"2000": "value read error",
"3000": "not connected",
"4000": "id failed",
"5000": "sensor not ready"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_72_dallas_temperature_1",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_72/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_72/config",
"value_template": ">-\n {% set states = {\n '850': 'sensor not ready',\n'2000': 'value read error',\n'3000': 'not connected',\n'4000': 'id failed',\n'5000': 'sensor not ready'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"73": {
"definition": {
"propertyIdInAvlPacket": 73,
"propertyName": "Dallas Temperature 2",
"bytes": "4",
"type": "Signed",
"min": "-550",
"max": "1150",
"multiplier": "0.1",
"units": "°C",
"description": "Degrees ( °C ), -55 - +115, if 850 – Sensor not ready if 2000 – Value read error if 3000 – Not connected if 4000 – ID failed if 5000 – same as 850",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:4",
"slug": "dallas_temperature_2",
"sensor_type": "complex_sensor",
"options": {
"850": "sensor not ready",
"2000": "value read error",
"3000": "not connected",
"4000": "id failed",
"5000": "sensor not ready"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_73_dallas_temperature_2",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_73/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_73/config",
"value_template": ">-\n {% set states = {\n '850': 'sensor not ready',\n'2000': 'value read error',\n'3000': 'not connected',\n'4000': 'id failed',\n'5000': 'sensor not ready'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"74": {
"definition": {
"propertyIdInAvlPacket": 74,
"propertyName": "Dallas Temperature 3",
"bytes": "4",
"type": "Signed",
"min": "-550",
"max": "1150",
"multiplier": "0.1",
"units": "°C",
"description": "Degrees ( °C ), -55 - +115, if 850 – Sensor not ready if 2000 – Value read error if 3000 – Not connected if 4000 – ID failed if 5000 – same as 850",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:4",
"slug": "dallas_temperature_3",
"sensor_type": "complex_sensor",
"options": {
"850": "sensor not ready",
"2000": "value read error",
"3000": "not connected",
"4000": "id failed",
"5000": "sensor not ready"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_74_dallas_temperature_3",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_74/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_74/config",
"value_template": ">-\n {% set states = {\n '850': 'sensor not ready',\n'2000': 'value read error',\n'3000': 'not connected',\n'4000': 'id failed',\n'5000': 'sensor not ready'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"75": {
"definition": {
"propertyIdInAvlPacket": 75,
"propertyName": "Dallas Temperature 4",
"bytes": "4",
"type": "Signed",
"min": "-550",
"max": "1150",
"multiplier": "0.1",
"units": "°C",
"description": "Degrees ( °C ), -55 - +115, if 850 – Sensor not ready if 2000 – Value read error if 3000 – Not connected if 4000 – ID failed if 5000 – same as 850",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:4",
"slug": "dallas_temperature_4",
"sensor_type": "complex_sensor",
"options": {
"850": "sensor not ready",
"2000": "value read error",
"3000": "not connected",
"4000": "id failed",
"5000": "sensor not ready"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_75_dallas_temperature_4",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_75/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_75/config",
"value_template": ">-\n {% set states = {\n '850': 'sensor not ready',\n'2000': 'value read error',\n'3000': 'not connected',\n'4000': 'id failed',\n'5000': 'sensor not ready'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"76": {
"definition": {
"propertyIdInAvlPacket": 76,
"propertyName": "Dallas Temperature ID 1",
"bytes": "8",
"type": "Unsigned",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Dallas sensor ID",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:8",
"slug": "dallas_temperature_id_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_76_dallas_temperature_id_1",
"state_topic": "[[DEVICEID]]_76/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_76/config"
}
},
"77": {
"definition": {
"propertyIdInAvlPacket": 77,
"propertyName": "Dallas Temperature ID 2",
"bytes": "8",
"type": "Unsigned",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Dallas sensor ID",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:8",
"slug": "dallas_temperature_id_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_77_dallas_temperature_id_2",
"state_topic": "[[DEVICEID]]_77/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_77/config"
}
},
"78": {
"definition": {
"propertyIdInAvlPacket": 78,
"propertyName": "iButton",
"bytes": "8",
"type": "Unsigned",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "iButton ID",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:8",
"slug": "ibutton",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_78_ibutton",
"state_topic": "[[DEVICEID]]_78/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_78/config"
}
},
"79": {
"definition": {
"propertyIdInAvlPacket": 79,
"propertyName": "Dallas Temperature ID 3",
"bytes": "8",
"type": "Unsigned",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Dallas sensor ID",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:8",
"slug": "dallas_temperature_id_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_79_dallas_temperature_id_3",
"state_topic": "[[DEVICEID]]_79/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_79/config"
}
},
"80": {
"definition": {
"propertyIdInAvlPacket": 80,
"propertyName": "Data Mode",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "5",
"multiplier": "-",
"units": "-",
"description": "0 – Home On Stop 1 – Home On Moving 2 – Roaming On Stop 3 – Roaming On Moving 4 – Unknown On Stop 5 – Unknown On Moving",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O Elements",
"bufferReader": "unsigned:1",
"slug": "data_mode",
"sensor_type": "complex_sensor",
"options": {
"0": "home on stop",
"1": "home on moving",
"2": "roaming on stop",
"3": "roaming on moving",
"4": "unknown on stop",
"5": "unknown on moving"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_80_data_mode",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_80/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_80/config",
"value_template": ">-\n {% set states = {\n '0': 'home on stop',\n'1': 'home on moving',\n'2': 'roaming on stop',\n'3': 'roaming on moving',\n'4': 'unknown on stop',\n'5': 'unknown on moving'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"81": {
"definition": {
"propertyIdInAvlPacket": 81,
"propertyName": "Vehicle Speed",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "km/h",
"description": "Vehicle Speed",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "vehicle_speed",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_81_vehicle_speed",
"state_topic": "[[DEVICEID]]_81/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_81/config"
}
},
"82": {
"definition": {
"propertyIdInAvlPacket": 82,
"propertyName": "Accelerator Pedal Position",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "102",
"multiplier": "-",
"units": "%",
"description": "Value in percentages",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "accelerator_pedal_position",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_82_accelerator_pedal_position",
"state_topic": "[[DEVICEID]]_82/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_82/config"
}
},
"83": {
"definition": {
"propertyIdInAvlPacket": 83,
"propertyName": "Fuel Consumed",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "2147483647",
"multiplier": 0.1,
"units": "l",
"description": "Value in liters",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "fuel_consumed",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_83_fuel_consumed",
"state_topic": "[[DEVICEID]]_83/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_83/config",
"value_template": "{{ value | float * 0.1 }}",
"device_class": "volume",
"unit_of_measurement": "L",
"state_class": "measurement"
}
},
"84": {
"definition": {
"propertyIdInAvlPacket": 84,
"propertyName": "Fuel Level",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": 0.1,
"units": "l",
"description": "Value in liters",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:2",
"slug": "fuel_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_84_fuel_level",
"state_topic": "[[DEVICEID]]_84/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_84/config",
"value_template": "{{ value | float * 0.1 }}",
"device_class": "volume",
"unit_of_measurement": "L",
"state_class": "measurement"
}
},
"85": {
"definition": {
"propertyIdInAvlPacket": 85,
"propertyName": "Engine RPM",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "16384",
"multiplier": "-",
"units": "rpm",
"description": "Value in rounds per minute",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:2",
"slug": "engine_rpm",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_85_engine_rpm",
"state_topic": "[[DEVICEID]]_85/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_85/config"
}
},
"86": {
"definition": {
"propertyIdInAvlPacket": 86,
"propertyName": "BLE Humidity #1",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "1000",
"multiplier": "0.1*",
"units": "%RH",
"description": "Humidity From firmware version 03.28.00 and up: 65535 - sensor not found 65534 - failed sensor data parsing 65533 - abnormal sensor state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_humidity_1",
"sensor_type": "complex_sensor",
"options": {
"65533": "abnormal sensor state",
"65534": "failed sensor data parsing",
"65535": "sensor not found"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_86_ble_humidity_1",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_86/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_86/config",
"value_template": ">-\n {% set states = {\n '65533': 'abnormal sensor state',\n'65534': 'failed sensor data parsing',\n'65535': 'sensor not found'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"87": {
"definition": {
"propertyIdInAvlPacket": 87,
"propertyName": "Total Mileage",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "m",
"description": "Value in meters",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "total_mileage",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_87_total_mileage",
"state_topic": "[[DEVICEID]]_87/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_87/config"
}
},
"88": {
"definition": {
"propertyIdInAvlPacket": 88,
"propertyName": "Geofence zone 12",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_12",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_88_geofence_zone_12",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_88/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_88/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"89": {
"definition": {
"propertyIdInAvlPacket": 89,
"propertyName": "Fuel level",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Value in percentages",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "fuel_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_89_fuel_level",
"state_topic": "[[DEVICEID]]_89/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_89/config"
}
},
"90": {
"definition": {
"propertyIdInAvlPacket": 90,
"propertyName": "Door Status",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "16128",
"multiplier": "-",
"units": "-",
"description": "Door status value: Min – 0, Max – 16128 Door status is represented as bitmask converted to decimal value. Possible values: 0 – all doors closed 0x100 (256) – front left door is opened 0x200 (512) – front right door is opened 0x400 (1024) – rear left door is opened 0x800 (2048) – rear right door is opened 0x1000 (4096) – hood is opened 0x2000 (8192) – trunk is opened 0x3F00 (16128) – all doors are opened or combinations of values",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:2",
"slug": "door_status",
"sensor_type": "complex_sensor",
"options": {
"0": "all doors closed",
"256": "front left door is opened",
"512": "front right door is opened",
"1024": "rear left door is opened",
"2048": "rear right door is opened",
"4096": "hood is opened",
"8192": "trunk is opened",
"16128": "all doors are opened"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_90_door_status",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_90/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_90/config",
"value_template": ">-\n {% set states = {\n '0': 'all doors closed',\n'256': 'front left door is opened',\n'512': 'front right door is opened',\n'1024': 'rear left door is opened',\n'2048': 'rear right door is opened',\n'4096': 'hood is opened',\n'8192': 'trunk is opened',\n'16128': 'all doors are opened'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"91": {
"definition": {
"propertyIdInAvlPacket": 91,
"propertyName": "Geofence zone 13",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_13",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_91_geofence_zone_13",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_91/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_91/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"92": {
"definition": {
"propertyIdInAvlPacket": 92,
"propertyName": "Geofence zone 14",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_14",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_92_geofence_zone_14",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_92/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_92/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"93": {
"definition": {
"propertyIdInAvlPacket": 93,
"propertyName": "Geofence zone 15",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_15",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_93_geofence_zone_15",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_93/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_93/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"94": {
"definition": {
"propertyIdInAvlPacket": 94,
"propertyName": "Geofence zone 16",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_16",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_94_geofence_zone_16",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_94/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_94/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"95": {
"definition": {
"propertyIdInAvlPacket": 95,
"propertyName": "Geofence zone 17",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_17",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_95_geofence_zone_17",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_95/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_95/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"96": {
"definition": {
"propertyIdInAvlPacket": 96,
"propertyName": "Geofence zone 18",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_18",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_96_geofence_zone_18",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_96/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_96/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"97": {
"definition": {
"propertyIdInAvlPacket": 97,
"propertyName": "Geofence zone 19",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_19",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_97_geofence_zone_19",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_97/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_97/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"98": {
"definition": {
"propertyIdInAvlPacket": 98,
"propertyName": "Geofence zone 20",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_20",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_98_geofence_zone_20",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_98/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_98/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"99": {
"definition": {
"propertyIdInAvlPacket": 99,
"propertyName": "Geofence zone 21",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_21",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_99_geofence_zone_21",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_99/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_99/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"100": {
"definition": {
"propertyIdInAvlPacket": 100,
"propertyName": "Program Number",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "99999",
"multiplier": "-",
"units": "-",
"description": "Value: Min – 0, Max – 99999",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "program_number",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_100_program_number",
"state_topic": "[[DEVICEID]]_100/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_100/config"
}
},
"101": {
"definition": {
"propertyIdInAvlPacket": 101,
"propertyName": "Module ID 8B",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Module ID 8 Bytes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:8",
"slug": "module_id_8b",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_101_module_id_8b",
"state_topic": "[[DEVICEID]]_101/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_101/config"
}
},
"102": {
"definition": {
"propertyIdInAvlPacket": 102,
"propertyName": "Engine Worktime",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677215",
"multiplier": "-",
"units": "min",
"description": "Engine work time",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "engine_worktime",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_102_engine_worktime",
"state_topic": "[[DEVICEID]]_102/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_102/config"
}
},
"103": {
"definition": {
"propertyIdInAvlPacket": 103,
"propertyName": "Engine Worktime (counted)",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677215",
"multiplier": "-",
"units": "min",
"description": "Total engine work time",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "engine_worktime_(counted)",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_103_engine_worktime_(counted)",
"state_topic": "[[DEVICEID]]_103/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_103/config"
}
},
"104": {
"definition": {
"propertyIdInAvlPacket": 104,
"propertyName": "BLE Humidity #2",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "1000",
"multiplier": "0.1*",
"units": "%RH",
"description": "Humidity From firmware version 03.28.00 and up: 65535 - sensor not found 65534 - failed sensor data parsing 65533 - abnormal sensor state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_humidity_2",
"sensor_type": "complex_sensor",
"options": {
"65533": "abnormal sensor state",
"65534": "failed sensor data parsing",
"65535": "sensor not found"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_104_ble_humidity_2",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_104/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_104/config",
"value_template": ">-\n {% set states = {\n '65533': 'abnormal sensor state',\n'65534': 'failed sensor data parsing',\n'65535': 'sensor not found'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"105": {
"definition": {
"propertyIdInAvlPacket": 105,
"propertyName": "Total Mileage (counted)",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "m",
"description": "Total Vehicle Mileage",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "total_mileage_(counted)",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_105_total_mileage_(counted)",
"state_topic": "[[DEVICEID]]_105/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_105/config"
}
},
"106": {
"definition": {
"propertyIdInAvlPacket": 106,
"propertyName": "BLE Humidity #3",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "1000",
"multiplier": "0.1*",
"units": "%RH",
"description": "Humidity From firmware version 03.28.00 and up: 65535 - sensor not found 65534 - failed sensor data parsing 65533 - abnormal sensor state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_humidity_3",
"sensor_type": "complex_sensor",
"options": {
"65533": "abnormal sensor state",
"65534": "failed sensor data parsing",
"65535": "sensor not found"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_106_ble_humidity_3",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_106/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_106/config",
"value_template": ">-\n {% set states = {\n '65533': 'abnormal sensor state',\n'65534': 'failed sensor data parsing',\n'65535': 'sensor not found'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"107": {
"definition": {
"propertyIdInAvlPacket": 107,
"propertyName": "Fuel Consumed (counted)",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "2147483647",
"multiplier": 0.1,
"units": "l",
"description": "Total Fuel Consumed",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "fuel_consumed_(counted)",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_107_fuel_consumed_(counted)",
"state_topic": "[[DEVICEID]]_107/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_107/config",
"value_template": "{{ value | float * 0.1 }}",
"device_class": "volume",
"unit_of_measurement": "L",
"state_class": "measurement"
}
},
"108": {
"definition": {
"propertyIdInAvlPacket": 108,
"propertyName": "BLE Humidity #4",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "1000",
"multiplier": "0.1*",
"units": "%RH",
"description": "Humidity From firmware version 03.28.00 and up: 65535 - sensor not found 65534 - failed sensor data parsing 65533 - abnormal sensor state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_humidity_4",
"sensor_type": "complex_sensor",
"options": {
"65533": "abnormal sensor state",
"65534": "failed sensor data parsing",
"65535": "sensor not found"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_108_ble_humidity_4",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_108/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_108/config",
"value_template": ">-\n {% set states = {\n '65533': 'abnormal sensor state',\n'65534': 'failed sensor data parsing',\n'65535': 'sensor not found'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"110": {
"definition": {
"propertyIdInAvlPacket": 110,
"propertyName": "Fuel Rate",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "32768",
"multiplier": 0.1,
"units": "l/h",
"description": "Fuel rate",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "fuel_rate",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_110_fuel_rate",
"state_topic": "[[DEVICEID]]_110/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_110/config",
"value_template": "{{ value | float * 0.1 }}",
"device_class": "volume_flow_rate",
"unit_of_measurement": "L/h",
"state_class": "measurement"
}
},
"111": {
"definition": {
"propertyIdInAvlPacket": 111,
"propertyName": "AdBlue Level",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "AdBlue",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "adblue_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_111_adblue_level",
"state_topic": "[[DEVICEID]]_111/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_111/config"
}
},
"112": {
"definition": {
"propertyIdInAvlPacket": 112,
"propertyName": "AdBlue Level",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": 0.1,
"units": "l",
"description": "AdBlue level",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "adblue_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_112_adblue_level",
"state_topic": "[[DEVICEID]]_112/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_112/config",
"value_template": "{{ value | float * 0.1 }}",
"device_class": "volume",
"unit_of_measurement": "L",
"state_class": "measurement"
}
},
"113": {
"definition": {
"propertyIdInAvlPacket": 113,
"propertyName": "Battery Level",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Battery capacity level",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "battery_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_113_battery_level",
"state_topic": "[[DEVICEID]]_113/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_113/config"
}
},
"114": {
"definition": {
"propertyIdInAvlPacket": 114,
"propertyName": "Engine Load",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "130",
"multiplier": "-",
"units": "%",
"description": "Engine Load",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "engine_load",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_114_engine_load",
"state_topic": "[[DEVICEID]]_114/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_114/config"
}
},
"115": {
"definition": {
"propertyIdInAvlPacket": 115,
"propertyName": "Engine Temperature",
"bytes": "2",
"type": "Signed",
"min": -600,
"max": "1270",
"multiplier": 0.1,
"units": "°C",
"description": "Engine Temperature",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "signed:2",
"slug": "engine_temperature",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_115_engine_temperature",
"state_topic": "[[DEVICEID]]_115/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_115/config",
"value_template": "{{ value | float * 0.1 }}",
"device_class": "temperature",
"unit_of_measurement": "°C",
"state_class": "measurement"
}
},
"118": {
"definition": {
"propertyIdInAvlPacket": 118,
"propertyName": "Axle 1 Load",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "32768",
"multiplier": "-",
"units": "kg",
"description": "Axle 1 load",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "axle_1_load",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_118_axle_1_load",
"state_topic": "[[DEVICEID]]_118/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_118/config"
}
},
"119": {
"definition": {
"propertyIdInAvlPacket": 119,
"propertyName": "Axle 2 Load",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "32768",
"multiplier": "-",
"units": "kg",
"description": "Axle 2 load",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "axle_2_load",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_119_axle_2_load",
"state_topic": "[[DEVICEID]]_119/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_119/config"
}
},
"120": {
"definition": {
"propertyIdInAvlPacket": 120,
"propertyName": "Axle 3 Load",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "32768",
"multiplier": "-",
"units": "kg",
"description": "Axle 3 load",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "axle_3_load",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_120_axle_3_load",
"state_topic": "[[DEVICEID]]_120/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_120/config"
}
},
"121": {
"definition": {
"propertyIdInAvlPacket": 121,
"propertyName": "Axle 4 Load",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "32768",
"multiplier": "-",
"units": "kg",
"description": "Axle 4 load",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "axle_4_load",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_121_axle_4_load",
"state_topic": "[[DEVICEID]]_121/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_121/config"
}
},
"122": {
"definition": {
"propertyIdInAvlPacket": 122,
"propertyName": "Axle 5 Load",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "32768",
"multiplier": "-",
"units": "kg",
"description": "Axle 5 load",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "axle_5_load",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_122_axle_5_load",
"state_topic": "[[DEVICEID]]_122/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_122/config"
}
},
"123": {
"definition": {
"propertyIdInAvlPacket": 123,
"propertyName": "Control State Flags",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Control state flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "control_state_flags",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_123_control_state_flags",
"state_topic": "[[DEVICEID]]_123/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_123/config"
}
},
"124": {
"definition": {
"propertyIdInAvlPacket": 124,
"propertyName": "Agricultural Machinery Flags",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Agricultural machinery flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:8",
"slug": "agricultural_machinery_flags",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_124_agricultural_machinery_flags",
"state_topic": "[[DEVICEID]]_124/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_124/config"
}
},
"125": {
"definition": {
"propertyIdInAvlPacket": 125,
"propertyName": "Harvesting Time",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "16777215",
"multiplier": "-",
"units": "min",
"description": "Harvesting time",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "harvesting_time",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_125_harvesting_time",
"state_topic": "[[DEVICEID]]_125/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_125/config"
}
},
"126": {
"definition": {
"propertyIdInAvlPacket": 126,
"propertyName": "Area of Harvest",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "m2",
"description": "Area of harvest in square meters",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "area_of_harvest",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_126_area_of_harvest",
"state_topic": "[[DEVICEID]]_126/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_126/config"
}
},
"127": {
"definition": {
"propertyIdInAvlPacket": 127,
"propertyName": "Mowing Efficiency",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "m2/h",
"description": "Mowing efficiency",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "mowing_efficiency",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_127_mowing_efficiency",
"state_topic": "[[DEVICEID]]_127/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_127/config"
}
},
"128": {
"definition": {
"propertyIdInAvlPacket": 128,
"propertyName": "Grain Mown Volume",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "kg",
"description": "Mown volume",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "grain_mown_volume",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_128_grain_mown_volume",
"state_topic": "[[DEVICEID]]_128/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_128/config"
}
},
"129": {
"definition": {
"propertyIdInAvlPacket": 129,
"propertyName": "Grain Moisture",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Grain moisture",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "grain_moisture",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_129_grain_moisture",
"state_topic": "[[DEVICEID]]_129/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_129/config"
}
},
"130": {
"definition": {
"propertyIdInAvlPacket": 130,
"propertyName": "Harvesting Drum RPM",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "rpm",
"description": "Harvesting drum rpm",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "harvesting_drum_rpm",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_130_harvesting_drum_rpm",
"state_topic": "[[DEVICEID]]_130/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_130/config"
}
},
"131": {
"definition": {
"propertyIdInAvlPacket": 131,
"propertyName": "Gap Under Harvesting Drum",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "mm",
"description": "Gap under harvesting drum",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "gap_under_harvesting_drum",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_131_gap_under_harvesting_drum",
"state_topic": "[[DEVICEID]]_131/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_131/config"
}
},
"132": {
"definition": {
"propertyIdInAvlPacket": 132,
"propertyName": "Security State Flags",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Security state flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:8",
"slug": "security_state_flags",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_132_security_state_flags",
"state_topic": "[[DEVICEID]]_132/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_132/config"
}
},
"133": {
"definition": {
"propertyIdInAvlPacket": 133,
"propertyName": "Tachograph Total Vehicle Distance",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "m",
"description": "Tacho Total Vehicle Distance",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "tachograph_total_vehicle_distance",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_133_tachograph_total_vehicle_distance",
"state_topic": "[[DEVICEID]]_133/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_133/config"
}
},
"134": {
"definition": {
"propertyIdInAvlPacket": 134,
"propertyName": "Trip Distance",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "m",
"description": "Trip distance",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "trip_distance",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_134_trip_distance",
"state_topic": "[[DEVICEID]]_134/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_134/config"
}
},
"135": {
"definition": {
"propertyIdInAvlPacket": 135,
"propertyName": "Tachograph Vehicle Speed",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "km/h",
"description": "Tacho vehicle speed",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "tachograph_vehicle_speed",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_135_tachograph_vehicle_speed",
"state_topic": "[[DEVICEID]]_135/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_135/config"
}
},
"136": {
"definition": {
"propertyIdInAvlPacket": 136,
"propertyName": "Tacho Driver Card Presence",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "Tacho Driver Card Presence",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "tacho_driver_card_presence",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_136_tacho_driver_card_presence",
"state_topic": "[[DEVICEID]]_136/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_136/config"
}
},
"137": {
"definition": {
"propertyIdInAvlPacket": 137,
"propertyName": "Driver 1 States",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "-",
"description": "Driver 1 States",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "driver_1_states",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_137_driver_1_states",
"state_topic": "[[DEVICEID]]_137/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_137/config"
}
},
"138": {
"definition": {
"propertyIdInAvlPacket": 138,
"propertyName": "Driver 2 States",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "-",
"description": "Driver 2 States",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "driver_2_states",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_138_driver_2_states",
"state_topic": "[[DEVICEID]]_138/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_138/config"
}
},
"139": {
"definition": {
"propertyIdInAvlPacket": 139,
"propertyName": "Driver 1 Continuous Driving Time",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min.",
"description": "Driver 1 Continuous Driving Time, minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "driver_1_continuous_driving_time",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_139_driver_1_continuous_driving_time",
"state_topic": "[[DEVICEID]]_139/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_139/config"
}
},
"140": {
"definition": {
"propertyIdInAvlPacket": 140,
"propertyName": "Driver 2 Continuous Driving Time",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min.",
"description": "Driver 2 Continuous Driving Time, minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "driver_2_continuous_driving_time",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_140_driver_2_continuous_driving_time",
"state_topic": "[[DEVICEID]]_140/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_140/config"
}
},
"141": {
"definition": {
"propertyIdInAvlPacket": 141,
"propertyName": "Driver 1 Cumulative Break Time",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min.",
"description": "Driver 1 Cumulative Break Time, minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "driver_1_cumulative_break_time",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_141_driver_1_cumulative_break_time",
"state_topic": "[[DEVICEID]]_141/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_141/config"
}
},
"142": {
"definition": {
"propertyIdInAvlPacket": 142,
"propertyName": "Driver 2 Cumulative Break Time",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min.",
"description": "Driver 2 Cumulative Break Time, minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "driver_2_cumulative_break_time",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_142_driver_2_cumulative_break_time",
"state_topic": "[[DEVICEID]]_142/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_142/config"
}
},
"143": {
"definition": {
"propertyIdInAvlPacket": 143,
"propertyName": "Driver 1 Selected Activity Duration",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min.",
"description": "Driver 1 Duration Of Selected Activity, minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "driver_1_selected_activity_duration",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_143_driver_1_selected_activity_duration",
"state_topic": "[[DEVICEID]]_143/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_143/config"
}
},
"144": {
"definition": {
"propertyIdInAvlPacket": 144,
"propertyName": "Driver 2 Selected Activity Duration",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min.",
"description": "Driver 2 Duration Of Selected Activity, minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "driver_2_selected_activity_duration",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_144_driver_2_selected_activity_duration",
"state_topic": "[[DEVICEID]]_144/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_144/config"
}
},
"145": {
"definition": {
"propertyIdInAvlPacket": 145,
"propertyName": "Driver 1 Cumulative Driving Time",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min.",
"description": "Driver 1 Cumulative Driving Time, minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "driver_1_cumulative_driving_time",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_145_driver_1_cumulative_driving_time",
"state_topic": "[[DEVICEID]]_145/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_145/config"
}
},
"146": {
"definition": {
"propertyIdInAvlPacket": 146,
"propertyName": "Driver 2 Cumulative Driving Time",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min.",
"description": "Driver 2 Cumulative Driving Time, minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "driver_2_cumulative_driving_time",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_146_driver_2_cumulative_driving_time",
"state_topic": "[[DEVICEID]]_146/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_146/config"
}
},
"147": {
"definition": {
"propertyIdInAvlPacket": 147,
"propertyName": "Driver 1 ID High",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Driver 1 ID High",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:8",
"slug": "driver_1_id_high",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_147_driver_1_id_high",
"state_topic": "[[DEVICEID]]_147/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_147/config"
}
},
"148": {
"definition": {
"propertyIdInAvlPacket": 148,
"propertyName": "Driver 1 ID Low",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Driver 1 ID Low",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:8",
"slug": "driver_1_id_low",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_148_driver_1_id_low",
"state_topic": "[[DEVICEID]]_148/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_148/config"
}
},
"149": {
"definition": {
"propertyIdInAvlPacket": 149,
"propertyName": "Driver 2 ID High",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Driver 2 ID High",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:8",
"slug": "driver_2_id_high",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_149_driver_2_id_high",
"state_topic": "[[DEVICEID]]_149/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_149/config"
}
},
"150": {
"definition": {
"propertyIdInAvlPacket": 150,
"propertyName": "Driver 2 ID Low",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Driver 2 ID Low",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:8",
"slug": "driver_2_id_low",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_150_driver_2_id_low",
"state_topic": "[[DEVICEID]]_150/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_150/config"
}
},
"151": {
"definition": {
"propertyIdInAvlPacket": 151,
"propertyName": "Battery Temperature",
"bytes": "2",
"type": "Signed",
"min": -600,
"max": "1270",
"multiplier": 0.1,
"units": "°C",
"description": "Battery temperature in Celsius",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "signed:2",
"slug": "battery_temperature",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_151_battery_temperature",
"state_topic": "[[DEVICEID]]_151/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_151/config",
"value_template": "{{ value | float * 0.1 }}",
"device_class": "temperature",
"unit_of_measurement": "°C",
"state_class": "measurement"
}
},
"152": {
"definition": {
"propertyIdInAvlPacket": 152,
"propertyName": "HV Battery Level",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Battery level in percent",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "hv_battery_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_152_hv_battery_level",
"state_topic": "[[DEVICEID]]_152/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_152/config"
}
},
"153": {
"definition": {
"propertyIdInAvlPacket": 153,
"propertyName": "Geofence zone 22",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_22",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_153_geofence_zone_22",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_153/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_153/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"154": {
"definition": {
"propertyIdInAvlPacket": 154,
"propertyName": "Geofence zone 23",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_23",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_154_geofence_zone_23",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_154/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_154/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"155": {
"definition": {
"propertyIdInAvlPacket": 155,
"propertyName": "Geofence zone 01",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_01",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_155_geofence_zone_01",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_155/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_155/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"156": {
"definition": {
"propertyIdInAvlPacket": 156,
"propertyName": "Geofence zone 02",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_02",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_156_geofence_zone_02",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_156/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_156/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"157": {
"definition": {
"propertyIdInAvlPacket": 157,
"propertyName": "Geofence zone 03",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_03",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_157_geofence_zone_03",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_157/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_157/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"158": {
"definition": {
"propertyIdInAvlPacket": 158,
"propertyName": "Geofence zone 04",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_04",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_158_geofence_zone_04",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_158/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_158/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"159": {
"definition": {
"propertyIdInAvlPacket": 159,
"propertyName": "Geofence zone 05",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_05",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_159_geofence_zone_05",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_159/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_159/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"160": {
"definition": {
"propertyIdInAvlPacket": 160,
"propertyName": "DTC Faults",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "-",
"description": "DTC faults Count",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "dtc_faults",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_160_dtc_faults",
"state_topic": "[[DEVICEID]]_160/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_160/config"
}
},
"161": {
"definition": {
"propertyIdInAvlPacket": 161,
"propertyName": "Slope of Arm",
"bytes": "2",
"type": "Signed",
"min": -3276,
"max": "3276",
"multiplier": "-",
"units": "Degrees °",
"description": "Slope Of Arm",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "signed:2",
"slug": "slope_of_arm",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_161_slope_of_arm",
"state_topic": "[[DEVICEID]]_161/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_161/config"
}
},
"162": {
"definition": {
"propertyIdInAvlPacket": 162,
"propertyName": "Rotation of Arm",
"bytes": "2",
"type": "Signed",
"min": -180,
"max": "180",
"multiplier": "-",
"units": "Degrees °",
"description": "Rotation Of Arm",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "signed:2",
"slug": "rotation_of_arm",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_162_rotation_of_arm",
"state_topic": "[[DEVICEID]]_162/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_162/config"
}
},
"163": {
"definition": {
"propertyIdInAvlPacket": 163,
"propertyName": "Eject of Arm",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "6553",
"multiplier": "-",
"units": "m",
"description": "Eject of arm",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "eject_of_arm",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_163_eject_of_arm",
"state_topic": "[[DEVICEID]]_163/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_163/config"
}
},
"164": {
"definition": {
"propertyIdInAvlPacket": 164,
"propertyName": "Horizontal Distance Arm Vehicle",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "6553",
"multiplier": "-",
"units": "m",
"description": "Horizontal Distance Arm Vehicle",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "horizontal_distance_arm_vehicle",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_164_horizontal_distance_arm_vehicle",
"state_topic": "[[DEVICEID]]_164/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_164/config"
}
},
"165": {
"definition": {
"propertyIdInAvlPacket": 165,
"propertyName": "Height Arm Above Ground",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "6553",
"multiplier": "-",
"units": "m",
"description": "Height Arm Above Ground",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "height_arm_above_ground",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_165_height_arm_above_ground",
"state_topic": "[[DEVICEID]]_165/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_165/config"
}
},
"166": {
"definition": {
"propertyIdInAvlPacket": 166,
"propertyName": "Drill RPM",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "rpm",
"description": "Drill RPM",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "drill_rpm",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_166_drill_rpm",
"state_topic": "[[DEVICEID]]_166/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_166/config"
}
},
"167": {
"definition": {
"propertyIdInAvlPacket": 167,
"propertyName": "Amount Of Spread Salt Square Meter",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "655",
"multiplier": "-",
"units": "g/m2",
"description": "Amount Of Spread Salt Square Meter",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "amount_of_spread_salt_square_meter",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_167_amount_of_spread_salt_square_meter",
"state_topic": "[[DEVICEID]]_167/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_167/config"
}
},
"168": {
"definition": {
"propertyIdInAvlPacket": 168,
"propertyName": "Battery Voltage",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "6553",
"multiplier": "-",
"units": "V",
"description": "Battery Voltage",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "battery_voltage",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_168_battery_voltage",
"state_topic": "[[DEVICEID]]_168/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_168/config"
}
},
"169": {
"definition": {
"propertyIdInAvlPacket": 169,
"propertyName": "Amount Of Spread Fine Grained Salt",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "T",
"description": "Amount Of Spread Fine Grained Salt",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_spread_fine_grained_salt",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_169_amount_of_spread_fine_grained_salt",
"state_topic": "[[DEVICEID]]_169/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_169/config"
}
},
"170": {
"definition": {
"propertyIdInAvlPacket": 170,
"propertyName": "Amount Of Coarse Grained Salt",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "T",
"description": "Amount Of Coarse Grained Salt",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_coarse_grained_salt",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_170_amount_of_coarse_grained_salt",
"state_topic": "[[DEVICEID]]_170/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_170/config"
}
},
"171": {
"definition": {
"propertyIdInAvlPacket": 171,
"propertyName": "Amount Of Spread DiMix",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "T",
"description": "Amount Of Spread DiMix",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_spread_dimix",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_171_amount_of_spread_dimix",
"state_topic": "[[DEVICEID]]_171/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_171/config"
}
},
"172": {
"definition": {
"propertyIdInAvlPacket": 172,
"propertyName": "Amount Of Spread Coarse Grained Calcium",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "m3",
"description": "Amount Of Spread Coarse Grained Calcium",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_spread_coarse_grained_calcium",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_172_amount_of_spread_coarse_grained_calcium",
"state_topic": "[[DEVICEID]]_172/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_172/config"
}
},
"173": {
"definition": {
"propertyIdInAvlPacket": 173,
"propertyName": "Amount Of Spread Calcium Chloride",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "m3",
"description": "Amount Of Spread Calcium Chloride",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_spread_calcium_chloride",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_173_amount_of_spread_calcium_chloride",
"state_topic": "[[DEVICEID]]_173/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_173/config"
}
},
"174": {
"definition": {
"propertyIdInAvlPacket": 174,
"propertyName": "Amount Of Spread Sodium Chloride",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "m3",
"description": "Amount Of Spread Sodium Chloride",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_spread_sodium_chloride",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_174_amount_of_spread_sodium_chloride",
"state_topic": "[[DEVICEID]]_174/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_174/config"
}
},
"175": {
"definition": {
"propertyIdInAvlPacket": 175,
"propertyName": "Auto Geofence",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "auto_geofence",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_175_auto_geofence",
"state_topic": "[[DEVICEID]]_175/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_175/config"
}
},
"176": {
"definition": {
"propertyIdInAvlPacket": 176,
"propertyName": "Amount Of Spread Magnesium Chloride",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "m3",
"description": "Amount Of Spread Magnesium Chloride",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_spread_magnesium_chloride",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_176_amount_of_spread_magnesium_chloride",
"state_topic": "[[DEVICEID]]_176/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_176/config"
}
},
"177": {
"definition": {
"propertyIdInAvlPacket": 177,
"propertyName": "Amount Of Spread Gravel",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "T",
"description": "Amount Of Spread Gravel",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_spread_gravel",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_177_amount_of_spread_gravel",
"state_topic": "[[DEVICEID]]_177/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_177/config"
}
},
"178": {
"definition": {
"propertyIdInAvlPacket": 178,
"propertyName": "Amount Of Spread Sand",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "T",
"description": "Amount Of Spread Sand",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_spread_sand",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_178_amount_of_spread_sand",
"state_topic": "[[DEVICEID]]_178/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_178/config"
}
},
"179": {
"definition": {
"propertyIdInAvlPacket": 179,
"propertyName": "Digital Output 1",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Logic: 0/1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "digital_output_1",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_179_digital_output_1",
"state_topic": "[[DEVICEID]]_179/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_179/config",
"payload_on": "0",
"payload_off": "1"
}
},
"180": {
"definition": {
"propertyIdInAvlPacket": 180,
"propertyName": "Digital Output 2",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Logic 0/1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "digital_output_2",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_180_digital_output_2",
"state_topic": "[[DEVICEID]]_180/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_180/config",
"payload_on": "0",
"payload_off": "1"
}
},
"181": {
"definition": {
"propertyIdInAvlPacket": 181,
"propertyName": "GNSS PDOP",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "500",
"multiplier": 0.1,
"units": null,
"description": "Coefficient, calculation formula",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O Elements",
"bufferReader": "unsigned:2",
"slug": "gnss_pdop",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_181_gnss_pdop",
"state_topic": "[[DEVICEID]]_181/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_181/config",
"value_template": "{{ value | float * 0.1 }}"
}
},
"182": {
"definition": {
"propertyIdInAvlPacket": 182,
"propertyName": "GNSS HDOP",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "500",
"multiplier": 0.1,
"units": null,
"description": "Coefficient, calculation formula",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O Elements",
"bufferReader": "unsigned:2",
"slug": "gnss_hdop",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_182_gnss_hdop",
"state_topic": "[[DEVICEID]]_182/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_182/config",
"value_template": "{{ value | float * 0.1 }}"
}
},
"183": {
"definition": {
"propertyIdInAvlPacket": 183,
"propertyName": "Width Pouring Left",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "655",
"multiplier": "-",
"units": "m",
"description": "Width Pouring Left",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "width_pouring_left",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_183_width_pouring_left",
"state_topic": "[[DEVICEID]]_183/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_183/config"
}
},
"184": {
"definition": {
"propertyIdInAvlPacket": 184,
"propertyName": "Width Pouring Right",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "655",
"multiplier": "-",
"units": "m",
"description": "Width Pouring Right",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "width_pouring_right",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_184_width_pouring_right",
"state_topic": "[[DEVICEID]]_184/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_184/config"
}
},
"185": {
"definition": {
"propertyIdInAvlPacket": 185,
"propertyName": "Salt Spreader Working Hours",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "167722",
"multiplier": "-",
"units": "h",
"description": "Salt Spreader Working Hours",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "salt_spreader_working_hours",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_185_salt_spreader_working_hours",
"state_topic": "[[DEVICEID]]_185/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_185/config"
}
},
"186": {
"definition": {
"propertyIdInAvlPacket": 186,
"propertyName": "Distance During Salting",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "167722",
"multiplier": "-",
"units": "km",
"description": "Distance During Salting",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "distance_during_salting",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_186_distance_during_salting",
"state_topic": "[[DEVICEID]]_186/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_186/config"
}
},
"187": {
"definition": {
"propertyIdInAvlPacket": 187,
"propertyName": "Load Weight",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "16772215",
"multiplier": "-",
"units": "kg",
"description": "Load Weight",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "load_weight",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_187_load_weight",
"state_topic": "[[DEVICEID]]_187/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_187/config"
}
},
"188": {
"definition": {
"propertyIdInAvlPacket": 188,
"propertyName": "Retarder Load",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "130",
"multiplier": "-",
"units": "%",
"description": "Retarded Load in percent",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "retarder_load",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_188_retarder_load",
"state_topic": "[[DEVICEID]]_188/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_188/config"
}
},
"189": {
"definition": {
"propertyIdInAvlPacket": 189,
"propertyName": "Cruise Time",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "16772215",
"multiplier": "-",
"units": "min",
"description": "Cruise time in minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "cruise_time",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_189_cruise_time",
"state_topic": "[[DEVICEID]]_189/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_189/config"
}
},
"190": {
"definition": {
"propertyIdInAvlPacket": 190,
"propertyName": "Geofence zone 24",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_24",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_190_geofence_zone_24",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_190/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_190/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"191": {
"definition": {
"propertyIdInAvlPacket": 191,
"propertyName": "Geofence zone 25",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_25",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_191_geofence_zone_25",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_191/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_191/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"192": {
"definition": {
"propertyIdInAvlPacket": 192,
"propertyName": "Geofence zone 26",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_26",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_192_geofence_zone_26",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_192/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_192/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"193": {
"definition": {
"propertyIdInAvlPacket": 193,
"propertyName": "Geofence zone 27",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_27",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_193_geofence_zone_27",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_193/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_193/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"194": {
"definition": {
"propertyIdInAvlPacket": 194,
"propertyName": "Geofence zone 28",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_28",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_194_geofence_zone_28",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_194/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_194/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"195": {
"definition": {
"propertyIdInAvlPacket": 195,
"propertyName": "Geofence zone 29",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_29",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_195_geofence_zone_29",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_195/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_195/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"196": {
"definition": {
"propertyIdInAvlPacket": 196,
"propertyName": "Geofence zone 30",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_30",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_196_geofence_zone_30",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_196/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_196/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"197": {
"definition": {
"propertyIdInAvlPacket": 197,
"propertyName": "Geofence zone 31",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_31",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_197_geofence_zone_31",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_197/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_197/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"198": {
"definition": {
"propertyIdInAvlPacket": 198,
"propertyName": "Geofence zone 32",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_32",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_198_geofence_zone_32",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_198/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_198/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"199": {
"definition": {
"propertyIdInAvlPacket": 199,
"propertyName": "Trip Odometer",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "2147483647",
"multiplier": "-",
"units": "m",
"description": "Trip Odometer value",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:4",
"slug": "trip_odometer",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_199_trip_odometer",
"state_topic": "[[DEVICEID]]_199/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_199/config"
}
},
"200": {
"definition": {
"propertyIdInAvlPacket": 200,
"propertyName": "Sleep Mode",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "4",
"multiplier": "-",
"units": "-",
"description": "0 - No Sleep 1 – GPS Sleep 2 – Deep Sleep 3 – Online Sleep 4 - Ultra Sleep",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O Elements",
"bufferReader": "unsigned:1",
"slug": "sleep_mode",
"sensor_type": "complex_sensor",
"options": {
"0": "no sleep",
"1": "gps sleep",
"2": "deep sleep",
"3": "online sleep",
"4": "ultra sleep"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_200_sleep_mode",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_200/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_200/config",
"value_template": ">-\n {% set states = {\n '0': 'no sleep',\n'1': 'gps sleep',\n'2': 'deep sleep',\n'3': 'online sleep',\n'4': 'ultra sleep'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"201": {
"definition": {
"propertyIdInAvlPacket": 201,
"propertyName": "LLS 1 Fuel Level",
"bytes": "2",
"type": "Signed",
"min": "-4",
"max": "32767",
"multiplier": "-",
"units": "kvants or ltr",
"description": "Fuel level measured by LLS sensor via RS232/RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "lls_1_fuel_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_201_lls_1_fuel_level",
"state_topic": "[[DEVICEID]]_201/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_201/config"
}
},
"202": {
"definition": {
"propertyIdInAvlPacket": 202,
"propertyName": "LLS 1 Temperature",
"bytes": "1",
"type": "Signed",
"min": "-128",
"max": "127",
"multiplier": "-",
"units": "°C",
"description": "Fuel temperature measured by LLS via RS232/RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:1",
"slug": "lls_1_temperature",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_202_lls_1_temperature",
"state_topic": "[[DEVICEID]]_202/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_202/config"
}
},
"203": {
"definition": {
"propertyIdInAvlPacket": 203,
"propertyName": "LLS 2 Fuel Level",
"bytes": "2",
"type": "Signed",
"min": "-4",
"max": "32767",
"multiplier": "-",
"units": "kvants or ltr",
"description": "Fuel level measured by LLS sensor via RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "lls_2_fuel_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_203_lls_2_fuel_level",
"state_topic": "[[DEVICEID]]_203/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_203/config"
}
},
"204": {
"definition": {
"propertyIdInAvlPacket": 204,
"propertyName": "LLS 2 Temperature",
"bytes": "1",
"type": "Signed",
"min": "-128",
"max": "127",
"multiplier": "-",
"units": "°C",
"description": "Fuel temperature measured by LLS via RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:1",
"slug": "lls_2_temperature",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_204_lls_2_temperature",
"state_topic": "[[DEVICEID]]_204/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_204/config"
}
},
"205": {
"definition": {
"propertyIdInAvlPacket": 205,
"propertyName": "GSM Cell ID",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "GSM base station ID",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "gsm_cell_id",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_205_gsm_cell_id",
"state_topic": "[[DEVICEID]]_205/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_205/config"
}
},
"206": {
"definition": {
"propertyIdInAvlPacket": 206,
"propertyName": "GSM Area Code",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Location Area code (LAC), it depends on GSM operator. It provides unique number which assigned to a set of base GSM stations.",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "gsm_area_code",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_206_gsm_area_code",
"state_topic": "[[DEVICEID]]_206/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_206/config"
}
},
"207": {
"definition": {
"propertyIdInAvlPacket": 207,
"propertyName": "RFID",
"bytes": "8",
"type": "Unsigned",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "RFID ID",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:8",
"slug": "rfid",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_207_rfid",
"state_topic": "[[DEVICEID]]_207/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_207/config"
}
},
"208": {
"definition": {
"propertyIdInAvlPacket": 208,
"propertyName": "Geofence zone 33",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_33",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_208_geofence_zone_33",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_208/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_208/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"209": {
"definition": {
"propertyIdInAvlPacket": 209,
"propertyName": "Geofence zone 34",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_34",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_209_geofence_zone_34",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_209/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_209/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"210": {
"definition": {
"propertyIdInAvlPacket": 210,
"propertyName": "LLS 3 Fuel Level",
"bytes": "2",
"type": "Unsigned",
"min": "-4",
"max": "32767",
"multiplier": "-",
"units": "kvants or ltr",
"description": "Fuel level measured by LLS sensor via RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "lls_3_fuel_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_210_lls_3_fuel_level",
"state_topic": "[[DEVICEID]]_210/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_210/config"
}
},
"211": {
"definition": {
"propertyIdInAvlPacket": 211,
"propertyName": "LLS 3 Temperature",
"bytes": "1",
"type": "Signed",
"min": "-128",
"max": "127",
"multiplier": "-",
"units": "°C",
"description": "Fuel temperature measured by LLS via RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:1",
"slug": "lls_3_temperature",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_211_lls_3_temperature",
"state_topic": "[[DEVICEID]]_211/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_211/config"
}
},
"212": {
"definition": {
"propertyIdInAvlPacket": 212,
"propertyName": "LLS 4 Fuel Level",
"bytes": "2",
"type": "Signed",
"min": "-4",
"max": "32767",
"multiplier": "-",
"units": "kvants or ltr",
"description": "Fuel level measured by LLS sensor via RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "lls_4_fuel_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_212_lls_4_fuel_level",
"state_topic": "[[DEVICEID]]_212/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_212/config"
}
},
"213": {
"definition": {
"propertyIdInAvlPacket": 213,
"propertyName": "LLS 4 Temperature",
"bytes": "1",
"type": "Signed",
"min": "-128",
"max": "127",
"multiplier": "-",
"units": "°C",
"description": "Fuel temperature measured by LLS via RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:1",
"slug": "lls_4_temperature",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_213_lls_4_temperature",
"state_topic": "[[DEVICEID]]_213/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_213/config"
}
},
"214": {
"definition": {
"propertyIdInAvlPacket": 214,
"propertyName": "LLS 5 Fuel Level",
"bytes": "2",
"type": "Signed",
"min": "-4",
"max": "32767",
"multiplier": "-",
"units": "kvants or ltr",
"description": "Fuel level measured by LLS sensor via RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "lls_5_fuel_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_214_lls_5_fuel_level",
"state_topic": "[[DEVICEID]]_214/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_214/config"
}
},
"215": {
"definition": {
"propertyIdInAvlPacket": 215,
"propertyName": "LLS 5 Temperature",
"bytes": "1",
"type": "Signed",
"min": "-128",
"max": "127",
"multiplier": "-",
"units": "°C",
"description": "Fuel temperature measured by LLS via RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:1",
"slug": "lls_5_temperature",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_215_lls_5_temperature",
"state_topic": "[[DEVICEID]]_215/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_215/config"
}
},
"216": {
"definition": {
"propertyIdInAvlPacket": 216,
"propertyName": "Geofence zone 35",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_35",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_216_geofence_zone_35",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_216/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_216/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"217": {
"definition": {
"propertyIdInAvlPacket": 217,
"propertyName": "Geofence zone 36",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_36",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_217_geofence_zone_36",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_217/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_217/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"218": {
"definition": {
"propertyIdInAvlPacket": 218,
"propertyName": "Geofence zone 37",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_37",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_218_geofence_zone_37",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_218/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_218/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"219": {
"definition": {
"propertyIdInAvlPacket": 219,
"propertyName": "Geofence zone 38",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_38",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_219_geofence_zone_38",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_219/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_219/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"220": {
"definition": {
"propertyIdInAvlPacket": 220,
"propertyName": "Geofence zone 39",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_39",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_220_geofence_zone_39",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_220/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_220/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"221": {
"definition": {
"propertyIdInAvlPacket": 221,
"propertyName": "Geofence zone 40",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_40",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_221_geofence_zone_40",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_221/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_221/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"222": {
"definition": {
"propertyIdInAvlPacket": 222,
"propertyName": "Geofence zone 41",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_41",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_222_geofence_zone_41",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_222/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_222/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"223": {
"definition": {
"propertyIdInAvlPacket": 223,
"propertyName": "Geofence zone 42",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_42",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_223_geofence_zone_42",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_223/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_223/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"224": {
"definition": {
"propertyIdInAvlPacket": 224,
"propertyName": "Geofence zone 43",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_43",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_224_geofence_zone_43",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_224/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_224/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"225": {
"definition": {
"propertyIdInAvlPacket": 225,
"propertyName": "Geofence zone 44",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_44",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_225_geofence_zone_44",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_225/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_225/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"226": {
"definition": {
"propertyIdInAvlPacket": 226,
"propertyName": "Geofence zone 45",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_45",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_226_geofence_zone_45",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_226/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_226/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"227": {
"definition": {
"propertyIdInAvlPacket": 227,
"propertyName": "Geofence zone 46",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_46",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_227_geofence_zone_46",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_227/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_227/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"228": {
"definition": {
"propertyIdInAvlPacket": 228,
"propertyName": "Geofence zone 47",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_47",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_228_geofence_zone_47",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_228/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_228/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"229": {
"definition": {
"propertyIdInAvlPacket": 229,
"propertyName": "Geofence zone 48",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_48",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_229_geofence_zone_48",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_229/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_229/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"230": {
"definition": {
"propertyIdInAvlPacket": 230,
"propertyName": "Geofence zone 49",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_49",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_230_geofence_zone_49",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_230/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_230/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"231": {
"definition": {
"propertyIdInAvlPacket": 231,
"propertyName": "Geofence zone 50",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_50",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_231_geofence_zone_50",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_231/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_231/config",
"value_template": ">-\n {% set states = {\n '0': 'target left zone',\n'1': 'target entered zone',\n'2': 'over speeding end',\n'3': 'over speeding start'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"232": {
"definition": {
"propertyIdInAvlPacket": 232,
"propertyName": "CNG Status",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "CNG Status",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "cng_status",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_232_cng_status",
"state_topic": "[[DEVICEID]]_232/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_232/config"
}
},
"233": {
"definition": {
"propertyIdInAvlPacket": 233,
"propertyName": "CNG Used",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "16772215",
"multiplier": "-",
"units": "kg",
"description": "CNG used",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "cng_used",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_233_cng_used",
"state_topic": "[[DEVICEID]]_233/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_233/config"
}
},
"234": {
"definition": {
"propertyIdInAvlPacket": 234,
"propertyName": "CNG Level",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "CNG Level",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "cng_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_234_cng_level",
"state_topic": "[[DEVICEID]]_234/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_234/config"
}
},
"235": {
"definition": {
"propertyIdInAvlPacket": 235,
"propertyName": "Oil Level",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Engine Oil Level Indicator Status",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "oil_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_235_oil_level",
"state_topic": "[[DEVICEID]]_235/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_235/config"
}
},
"236": {
"definition": {
"propertyIdInAvlPacket": 236,
"propertyName": "Alarm",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – Reserved 1 – Alarm event occured",
"hwSupport": null,
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "alarm",
"sensor_type": "binary_sensor",
"options": {
"0": "reserved",
"1": "alarm event occured"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_236_alarm",
"state_topic": "[[DEVICEID]]_236/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_236/config",
"payload_on": "0",
"payload_off": "1"
}
},
"237": {
"definition": {
"propertyIdInAvlPacket": 237,
"propertyName": "Network Type",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - 3G 1 - GSM 2 - 4G 3 - LTE CAT M1 4 - LTE CAT NB1 99 - Unknown",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "network_type",
"sensor_type": "complex_sensor",
"options": {
"0": "3g",
"1": "gsm",
"2": "4g",
"3": "lte cat m1",
"4": "lte cat nb1",
"99": "unknown"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_237_network_type",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_237/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_237/config",
"value_template": ">-\n {% set states = {\n '0': '3g',\n'1': 'gsm',\n'2': '4g',\n'3': 'lte cat m1',\n'4': 'lte cat nb1',\n'99': 'unknown'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"238": {
"definition": {
"propertyIdInAvlPacket": 238,
"propertyName": "User ID",
"bytes": "8",
"type": "Unsigned",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "MAC address of NMEA receiver device connected via Bluetooth",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:8",
"slug": "user_id",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_238_user_id",
"state_topic": "[[DEVICEID]]_238/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_238/config"
}
},
"239": {
"definition": {
"propertyIdInAvlPacket": 239,
"propertyName": "Ignition",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – Ignition Off 1 – Ignition On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O Elements",
"bufferReader": "unsigned:1",
"slug": "ignition",
"sensor_type": "binary_sensor",
"options": {
"0": "ignition off",
"1": "ignition on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_239_ignition",
"state_topic": "[[DEVICEID]]_239/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_239/config",
"payload_on": "0",
"payload_off": "1"
}
},
"240": {
"definition": {
"propertyIdInAvlPacket": 240,
"propertyName": "Movement",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – Movement Off 1 – Movement On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "movement",
"sensor_type": "binary_sensor",
"options": {
"0": "movement off",
"1": "movement on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_240_movement",
"state_topic": "[[DEVICEID]]_240/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_240/config",
"payload_on": "0",
"payload_off": "1"
}
},
"241": {
"definition": {
"propertyIdInAvlPacket": 241,
"propertyName": "Active GSM Operator",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Currently used GSM Operator code",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:4",
"slug": "active_gsm_operator",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_241_active_gsm_operator",
"state_topic": "[[DEVICEID]]_241/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_241/config"
}
},
"243": {
"definition": {
"propertyIdInAvlPacket": 243,
"propertyName": "Green driving event duration",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "ms",
"description": "Duration of event that did generate Green driving",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:2",
"slug": "green_driving_event_duration",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_243_green_driving_event_duration",
"state_topic": "[[DEVICEID]]_243/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_243/config"
}
},
"246": {
"definition": {
"propertyIdInAvlPacket": 246,
"propertyName": "Towing",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – steady 1 – towing",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "towing",
"sensor_type": "binary_sensor",
"options": {
"0": "moving",
"1": "idling"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_246_towing",
"state_topic": "[[DEVICEID]]_246/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_246/config",
"payload_on": "0",
"payload_off": "1"
}
},
"247": {
"definition": {
"propertyIdInAvlPacket": 247,
"propertyName": "Crash detection",
"bytes": "1",
"type": "Unsigned",
"min": 1,
"max": "6",
"multiplier": "-",
"units": "-",
"description": "1 – real crash detected (device is calibrated) 2 – limited crash trace (device not calibrated) 3 - limited crash trace (device is calibrated) 4 - full crash trace (device not calibrated) 5 - full crash trace (device is calibrated) 6 - real crash detected (device not calibrated)",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "crash_detection",
"sensor_type": "complex_sensor",
"options": {
"1": "real crash detected (device is calibrated)",
"2": "limited crash trace (device not calibrated)",
"3": "limited crash trace (device is calibrated)",
"4": "full crash trace (device not calibrated)",
"5": "full crash trace (device is calibrated)",
"6": "real crash detected (device not calibrated)"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_247_crash_detection",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_247/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_247/config",
"value_template": ">-\n {% set states = {\n '1': 'real crash detected (device is calibrated)',\n'2': 'limited crash trace (device not calibrated)',\n'3': 'limited crash trace (device is calibrated)',\n'4': 'full crash trace (device not calibrated)',\n'5': 'full crash trace (device is calibrated)',\n'6': 'real crash detected (device not calibrated)'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"248": {
"definition": {
"propertyIdInAvlPacket": 248,
"propertyName": "Immobilizer",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "2",
"multiplier": "-",
"units": "-",
"description": "0 – iButton not connected 1 – iButton connected (Immobilizer) 2 – iButton connected (Authorized Driving)",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "immobilizer",
"sensor_type": "complex_sensor",
"options": {
"0": "ibutton not connected",
"1": "ibutton connected (immobilizer)",
"2": "ibutton connected (authorized driving)"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_248_immobilizer",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_248/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_248/config",
"value_template": ">-\n {% set states = {\n '0': 'ibutton not connected',\n'1': 'ibutton connected (immobilizer)',\n'2': 'ibutton connected (authorized driving)'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"249": {
"definition": {
"propertyIdInAvlPacket": 249,
"propertyName": "Jamming",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – jamming stop 1 – jamming start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "jamming",
"sensor_type": "binary_sensor",
"options": {
"0": "jamming stop",
"1": "jamming start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_249_jamming",
"state_topic": "[[DEVICEID]]_249/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_249/config",
"payload_on": "0",
"payload_off": "1"
}
},
"250": {
"definition": {
"propertyIdInAvlPacket": 250,
"propertyName": "Trip",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – trip stop 1 – trip start From 01.00.24 fw version available with BT app new values: 2 – Business Status 3 – Private Status 4-9 – Custom Statuses",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "trip",
"sensor_type": "binary_sensor",
"options": {
"0": "trip stop",
"1": "trip start"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_250_trip",
"state_topic": "[[DEVICEID]]_250/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_250/config",
"payload_on": "0",
"payload_off": "1"
}
},
"251": {
"definition": {
"propertyIdInAvlPacket": 251,
"propertyName": "Idling",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – moving 1 – idling",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "idling",
"sensor_type": "binary_sensor",
"options": {
"0": "moving",
"1": "idling"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_251_idling",
"state_topic": "[[DEVICEID]]_251/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_251/config",
"payload_on": "0",
"payload_off": "1"
}
},
"252": {
"definition": {
"propertyIdInAvlPacket": 252,
"propertyName": "Unplug",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – battery present 1 – battery unplugged",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "unplug",
"sensor_type": "binary_sensor",
"options": {
"0": "battery present",
"1": "battery unplugged"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_252_unplug",
"state_topic": "[[DEVICEID]]_252/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_252/config",
"payload_on": "0",
"payload_off": "1"
}
},
"253": {
"definition": {
"propertyIdInAvlPacket": 253,
"propertyName": "Green driving type",
"bytes": "1",
"type": "Unsigned",
"min": 1,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "1 – harsh acceleration 2 – harsh braking 3 – harsh cornering",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "green_driving_type",
"sensor_type": "complex_sensor",
"options": {
"1": "harsh acceleration",
"2": "harsh braking",
"3": "harsh cornering"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_253_green_driving_type",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_253/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_253/config",
"value_template": ">-\n {% set states = {\n '1': 'harsh acceleration',\n'2': 'harsh braking',\n'3': 'harsh cornering'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"254": {
"definition": {
"propertyIdInAvlPacket": 254,
"propertyName": "Green Driving Value",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": 0.01,
"units": "G or rad",
"description": "Depending on green driving type: if harsh acceleration or braking – g*100 (value 123 -> 1.23g). If Green driving source is „GPS“ – harsh cornering value is rad/s*100. If source is „Accelerometer“ – g*100.",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "green_driving_value",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_254_green_driving_value",
"state_topic": "[[DEVICEID]]_254/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_254/config",
"value_template": "{{ value | float * 0.01 }}",
"device_class": "None",
"unit_of_measurement": "rad",
"state_class": "measurement"
}
},
"255": {
"definition": {
"propertyIdInAvlPacket": 255,
"propertyName": "Over Speeding",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "km/h",
"description": "At over speeding start km/h, at over speeding end km/h",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "over_speeding",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_255_over_speeding",
"state_topic": "[[DEVICEID]]_255/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_255/config"
}
},
"256": {
"definition": {
"propertyIdInAvlPacket": 256,
"propertyName": "VIN",
"bytes": "17",
"type": "ASCII",
"min": 0,
"max": "0xff",
"multiplier": "-",
"units": "-",
"description": "VIN number",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "ascii:17",
"slug": "vin",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_256_vin",
"state_topic": "[[DEVICEID]]_256/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_256/config"
}
},
"257": {
"definition": {
"propertyIdInAvlPacket": 257,
"propertyName": "Crash trace data",
"bytes": "Variable",
"type": "HEX",
"min": 0,
"max": "1200",
"multiplier": "-",
"units": "-",
"description": "Crash trace data",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "hex:variable",
"slug": "crash_trace_data",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_257_crash_trace_data",
"state_topic": "[[DEVICEID]]_257/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_257/config"
}
},
"258": {
"definition": {
"propertyIdInAvlPacket": 258,
"propertyName": "EcoMaximum",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Element stores maximum accelerometer values in mg on all axis during Eco driving event 8 Bytes: 2B Zeros 2B - X axis 2B - Y axis 2B - Z axis",
"hwSupport": "FMT100",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:8",
"slug": "ecomaximum",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_258_ecomaximum",
"state_topic": "[[DEVICEID]]_258/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_258/config"
}
},
"259": {
"definition": {
"propertyIdInAvlPacket": 259,
"propertyName": "EcoAverage",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Element stores average accelerometer values in mg on all axis during Eco driving event 8 Bytes: 2B Zeros 2B - X axis 2B - Y axis 2B - Z axis",
"hwSupport": "FMT100",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:8",
"slug": "ecoaverage",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_259_ecoaverage",
"state_topic": "[[DEVICEID]]_259/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_259/config"
}
},
"260": {
"definition": {
"propertyIdInAvlPacket": 260,
"propertyName": "EcoDuration",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "ms",
"description": "Duration of Eco driving event in miliseconds",
"hwSupport": "FMT100",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:2",
"slug": "ecoduration",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_260_ecoduration",
"state_topic": "[[DEVICEID]]_260/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_260/config"
}
},
"263": {
"definition": {
"propertyIdInAvlPacket": 263,
"propertyName": "BT Status",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "4",
"multiplier": "-",
"units": "-",
"description": "0 - BT is disabled 1 - BT Enabled, not device connected 2 - Device connected, BTv3 Only 3 - Device connected, BLE only 4 - Device connected, BLE + BT",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "bt_status",
"sensor_type": "complex_sensor",
"options": {
"0": "bt is disabled",
"1": "bt enabled, not device connected",
"2": "device connected, btv3 only",
"3": "device connected, ble only",
"4": "device connected, ble + bt"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_263_bt_status",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_263/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_263/config",
"value_template": ">-\n {% set states = {\n '0': 'bt is disabled',\n'1': 'bt enabled, not device connected',\n'2': 'device connected, btv3 only',\n'3': 'device connected, ble only',\n'4': 'device connected, ble + bt'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"264": {
"definition": {
"propertyIdInAvlPacket": 264,
"propertyName": "Barcode ID",
"bytes": "Variable",
"type": "ASCII",
"min": "0",
"max": "32",
"multiplier": "-",
"units": "-",
"description": "Barcode ID",
"hwSupport": "FMBXXX Expand",
"parameterGroup": null,
"bufferReader": "ascii:variable",
"slug": "barcode_id",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_264_barcode_id",
"state_topic": "[[DEVICEID]]_264/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_264/config"
}
},
"270": {
"definition": {
"propertyIdInAvlPacket": 270,
"propertyName": "BLE Fuel Level #1",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Fuel Level",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_fuel_level_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_270_ble_fuel_level_1",
"state_topic": "[[DEVICEID]]_270/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_270/config"
}
},
"273": {
"definition": {
"propertyIdInAvlPacket": 273,
"propertyName": "BLE Fuel Level #2",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Fuel Level",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_fuel_level_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_273_ble_fuel_level_2",
"state_topic": "[[DEVICEID]]_273/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_273/config"
}
},
"276": {
"definition": {
"propertyIdInAvlPacket": 276,
"propertyName": "BLE Fuel Level #3",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Fuel Level",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_fuel_level_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_276_ble_fuel_level_3",
"state_topic": "[[DEVICEID]]_276/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_276/config"
}
},
"279": {
"definition": {
"propertyIdInAvlPacket": 279,
"propertyName": "BLE Fuel Level #4",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Fuel Level",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_fuel_level_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_279_ble_fuel_level_4",
"state_topic": "[[DEVICEID]]_279/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_279/config"
}
},
"281": {
"definition": {
"propertyIdInAvlPacket": 281,
"propertyName": "Fault Codes",
"bytes": "variable",
"type": "ASCII",
"min": 0,
"max": "128",
"multiplier": "-",
"units": "-",
"description": "Fault Codes (values separated via \",\")",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "ascii:variable",
"slug": "fault_codes",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_281_fault_codes",
"state_topic": "[[DEVICEID]]_281/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_281/config"
}
},
"282": {
"definition": {
"propertyIdInAvlPacket": 282,
"propertyName": "Fault Codes",
"bytes": "Variable",
"type": "-",
"min": 0,
"max": "128",
"multiplier": "-",
"units": "-",
"description": "DTC Fault codes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LV-CAN200 + DTC",
"bufferReader": "-:variable",
"slug": "fault_codes",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_282_fault_codes",
"state_topic": "[[DEVICEID]]_282/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_282/config"
}
},
"283": {
"definition": {
"propertyIdInAvlPacket": 283,
"propertyName": "Driving State",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "1 - Ignition ON 2 - Driving 3 - Ignition OFF",
"hwSupport": "FMT100",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "driving_state",
"sensor_type": "complex_sensor",
"options": {
"1": "ignition on",
"2": "driving",
"3": "ignition off"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_283_driving_state",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_283/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_283/config",
"value_template": ">-\n {% set states = {\n '1': 'ignition on',\n'2': 'driving',\n'3': 'ignition off'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"284": {
"definition": {
"propertyIdInAvlPacket": 284,
"propertyName": "Driving Records",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Number of Records between Ignition ON and Ignition OFF",
"hwSupport": "FMT100",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:2",
"slug": "driving_records",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_284_driving_records",
"state_topic": "[[DEVICEID]]_284/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_284/config"
}
},
"285": {
"definition": {
"propertyIdInAvlPacket": 285,
"propertyName": "Blood alcohol content",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "9999",
"multiplier": "-",
"units": "-",
"description": "Alcohol content in blood in perlims and mode. First 14 bits from MSB are perlims multiplied by 1000 and last to bits are 0 - Passive test, 1 Active test, 2 and 3 are reserved.",
"hwSupport": "FMB125",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:2",
"slug": "blood_alcohol_content",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_285_blood_alcohol_content",
"state_topic": "[[DEVICEID]]_285/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_285/config"
}
},
"303": {
"definition": {
"propertyIdInAvlPacket": 303,
"propertyName": "Instant Movement",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Logic: 0/1 returns movement value",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "instant_movement",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_303_instant_movement",
"state_topic": "[[DEVICEID]]_303/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_303/config",
"payload_on": "0",
"payload_off": "1"
}
},
"304": {
"definition": {
"propertyIdInAvlPacket": 304,
"propertyName": "Vehicles Range On Battery",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "16777215",
"multiplier": "-",
"units": "m",
"description": "Vehicle Range on Battery",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "vehicles_range_on_battery",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_304_vehicles_range_on_battery",
"state_topic": "[[DEVICEID]]_304/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_304/config"
}
},
"305": {
"definition": {
"propertyIdInAvlPacket": 305,
"propertyName": "Vehicles Range On Additional Fuel",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "16777215",
"multiplier": "-",
"units": "m",
"description": "Vehicle Range On Additional Fuel",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "vehicles_range_on_additional_fuel",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_305_vehicles_range_on_additional_fuel",
"state_topic": "[[DEVICEID]]_305/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_305/config"
}
},
"306": {
"definition": {
"propertyIdInAvlPacket": 306,
"propertyName": "BLE Fuel Frequency #1",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "2147483647",
"multiplier": "-",
"units": "-",
"description": "Frequency value of BLE fuel sensor #1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:4",
"slug": "ble_fuel_frequency_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_306_ble_fuel_frequency_1",
"state_topic": "[[DEVICEID]]_306/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_306/config"
}
},
"307": {
"definition": {
"propertyIdInAvlPacket": 307,
"propertyName": "BLE Fuel Frequency #2",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "2147483647",
"multiplier": "-",
"units": "-",
"description": "Frequency value of BLE fuel sensor #2",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:4",
"slug": "ble_fuel_frequency_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_307_ble_fuel_frequency_2",
"state_topic": "[[DEVICEID]]_307/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_307/config"
}
},
"308": {
"definition": {
"propertyIdInAvlPacket": 308,
"propertyName": "BLE Fuel Frequency #3",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "2147483647",
"multiplier": "-",
"units": "-",
"description": "Frequency value of BLE fuel sensor #3",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:4",
"slug": "ble_fuel_frequency_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_308_ble_fuel_frequency_3",
"state_topic": "[[DEVICEID]]_308/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_308/config"
}
},
"309": {
"definition": {
"propertyIdInAvlPacket": 309,
"propertyName": "BLE Fuel Frequency #4",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "2147483647",
"multiplier": "-",
"units": "-",
"description": "Frequency value of BLE fuel sensor #4",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:4",
"slug": "ble_fuel_frequency_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_309_ble_fuel_frequency_4",
"state_topic": "[[DEVICEID]]_309/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_309/config"
}
},
"317": {
"definition": {
"propertyIdInAvlPacket": 317,
"propertyName": "Crash event counter",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "-",
"description": "Connects trace with specific eventual crash record",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "crash_event_counter",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_317_crash_event_counter",
"state_topic": "[[DEVICEID]]_317/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_317/config"
}
},
"318": {
"definition": {
"propertyIdInAvlPacket": 318,
"propertyName": "GNSS Jamming",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "2",
"multiplier": "-",
"units": "-",
"description": "GNSS Jamming state: 0 - GPS jamming ended/healthy state 1 - GPS jamming warning state 2 - GPS jamming critical state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "gnss_jamming",
"sensor_type": "complex_sensor",
"options": {
"0": "gps jamming ended/healthy state",
"1": "gps jamming warning state",
"2": "gps jamming critical state"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_318_gnss_jamming",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_318/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_318/config",
"value_template": ">-\n {% set states = {\n '0': 'gps jamming ended/healthy state',\n'1': 'gps jamming warning state',\n'2': 'gps jamming critical state'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"325": {
"definition": {
"propertyIdInAvlPacket": 325,
"propertyName": "VIN",
"bytes": "17",
"type": "ASCII",
"min": 0,
"max": "0xFF",
"multiplier": "-",
"units": "-",
"description": "VIN number",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "ascii:17",
"slug": "vin",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_325_vin",
"state_topic": "[[DEVICEID]]_325/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_325/config"
}
},
"327": {
"definition": {
"propertyIdInAvlPacket": 327,
"propertyName": "UL202-02 Sensor Fuel level",
"bytes": "2",
"type": "Signed",
"min": "-150",
"max": "32767",
"multiplier": 0.1,
"units": "mm",
"description": "UL202-02 Sensor Fuel level",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "ul202-02_sensor_fuel_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_327_ul202-02_sensor_fuel_level",
"state_topic": "[[DEVICEID]]_327/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_327/config",
"value_template": "{{ value | float * 0.1 }}",
"device_class": "distance",
"unit_of_measurement": "mm",
"state_class": "measurement"
}
},
"329": {
"definition": {
"propertyIdInAvlPacket": 329,
"propertyName": "AIN Speed",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": "-",
"units": "-",
"description": null,
"hwSupport": "MSP500",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "ain_speed",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_329_ain_speed",
"state_topic": "[[DEVICEID]]_329/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_329/config"
}
},
"331": {
"definition": {
"propertyIdInAvlPacket": 331,
"propertyName": "BLE 1 Custom #1",
"bytes": "Variable",
"type": "HEX",
"min": 0,
"max": "-",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "hex:variable",
"slug": "ble_1_custom_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_331_ble_1_custom_1",
"state_topic": "[[DEVICEID]]_331/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_331/config"
}
},
"332": {
"definition": {
"propertyIdInAvlPacket": 332,
"propertyName": "BLE 2 Custom #1",
"bytes": "Variable",
"type": "HEX",
"min": 0,
"max": "-",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "hex:variable",
"slug": "ble_2_custom_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_332_ble_2_custom_1",
"state_topic": "[[DEVICEID]]_332/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_332/config"
}
},
"333": {
"definition": {
"propertyIdInAvlPacket": 333,
"propertyName": "BLE 3 Custom #1",
"bytes": "Variable",
"type": "HEX",
"min": 0,
"max": "-",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "hex:variable",
"slug": "ble_3_custom_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_333_ble_3_custom_1",
"state_topic": "[[DEVICEID]]_333/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_333/config"
}
},
"334": {
"definition": {
"propertyIdInAvlPacket": 334,
"propertyName": "BLE 4 Custom #1",
"bytes": "Variable",
"type": "HEX",
"min": 0,
"max": "-",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "hex:variable",
"slug": "ble_4_custom_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_334_ble_4_custom_1",
"state_topic": "[[DEVICEID]]_334/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_334/config"
}
},
"335": {
"definition": {
"propertyIdInAvlPacket": 335,
"propertyName": "BLE Luminosity #1",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "0xFFFF",
"multiplier": "-",
"units": "lx",
"description": "Luminosity value of BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_luminosity_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_335_ble_luminosity_1",
"state_topic": "[[DEVICEID]]_335/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_335/config"
}
},
"336": {
"definition": {
"propertyIdInAvlPacket": 336,
"propertyName": "BLE Luminosity #2",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "0xFFFF",
"multiplier": "-",
"units": "lx",
"description": "Luminosity value of BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_luminosity_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_336_ble_luminosity_2",
"state_topic": "[[DEVICEID]]_336/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_336/config"
}
},
"337": {
"definition": {
"propertyIdInAvlPacket": 337,
"propertyName": "BLE Luminosity #3",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "0xFFFF",
"multiplier": "-",
"units": "lx",
"description": "Luminosity value of BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_luminosity_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_337_ble_luminosity_3",
"state_topic": "[[DEVICEID]]_337/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_337/config"
}
},
"338": {
"definition": {
"propertyIdInAvlPacket": 338,
"propertyName": "BLE Luminosity #4",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "0xFFFF",
"multiplier": "-",
"units": "lx",
"description": "Luminosity value of BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_luminosity_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_338_ble_luminosity_4",
"state_topic": "[[DEVICEID]]_338/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_338/config"
}
},
"380": {
"definition": {
"propertyIdInAvlPacket": 380,
"propertyName": "Digital output 3",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Logic: 0/1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "digital_output_3",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_380_digital_output_3",
"state_topic": "[[DEVICEID]]_380/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_380/config",
"payload_on": "0",
"payload_off": "1"
}
},
"381": {
"definition": {
"propertyIdInAvlPacket": 381,
"propertyName": "Ground Sense",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Logic: 0/1",
"hwSupport": "FMB130 FMU130 FMC130 FMM130 FMB140",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ground_sense",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_381_ground_sense",
"state_topic": "[[DEVICEID]]_381/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_381/config",
"payload_on": "0",
"payload_off": "1"
}
},
"383": {
"definition": {
"propertyIdInAvlPacket": 383,
"propertyName": "AXL Calibration Status",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "3",
"multiplier": "-",
"units": "-",
"description": "Shows calibration status: 0- no calibration, 1- calibrated, 2- not configured, 3- fully calibrated",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "axl_calibration_status",
"sensor_type": "complex_sensor",
"options": {
"0": "no calibration",
"1": "calibrated",
"2": "not configured",
"3": "fully calibrated"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_383_axl_calibration_status",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_383/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_383/config",
"value_template": ">-\n {% set states = {\n '0': 'no calibration',\n'1': 'calibrated',\n'2': 'not configured',\n'3': 'fully calibrated'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"385": {
"definition": {
"propertyIdInAvlPacket": 385,
"propertyName": "Beacon",
"bytes": "Variable",
"type": "HEX",
"min": 0,
"max": "1024",
"multiplier": "-",
"units": "-",
"description": "List of Beacon IDs",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "hex:variable",
"slug": "beacon",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_385_beacon",
"state_topic": "[[DEVICEID]]_385/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_385/config"
}
},
"387": {
"definition": {
"propertyIdInAvlPacket": 387,
"propertyName": "ISO6709 Coordinates",
"bytes": "34",
"type": "HEX",
"min": "0",
"max": "0x7fffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "ISO6709 Coordinates Latitude, Longitude (in Degrees, Minutes and Seconds) and Altitude: IO value format: ±DDMMSS.SSSS±DDDMMSS.SSSS±AAA.AAA/",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "hex:34",
"slug": "iso6709_coordinates",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_387_iso6709_coordinates",
"state_topic": "[[DEVICEID]]_387/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_387/config"
}
},
"388": {
"definition": {
"propertyIdInAvlPacket": 388,
"propertyName": "Module ID 17B",
"bytes": "17",
"type": "HEX",
"min": 0,
"max": "0x7FFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Module ID 17 Bytes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "hex:17",
"slug": "module_id_17b",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_388_module_id_17b",
"state_topic": "[[DEVICEID]]_388/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_388/config"
}
},
"389": {
"definition": {
"propertyIdInAvlPacket": 389,
"propertyName": "OBD OEM Total Mileage",
"bytes": 4,
"type": "Unsigned",
"min": 0,
"max": "0xffffffff",
"multiplier": "-",
"units": "km",
"description": "Total mileage received by requesting vehicle specific PID",
"hwSupport": "FMB003",
"parameterGroup": "OBD OEM elements",
"bufferReader": "unsigned:4",
"slug": "obd_oem_total_mileage",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_389_obd_oem_total_mileage",
"state_topic": "[[DEVICEID]]_389/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_389/config"
}
},
"390": {
"definition": {
"propertyIdInAvlPacket": 390,
"propertyName": "OBD OEM Fuel Level",
"bytes": 4,
"type": "Unsigned",
"min": 0,
"max": "0xffffffff",
"multiplier": 0.1,
"units": "l",
"description": "Fuel level in litres received by requesting vehicle specific PID",
"hwSupport": "FMB003",
"parameterGroup": "OBD OEM elements",
"bufferReader": "unsigned:4",
"slug": "obd_oem_fuel_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_390_obd_oem_fuel_level",
"state_topic": "[[DEVICEID]]_390/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_390/config",
"value_template": "{{ value | float * 0.1 }}",
"device_class": "volume",
"unit_of_measurement": "L",
"state_class": "measurement"
}
},
"391": {
"definition": {
"propertyIdInAvlPacket": 391,
"propertyName": "Private mode",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "-",
"description": "Private mode state: 0 - Private mode off 1 - Private mode on",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "private_mode",
"sensor_type": "binary_sensor",
"options": {
"0": "private mode off",
"1": "private mode on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_391_private_mode",
"state_topic": "[[DEVICEID]]_391/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_391/config",
"payload_on": "0",
"payload_off": "1"
}
},
"400": {
"definition": {
"propertyIdInAvlPacket": 400,
"propertyName": "Distance to Next Service",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": null,
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:4",
"slug": "distance_to_next_service",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_400_distance_to_next_service",
"state_topic": "[[DEVICEID]]_400/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_400/config"
}
},
"402": {
"definition": {
"propertyIdInAvlPacket": 402,
"propertyName": "OEM Distance Until Service",
"bytes": 4,
"type": "Unsigned",
"min": 0,
"max": "0xffffffff",
"multiplier": "-",
"units": "km",
"description": "Distance till next service received by requesting vehicle specific PID",
"hwSupport": "FMB001 FMC001 FMM001 FMB003 FMC003 FMM003",
"parameterGroup": "OBD OEM elements",
"bufferReader": "unsigned:4",
"slug": "oem_distance_until_service",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_402_oem_distance_until_service",
"state_topic": "[[DEVICEID]]_402/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_402/config"
}
},
"403": {
"definition": {
"propertyIdInAvlPacket": 403,
"propertyName": "Driver Name",
"bytes": "35",
"type": "Unsigned",
"min": "-",
"max": "-",
"multiplier": "-",
"units": "-",
"description": "Driver name extracted from card, displayed without delimiters ($ signs)",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:35",
"slug": "driver_name",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_403_driver_name",
"state_topic": "[[DEVICEID]]_403/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_403/config"
}
},
"404": {
"definition": {
"propertyIdInAvlPacket": 404,
"propertyName": "Driver card license type",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "8",
"multiplier": "-",
"units": "-",
"description": "None - 0 B.1 license type - 1 B.2 license type - 2 B.3 license type - 3 B.4 license type - 4 T.1 license type - 5 T.2 license type - 6 T.3 license type - 7 T.4 license type - 8",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "driver_card_license_type",
"sensor_type": "complex_sensor",
"options": {
"0": "none",
"1": "b.1 license type",
"2": "b.2 license type",
"3": "b.3 license type",
"4": "b.4 license type",
"5": "t.1 license type",
"6": "t.2 license type",
"7": "t.3 license type",
"8": "t.4 license type"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_404_driver_card_license_type",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_404/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_404/config",
"value_template": ">-\n {% set states = {\n '0': 'none',\n'1': 'b.1 license type',\n'2': 'b.2 license type',\n'3': 'b.3 license type',\n'4': 'b.4 license type',\n'5': 't.1 license type',\n'6': 't.2 license type',\n'7': 't.3 license type',\n'8': 't.4 license type'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"405": {
"definition": {
"propertyIdInAvlPacket": 405,
"propertyName": "Driver Gender",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "2",
"multiplier": "-",
"units": "-",
"description": "None - 0 Male - 1 Female - 2",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "driver_gender",
"sensor_type": "complex_sensor",
"options": {
"0": "none",
"1": "male",
"2": "female"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_405_driver_gender",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_405/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_405/config",
"value_template": ">-\n {% set states = {\n '0': 'none',\n'1': 'male',\n'2': 'female'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"406": {
"definition": {
"propertyIdInAvlPacket": 406,
"propertyName": "Driver Card ID",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "None - 0 Male - 1 Female - 2",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:4",
"slug": "driver_card_id",
"sensor_type": "complex_sensor",
"options": {
"0": "none",
"1": "male",
"2": "female"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_406_driver_card_id",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_406/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_406/config",
"value_template": ">-\n {% set states = {\n '0': 'none',\n'1': 'male',\n'2': 'female'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"407": {
"definition": {
"propertyIdInAvlPacket": 407,
"propertyName": "Driver card expiration date",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "9999",
"multiplier": "-",
"units": "-",
"description": null,
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "driver_card_expiration_date",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_407_driver_card_expiration_date",
"state_topic": "[[DEVICEID]]_407/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_407/config"
}
},
"408": {
"definition": {
"propertyIdInAvlPacket": 408,
"propertyName": "Driver Card place of issue",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Extracted from card",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O Elements",
"bufferReader": "unsigned:4",
"slug": "driver_card_place_of_issue",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_408_driver_card_place_of_issue",
"state_topic": "[[DEVICEID]]_408/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_408/config"
}
},
"409": {
"definition": {
"propertyIdInAvlPacket": 409,
"propertyName": "Driver Status Event",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "2",
"multiplier": "-",
"units": "-",
"description": "Registered - 0 Deregistered - 1 Swapping - 2",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "driver_status_event",
"sensor_type": "complex_sensor",
"options": {
"0": "registered",
"1": "deregistered",
"2": "swapping"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_409_driver_status_event",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_409/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_409/config",
"value_template": ">-\n {% set states = {\n '0': 'registered',\n'1': 'deregistered',\n'2': 'swapping'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"410": {
"definition": {
"propertyIdInAvlPacket": 410,
"propertyName": "OEM Battery charge state",
"bytes": 1,
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – Not charging 1 – Charging",
"hwSupport": "FMB001 FMC001 FMM001 FMB003 FMC003 FMM003",
"parameterGroup": "OBD OEM elements",
"bufferReader": "unsigned:1",
"slug": "oem_battery_charge_state",
"sensor_type": "binary_sensor",
"options": {
"0": "not charging",
"1": "charging"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_410_oem_battery_charge_state",
"state_topic": "[[DEVICEID]]_410/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_410/config",
"payload_on": "0",
"payload_off": "1"
}
},
"411": {
"definition": {
"propertyIdInAvlPacket": 411,
"propertyName": "OEM Battery charge level",
"bytes": 1,
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Represents battery charged level",
"hwSupport": "FMB001 FMC001 FMM001 FMB003 FMC003 FMM003",
"parameterGroup": "OBD OEM elements",
"bufferReader": "unsigned:1",
"slug": "oem_battery_charge_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_411_oem_battery_charge_level",
"state_topic": "[[DEVICEID]]_411/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_411/config"
}
},
"412": {
"definition": {
"propertyIdInAvlPacket": 412,
"propertyName": "OEM Battery power consumption",
"bytes": 2,
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "kWh/100km",
"description": "Represents battery power consumption",
"hwSupport": "FMB001 FMC001 FMM001 FMB003 FMC003 FMM003",
"parameterGroup": "OBD OEM elements",
"bufferReader": "unsigned:2",
"slug": "oem_battery_power_consumption",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_412_oem_battery_power_consumption",
"state_topic": "[[DEVICEID]]_412/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_412/config"
}
},
"449": {
"definition": {
"propertyIdInAvlPacket": 449,
"propertyName": "Ignition On Counter",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "2147483647",
"multiplier": "-",
"units": "s",
"description": "Duration in seconds which is counted while Ignition state is On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:4",
"slug": "ignition_on_counter",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_449_ignition_on_counter",
"state_topic": "[[DEVICEID]]_449/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_449/config"
}
},
"450": {
"definition": {
"propertyIdInAvlPacket": 450,
"propertyName": "CNG Level Kg",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": 10,
"units": "Kg",
"description": "CNG Level Kg (appears only if CNG level percentage is not available)",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:2",
"slug": "cng_level_kg",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_450_cng_level_kg",
"state_topic": "[[DEVICEID]]_450/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_450/config",
"value_template": "{{ value | float * 10 }}",
"device_class": "weight",
"unit_of_measurement": "kg",
"state_class": "measurement"
}
},
"451": {
"definition": {
"propertyIdInAvlPacket": 451,
"propertyName": "BLE RFID #1",
"bytes": "8",
"type": "HEX",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T RFID ID for Connetionless mode #1 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "hex:8",
"slug": "ble_rfid_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_451_ble_rfid_1",
"state_topic": "[[DEVICEID]]_451/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_451/config"
}
},
"452": {
"definition": {
"propertyIdInAvlPacket": 452,
"propertyName": "BLE RFID #2",
"bytes": "8",
"type": "HEX",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T RFID ID for Connetionless mode #2 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "hex:8",
"slug": "ble_rfid_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_452_ble_rfid_2",
"state_topic": "[[DEVICEID]]_452/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_452/config"
}
},
"453": {
"definition": {
"propertyIdInAvlPacket": 453,
"propertyName": "BLE RFID #3",
"bytes": "8",
"type": "HEX",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T RFID ID for Connetionless mode #3 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "hex:8",
"slug": "ble_rfid_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_453_ble_rfid_3",
"state_topic": "[[DEVICEID]]_453/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_453/config"
}
},
"454": {
"definition": {
"propertyIdInAvlPacket": 454,
"propertyName": "BLE RFID #4",
"bytes": "8",
"type": "HEX",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T RFID ID for Connetionless mode #4 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "hex:8",
"slug": "ble_rfid_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_454_ble_rfid_4",
"state_topic": "[[DEVICEID]]_454/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_454/config"
}
},
"455": {
"definition": {
"propertyIdInAvlPacket": 455,
"propertyName": "BLE Button 1 state #1",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T Button 1 status for Connetionless mode #1 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ble_button_1_state_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_455_ble_button_1_state_1",
"state_topic": "[[DEVICEID]]_455/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_455/config"
}
},
"456": {
"definition": {
"propertyIdInAvlPacket": 456,
"propertyName": "BLE Button 1 state #2",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T Button 1 status for Connetionless mode #2 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ble_button_1_state_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_456_ble_button_1_state_2",
"state_topic": "[[DEVICEID]]_456/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_456/config"
}
},
"457": {
"definition": {
"propertyIdInAvlPacket": 457,
"propertyName": "BLE Button 1 state #3",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T Button 1 status for Connetionless mode #3 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ble_button_1_state_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_457_ble_button_1_state_3",
"state_topic": "[[DEVICEID]]_457/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_457/config"
}
},
"458": {
"definition": {
"propertyIdInAvlPacket": 458,
"propertyName": "BLE Button 1 state #4",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T Button 1 status for Connetionless mode #4 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ble_button_1_state_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_458_ble_button_1_state_4",
"state_topic": "[[DEVICEID]]_458/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_458/config"
}
},
"459": {
"definition": {
"propertyIdInAvlPacket": 459,
"propertyName": "BLE Button 2 state #1",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T Button 2 status for Connetionless mode #1 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ble_button_2_state_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_459_ble_button_2_state_1",
"state_topic": "[[DEVICEID]]_459/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_459/config"
}
},
"460": {
"definition": {
"propertyIdInAvlPacket": 460,
"propertyName": "BLE Button 2 state #2",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T Button 2 status for Connetionless mode #2 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ble_button_2_state_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_460_ble_button_2_state_2",
"state_topic": "[[DEVICEID]]_460/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_460/config"
}
},
"461": {
"definition": {
"propertyIdInAvlPacket": 461,
"propertyName": "BLE Button 2 state #3",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T Button 2 status for Connetionless mode #3 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ble_button_2_state_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_461_ble_button_2_state_3",
"state_topic": "[[DEVICEID]]_461/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_461/config"
}
},
"462": {
"definition": {
"propertyIdInAvlPacket": 462,
"propertyName": "BLE Button 2 state #4",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T Button 2 status for Connetionless mode #4 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ble_button_2_state_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_462_ble_button_2_state_4",
"state_topic": "[[DEVICEID]]_462/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_462/config"
}
},
"463": {
"definition": {
"propertyIdInAvlPacket": 463,
"propertyName": "BLE 1 Custom #2",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_1_custom_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_463_ble_1_custom_2",
"state_topic": "[[DEVICEID]]_463/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_463/config"
}
},
"464": {
"definition": {
"propertyIdInAvlPacket": 464,
"propertyName": "BLE 1 Custom #3",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_1_custom_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_464_ble_1_custom_3",
"state_topic": "[[DEVICEID]]_464/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_464/config"
}
},
"465": {
"definition": {
"propertyIdInAvlPacket": 465,
"propertyName": "BLE 1 Custom #4",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_1_custom_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_465_ble_1_custom_4",
"state_topic": "[[DEVICEID]]_465/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_465/config"
}
},
"466": {
"definition": {
"propertyIdInAvlPacket": 466,
"propertyName": "BLE 1 Custom #5",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_1_custom_5",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_466_ble_1_custom_5",
"state_topic": "[[DEVICEID]]_466/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_466/config"
}
},
"467": {
"definition": {
"propertyIdInAvlPacket": 467,
"propertyName": "BLE 2 Custom #2",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_2_custom_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_467_ble_2_custom_2",
"state_topic": "[[DEVICEID]]_467/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_467/config"
}
},
"468": {
"definition": {
"propertyIdInAvlPacket": 468,
"propertyName": "BLE 2 Custom #3",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_2_custom_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_468_ble_2_custom_3",
"state_topic": "[[DEVICEID]]_468/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_468/config"
}
},
"469": {
"definition": {
"propertyIdInAvlPacket": 469,
"propertyName": "BLE 2 Custom #4",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_2_custom_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_469_ble_2_custom_4",
"state_topic": "[[DEVICEID]]_469/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_469/config"
}
},
"470": {
"definition": {
"propertyIdInAvlPacket": 470,
"propertyName": "BLE 2 Custom #5",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_2_custom_5",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_470_ble_2_custom_5",
"state_topic": "[[DEVICEID]]_470/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_470/config"
}
},
"471": {
"definition": {
"propertyIdInAvlPacket": 471,
"propertyName": "BLE 3 Custom #2",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_3_custom_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_471_ble_3_custom_2",
"state_topic": "[[DEVICEID]]_471/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_471/config"
}
},
"472": {
"definition": {
"propertyIdInAvlPacket": 472,
"propertyName": "BLE 3 Custom #3",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_3_custom_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_472_ble_3_custom_3",
"state_topic": "[[DEVICEID]]_472/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_472/config"
}
},
"473": {
"definition": {
"propertyIdInAvlPacket": 473,
"propertyName": "BLE 3 Custom #4",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_3_custom_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_473_ble_3_custom_4",
"state_topic": "[[DEVICEID]]_473/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_473/config"
}
},
"474": {
"definition": {
"propertyIdInAvlPacket": 474,
"propertyName": "BLE 3 Custom #5",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_3_custom_5",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_474_ble_3_custom_5",
"state_topic": "[[DEVICEID]]_474/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_474/config"
}
},
"475": {
"definition": {
"propertyIdInAvlPacket": 475,
"propertyName": "BLE 4 Custom #2",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_4_custom_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_475_ble_4_custom_2",
"state_topic": "[[DEVICEID]]_475/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_475/config"
}
},
"476": {
"definition": {
"propertyIdInAvlPacket": 476,
"propertyName": "BLE 4 Custom #3",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_4_custom_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_476_ble_4_custom_3",
"state_topic": "[[DEVICEID]]_476/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_476/config"
}
},
"477": {
"definition": {
"propertyIdInAvlPacket": 477,
"propertyName": "BLE 4 Custom #4",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_4_custom_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_477_ble_4_custom_4",
"state_topic": "[[DEVICEID]]_477/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_477/config"
}
},
"478": {
"definition": {
"propertyIdInAvlPacket": 478,
"propertyName": "BLE 4 Custom #5",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_4_custom_5",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_478_ble_4_custom_5",
"state_topic": "[[DEVICEID]]_478/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_478/config"
}
},
"483": {
"definition": {
"propertyIdInAvlPacket": 483,
"propertyName": "UL202-02 Sensor Status",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "255",
"multiplier": "-",
"units": "-",
"description": "UL202-02 sensor status codes",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ul202-02_sensor_status",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_483_ul202-02_sensor_status",
"state_topic": "[[DEVICEID]]_483/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_483/config"
}
},
"500": {
"definition": {
"propertyIdInAvlPacket": 500,
"propertyName": "MSP500 vendor name",
"bytes": "40",
"type": "ASCII",
"min": "0",
"max": "40",
"multiplier": "-",
"units": "-",
"description": "Name of the integrator who installed the device",
"hwSupport": "MSP500",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "ascii:40",
"slug": "msp500_vendor_name",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_500_msp500_vendor_name",
"state_topic": "[[DEVICEID]]_500/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_500/config"
}
},
"501": {
"definition": {
"propertyIdInAvlPacket": 501,
"propertyName": "MSP500 vehicle number",
"bytes": "40",
"type": "ASCII",
"min": "0",
"max": "40",
"multiplier": "-",
"units": "-",
"description": "Vehicle number on which the device is installed",
"hwSupport": "MSP500",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "ascii:40",
"slug": "msp500_vehicle_number",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_501_msp500_vehicle_number",
"state_topic": "[[DEVICEID]]_501/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_501/config"
}
},
"502": {
"definition": {
"propertyIdInAvlPacket": 502,
"propertyName": "MSP500 speed sensor",
"bytes": "1",
"type": "unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Status of the speed sensor",
"hwSupport": "MSP500",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "msp500_speed_sensor",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_502_msp500_speed_sensor",
"state_topic": "[[DEVICEID]]_502/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_502/config"
}
},
"517": {
"definition": {
"propertyIdInAvlPacket": 517,
"propertyName": "Security State Flags P4",
"bytes": "8",
"type": "HEX",
"min": 0,
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Security state flags protocol 4, more information click here Flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "hex:8",
"slug": "security_state_flags_p4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_517_security_state_flags_p4",
"state_topic": "[[DEVICEID]]_517/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_517/config"
}
},
"518": {
"definition": {
"propertyIdInAvlPacket": 518,
"propertyName": "Control State Flags P4",
"bytes": "8",
"type": "HEX",
"min": 0,
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Control state flags protocol 4, more information click here Flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "hex:8",
"slug": "control_state_flags_p4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_518_control_state_flags_p4",
"state_topic": "[[DEVICEID]]_518/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_518/config"
}
},
"519": {
"definition": {
"propertyIdInAvlPacket": 519,
"propertyName": "Indicator State Flags P4",
"bytes": "8",
"type": "HEX",
"min": 0,
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Indicator state flags protocol 4, more information click here Flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "hex:8",
"slug": "indicator_state_flags_p4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_519_indicator_state_flags_p4",
"state_topic": "[[DEVICEID]]_519/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_519/config"
}
},
"520": {
"definition": {
"propertyIdInAvlPacket": 520,
"propertyName": "Agricultural State Flags P4",
"bytes": "8",
"type": "HEX",
"min": 0,
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Agricultural state flags protocol 4, more information click here Flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "hex:8",
"slug": "agricultural_state_flags_p4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_520_agricultural_state_flags_p4",
"state_topic": "[[DEVICEID]]_520/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_520/config"
}
},
"521": {
"definition": {
"propertyIdInAvlPacket": 521,
"propertyName": "Utility State Flags P4",
"bytes": "8",
"type": "HEX",
"min": 0,
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Utility state flags protocol 4, more information click here Flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "hex:8",
"slug": "utility_state_flags_p4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_521_utility_state_flags_p4",
"state_topic": "[[DEVICEID]]_521/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_521/config"
}
},
"522": {
"definition": {
"propertyIdInAvlPacket": 522,
"propertyName": "Cistern State Flags P4",
"bytes": "8",
"type": "HEX",
"min": 0,
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Cistern state flags protocol 4, more information click here Flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "hex:8",
"slug": "cistern_state_flags_p4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_522_cistern_state_flags_p4",
"state_topic": "[[DEVICEID]]_522/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_522/config"
}
},
"540": {
"definition": {
"propertyIdInAvlPacket": 540,
"propertyName": "Throttle position group",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": null,
"units": "%",
"description": "Throttle Position Value From PID Group",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "throttle_position_group",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_540_throttle_position_group",
"state_topic": "[[DEVICEID]]_540/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_540/config",
"value_template": "{{ value | float * NaN }}",
"device_class": "humidity",
"unit_of_measurement": "%",
"state_class": "measurement"
}
},
"541": {
"definition": {
"propertyIdInAvlPacket": 541,
"propertyName": "Commanded Equivalence R",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "200",
"multiplier": 0.01,
"units": "-",
"description": "Fuel-Air Commanded Equivalence Ratio",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "commanded_equivalence_r",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_541_commanded_equivalence_r",
"state_topic": "[[DEVICEID]]_541/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_541/config",
"value_template": "{{ value | float * 0.01 }}"
}
},
"542": {
"definition": {
"propertyIdInAvlPacket": 542,
"propertyName": "Intake MAP 2 bytes",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "2048",
"multiplier": "-",
"units": "kPa",
"description": "Intake Manifold Absolute Pressure",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "intake_map_2_bytes",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_542_intake_map_2_bytes",
"state_topic": "[[DEVICEID]]_542/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_542/config"
}
},
"543": {
"definition": {
"propertyIdInAvlPacket": 543,
"propertyName": "Hybrid System Voltage",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "1024",
"multiplier": "-",
"units": "V",
"description": "Hybrid vehicle system voltage",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "hybrid_system_voltage",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_543_hybrid_system_voltage",
"state_topic": "[[DEVICEID]]_543/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_543/config"
}
},
"544": {
"definition": {
"propertyIdInAvlPacket": 544,
"propertyName": "Hybrid System Current",
"bytes": "2",
"type": "Signed",
"min": -3277,
"max": "3277",
"multiplier": "-",
"units": "A",
"description": "Hybrid vehicle system current",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "signed:2",
"slug": "hybrid_system_current",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_544_hybrid_system_current",
"state_topic": "[[DEVICEID]]_544/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_544/config"
}
},
"548": {
"definition": {
"propertyIdInAvlPacket": 548,
"propertyName": "Advanced BLE Beacon data",
"bytes": "1024",
"type": "HEX",
"min": 0,
"max": "1024",
"multiplier": "-",
"units": "-",
"description": "List of Beacon Ids and their data when advanced Beacon mode is selected",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "hex:1024",
"slug": "advanced_ble_beacon_data",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_548_advanced_ble_beacon_data",
"state_topic": "[[DEVICEID]]_548/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_548/config"
}
},
"622": {
"definition": {
"propertyIdInAvlPacket": 622,
"propertyName": "Frequency DIN1",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": 0.1,
"units": "Hz",
"description": "Frequency of input signal present on DIN1",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "frequency_din1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_622_frequency_din1",
"state_topic": "[[DEVICEID]]_622/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_622/config",
"value_template": "{{ value | float * 0.1 }}",
"device_class": "frequency",
"unit_of_measurement": "Hz",
"state_class": "measurement"
}
},
"623": {
"definition": {
"propertyIdInAvlPacket": 623,
"propertyName": "Frequency DIN2",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": 0.1,
"units": "Hz",
"description": "Frequency of input signal present on DIN2",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "frequency_din2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_623_frequency_din2",
"state_topic": "[[DEVICEID]]_623/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_623/config",
"value_template": "{{ value | float * 0.1 }}",
"device_class": "frequency",
"unit_of_measurement": "Hz",
"state_class": "measurement"
}
},
"636": {
"definition": {
"propertyIdInAvlPacket": 636,
"propertyName": "UMTS/LTE Cell ID",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "0xFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": null,
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:4",
"slug": "umtslte_cell_id",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_636_umtslte_cell_id",
"state_topic": "[[DEVICEID]]_636/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_636/config"
}
},
"637": {
"definition": {
"propertyIdInAvlPacket": 637,
"propertyName": "Wake Reason",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "True if device was woken by RTC alarm",
"hwSupport": "FMB965",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "wake_reason",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_637_wake_reason",
"state_topic": "[[DEVICEID]]_637/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_637/config"
}
},
"652": {
"definition": {
"propertyIdInAvlPacket": 652,
"propertyName": "SSF KeyInIgnitionLock",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No key in lock 1 - Key in lock",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_keyinignitionlock",
"sensor_type": "binary_sensor",
"options": {
"0": "no key in lock",
"1": "key in lock"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_652_ssf_keyinignitionlock",
"state_topic": "[[DEVICEID]]_652/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_652/config",
"payload_on": "0",
"payload_off": "1"
}
},
"653": {
"definition": {
"propertyIdInAvlPacket": 653,
"propertyName": "SSF Handbrake Is Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Handbrake inactive 1 - Handbrake active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_handbrake_is_active",
"sensor_type": "binary_sensor",
"options": {
"0": "handbrake inactive",
"1": "handbrake active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_653_ssf_handbrake_is_active",
"state_topic": "[[DEVICEID]]_653/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_653/config",
"payload_on": "0",
"payload_off": "1"
}
},
"654": {
"definition": {
"propertyIdInAvlPacket": 654,
"propertyName": "SSF Front Left Door Open",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_front_left_door_open",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_654_ssf_front_left_door_open",
"state_topic": "[[DEVICEID]]_654/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_654/config",
"payload_on": "0",
"payload_off": "1"
}
},
"655": {
"definition": {
"propertyIdInAvlPacket": 655,
"propertyName": "SSF Front Right Door Open",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_front_right_door_open",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_655_ssf_front_right_door_open",
"state_topic": "[[DEVICEID]]_655/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_655/config",
"payload_on": "0",
"payload_off": "1"
}
},
"656": {
"definition": {
"propertyIdInAvlPacket": 656,
"propertyName": "SSF Rear Left Door Open",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_rear_left_door_open",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_656_ssf_rear_left_door_open",
"state_topic": "[[DEVICEID]]_656/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_656/config",
"payload_on": "0",
"payload_off": "1"
}
},
"657": {
"definition": {
"propertyIdInAvlPacket": 657,
"propertyName": "SSF Rear Right Door Open",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_rear_right_door_open",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_657_ssf_rear_right_door_open",
"state_topic": "[[DEVICEID]]_657/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_657/config",
"payload_on": "0",
"payload_off": "1"
}
},
"658": {
"definition": {
"propertyIdInAvlPacket": 658,
"propertyName": "SSF Trunk Door Open",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_trunk_door_open",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_658_ssf_trunk_door_open",
"state_topic": "[[DEVICEID]]_658/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_658/config",
"payload_on": "0",
"payload_off": "1"
}
},
"659": {
"definition": {
"propertyIdInAvlPacket": 659,
"propertyName": "SSF Neutral Gear Active (automatic gear box)",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_neutral_gear_active_(automatic_gear_box)",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_659_ssf_neutral_gear_active_(automatic_gear_box)",
"state_topic": "[[DEVICEID]]_659/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_659/config",
"payload_on": "0",
"payload_off": "1"
}
},
"660": {
"definition": {
"propertyIdInAvlPacket": 660,
"propertyName": "SSF Parking Gear Active (automatic gear box)",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_parking_gear_active_(automatic_gear_box)",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_660_ssf_parking_gear_active_(automatic_gear_box)",
"state_topic": "[[DEVICEID]]_660/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_660/config",
"payload_on": "0",
"payload_off": "1"
}
},
"661": {
"definition": {
"propertyIdInAvlPacket": 661,
"propertyName": "SSF Reverse Gear Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_reverse_gear_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_661_ssf_reverse_gear_active",
"state_topic": "[[DEVICEID]]_661/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_661/config",
"payload_on": "0",
"payload_off": "1"
}
},
"662": {
"definition": {
"propertyIdInAvlPacket": 662,
"propertyName": "SSF Car Is Closed",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_car_is_closed",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_662_ssf_car_is_closed",
"state_topic": "[[DEVICEID]]_662/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_662/config",
"payload_on": "0",
"payload_off": "1"
}
},
"755": {
"definition": {
"propertyIdInAvlPacket": 755,
"propertyName": "OEM Remaining distance",
"bytes": 2,
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "km",
"description": "Remaining distance until fuel tank empty or battery (EV) depleted",
"hwSupport": "FMB001 FMC001 FMM001 FMB003 FMC003 FMM003",
"parameterGroup": "OBD OEM elements",
"bufferReader": "unsigned:2",
"slug": "oem_remaining_distance",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_755_oem_remaining_distance",
"state_topic": "[[DEVICEID]]_755/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_755/config"
}
},
"759": {
"definition": {
"propertyIdInAvlPacket": 759,
"propertyName": "Fuel Type",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "-",
"description": "0 Not available 1 Gasoline 2 Methanol 3 Ethanol 4 Diesel 5 LPG 6 CNG 7 Propane 8 Electric 9 Bifuel running Gasoline 10 Bifuel running Methanol 11 Bifuel running Ethanol 12 Bifuel running LPG 13 Bifuel running CNG 14 Bifuel running Propane 15 Bifuel running Electricity 16 Bifuel running electric and combustion engine 17 Hybrid gasoline 18 Hybrid Ethanol 19 Hybrid Diesel 20 Hybrid Electric 21 Hybrid running electric and combustion engine 22 Hybrid Regenerative 23 Bifuel running diesel",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "fuel_type",
"sensor_type": "complex_sensor",
"options": {
"0": "not available",
"1": "gasoline",
"2": "methanol",
"3": "ethanol",
"4": "diesel",
"5": "lpg",
"6": "cng",
"7": "propane",
"8": "electric",
"9": "bifuel running gasoline",
"10": "bifuel running methanol",
"11": "bifuel running ethanol",
"12": "bifuel running lpg",
"13": "bifuel running cng",
"14": "bifuel running propane",
"15": "bifuel running electricity",
"16": "bifuel running electric and combustion engine",
"17": "hybrid gasoline",
"18": "hybrid ethanol",
"19": "hybrid diesel",
"20": "hybrid electric",
"21": "hybrid running electric and combustion engine",
"22": "hybrid regenerative",
"23": "bifuel running diesel"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_759_fuel_type",
"device_class": "enum",
"state_topic": "[[DEVICEID]]_759/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_759/config",
"value_template": ">-\n {% set states = {\n '0': 'not available',\n'1': 'gasoline',\n'2': 'methanol',\n'3': 'ethanol',\n'4': 'diesel',\n'5': 'lpg',\n'6': 'cng',\n'7': 'propane',\n'8': 'electric',\n'9': 'bifuel running gasoline',\n'10': 'bifuel running methanol',\n'11': 'bifuel running ethanol',\n'12': 'bifuel running lpg',\n'13': 'bifuel running cng',\n'14': 'bifuel running propane',\n'15': 'bifuel running electricity',\n'16': 'bifuel running electric and combustion engine',\n'17': 'hybrid gasoline',\n'18': 'hybrid ethanol',\n'19': 'hybrid diesel',\n'20': 'hybrid electric',\n'21': 'hybrid running electric and combustion engine',\n'22': 'hybrid regenerative',\n'23': 'bifuel running diesel'\n } %}\n {{ states[value] if value in states else 'unknown' }} \n "
}
},
"855": {
"definition": {
"propertyIdInAvlPacket": 855,
"propertyName": "LNG Used",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "214748364",
"multiplier": "-",
"units": "kg",
"description": "Total LNG used in kilograms",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "lng_used",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_855_lng_used",
"state_topic": "[[DEVICEID]]_855/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_855/config"
}
},
"856": {
"definition": {
"propertyIdInAvlPacket": 856,
"propertyName": "LNG Used (counted)",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "214748364",
"multiplier": "-",
"units": "kg",
"description": "Total LNG used counted in kg",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "lng_used_(counted)",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_856_lng_used_(counted)",
"state_topic": "[[DEVICEID]]_856/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_856/config"
}
},
"857": {
"definition": {
"propertyIdInAvlPacket": 857,
"propertyName": "LNG Level",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "LNG level in proc",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:2",
"slug": "lng_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_857_lng_level",
"state_topic": "[[DEVICEID]]_857/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_857/config"
}
},
"858": {
"definition": {
"propertyIdInAvlPacket": 858,
"propertyName": "LNG Level",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "6553",
"multiplier": "-",
"units": "kg",
"description": "LNG level in kg",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:2",
"slug": "lng_level",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_858_lng_level",
"state_topic": "[[DEVICEID]]_858/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_858/config"
}
},
"859": {
"definition": {
"propertyIdInAvlPacket": 859,
"propertyName": "Distance from need of service",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "km",
"description": "Service - distance elapsed since the occurrence of the need for servicing",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:4",
"slug": "distance_from_need_of_service",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_859_distance_from_need_of_service",
"state_topic": "[[DEVICEID]]_859/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_859/config"
}
},
"860": {
"definition": {
"propertyIdInAvlPacket": 860,
"propertyName": "Distance from last service",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "km",
"description": "Service - distance from the last service",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:4",
"slug": "distance_from_last_service",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_860_distance_from_last_service",
"state_topic": "[[DEVICEID]]_860/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_860/config"
}
},
"861": {
"definition": {
"propertyIdInAvlPacket": 861,
"propertyName": "Time to next service",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "day",
"description": "Service - time to next service",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:2",
"slug": "time_to_next_service",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_861_time_to_next_service",
"state_topic": "[[DEVICEID]]_861/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_861/config"
}
},
"862": {
"definition": {
"propertyIdInAvlPacket": 862,
"propertyName": "Time from need of service",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "day",
"description": "Service - time exceeded since the occurrence of the need for servicing",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:2",
"slug": "time_from_need_of_service",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_862_time_from_need_of_service",
"state_topic": "[[DEVICEID]]_862/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_862/config"
}
},
"863": {
"definition": {
"propertyIdInAvlPacket": 863,
"propertyName": "Time from last serivce",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "day",
"description": "Service - time elapsed since the last service",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:2",
"slug": "time_from_last_serivce",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_863_time_from_last_serivce",
"state_topic": "[[DEVICEID]]_863/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_863/config"
}
},
"864": {
"definition": {
"propertyIdInAvlPacket": 864,
"propertyName": "Distance to next oil service",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "km",
"description": "Service - distance to next oil service",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:4",
"slug": "distance_to_next_oil_service",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_864_distance_to_next_oil_service",
"state_topic": "[[DEVICEID]]_864/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_864/config"
}
},
"865": {
"definition": {
"propertyIdInAvlPacket": 865,
"propertyName": "Time to next oil service",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "day",
"description": "Service - time to next oil service",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:2",
"slug": "time_to_next_oil_service",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_865_time_to_next_oil_service",
"state_topic": "[[DEVICEID]]_865/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_865/config"
}
},
"866": {
"definition": {
"propertyIdInAvlPacket": 866,
"propertyName": "LVCAN Vehicle Range",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "km",
"description": "Information about vehicle range",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:4",
"slug": "lvcan_vehicle_range",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_866_lvcan_vehicle_range",
"state_topic": "[[DEVICEID]]_866/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_866/config"
}
},
"867": {
"definition": {
"propertyIdInAvlPacket": 867,
"propertyName": "LVCAN Total CNG counted",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "kg",
"description": "Information about Total CNG used in counted mode",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:4",
"slug": "lvcan_total_cng_counted",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_867_lvcan_total_cng_counted",
"state_topic": "[[DEVICEID]]_867/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_867/config"
}
},
"898": {
"definition": {
"propertyIdInAvlPacket": 898,
"propertyName": "SSF Ignition",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_ignition",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_898_ssf_ignition",
"state_topic": "[[DEVICEID]]_898/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_898/config",
"payload_on": "0",
"payload_off": "1"
}
},
"899": {
"definition": {
"propertyIdInAvlPacket": 899,
"propertyName": "SSF Webasto",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "ssf_webasto",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_899_ssf_webasto",
"state_topic": "[[DEVICEID]]_899/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_899/config",
"payload_on": "0",
"payload_off": "1"
}
},
"900": {
"definition": {
"propertyIdInAvlPacket": 900,
"propertyName": "SSF Engine Working",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_engine_working",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_900_ssf_engine_working",
"state_topic": "[[DEVICEID]]_900/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_900/config",
"payload_on": "0",
"payload_off": "1"
}
},
"901": {
"definition": {
"propertyIdInAvlPacket": 901,
"propertyName": "SSF Standalone Engine",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "ssf_standalone_engine",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_901_ssf_standalone_engine",
"state_topic": "[[DEVICEID]]_901/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_901/config",
"payload_on": "0",
"payload_off": "1"
}
},
"902": {
"definition": {
"propertyIdInAvlPacket": 902,
"propertyName": "SSF Ready To Drive",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_ready_to_drive",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_902_ssf_ready_to_drive",
"state_topic": "[[DEVICEID]]_902/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_902/config",
"payload_on": "0",
"payload_off": "1"
}
},
"903": {
"definition": {
"propertyIdInAvlPacket": 903,
"propertyName": "SSF Engine Working On CNG",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_engine_working_on_cng",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_903_ssf_engine_working_on_cng",
"state_topic": "[[DEVICEID]]_903/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_903/config",
"payload_on": "0",
"payload_off": "1"
}
},
"904": {
"definition": {
"propertyIdInAvlPacket": 904,
"propertyName": "SSF Work Mode",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Private 1 - Company",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "ssf_work_mode",
"sensor_type": "binary_sensor",
"options": {
"0": "private",
"1": "company"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_904_ssf_work_mode",
"state_topic": "[[DEVICEID]]_904/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_904/config",
"payload_on": "0",
"payload_off": "1"
}
},
"905": {
"definition": {
"propertyIdInAvlPacket": 905,
"propertyName": "SSF Operator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not present 1 - Present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "ssf_operator",
"sensor_type": "binary_sensor",
"options": {
"0": "not present",
"1": "present"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_905_ssf_operator",
"state_topic": "[[DEVICEID]]_905/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_905/config",
"payload_on": "0",
"payload_off": "1"
}
},
"906": {
"definition": {
"propertyIdInAvlPacket": 906,
"propertyName": "SSF Interlock",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "ssf_interlock",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_906_ssf_interlock",
"state_topic": "[[DEVICEID]]_906/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_906/config",
"payload_on": "0",
"payload_off": "1"
}
},
"907": {
"definition": {
"propertyIdInAvlPacket": 907,
"propertyName": "SSF Engine Lock Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_engine_lock_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_907_ssf_engine_lock_active",
"state_topic": "[[DEVICEID]]_907/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_907/config",
"payload_on": "0",
"payload_off": "1"
}
},
"908": {
"definition": {
"propertyIdInAvlPacket": 908,
"propertyName": "SSF Request To Lock Engine",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_request_to_lock_engine",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_908_ssf_request_to_lock_engine",
"state_topic": "[[DEVICEID]]_908/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_908/config",
"payload_on": "0",
"payload_off": "1"
}
},
"909": {
"definition": {
"propertyIdInAvlPacket": 909,
"propertyName": "SSF Roof Open",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_roof_open",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_909_ssf_roof_open",
"state_topic": "[[DEVICEID]]_909/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_909/config",
"payload_on": "0",
"payload_off": "1"
}
},
"910": {
"definition": {
"propertyIdInAvlPacket": 910,
"propertyName": "SSF Footbrake Is Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Footbrake inactive 1 - Footbrake active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_footbrake_is_active",
"sensor_type": "binary_sensor",
"options": {
"0": "footbrake inactive",
"1": "footbrake active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_910_ssf_footbrake_is_active",
"state_topic": "[[DEVICEID]]_910/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_910/config",
"payload_on": "0",
"payload_off": "1"
}
},
"911": {
"definition": {
"propertyIdInAvlPacket": 911,
"propertyName": "SSF Clutch Pushed",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Clutch is pushed 1 - Clutch is not pushed",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_clutch_pushed",
"sensor_type": "binary_sensor",
"options": {
"0": "clutch is pushed",
"1": "clutch is not pushed"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_911_ssf_clutch_pushed",
"state_topic": "[[DEVICEID]]_911/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_911/config",
"payload_on": "0",
"payload_off": "1"
}
},
"912": {
"definition": {
"propertyIdInAvlPacket": 912,
"propertyName": "SSF Hazard Warning Lights",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Hazard warning lights on 1 - Hazard warning lights off",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_hazard_warning_lights",
"sensor_type": "binary_sensor",
"options": {
"0": "hazard warning lights on",
"1": "hazard warning lights off"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_912_ssf_hazard_warning_lights",
"state_topic": "[[DEVICEID]]_912/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_912/config",
"payload_on": "0",
"payload_off": "1"
}
},
"913": {
"definition": {
"propertyIdInAvlPacket": 913,
"propertyName": "SSF Engine Cover Open",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_engine_cover_open",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_913_ssf_engine_cover_open",
"state_topic": "[[DEVICEID]]_913/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_913/config",
"payload_on": "0",
"payload_off": "1"
}
},
"914": {
"definition": {
"propertyIdInAvlPacket": 914,
"propertyName": "SSF Charging Wire Plugged",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Unplugged 1 - Plugged",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_charging_wire_plugged",
"sensor_type": "binary_sensor",
"options": {
"0": "unplugged",
"1": "plugged"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_914_ssf_charging_wire_plugged",
"state_topic": "[[DEVICEID]]_914/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_914/config",
"payload_on": "0",
"payload_off": "1"
}
},
"915": {
"definition": {
"propertyIdInAvlPacket": 915,
"propertyName": "SSF Batttery Charging",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not charging 1 - Charging",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_batttery_charging",
"sensor_type": "binary_sensor",
"options": {
"0": "not charging",
"1": "charging"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_915_ssf_batttery_charging",
"state_topic": "[[DEVICEID]]_915/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_915/config",
"payload_on": "0",
"payload_off": "1"
}
},
"916": {
"definition": {
"propertyIdInAvlPacket": 916,
"propertyName": "SSF Electric Engine State",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_electric_engine_state",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_916_ssf_electric_engine_state",
"state_topic": "[[DEVICEID]]_916/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_916/config",
"payload_on": "0",
"payload_off": "1"
}
},
"917": {
"definition": {
"propertyIdInAvlPacket": 917,
"propertyName": "SSF Car Closed Factory Remote",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_car_closed_factory_remote",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_917_ssf_car_closed_factory_remote",
"state_topic": "[[DEVICEID]]_917/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_917/config",
"payload_on": "0",
"payload_off": "1"
}
},
"918": {
"definition": {
"propertyIdInAvlPacket": 918,
"propertyName": "SSF Factory Alarm Actuated",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not actuated 1 - Actuated",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_factory_alarm_actuated",
"sensor_type": "binary_sensor",
"options": {
"0": "not actuated",
"1": "actuated"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_918_ssf_factory_alarm_actuated",
"state_topic": "[[DEVICEID]]_918/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_918/config",
"payload_on": "0",
"payload_off": "1"
}
},
"919": {
"definition": {
"propertyIdInAvlPacket": 919,
"propertyName": "SSF Factory Alarm Emulated",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not emulated 1 - Emulated",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_factory_alarm_emulated",
"sensor_type": "binary_sensor",
"options": {
"0": "not emulated",
"1": "emulated"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_919_ssf_factory_alarm_emulated",
"state_topic": "[[DEVICEID]]_919/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_919/config",
"payload_on": "0",
"payload_off": "1"
}
},
"920": {
"definition": {
"propertyIdInAvlPacket": 920,
"propertyName": "SSF Signal Close Factory Remote",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_signal_close_factory_remote",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_920_ssf_signal_close_factory_remote",
"state_topic": "[[DEVICEID]]_920/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_920/config",
"payload_on": "0",
"payload_off": "1"
}
},
"921": {
"definition": {
"propertyIdInAvlPacket": 921,
"propertyName": "SSF Signal Open Factory Remote",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_signal_open_factory_remote",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_921_ssf_signal_open_factory_remote",
"state_topic": "[[DEVICEID]]_921/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_921/config",
"payload_on": "0",
"payload_off": "1"
}
},
"922": {
"definition": {
"propertyIdInAvlPacket": 922,
"propertyName": "SSF Rearming Signal",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_rearming_signal",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_922_ssf_rearming_signal",
"state_topic": "[[DEVICEID]]_922/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_922/config",
"payload_on": "0",
"payload_off": "1"
}
},
"923": {
"definition": {
"propertyIdInAvlPacket": 923,
"propertyName": "SSF Trunk Door Opened Factory Remote",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_trunk_door_opened_factory_remote",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_923_ssf_trunk_door_opened_factory_remote",
"state_topic": "[[DEVICEID]]_923/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_923/config",
"payload_on": "0",
"payload_off": "1"
}
},
"924": {
"definition": {
"propertyIdInAvlPacket": 924,
"propertyName": "SSF CAN Module In Sleep",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not in sleep 1 - In sleep",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_can_module_in_sleep",
"sensor_type": "binary_sensor",
"options": {
"0": "not in sleep",
"1": "in sleep"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_924_ssf_can_module_in_sleep",
"state_topic": "[[DEVICEID]]_924/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_924/config",
"payload_on": "0",
"payload_off": "1"
}
},
"925": {
"definition": {
"propertyIdInAvlPacket": 925,
"propertyName": "SSF Factory Remote 3x",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "ssf_factory_remote_3x",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_925_ssf_factory_remote_3x",
"state_topic": "[[DEVICEID]]_925/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_925/config",
"payload_on": "0",
"payload_off": "1"
}
},
"926": {
"definition": {
"propertyIdInAvlPacket": 926,
"propertyName": "SSF Factory Armed",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not armed 1 - Armed",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_factory_armed",
"sensor_type": "binary_sensor",
"options": {
"0": "not armed",
"1": "armed"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_926_ssf_factory_armed",
"state_topic": "[[DEVICEID]]_926/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_926/config",
"payload_on": "0",
"payload_off": "1"
}
},
"927": {
"definition": {
"propertyIdInAvlPacket": 927,
"propertyName": "SSF Drive Is Active (automatic gear box)",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_drive_is_active_(automatic_gear_box)",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_927_ssf_drive_is_active_(automatic_gear_box)",
"state_topic": "[[DEVICEID]]_927/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_927/config",
"payload_on": "0",
"payload_off": "1"
}
},
"928": {
"definition": {
"propertyIdInAvlPacket": 928,
"propertyName": "CSF Parking Lights",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "csf_parking_lights",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_928_csf_parking_lights",
"state_topic": "[[DEVICEID]]_928/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_928/config",
"payload_on": "0",
"payload_off": "1"
}
},
"929": {
"definition": {
"propertyIdInAvlPacket": 929,
"propertyName": "CSF Dipped Head lights",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "csf_dipped_head_lights",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_929_csf_dipped_head_lights",
"state_topic": "[[DEVICEID]]_929/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_929/config",
"payload_on": "0",
"payload_off": "1"
}
},
"930": {
"definition": {
"propertyIdInAvlPacket": 930,
"propertyName": "CSF Full Beam Headlights",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "csf_full_beam_headlights",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_930_csf_full_beam_headlights",
"state_topic": "[[DEVICEID]]_930/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_930/config",
"payload_on": "0",
"payload_off": "1"
}
},
"931": {
"definition": {
"propertyIdInAvlPacket": 931,
"propertyName": "CSF Rear Fog Lights",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "csf_rear_fog_lights",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_931_csf_rear_fog_lights",
"state_topic": "[[DEVICEID]]_931/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_931/config",
"payload_on": "0",
"payload_off": "1"
}
},
"932": {
"definition": {
"propertyIdInAvlPacket": 932,
"propertyName": "CSF Front Fog Lights",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "csf_front_fog_lights",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_932_csf_front_fog_lights",
"state_topic": "[[DEVICEID]]_932/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_932/config",
"payload_on": "0",
"payload_off": "1"
}
},
"933": {
"definition": {
"propertyIdInAvlPacket": 933,
"propertyName": "CSF Additional Front Lights",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_additional_front_lights",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_933_csf_additional_front_lights",
"state_topic": "[[DEVICEID]]_933/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_933/config",
"payload_on": "0",
"payload_off": "1"
}
},
"934": {
"definition": {
"propertyIdInAvlPacket": 934,
"propertyName": "CSF Additional Rear Lights",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_additional_rear_lights",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_934_csf_additional_rear_lights",
"state_topic": "[[DEVICEID]]_934/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_934/config",
"payload_on": "0",
"payload_off": "1"
}
},
"935": {
"definition": {
"propertyIdInAvlPacket": 935,
"propertyName": "CSF Light Signal",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_light_signal",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_935_csf_light_signal",
"state_topic": "[[DEVICEID]]_935/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_935/config",
"payload_on": "0",
"payload_off": "1"
}
},
"936": {
"definition": {
"propertyIdInAvlPacket": 936,
"propertyName": "CSF Air Conditioning",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_air_conditioning",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_936_csf_air_conditioning",
"state_topic": "[[DEVICEID]]_936/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_936/config",
"payload_on": "0",
"payload_off": "1"
}
},
"937": {
"definition": {
"propertyIdInAvlPacket": 937,
"propertyName": "CSF Cruise Control",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_cruise_control",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_937_csf_cruise_control",
"state_topic": "[[DEVICEID]]_937/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_937/config",
"payload_on": "0",
"payload_off": "1"
}
},
"938": {
"definition": {
"propertyIdInAvlPacket": 938,
"propertyName": "CSF Automatic Retarder",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_automatic_retarder",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_938_csf_automatic_retarder",
"state_topic": "[[DEVICEID]]_938/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_938/config",
"payload_on": "0",
"payload_off": "1"
}
},
"939": {
"definition": {
"propertyIdInAvlPacket": 939,
"propertyName": "CSF Manual Retarder",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_manual_retarder",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_939_csf_manual_retarder",
"state_topic": "[[DEVICEID]]_939/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_939/config",
"payload_on": "0",
"payload_off": "1"
}
},
"940": {
"definition": {
"propertyIdInAvlPacket": 940,
"propertyName": "CSF Driver's Seatbelt Fastened",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not fastened 1 - Fastened",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_driver's_seatbelt_fastened",
"sensor_type": "binary_sensor",
"options": {
"0": "not fastened",
"1": "fastened"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_940_csf_driver's_seatbelt_fastened",
"state_topic": "[[DEVICEID]]_940/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_940/config",
"payload_on": "0",
"payload_off": "1"
}
},
"941": {
"definition": {
"propertyIdInAvlPacket": 941,
"propertyName": "CSF Front Driver's Seatbelt Fastened",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not fastened 1 - Fastened",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_front_driver's_seatbelt_fastened",
"sensor_type": "binary_sensor",
"options": {
"0": "not fastened",
"1": "fastened"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_941_csf_front_driver's_seatbelt_fastened",
"state_topic": "[[DEVICEID]]_941/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_941/config",
"payload_on": "0",
"payload_off": "1"
}
},
"942": {
"definition": {
"propertyIdInAvlPacket": 942,
"propertyName": "CSF Left Driver's Seatbelt Fastened",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not fastened 1 - Fastened",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_left_driver's_seatbelt_fastened",
"sensor_type": "binary_sensor",
"options": {
"0": "not fastened",
"1": "fastened"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_942_csf_left_driver's_seatbelt_fastened",
"state_topic": "[[DEVICEID]]_942/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_942/config",
"payload_on": "0",
"payload_off": "1"
}
},
"943": {
"definition": {
"propertyIdInAvlPacket": 943,
"propertyName": "CSF Right Driver's Seatbelt Fastened",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not fastened 1 - Fastened",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_right_driver's_seatbelt_fastened",
"sensor_type": "binary_sensor",
"options": {
"0": "not fastened",
"1": "fastened"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_943_csf_right_driver's_seatbelt_fastened",
"state_topic": "[[DEVICEID]]_943/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_943/config",
"payload_on": "0",
"payload_off": "1"
}
},
"944": {
"definition": {
"propertyIdInAvlPacket": 944,
"propertyName": "CSF Centre Driver's Seatbelt Fastened",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not fastened 1 - Fastened",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_centre_driver's_seatbelt_fastened",
"sensor_type": "binary_sensor",
"options": {
"0": "not fastened",
"1": "fastened"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_944_csf_centre_driver's_seatbelt_fastened",
"state_topic": "[[DEVICEID]]_944/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_944/config",
"payload_on": "0",
"payload_off": "1"
}
},
"945": {
"definition": {
"propertyIdInAvlPacket": 945,
"propertyName": "CSF Front Passenger Present",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not present 1 - Present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_front_passenger_present",
"sensor_type": "binary_sensor",
"options": {
"0": "not present",
"1": "present"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_945_csf_front_passenger_present",
"state_topic": "[[DEVICEID]]_945/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_945/config",
"payload_on": "0",
"payload_off": "1"
}
},
"946": {
"definition": {
"propertyIdInAvlPacket": 946,
"propertyName": "CSF PTO",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_pto",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_946_csf_pto",
"state_topic": "[[DEVICEID]]_946/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_946/config"
}
},
"947": {
"definition": {
"propertyIdInAvlPacket": 947,
"propertyName": "CSF Front Differential Locked",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Unlocked 1 - Locked",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_front_differential_locked",
"sensor_type": "binary_sensor",
"options": {
"0": "unlocked",
"1": "locked"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_947_csf_front_differential_locked",
"state_topic": "[[DEVICEID]]_947/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_947/config",
"payload_on": "0",
"payload_off": "1"
}
},
"948": {
"definition": {
"propertyIdInAvlPacket": 948,
"propertyName": "CSF Rear Differential Locked",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Unlocked 1 - Locked",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_rear_differential_locked",
"sensor_type": "binary_sensor",
"options": {
"0": "unlocked",
"1": "locked"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_948_csf_rear_differential_locked",
"state_topic": "[[DEVICEID]]_948/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_948/config",
"payload_on": "0",
"payload_off": "1"
}
},
"949": {
"definition": {
"propertyIdInAvlPacket": 949,
"propertyName": "CSF Central Differential 4HI Locked",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Unlocked 1 - Locked",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_central_differential_4hi_locked",
"sensor_type": "binary_sensor",
"options": {
"0": "unlocked",
"1": "locked"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_949_csf_central_differential_4hi_locked",
"state_topic": "[[DEVICEID]]_949/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_949/config",
"payload_on": "0",
"payload_off": "1"
}
},
"950": {
"definition": {
"propertyIdInAvlPacket": 950,
"propertyName": "CSF Rear Differential 4LO Locked",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Unlocked 1 - Locked",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_rear_differential_4lo_locked",
"sensor_type": "binary_sensor",
"options": {
"0": "unlocked",
"1": "locked"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_950_csf_rear_differential_4lo_locked",
"state_topic": "[[DEVICEID]]_950/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_950/config",
"payload_on": "0",
"payload_off": "1"
}
},
"951": {
"definition": {
"propertyIdInAvlPacket": 951,
"propertyName": "CSF Trailer Axle 1 Lift Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_trailer_axle_1_lift_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_951_csf_trailer_axle_1_lift_active",
"state_topic": "[[DEVICEID]]_951/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_951/config",
"payload_on": "0",
"payload_off": "1"
}
},
"952": {
"definition": {
"propertyIdInAvlPacket": 952,
"propertyName": "CSF Trailer Axle 2 Lift Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_trailer_axle_2_lift_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_952_csf_trailer_axle_2_lift_active",
"state_topic": "[[DEVICEID]]_952/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_952/config",
"payload_on": "0",
"payload_off": "1"
}
},
"953": {
"definition": {
"propertyIdInAvlPacket": 953,
"propertyName": "ISF Check Engine Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_check_engine_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_953_isf_check_engine_indicator",
"state_topic": "[[DEVICEID]]_953/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_953/config",
"payload_on": "0",
"payload_off": "1"
}
},
"954": {
"definition": {
"propertyIdInAvlPacket": 954,
"propertyName": "ISF ABS Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_abs_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_954_isf_abs_indicator",
"state_topic": "[[DEVICEID]]_954/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_954/config",
"payload_on": "0",
"payload_off": "1"
}
},
"955": {
"definition": {
"propertyIdInAvlPacket": 955,
"propertyName": "ISF ESP Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_esp_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_955_isf_esp_indicator",
"state_topic": "[[DEVICEID]]_955/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_955/config",
"payload_on": "0",
"payload_off": "1"
}
},
"956": {
"definition": {
"propertyIdInAvlPacket": 956,
"propertyName": "ISF ESP Turned Off",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_esp_turned_off",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_956_isf_esp_turned_off",
"state_topic": "[[DEVICEID]]_956/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_956/config",
"payload_on": "0",
"payload_off": "1"
}
},
"957": {
"definition": {
"propertyIdInAvlPacket": 957,
"propertyName": "ISF Stop Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_stop_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_957_isf_stop_indicator",
"state_topic": "[[DEVICEID]]_957/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_957/config",
"payload_on": "0",
"payload_off": "1"
}
},
"958": {
"definition": {
"propertyIdInAvlPacket": 958,
"propertyName": "ISF Oil Level Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "isf_oil_level_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_958_isf_oil_level_indicator",
"state_topic": "[[DEVICEID]]_958/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_958/config",
"payload_on": "0",
"payload_off": "1"
}
},
"959": {
"definition": {
"propertyIdInAvlPacket": 959,
"propertyName": "ISF Coolant liquid level",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_coolant_liquid_level",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_959_isf_coolant_liquid_level",
"state_topic": "[[DEVICEID]]_959/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_959/config",
"payload_on": "0",
"payload_off": "1"
}
},
"960": {
"definition": {
"propertyIdInAvlPacket": 960,
"propertyName": "ISF Battery Not Charging Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_battery_not_charging_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_960_isf_battery_not_charging_indicator",
"state_topic": "[[DEVICEID]]_960/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_960/config",
"payload_on": "0",
"payload_off": "1"
}
},
"961": {
"definition": {
"propertyIdInAvlPacket": 961,
"propertyName": "ISF Handbrake System Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_handbrake_system_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_961_isf_handbrake_system_indicator",
"state_topic": "[[DEVICEID]]_961/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_961/config",
"payload_on": "0",
"payload_off": "1"
}
},
"962": {
"definition": {
"propertyIdInAvlPacket": 962,
"propertyName": "ISF AIRBAG Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_airbag_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_962_isf_airbag_indicator",
"state_topic": "[[DEVICEID]]_962/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_962/config",
"payload_on": "0",
"payload_off": "1"
}
},
"963": {
"definition": {
"propertyIdInAvlPacket": 963,
"propertyName": "ISF EPS Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_eps_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_963_isf_eps_indicator",
"state_topic": "[[DEVICEID]]_963/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_963/config",
"payload_on": "0",
"payload_off": "1"
}
},
"964": {
"definition": {
"propertyIdInAvlPacket": 964,
"propertyName": "ISF Warning Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_warning_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_964_isf_warning_indicator",
"state_topic": "[[DEVICEID]]_964/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_964/config",
"payload_on": "0",
"payload_off": "1"
}
},
"965": {
"definition": {
"propertyIdInAvlPacket": 965,
"propertyName": "ISF Lights Failure Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_lights_failure_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_965_isf_lights_failure_indicator",
"state_topic": "[[DEVICEID]]_965/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_965/config",
"payload_on": "0",
"payload_off": "1"
}
},
"966": {
"definition": {
"propertyIdInAvlPacket": 966,
"propertyName": "ISF Low Tire Pressure Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_low_tire_pressure_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_966_isf_low_tire_pressure_indicator",
"state_topic": "[[DEVICEID]]_966/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_966/config",
"payload_on": "0",
"payload_off": "1"
}
},
"967": {
"definition": {
"propertyIdInAvlPacket": 967,
"propertyName": "ISF Wear Of Brake Pads Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_wear_of_brake_pads_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_967_isf_wear_of_brake_pads_indicator",
"state_topic": "[[DEVICEID]]_967/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_967/config",
"payload_on": "0",
"payload_off": "1"
}
},
"968": {
"definition": {
"propertyIdInAvlPacket": 968,
"propertyName": "ISF Low Fuel Level Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_low_fuel_level_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_968_isf_low_fuel_level_indicator",
"state_topic": "[[DEVICEID]]_968/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_968/config",
"payload_on": "0",
"payload_off": "1"
}
},
"969": {
"definition": {
"propertyIdInAvlPacket": 969,
"propertyName": "ISF Maintenence required Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_maintenence_required_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_969_isf_maintenence_required_indicator",
"state_topic": "[[DEVICEID]]_969/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_969/config",
"payload_on": "0",
"payload_off": "1"
}
},
"970": {
"definition": {
"propertyIdInAvlPacket": 970,
"propertyName": "ISF Glow Plug Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_glow_plug_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_970_isf_glow_plug_indicator",
"state_topic": "[[DEVICEID]]_970/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_970/config",
"payload_on": "0",
"payload_off": "1"
}
},
"971": {
"definition": {
"propertyIdInAvlPacket": 971,
"propertyName": "ISF FAP Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_fap_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_971_isf_fap_indicator",
"state_topic": "[[DEVICEID]]_971/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_971/config",
"payload_on": "0",
"payload_off": "1"
}
},
"972": {
"definition": {
"propertyIdInAvlPacket": 972,
"propertyName": "ISF EPC (Electronic Power Control) Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_epc_(electronic_power_control)_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_972_isf_epc_(electronic_power_control)_indicator",
"state_topic": "[[DEVICEID]]_972/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_972/config",
"payload_on": "0",
"payload_off": "1"
}
},
"973": {
"definition": {
"propertyIdInAvlPacket": 973,
"propertyName": "ISF Clogged Engine Oil Filter Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_clogged_engine_oil_filter_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_973_isf_clogged_engine_oil_filter_indicator",
"state_topic": "[[DEVICEID]]_973/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_973/config",
"payload_on": "0",
"payload_off": "1"
}
},
"974": {
"definition": {
"propertyIdInAvlPacket": 974,
"propertyName": "ISF Low Engine Oil Pressure Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_low_engine_oil_pressure_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_974_isf_low_engine_oil_pressure_indicator",
"state_topic": "[[DEVICEID]]_974/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_974/config",
"payload_on": "0",
"payload_off": "1"
}
},
"975": {
"definition": {
"propertyIdInAvlPacket": 975,
"propertyName": "ISF Too High Engine Oil Temperature Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_too_high_engine_oil_temperature_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_975_isf_too_high_engine_oil_temperature_indicator",
"state_topic": "[[DEVICEID]]_975/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_975/config",
"payload_on": "0",
"payload_off": "1"
}
},
"976": {
"definition": {
"propertyIdInAvlPacket": 976,
"propertyName": "ISF Low Coolant Level Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_low_coolant_level_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_976_isf_low_coolant_level_indicator",
"state_topic": "[[DEVICEID]]_976/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_976/config",
"payload_on": "0",
"payload_off": "1"
}
},
"977": {
"definition": {
"propertyIdInAvlPacket": 977,
"propertyName": "ISF Clogged Hydraulic System Oil filter Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_clogged_hydraulic_system_oil_filter_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_977_isf_clogged_hydraulic_system_oil_filter_indicator",
"state_topic": "[[DEVICEID]]_977/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_977/config",
"payload_on": "0",
"payload_off": "1"
}
},
"978": {
"definition": {
"propertyIdInAvlPacket": 978,
"propertyName": "ISF Hydraulic System Low Pressure Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_hydraulic_system_low_pressure_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_978_isf_hydraulic_system_low_pressure_indicator",
"state_topic": "[[DEVICEID]]_978/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_978/config",
"payload_on": "0",
"payload_off": "1"
}
},
"979": {
"definition": {
"propertyIdInAvlPacket": 979,
"propertyName": "ISF Hydraulic Oil Low Level Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_hydraulic_oil_low_level_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_979_isf_hydraulic_oil_low_level_indicator",
"state_topic": "[[DEVICEID]]_979/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_979/config",
"payload_on": "0",
"payload_off": "1"
}
},
"980": {
"definition": {
"propertyIdInAvlPacket": 980,
"propertyName": "ISF Hydraulic System High Temperature Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_hydraulic_system_high_temperature_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_980_isf_hydraulic_system_high_temperature_indicator",
"state_topic": "[[DEVICEID]]_980/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_980/config",
"payload_on": "0",
"payload_off": "1"
}
},
"981": {
"definition": {
"propertyIdInAvlPacket": 981,
"propertyName": "ISF Oil Overflow In Hydraulic Chamber Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_oil_overflow_in_hydraulic_chamber_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_981_isf_oil_overflow_in_hydraulic_chamber_indicator",
"state_topic": "[[DEVICEID]]_981/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_981/config",
"payload_on": "0",
"payload_off": "1"
}
},
"982": {
"definition": {
"propertyIdInAvlPacket": 982,
"propertyName": "ISF Clogged Air Filter Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_clogged_air_filter_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_982_isf_clogged_air_filter_indicator",
"state_topic": "[[DEVICEID]]_982/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_982/config",
"payload_on": "0",
"payload_off": "1"
}
},
"983": {
"definition": {
"propertyIdInAvlPacket": 983,
"propertyName": "ISF Clogged Fuel Filter Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_clogged_fuel_filter_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_983_isf_clogged_fuel_filter_indicator",
"state_topic": "[[DEVICEID]]_983/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_983/config",
"payload_on": "0",
"payload_off": "1"
}
},
"984": {
"definition": {
"propertyIdInAvlPacket": 984,
"propertyName": "ISF Water in Fuel Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_water_in_fuel_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_984_isf_water_in_fuel_indicator",
"state_topic": "[[DEVICEID]]_984/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_984/config",
"payload_on": "0",
"payload_off": "1"
}
},
"985": {
"definition": {
"propertyIdInAvlPacket": 985,
"propertyName": "ISF Clogged Brake System Filter Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_clogged_brake_system_filter_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_985_isf_clogged_brake_system_filter_indicator",
"state_topic": "[[DEVICEID]]_985/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_985/config",
"payload_on": "0",
"payload_off": "1"
}
},
"986": {
"definition": {
"propertyIdInAvlPacket": 986,
"propertyName": "ISF Low Washer Fluid Level Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_low_washer_fluid_level_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_986_isf_low_washer_fluid_level_indicator",
"state_topic": "[[DEVICEID]]_986/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_986/config",
"payload_on": "0",
"payload_off": "1"
}
},
"987": {
"definition": {
"propertyIdInAvlPacket": 987,
"propertyName": "ISF Low AdBlue Level Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_low_adblue_level_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_987_isf_low_adblue_level_indicator",
"state_topic": "[[DEVICEID]]_987/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_987/config",
"payload_on": "0",
"payload_off": "1"
}
},
"988": {
"definition": {
"propertyIdInAvlPacket": 988,
"propertyName": "ISF Low Trailer Tyre Pressure Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_low_trailer_tyre_pressure_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_988_isf_low_trailer_tyre_pressure_indicator",
"state_topic": "[[DEVICEID]]_988/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_988/config",
"payload_on": "0",
"payload_off": "1"
}
},
"989": {
"definition": {
"propertyIdInAvlPacket": 989,
"propertyName": "ISF Wear Of Trailer Brake Lining Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_wear_of_trailer_brake_lining_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_989_isf_wear_of_trailer_brake_lining_indicator",
"state_topic": "[[DEVICEID]]_989/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_989/config",
"payload_on": "0",
"payload_off": "1"
}
},
"990": {
"definition": {
"propertyIdInAvlPacket": 990,
"propertyName": "ISF High Trailer Brake Temperature Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_high_trailer_brake_temperature_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_990_isf_high_trailer_brake_temperature_indicator",
"state_topic": "[[DEVICEID]]_990/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_990/config",
"payload_on": "0",
"payload_off": "1"
}
},
"991": {
"definition": {
"propertyIdInAvlPacket": 991,
"propertyName": "ISF Incorrect Trailer Pneumatic Supply Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_incorrect_trailer_pneumatic_supply_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_991_isf_incorrect_trailer_pneumatic_supply_indicator",
"state_topic": "[[DEVICEID]]_991/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_991/config",
"payload_on": "0",
"payload_off": "1"
}
},
"992": {
"definition": {
"propertyIdInAvlPacket": 992,
"propertyName": "ISF Low CNG Level Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_low_cng_level_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_992_isf_low_cng_level_indicator",
"state_topic": "[[DEVICEID]]_992/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_992/config",
"payload_on": "0",
"payload_off": "1"
}
},
"993": {
"definition": {
"propertyIdInAvlPacket": 993,
"propertyName": "ASF Right Joystick Moved Right Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_right_joystick_moved_right_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_993_asf_right_joystick_moved_right_active",
"state_topic": "[[DEVICEID]]_993/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_993/config",
"payload_on": "0",
"payload_off": "1"
}
},
"994": {
"definition": {
"propertyIdInAvlPacket": 994,
"propertyName": "ASF Right Joystick Moved Left Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_right_joystick_moved_left_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_994_asf_right_joystick_moved_left_active",
"state_topic": "[[DEVICEID]]_994/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_994/config",
"payload_on": "0",
"payload_off": "1"
}
},
"995": {
"definition": {
"propertyIdInAvlPacket": 995,
"propertyName": "ASF Right Joystick Moved Forward Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_right_joystick_moved_forward_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_995_asf_right_joystick_moved_forward_active",
"state_topic": "[[DEVICEID]]_995/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_995/config",
"payload_on": "0",
"payload_off": "1"
}
},
"996": {
"definition": {
"propertyIdInAvlPacket": 996,
"propertyName": "ASF Right Joystick Moved Back Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_right_joystick_moved_back_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_996_asf_right_joystick_moved_back_active",
"state_topic": "[[DEVICEID]]_996/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_996/config",
"payload_on": "0",
"payload_off": "1"
}
},
"997": {
"definition": {
"propertyIdInAvlPacket": 997,
"propertyName": "ASF Left Joystick Moved Right Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_left_joystick_moved_right_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_997_asf_left_joystick_moved_right_active",
"state_topic": "[[DEVICEID]]_997/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_997/config",
"payload_on": "0",
"payload_off": "1"
}
},
"998": {
"definition": {
"propertyIdInAvlPacket": 998,
"propertyName": "ASF Left Joystick Moved Left Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_left_joystick_moved_left_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_998_asf_left_joystick_moved_left_active",
"state_topic": "[[DEVICEID]]_998/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_998/config",
"payload_on": "0",
"payload_off": "1"
}
},
"999": {
"definition": {
"propertyIdInAvlPacket": 999,
"propertyName": "ASF Left Joystick Moved Forward Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_left_joystick_moved_forward_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_999_asf_left_joystick_moved_forward_active",
"state_topic": "[[DEVICEID]]_999/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_999/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1000": {
"definition": {
"propertyIdInAvlPacket": 1000,
"propertyName": "ASF Left Joystick Moved Back Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_left_joystick_moved_back_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1000_asf_left_joystick_moved_back_active",
"state_topic": "[[DEVICEID]]_1000/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1000/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1001": {
"definition": {
"propertyIdInAvlPacket": 1001,
"propertyName": "ASF First Rear hydraulic",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_first_rear_hydraulic",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1001_asf_first_rear_hydraulic",
"state_topic": "[[DEVICEID]]_1001/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1001/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1002": {
"definition": {
"propertyIdInAvlPacket": 1002,
"propertyName": "ASF Second Rear hydraulic",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_second_rear_hydraulic",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1002_asf_second_rear_hydraulic",
"state_topic": "[[DEVICEID]]_1002/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1002/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1003": {
"definition": {
"propertyIdInAvlPacket": 1003,
"propertyName": "ASF Third Rear hydraulic",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_third_rear_hydraulic",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1003_asf_third_rear_hydraulic",
"state_topic": "[[DEVICEID]]_1003/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1003/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1004": {
"definition": {
"propertyIdInAvlPacket": 1004,
"propertyName": "ASF Fourth Rear hydraulic",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_fourth_rear_hydraulic",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1004_asf_fourth_rear_hydraulic",
"state_topic": "[[DEVICEID]]_1004/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1004/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1005": {
"definition": {
"propertyIdInAvlPacket": 1005,
"propertyName": "ASF First Front hydraulic",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_first_front_hydraulic",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1005_asf_first_front_hydraulic",
"state_topic": "[[DEVICEID]]_1005/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1005/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1006": {
"definition": {
"propertyIdInAvlPacket": 1006,
"propertyName": "ASF Second Front hydraulic",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_second_front_hydraulic",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1006_asf_second_front_hydraulic",
"state_topic": "[[DEVICEID]]_1006/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1006/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1007": {
"definition": {
"propertyIdInAvlPacket": 1007,
"propertyName": "ASF Third Front hydraulic",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_third_front_hydraulic",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1007_asf_third_front_hydraulic",
"state_topic": "[[DEVICEID]]_1007/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1007/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1008": {
"definition": {
"propertyIdInAvlPacket": 1008,
"propertyName": "ASF Fourth Front hydraulic",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_fourth_front_hydraulic",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1008_asf_fourth_front_hydraulic",
"state_topic": "[[DEVICEID]]_1008/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1008/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1009": {
"definition": {
"propertyIdInAvlPacket": 1009,
"propertyName": "ASF Front Three-point Hitch",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_front_three-point_hitch",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1009_asf_front_three-point_hitch",
"state_topic": "[[DEVICEID]]_1009/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1009/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1010": {
"definition": {
"propertyIdInAvlPacket": 1010,
"propertyName": "ASF Rear Three-point Hitch",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_rear_three-point_hitch",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1010_asf_rear_three-point_hitch",
"state_topic": "[[DEVICEID]]_1010/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1010/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1011": {
"definition": {
"propertyIdInAvlPacket": 1011,
"propertyName": "ASF Front Power Take-off",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_front_power_take-off",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1011_asf_front_power_take-off",
"state_topic": "[[DEVICEID]]_1011/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1011/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1012": {
"definition": {
"propertyIdInAvlPacket": 1012,
"propertyName": "ASF Rear Power Take-off",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_rear_power_take-off",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1012_asf_rear_power_take-off",
"state_topic": "[[DEVICEID]]_1012/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1012/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1013": {
"definition": {
"propertyIdInAvlPacket": 1013,
"propertyName": "ASF Mowing Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_mowing_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1013_asf_mowing_active",
"state_topic": "[[DEVICEID]]_1013/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1013/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1014": {
"definition": {
"propertyIdInAvlPacket": 1014,
"propertyName": "ASF Threshing Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_threshing_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1014_asf_threshing_active",
"state_topic": "[[DEVICEID]]_1014/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1014/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1015": {
"definition": {
"propertyIdInAvlPacket": 1015,
"propertyName": "ASF Grain Release From Hopper",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_grain_release_from_hopper",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1015_asf_grain_release_from_hopper",
"state_topic": "[[DEVICEID]]_1015/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1015/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1016": {
"definition": {
"propertyIdInAvlPacket": 1016,
"propertyName": "ASF Grain Tank Is 100% Full",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_grain_tank_is_100percent_full",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1016_asf_grain_tank_is_100percent_full",
"state_topic": "[[DEVICEID]]_1016/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1016/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1017": {
"definition": {
"propertyIdInAvlPacket": 1017,
"propertyName": "ASF Grain Tank Is 70% Full",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_grain_tank_is_70percent_full",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1017_asf_grain_tank_is_70percent_full",
"state_topic": "[[DEVICEID]]_1017/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1017/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1018": {
"definition": {
"propertyIdInAvlPacket": 1018,
"propertyName": "ASF Grain Tank Is Opened",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Opened",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_grain_tank_is_opened",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1018_asf_grain_tank_is_opened",
"state_topic": "[[DEVICEID]]_1018/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1018/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1019": {
"definition": {
"propertyIdInAvlPacket": 1019,
"propertyName": "ASF Unloader Drive",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_unloader_drive",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1019_asf_unloader_drive",
"state_topic": "[[DEVICEID]]_1019/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1019/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1020": {
"definition": {
"propertyIdInAvlPacket": 1020,
"propertyName": "ASF Cleaning Fan Control Turned Off",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_cleaning_fan_control_turned_off",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1020_asf_cleaning_fan_control_turned_off",
"state_topic": "[[DEVICEID]]_1020/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1020/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1021": {
"definition": {
"propertyIdInAvlPacket": 1021,
"propertyName": "ASF Threshing Drum Control Turned Off",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_threshing_drum_control_turned_off",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1021_asf_threshing_drum_control_turned_off",
"state_topic": "[[DEVICEID]]_1021/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1021/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1022": {
"definition": {
"propertyIdInAvlPacket": 1022,
"propertyName": "ASF Straw Walker Is Clogged",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_straw_walker_is_clogged",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1022_asf_straw_walker_is_clogged",
"state_topic": "[[DEVICEID]]_1022/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1022/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1023": {
"definition": {
"propertyIdInAvlPacket": 1023,
"propertyName": "ASF Excessive Clearance Under The Threshing Drum",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_excessive_clearance_under_the_threshing_drum",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1023_asf_excessive_clearance_under_the_threshing_drum",
"state_topic": "[[DEVICEID]]_1023/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1023/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1024": {
"definition": {
"propertyIdInAvlPacket": 1024,
"propertyName": "ASF Low Temperature Of Drive System Hydraulics Less Than 5 Grades",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_low_temperature_of_drive_system_hydraulics_less_than_5_grades",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1024_asf_low_temperature_of_drive_system_hydraulics_less_than_5_grades",
"state_topic": "[[DEVICEID]]_1024/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1024/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1025": {
"definition": {
"propertyIdInAvlPacket": 1025,
"propertyName": "ASF High Temperature Of Drive System Hydraulics Greater Than 86 Grades",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_high_temperature_of_drive_system_hydraulics_greater_than_86_grades",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1025_asf_high_temperature_of_drive_system_hydraulics_greater_than_86_grades",
"state_topic": "[[DEVICEID]]_1025/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1025/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1026": {
"definition": {
"propertyIdInAvlPacket": 1026,
"propertyName": "ASF Ear Auger Speed Below The Norm",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_ear_auger_speed_below_the_norm",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1026_asf_ear_auger_speed_below_the_norm",
"state_topic": "[[DEVICEID]]_1026/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1026/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1027": {
"definition": {
"propertyIdInAvlPacket": 1027,
"propertyName": "ASF Grain Auger Speed Below The Norm",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_grain_auger_speed_below_the_norm",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1027_asf_grain_auger_speed_below_the_norm",
"state_topic": "[[DEVICEID]]_1027/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1027/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1028": {
"definition": {
"propertyIdInAvlPacket": 1028,
"propertyName": "ASF Straw Chooper Speed Below The Norm",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_straw_chooper_speed_below_the_norm",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1028_asf_straw_chooper_speed_below_the_norm",
"state_topic": "[[DEVICEID]]_1028/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1028/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1029": {
"definition": {
"propertyIdInAvlPacket": 1029,
"propertyName": "ASF Straw Shaker Speed Below The Norm",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_straw_shaker_speed_below_the_norm",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1029_asf_straw_shaker_speed_below_the_norm",
"state_topic": "[[DEVICEID]]_1029/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1029/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1030": {
"definition": {
"propertyIdInAvlPacket": 1030,
"propertyName": "ASF Feeder Speed Below The Norm",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_feeder_speed_below_the_norm",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1030_asf_feeder_speed_below_the_norm",
"state_topic": "[[DEVICEID]]_1030/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1030/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1031": {
"definition": {
"propertyIdInAvlPacket": 1031,
"propertyName": "ASF Straw Chopper Switched On",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_straw_chopper_switched_on",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1031_asf_straw_chopper_switched_on",
"state_topic": "[[DEVICEID]]_1031/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1031/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1032": {
"definition": {
"propertyIdInAvlPacket": 1032,
"propertyName": "ASF Corn Header Connected",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_corn_header_connected",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1032_asf_corn_header_connected",
"state_topic": "[[DEVICEID]]_1032/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1032/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1033": {
"definition": {
"propertyIdInAvlPacket": 1033,
"propertyName": "ASF Grain Header Connected",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_grain_header_connected",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1033_asf_grain_header_connected",
"state_topic": "[[DEVICEID]]_1033/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1033/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1034": {
"definition": {
"propertyIdInAvlPacket": 1034,
"propertyName": "ASF Feeder Reverse Switched On",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_feeder_reverse_switched_on",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1034_asf_feeder_reverse_switched_on",
"state_topic": "[[DEVICEID]]_1034/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1034/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1035": {
"definition": {
"propertyIdInAvlPacket": 1035,
"propertyName": "ASF The Pressure Filter Of The Hydraulic Pump Is Clogged",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_the_pressure_filter_of_the_hydraulic_pump_is_clogged",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1035_asf_the_pressure_filter_of_the_hydraulic_pump_is_clogged",
"state_topic": "[[DEVICEID]]_1035/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1035/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1036": {
"definition": {
"propertyIdInAvlPacket": 1036,
"propertyName": "USF Spreading",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_spreading",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1036_usf_spreading",
"state_topic": "[[DEVICEID]]_1036/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1036/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1037": {
"definition": {
"propertyIdInAvlPacket": 1037,
"propertyName": "USF Pouring Chemicals",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_pouring_chemicals",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1037_usf_pouring_chemicals",
"state_topic": "[[DEVICEID]]_1037/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1037/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1038": {
"definition": {
"propertyIdInAvlPacket": 1038,
"propertyName": "USF Conveyor Belt",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_conveyor_belt",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1038_usf_conveyor_belt",
"state_topic": "[[DEVICEID]]_1038/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1038/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1039": {
"definition": {
"propertyIdInAvlPacket": 1039,
"propertyName": "USF Salt Spreader's Drive Wheel",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_salt_spreader's_drive_wheel",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1039_usf_salt_spreader's_drive_wheel",
"state_topic": "[[DEVICEID]]_1039/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1039/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1040": {
"definition": {
"propertyIdInAvlPacket": 1040,
"propertyName": "USF Brushes",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_brushes",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1040_usf_brushes",
"state_topic": "[[DEVICEID]]_1040/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1040/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1041": {
"definition": {
"propertyIdInAvlPacket": 1041,
"propertyName": "USF Vacuum Cleaner",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_vacuum_cleaner",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1041_usf_vacuum_cleaner",
"state_topic": "[[DEVICEID]]_1041/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1041/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1042": {
"definition": {
"propertyIdInAvlPacket": 1042,
"propertyName": "USF Water Supply",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_water_supply",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1042_usf_water_supply",
"state_topic": "[[DEVICEID]]_1042/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1042/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1043": {
"definition": {
"propertyIdInAvlPacket": 1043,
"propertyName": "USF Spreading",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_spreading",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1043_usf_spreading",
"state_topic": "[[DEVICEID]]_1043/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1043/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1044": {
"definition": {
"propertyIdInAvlPacket": 1044,
"propertyName": "USF Liquid pump",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_liquid_pump",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1044_usf_liquid_pump",
"state_topic": "[[DEVICEID]]_1044/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1044/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1045": {
"definition": {
"propertyIdInAvlPacket": 1045,
"propertyName": "USF Unloading From The Hopper",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_unloading_from_the_hopper",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1045_usf_unloading_from_the_hopper",
"state_topic": "[[DEVICEID]]_1045/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1045/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1046": {
"definition": {
"propertyIdInAvlPacket": 1046,
"propertyName": "USF Low Salt (Sand) Level In Container Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_low_salt_(sand)_level_in_container_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1046_usf_low_salt_(sand)_level_in_container_indicator",
"state_topic": "[[DEVICEID]]_1046/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1046/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1047": {
"definition": {
"propertyIdInAvlPacket": 1047,
"propertyName": "USF Low Water Level in Container Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_low_water_level_in_container_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1047_usf_low_water_level_in_container_indicator",
"state_topic": "[[DEVICEID]]_1047/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1047/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1048": {
"definition": {
"propertyIdInAvlPacket": 1048,
"propertyName": "USF Chemicals",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_chemicals",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1048_usf_chemicals",
"state_topic": "[[DEVICEID]]_1048/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1048/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1049": {
"definition": {
"propertyIdInAvlPacket": 1049,
"propertyName": "USF Compressor",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_compressor",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1049_usf_compressor",
"state_topic": "[[DEVICEID]]_1049/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1049/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1050": {
"definition": {
"propertyIdInAvlPacket": 1050,
"propertyName": "USF Water Valve Is Opened",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_water_valve_is_opened",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1050_usf_water_valve_is_opened",
"state_topic": "[[DEVICEID]]_1050/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1050/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1051": {
"definition": {
"propertyIdInAvlPacket": 1051,
"propertyName": "USF Cabin Moved Up Status Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_cabin_moved_up_status_active",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1051_usf_cabin_moved_up_status_active",
"state_topic": "[[DEVICEID]]_1051/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1051/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1052": {
"definition": {
"propertyIdInAvlPacket": 1052,
"propertyName": "USF Cabin Moved Down Status Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_cabin_moved_down_status_active",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1052_usf_cabin_moved_down_status_active",
"state_topic": "[[DEVICEID]]_1052/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1052/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1053": {
"definition": {
"propertyIdInAvlPacket": 1053,
"propertyName": "CiSF Section 1 Presence Of Fluid In The Downpipe",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No presence 1 - Present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_1_presence_of_fluid_in_the_downpipe",
"sensor_type": "binary_sensor",
"options": {
"0": "no presence",
"1": "present"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1053_cisf_section_1_presence_of_fluid_in_the_downpipe",
"state_topic": "[[DEVICEID]]_1053/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1053/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1054": {
"definition": {
"propertyIdInAvlPacket": 1054,
"propertyName": "CiSF Section 1 Filled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_1_filled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1054_cisf_section_1_filled",
"state_topic": "[[DEVICEID]]_1054/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1054/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1055": {
"definition": {
"propertyIdInAvlPacket": 1055,
"propertyName": "CiSF Section 1 Overfilled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_1_overfilled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1055_cisf_section_1_overfilled",
"state_topic": "[[DEVICEID]]_1055/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1055/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1056": {
"definition": {
"propertyIdInAvlPacket": 1056,
"propertyName": "CiSF Section 2 Presence Of Fluid In The Downpipe",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No presence 1 - Present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_2_presence_of_fluid_in_the_downpipe",
"sensor_type": "binary_sensor",
"options": {
"0": "no presence",
"1": "present"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1056_cisf_section_2_presence_of_fluid_in_the_downpipe",
"state_topic": "[[DEVICEID]]_1056/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1056/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1057": {
"definition": {
"propertyIdInAvlPacket": 1057,
"propertyName": "CiSF Section 2 Filled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_2_filled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1057_cisf_section_2_filled",
"state_topic": "[[DEVICEID]]_1057/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1057/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1058": {
"definition": {
"propertyIdInAvlPacket": 1058,
"propertyName": "CiSF Section 2 Overfilled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_2_overfilled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1058_cisf_section_2_overfilled",
"state_topic": "[[DEVICEID]]_1058/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1058/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1059": {
"definition": {
"propertyIdInAvlPacket": 1059,
"propertyName": "CiSF Section 3 Presence Of Fluid In The Downpipe",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No presence 1 - Present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_3_presence_of_fluid_in_the_downpipe",
"sensor_type": "binary_sensor",
"options": {
"0": "no presence",
"1": "present"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1059_cisf_section_3_presence_of_fluid_in_the_downpipe",
"state_topic": "[[DEVICEID]]_1059/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1059/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1060": {
"definition": {
"propertyIdInAvlPacket": 1060,
"propertyName": "CiSF Section 3 Filled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_3_filled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1060_cisf_section_3_filled",
"state_topic": "[[DEVICEID]]_1060/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1060/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1061": {
"definition": {
"propertyIdInAvlPacket": 1061,
"propertyName": "CiSF Section 3 Overfilled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_3_overfilled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1061_cisf_section_3_overfilled",
"state_topic": "[[DEVICEID]]_1061/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1061/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1062": {
"definition": {
"propertyIdInAvlPacket": 1062,
"propertyName": "CiSF Section 4 Presence Of Fluid In The Downpipe",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No presence 1 - Present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_4_presence_of_fluid_in_the_downpipe",
"sensor_type": "binary_sensor",
"options": {
"0": "no presence",
"1": "present"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1062_cisf_section_4_presence_of_fluid_in_the_downpipe",
"state_topic": "[[DEVICEID]]_1062/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1062/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1063": {
"definition": {
"propertyIdInAvlPacket": 1063,
"propertyName": "CiSF Section 4 Filled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_4_filled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1063_cisf_section_4_filled",
"state_topic": "[[DEVICEID]]_1063/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1063/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1064": {
"definition": {
"propertyIdInAvlPacket": 1064,
"propertyName": "CiSF Section 4 Overfilled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_4_overfilled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1064_cisf_section_4_overfilled",
"state_topic": "[[DEVICEID]]_1064/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1064/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1065": {
"definition": {
"propertyIdInAvlPacket": 1065,
"propertyName": "CiSF Section 5 Presence Of Fluid In The Downpipe",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No presence 1 - Present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_5_presence_of_fluid_in_the_downpipe",
"sensor_type": "binary_sensor",
"options": {
"0": "no presence",
"1": "present"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1065_cisf_section_5_presence_of_fluid_in_the_downpipe",
"state_topic": "[[DEVICEID]]_1065/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1065/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1066": {
"definition": {
"propertyIdInAvlPacket": 1066,
"propertyName": "CiSF Section 5 Filled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_5_filled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1066_cisf_section_5_filled",
"state_topic": "[[DEVICEID]]_1066/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1066/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1067": {
"definition": {
"propertyIdInAvlPacket": 1067,
"propertyName": "CiSF Section 5 Overfilled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_5_overfilled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1067_cisf_section_5_overfilled",
"state_topic": "[[DEVICEID]]_1067/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1067/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1068": {
"definition": {
"propertyIdInAvlPacket": 1068,
"propertyName": "CiSF Section 6 Presence Of Fluid In The Downpipe",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No presence 1 - Present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_6_presence_of_fluid_in_the_downpipe",
"sensor_type": "binary_sensor",
"options": {
"0": "no presence",
"1": "present"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1068_cisf_section_6_presence_of_fluid_in_the_downpipe",
"state_topic": "[[DEVICEID]]_1068/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1068/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1069": {
"definition": {
"propertyIdInAvlPacket": 1069,
"propertyName": "CiSF Section 6 Filled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_6_filled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1069_cisf_section_6_filled",
"state_topic": "[[DEVICEID]]_1069/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1069/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1070": {
"definition": {
"propertyIdInAvlPacket": 1070,
"propertyName": "CiSF Section 6 Overfilled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_6_overfilled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1070_cisf_section_6_overfilled",
"state_topic": "[[DEVICEID]]_1070/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1070/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1071": {
"definition": {
"propertyIdInAvlPacket": 1071,
"propertyName": "CiSF Section 7 Presence Of Fluid In The Downpipe",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No presence 1 - Present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_7_presence_of_fluid_in_the_downpipe",
"sensor_type": "binary_sensor",
"options": {
"0": "no presence",
"1": "present"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1071_cisf_section_7_presence_of_fluid_in_the_downpipe",
"state_topic": "[[DEVICEID]]_1071/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1071/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1072": {
"definition": {
"propertyIdInAvlPacket": 1072,
"propertyName": "CiSF Section 7 Filled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_7_filled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1072_cisf_section_7_filled",
"state_topic": "[[DEVICEID]]_1072/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1072/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1073": {
"definition": {
"propertyIdInAvlPacket": 1073,
"propertyName": "CiSF Section 7 Overfilled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_7_overfilled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1073_cisf_section_7_overfilled",
"state_topic": "[[DEVICEID]]_1073/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1073/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1074": {
"definition": {
"propertyIdInAvlPacket": 1074,
"propertyName": "CiSF Section 8 Presence Of Fluid In The Downpipe",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No presence 1 - Present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_8_presence_of_fluid_in_the_downpipe",
"sensor_type": "binary_sensor",
"options": {
"0": "no presence",
"1": "present"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1074_cisf_section_8_presence_of_fluid_in_the_downpipe",
"state_topic": "[[DEVICEID]]_1074/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1074/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1075": {
"definition": {
"propertyIdInAvlPacket": 1075,
"propertyName": "CiSF Section 8 Filled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_8_filled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1075_cisf_section_8_filled",
"state_topic": "[[DEVICEID]]_1075/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1075/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1076": {
"definition": {
"propertyIdInAvlPacket": 1076,
"propertyName": "CiSF Section 8 Overfilled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_8_overfilled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1076_cisf_section_8_overfilled",
"state_topic": "[[DEVICEID]]_1076/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1076/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1079": {
"definition": {
"propertyIdInAvlPacket": 1079,
"propertyName": "Total Bale Count",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Total Bale Count",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:4",
"slug": "total_bale_count",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1079_total_bale_count",
"state_topic": "[[DEVICEID]]_1079/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1079/config"
}
},
"1080": {
"definition": {
"propertyIdInAvlPacket": 1080,
"propertyName": "Bale Count",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Bale Count",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:4",
"slug": "bale_count",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1080_bale_count",
"state_topic": "[[DEVICEID]]_1080/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1080/config"
}
},
"1081": {
"definition": {
"propertyIdInAvlPacket": 1081,
"propertyName": "Cut Bale Count",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Cut Bale Count",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:4",
"slug": "cut_bale_count",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1081_cut_bale_count",
"state_topic": "[[DEVICEID]]_1081/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1081/config"
}
},
"1082": {
"definition": {
"propertyIdInAvlPacket": 1082,
"propertyName": "Bale Slices",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Bale Slices",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:4",
"slug": "bale_slices",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1082_bale_slices",
"state_topic": "[[DEVICEID]]_1082/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1082/config"
}
},
"1083": {
"definition": {
"propertyIdInAvlPacket": 1083,
"propertyName": "SSF Engine Working On Dual Fuel",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not working 1 - Working",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "ssf_engine_working_on_dual_fuel",
"sensor_type": "binary_sensor",
"options": {
"0": "not working",
"1": "working"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1083_ssf_engine_working_on_dual_fuel",
"state_topic": "[[DEVICEID]]_1083/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1083/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1084": {
"definition": {
"propertyIdInAvlPacket": 1084,
"propertyName": "SSF Engine Working On LPG",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not working 1 - Working",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "ssf_engine_working_on_lpg",
"sensor_type": "binary_sensor",
"options": {
"0": "not working",
"1": "working"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1084_ssf_engine_working_on_lpg",
"state_topic": "[[DEVICEID]]_1084/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1084/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1085": {
"definition": {
"propertyIdInAvlPacket": 1085,
"propertyName": "CSF Trailer Connected",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Disconnected 1 - Connected",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_trailer_connected",
"sensor_type": "binary_sensor",
"options": {
"0": "disconnected",
"1": "connected"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1085_csf_trailer_connected",
"state_topic": "[[DEVICEID]]_1085/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1085/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1086": {
"definition": {
"propertyIdInAvlPacket": 1086,
"propertyName": "CSF Start Stop System Inactive",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_start_stop_system_inactive",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1086_csf_start_stop_system_inactive",
"state_topic": "[[DEVICEID]]_1086/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1086/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1087": {
"definition": {
"propertyIdInAvlPacket": 1087,
"propertyName": "ASF Adapter Pressure Filter Sensor",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_adapter_pressure_filter_sensor",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1087_asf_adapter_pressure_filter_sensor",
"state_topic": "[[DEVICEID]]_1087/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1087/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1088": {
"definition": {
"propertyIdInAvlPacket": 1088,
"propertyName": "ASF Service 2 Required Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_service_2_required_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1088_asf_service_2_required_indicator",
"state_topic": "[[DEVICEID]]_1088/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1088/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1089": {
"definition": {
"propertyIdInAvlPacket": 1089,
"propertyName": "ASF Drain Filter Clogged Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_drain_filter_clogged_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1089_asf_drain_filter_clogged_indicator",
"state_topic": "[[DEVICEID]]_1089/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1089/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1090": {
"definition": {
"propertyIdInAvlPacket": 1090,
"propertyName": "ASF Section 1 Spraying",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_section_1_spraying",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1090_asf_section_1_spraying",
"state_topic": "[[DEVICEID]]_1090/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1090/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1091": {
"definition": {
"propertyIdInAvlPacket": 1091,
"propertyName": "ASF Section 2 Spraying",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_section_2_spraying",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1091_asf_section_2_spraying",
"state_topic": "[[DEVICEID]]_1091/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1091/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1092": {
"definition": {
"propertyIdInAvlPacket": 1092,
"propertyName": "ASF Section 3 Spraying",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_section_3_spraying",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1092_asf_section_3_spraying",
"state_topic": "[[DEVICEID]]_1092/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1092/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1093": {
"definition": {
"propertyIdInAvlPacket": 1093,
"propertyName": "ASF Section 4 Spraying",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_section_4_spraying",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1093_asf_section_4_spraying",
"state_topic": "[[DEVICEID]]_1093/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1093/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1094": {
"definition": {
"propertyIdInAvlPacket": 1094,
"propertyName": "ASF Section 5 Spraying",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_section_5_spraying",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1094_asf_section_5_spraying",
"state_topic": "[[DEVICEID]]_1094/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1094/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1095": {
"definition": {
"propertyIdInAvlPacket": 1095,
"propertyName": "ASF Section 6 Spraying",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_section_6_spraying",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1095_asf_section_6_spraying",
"state_topic": "[[DEVICEID]]_1095/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1095/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1096": {
"definition": {
"propertyIdInAvlPacket": 1096,
"propertyName": "ASF Section 7 Spraying",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_section_7_spraying",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1096_asf_section_7_spraying",
"state_topic": "[[DEVICEID]]_1096/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1096/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1097": {
"definition": {
"propertyIdInAvlPacket": 1097,
"propertyName": "ASF Section 8 Spraying",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_section_8_spraying",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1097_asf_section_8_spraying",
"state_topic": "[[DEVICEID]]_1097/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1097/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1098": {
"definition": {
"propertyIdInAvlPacket": 1098,
"propertyName": "ASF Section 9 Spraying",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_section_9_spraying",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1098_asf_section_9_spraying",
"state_topic": "[[DEVICEID]]_1098/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1098/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1099": {
"definition": {
"propertyIdInAvlPacket": 1099,
"propertyName": "USF Hydraulics Work Not Permitted",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_hydraulics_work_not_permitted",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"ha": {
"unique_id": "[[DEVICEID]]_1099_usf_hydraulics_work_not_permitted",
"state_topic": "[[DEVICEID]]_1099/state",
"config_topic": "homeassistant/binary_sensor/[[DEVICEID]]_1099/config",
"payload_on": "0",
"payload_off": "1"
}
},
"1100": {
"definition": {
"propertyIdInAvlPacket": 1100,
"propertyName": "Total LPG Used",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "l",
"description": "Total LPG used in liters",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN",
"bufferReader": "unsigned:4",
"slug": "total_lpg_used",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1100_total_lpg_used",
"state_topic": "[[DEVICEID]]_1100/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1100/config"
}
},
"1101": {
"definition": {
"propertyIdInAvlPacket": 1101,
"propertyName": "Total LPG Used Counted",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "l",
"description": "Total LPG used counted in liters",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN",
"bufferReader": "unsigned:4",
"slug": "total_lpg_used_counted",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1101_total_lpg_used_counted",
"state_topic": "[[DEVICEID]]_1101/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1101/config"
}
},
"1102": {
"definition": {
"propertyIdInAvlPacket": 1102,
"propertyName": "LPG Level Proc",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "%",
"description": "LPG level in proc",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN",
"bufferReader": "unsigned:2",
"slug": "lpg_level_proc",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1102_lpg_level_proc",
"state_topic": "[[DEVICEID]]_1102/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1102/config"
}
},
"1103": {
"definition": {
"propertyIdInAvlPacket": 1103,
"propertyName": "LPG Level Liters",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "l",
"description": "LPG level in liters",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN",
"bufferReader": "unsigned:2",
"slug": "lpg_level_liters",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1103_lpg_level_liters",
"state_topic": "[[DEVICEID]]_1103/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1103/config"
}
},
"1116": {
"definition": {
"propertyIdInAvlPacket": 1116,
"propertyName": "LVCAN MaxRoadSpeed",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "km/h",
"description": "Maximum speed from road signs",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:1",
"slug": "lvcan_maxroadspeed",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1116_lvcan_maxroadspeed",
"state_topic": "[[DEVICEID]]_1116/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1116/config"
}
},
"1117": {
"definition": {
"propertyIdInAvlPacket": 1117,
"propertyName": "LVCAN ExceededRoadSpeed",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "km/h",
"description": "Exceeded speed from road signs",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:1",
"slug": "lvcan_exceededroadspeed",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1117_lvcan_exceededroadspeed",
"state_topic": "[[DEVICEID]]_1117/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1117/config"
}
},
"1151": {
"definition": {
"propertyIdInAvlPacket": 1151,
"propertyName": "OEM Battery State Of Health",
"bytes": 2,
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "%",
"description": "Battery State of Health",
"hwSupport": "FMB001 FMC001 FMM001 FMB003 FMC003 FMM003",
"parameterGroup": "OBD OEM elements",
"bufferReader": "unsigned:2",
"slug": "oem_battery_state_of_health",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1151_oem_battery_state_of_health",
"state_topic": "[[DEVICEID]]_1151/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1151/config"
}
},
"1152": {
"definition": {
"propertyIdInAvlPacket": 1152,
"propertyName": "OEM Battery Temperature",
"bytes": 2,
"type": "Signed",
"min": -32768,
"max": "32767",
"multiplier": "-",
"units": "°C",
"description": "Battery pack temperature",
"hwSupport": "FMB001 FMC001 FMM001 FMB003 FMC003 FMM003",
"parameterGroup": "OBD OEM elements",
"bufferReader": "signed:2",
"slug": "oem_battery_temperature",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1152_oem_battery_temperature",
"state_topic": "[[DEVICEID]]_1152/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1152/config"
}
},
"1205": {
"definition": {
"propertyIdInAvlPacket": 1205,
"propertyName": "LVCAN RSF SpeedLimitSign",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Information if road sign \"Speed limit with value\" is recognized/canceled",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:1",
"slug": "lvcan_rsf_speedlimitsign",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1205_lvcan_rsf_speedlimitsign",
"state_topic": "[[DEVICEID]]_1205/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1205/config"
}
},
"1206": {
"definition": {
"propertyIdInAvlPacket": 1206,
"propertyName": "LVCAN RSF EndOfSpeedLimitSign",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Information if road sign \"End of speed limit with value\" is recognized/canceled",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:1",
"slug": "lvcan_rsf_endofspeedlimitsign",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1206_lvcan_rsf_endofspeedlimitsign",
"state_topic": "[[DEVICEID]]_1206/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1206/config"
}
},
"1207": {
"definition": {
"propertyIdInAvlPacket": 1207,
"propertyName": "LVCAN RSF SpeedExceeded",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Information if speed is exceeded indicated by road sign \"Speed limit with value\"",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:1",
"slug": "lvcan_rsf_speedexceeded",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1207_lvcan_rsf_speedexceeded",
"state_topic": "[[DEVICEID]]_1207/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1207/config"
}
},
"1208": {
"definition": {
"propertyIdInAvlPacket": 1208,
"propertyName": "LVCAN RSF TimeSpeedLimitSign",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Information if road sign \"Conditional time-specific speed limit with value\" is recognized/canceled",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:1",
"slug": "lvcan_rsf_timespeedlimitsign",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1208_lvcan_rsf_timespeedlimitsign",
"state_topic": "[[DEVICEID]]_1208/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1208/config"
}
},
"1209": {
"definition": {
"propertyIdInAvlPacket": 1209,
"propertyName": "LVCAN RSF WthrSpeedLimitSign",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Information if road sign \"Speed limit with value due to weather conditions\" is recognized/cancelled",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:1",
"slug": "lvcan_rsf_wthrspeedlimitsign",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1209_lvcan_rsf_wthrspeedlimitsign",
"state_topic": "[[DEVICEID]]_1209/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1209/config"
}
},
"1412": {
"definition": {
"propertyIdInAvlPacket": 1412,
"propertyName": "Motorcycle Fall Detection",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "0",
"multiplier": "-",
"units": "-",
"description": "Fall detection event which is generated when all conditions are met",
"hwSupport": "FMB965",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "motorcycle_fall_detection",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_1412_motorcycle_fall_detection",
"state_topic": "[[DEVICEID]]_1412/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_1412/config"
}
},
"10800": {
"definition": {
"propertyIdInAvlPacket": 10800,
"propertyName": "EYE Temperature 1",
"bytes": "2",
"type": "Signed",
"min": "-32768",
"max": "32767",
"multiplier": 0.01,
"units": "°C",
"description": "Temperature measured by EYE Sensor 1",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "eye_temperature_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10800_eye_temperature_1",
"state_topic": "[[DEVICEID]]_10800/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10800/config",
"value_template": "{{ value | float * 0.01 }}",
"device_class": "temperature",
"unit_of_measurement": "°C",
"state_class": "measurement"
}
},
"10801": {
"definition": {
"propertyIdInAvlPacket": 10801,
"propertyName": "EYE Temperature 2",
"bytes": "2",
"type": "Signed",
"min": "-32768",
"max": "32767",
"multiplier": 0.01,
"units": "°C",
"description": "Temperature measured by EYE Sensor 2",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "eye_temperature_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10801_eye_temperature_2",
"state_topic": "[[DEVICEID]]_10801/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10801/config",
"value_template": "{{ value | float * 0.01 }}",
"device_class": "temperature",
"unit_of_measurement": "°C",
"state_class": "measurement"
}
},
"10802": {
"definition": {
"propertyIdInAvlPacket": 10802,
"propertyName": "EYE Temperature 3",
"bytes": "2",
"type": "Signed",
"min": "-32768",
"max": "32767",
"multiplier": 0.01,
"units": "°C",
"description": "Temperature measured by EYE Sensor 3",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "eye_temperature_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10802_eye_temperature_3",
"state_topic": "[[DEVICEID]]_10802/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10802/config",
"value_template": "{{ value | float * 0.01 }}",
"device_class": "temperature",
"unit_of_measurement": "°C",
"state_class": "measurement"
}
},
"10803": {
"definition": {
"propertyIdInAvlPacket": 10803,
"propertyName": "EYE Temperature 4",
"bytes": "2",
"type": "Signed",
"min": "-32768",
"max": "32767",
"multiplier": 0.01,
"units": "°C",
"description": "Temperature measured by EYE Sensor 4",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "eye_temperature_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10803_eye_temperature_4",
"state_topic": "[[DEVICEID]]_10803/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10803/config",
"value_template": "{{ value | float * 0.01 }}",
"device_class": "temperature",
"unit_of_measurement": "°C",
"state_class": "measurement"
}
},
"10804": {
"definition": {
"propertyIdInAvlPacket": 10804,
"propertyName": "EYE Humidity 1",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Humidity measured by EYE Sensor 1",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "eye_humidity_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10804_eye_humidity_1",
"state_topic": "[[DEVICEID]]_10804/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10804/config"
}
},
"10805": {
"definition": {
"propertyIdInAvlPacket": 10805,
"propertyName": "EYE Humidity 2",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Humidity measured by EYE Sensor 2",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "eye_humidity_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10805_eye_humidity_2",
"state_topic": "[[DEVICEID]]_10805/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10805/config"
}
},
"10806": {
"definition": {
"propertyIdInAvlPacket": 10806,
"propertyName": "EYE Humidity 3",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Humidity measured by EYE Sensor 3",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "eye_humidity_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10806_eye_humidity_3",
"state_topic": "[[DEVICEID]]_10806/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10806/config"
}
},
"10807": {
"definition": {
"propertyIdInAvlPacket": 10807,
"propertyName": "EYE Humidity 4",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Humidity measured by EYE Sensor 4",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "eye_humidity_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10807_eye_humidity_4",
"state_topic": "[[DEVICEID]]_10807/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10807/config"
}
},
"10808": {
"definition": {
"propertyIdInAvlPacket": 10808,
"propertyName": "EYE Magnet 1",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Magnet measured by EYE Sensor by EYE Sensor 1",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "eye_magnet_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10808_eye_magnet_1",
"state_topic": "[[DEVICEID]]_10808/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10808/config"
}
},
"10809": {
"definition": {
"propertyIdInAvlPacket": 10809,
"propertyName": "EYE Magnet 2",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Magnet measured by EYE Sensor by EYE Sensor 2",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "eye_magnet_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10809_eye_magnet_2",
"state_topic": "[[DEVICEID]]_10809/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10809/config"
}
},
"10810": {
"definition": {
"propertyIdInAvlPacket": 10810,
"propertyName": "EYE Magnet 3",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Magnet measured by EYE Sensor by EYE Sensor 3",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "eye_magnet_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10810_eye_magnet_3",
"state_topic": "[[DEVICEID]]_10810/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10810/config"
}
},
"10811": {
"definition": {
"propertyIdInAvlPacket": 10811,
"propertyName": "EYE Magnet 4",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Magnet measured by EYE Sensor by EYE Sensor 4",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "eye_magnet_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10811_eye_magnet_4",
"state_topic": "[[DEVICEID]]_10811/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10811/config"
}
},
"10812": {
"definition": {
"propertyIdInAvlPacket": 10812,
"propertyName": "EYE Movement 1",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Movement state measure by EYE Sensor 1",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "eye_movement_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10812_eye_movement_1",
"state_topic": "[[DEVICEID]]_10812/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10812/config"
}
},
"10813": {
"definition": {
"propertyIdInAvlPacket": 10813,
"propertyName": "EYE Movement 2",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Movement state measure by EYE Sensor 2",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "eye_movement_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10813_eye_movement_2",
"state_topic": "[[DEVICEID]]_10813/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10813/config"
}
},
"10814": {
"definition": {
"propertyIdInAvlPacket": 10814,
"propertyName": "EYE Movement 3",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Movement state measure by EYE Sensor 3",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "eye_movement_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10814_eye_movement_3",
"state_topic": "[[DEVICEID]]_10814/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10814/config"
}
},
"10815": {
"definition": {
"propertyIdInAvlPacket": 10815,
"propertyName": "EYE Movement 4",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Movement state measure by EYE Sensor 4",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "eye_movement_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10815_eye_movement_4",
"state_topic": "[[DEVICEID]]_10815/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10815/config"
}
},
"10816": {
"definition": {
"propertyIdInAvlPacket": 10816,
"propertyName": "EYE Pitch 1",
"bytes": "1",
"type": "Signed",
"min": "-90",
"max": "90",
"multiplier": "-",
"units": "-",
"description": "Pitch angle measured by EYE Sensor 1",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:1",
"slug": "eye_pitch_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10816_eye_pitch_1",
"state_topic": "[[DEVICEID]]_10816/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10816/config"
}
},
"10817": {
"definition": {
"propertyIdInAvlPacket": 10817,
"propertyName": "EYE Pitch 2",
"bytes": "1",
"type": "Signed",
"min": "-90",
"max": "90",
"multiplier": "-",
"units": "-",
"description": "Pitch angle measured by EYE Sensor 2",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:1",
"slug": "eye_pitch_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10817_eye_pitch_2",
"state_topic": "[[DEVICEID]]_10817/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10817/config"
}
},
"10818": {
"definition": {
"propertyIdInAvlPacket": 10818,
"propertyName": "EYE Pitch 3",
"bytes": "1",
"type": "Signed",
"min": "-90",
"max": "90",
"multiplier": "-",
"units": "-",
"description": "Pitch angle measured by EYE Sensor 3",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:1",
"slug": "eye_pitch_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10818_eye_pitch_3",
"state_topic": "[[DEVICEID]]_10818/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10818/config"
}
},
"10819": {
"definition": {
"propertyIdInAvlPacket": 10819,
"propertyName": "EYE Pitch 4",
"bytes": "1",
"type": "Signed",
"min": "-90",
"max": "90",
"multiplier": "-",
"units": "-",
"description": "Pitch angle measured by EYE Sensor 4",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:1",
"slug": "eye_pitch_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10819_eye_pitch_4",
"state_topic": "[[DEVICEID]]_10819/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10819/config"
}
},
"10820": {
"definition": {
"propertyIdInAvlPacket": 10820,
"propertyName": "EYE Low Battery 1",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Low Battery indication for EYE Sensor 1",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "eye_low_battery_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10820_eye_low_battery_1",
"state_topic": "[[DEVICEID]]_10820/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10820/config"
}
},
"10821": {
"definition": {
"propertyIdInAvlPacket": 10821,
"propertyName": "EYE Low Battery 2",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Low Battery indication for EYE Sensor 2",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "eye_low_battery_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10821_eye_low_battery_2",
"state_topic": "[[DEVICEID]]_10821/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10821/config"
}
},
"10822": {
"definition": {
"propertyIdInAvlPacket": 10822,
"propertyName": "EYE Low Battery 3",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Low Battery indication for EYE Sensor 3",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "eye_low_battery_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10822_eye_low_battery_3",
"state_topic": "[[DEVICEID]]_10822/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10822/config"
}
},
"10823": {
"definition": {
"propertyIdInAvlPacket": 10823,
"propertyName": "EYE Low Battery 4",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Low Battery indication for EYE Sensor 4",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "eye_low_battery_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10823_eye_low_battery_4",
"state_topic": "[[DEVICEID]]_10823/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10823/config"
}
},
"10824": {
"definition": {
"propertyIdInAvlPacket": 10824,
"propertyName": "EYE Battery Voltage 1",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Battery Voltage of EYE Sensor 1",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "eye_battery_voltage_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10824_eye_battery_voltage_1",
"state_topic": "[[DEVICEID]]_10824/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10824/config"
}
},
"10825": {
"definition": {
"propertyIdInAvlPacket": 10825,
"propertyName": "EYE Battery Voltage 2",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Battery Voltage of EYE Sensor 2",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "eye_battery_voltage_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10825_eye_battery_voltage_2",
"state_topic": "[[DEVICEID]]_10825/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10825/config"
}
},
"10826": {
"definition": {
"propertyIdInAvlPacket": 10826,
"propertyName": "EYE Battery Voltage 3",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Battery Voltage of EYE Sensor 3",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "eye_battery_voltage_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10826_eye_battery_voltage_3",
"state_topic": "[[DEVICEID]]_10826/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10826/config"
}
},
"10827": {
"definition": {
"propertyIdInAvlPacket": 10827,
"propertyName": "EYE Battery Voltage 4",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Battery Voltage of EYE Sensor 4",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "eye_battery_voltage_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10827_eye_battery_voltage_4",
"state_topic": "[[DEVICEID]]_10827/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10827/config"
}
},
"10832": {
"definition": {
"propertyIdInAvlPacket": 10832,
"propertyName": "EYE Roll 1",
"bytes": "2",
"type": "Signed",
"min": "-180",
"max": "180",
"multiplier": "-",
"units": "-",
"description": "Roll angle measured by EYE Sensor 1",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "eye_roll_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10832_eye_roll_1",
"state_topic": "[[DEVICEID]]_10832/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10832/config"
}
},
"10833": {
"definition": {
"propertyIdInAvlPacket": 10833,
"propertyName": "EYE Roll 2",
"bytes": "2",
"type": "Signed",
"min": "-180",
"max": "180",
"multiplier": "-",
"units": "-",
"description": "Roll angle measured by EYE Sensor 2",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "eye_roll_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10833_eye_roll_2",
"state_topic": "[[DEVICEID]]_10833/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10833/config"
}
},
"10834": {
"definition": {
"propertyIdInAvlPacket": 10834,
"propertyName": "EYE Roll 3",
"bytes": "2",
"type": "Signed",
"min": "-180",
"max": "180",
"multiplier": "-",
"units": "-",
"description": "Roll angle measured by EYE Sensor 3",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "eye_roll_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10834_eye_roll_3",
"state_topic": "[[DEVICEID]]_10834/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10834/config"
}
},
"10835": {
"definition": {
"propertyIdInAvlPacket": 10835,
"propertyName": "EYE Roll 4",
"bytes": "2",
"type": "Signed",
"min": "-180",
"max": "180",
"multiplier": "-",
"units": "-",
"description": "Roll angle measured by EYE Sensor 4",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "eye_roll_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10835_eye_roll_4",
"state_topic": "[[DEVICEID]]_10835/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10835/config"
}
},
"10836": {
"definition": {
"propertyIdInAvlPacket": 10836,
"propertyName": "EYE Movement count 1",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "32767",
"multiplier": "-",
"units": "-",
"description": "Movement count measure by EYE Sensor 1",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "eye_movement_count_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10836_eye_movement_count_1",
"state_topic": "[[DEVICEID]]_10836/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10836/config"
}
},
"10837": {
"definition": {
"propertyIdInAvlPacket": 10837,
"propertyName": "EYE Movement count 2",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "32767",
"multiplier": "-",
"units": "-",
"description": "Movement count measure by EYE Sensor 2",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "eye_movement_count_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10837_eye_movement_count_2",
"state_topic": "[[DEVICEID]]_10837/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10837/config"
}
},
"10838": {
"definition": {
"propertyIdInAvlPacket": 10838,
"propertyName": "EYE Movement count 3",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "32767",
"multiplier": "-",
"units": "-",
"description": "Movement count measure by EYE Sensor 3",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "eye_movement_count_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10838_eye_movement_count_3",
"state_topic": "[[DEVICEID]]_10838/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10838/config"
}
},
"10839": {
"definition": {
"propertyIdInAvlPacket": 10839,
"propertyName": "EYE Movement count 4",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "32767",
"multiplier": "-",
"units": "-",
"description": "Movement count measure by EYE Sensor 4",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "eye_movement_count_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10839_eye_movement_count_4",
"state_topic": "[[DEVICEID]]_10839/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10839/config"
}
},
"10840": {
"definition": {
"propertyIdInAvlPacket": 10840,
"propertyName": "EYE Magnet count 1",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Magnet trigger count measure by EYE Sensor 1",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "eye_magnet_count_1",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10840_eye_magnet_count_1",
"state_topic": "[[DEVICEID]]_10840/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10840/config"
}
},
"10841": {
"definition": {
"propertyIdInAvlPacket": 10841,
"propertyName": "EYE Magnet count 2",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Magnet trigger count measure by EYE Sensor 2",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "eye_magnet_count_2",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10841_eye_magnet_count_2",
"state_topic": "[[DEVICEID]]_10841/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10841/config"
}
},
"10842": {
"definition": {
"propertyIdInAvlPacket": 10842,
"propertyName": "EYE Magnet count 3",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Magnet trigger count measure by EYE Sensor 3",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "eye_magnet_count_3",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10842_eye_magnet_count_3",
"state_topic": "[[DEVICEID]]_10842/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10842/config"
}
},
"10843": {
"definition": {
"propertyIdInAvlPacket": 10843,
"propertyName": "EYE Magnet count 4",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Magnet trigger count measure by EYE Sensor 4",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "eye_magnet_count_4",
"sensor_type": "sensor"
},
"ha": {
"unique_id": "[[DEVICEID]]_10843_eye_magnet_count_4",
"state_topic": "[[DEVICEID]]_10843/state",
"config_topic": "homeassistant/sensor/[[DEVICEID]]_10843/config"
}
}
}
This file has been truncated, but you can view the full file.
{
"1": {
"propertyIdInAvlPacket": 1,
"propertyName": "Digital Input 1",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Logic: 0/1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "digital_input_1",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"2": {
"propertyIdInAvlPacket": 2,
"propertyName": "Digital Input 2",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Logic: 0/1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "digital_input_2",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"3": {
"propertyIdInAvlPacket": 3,
"propertyName": "Digital Input 3",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Logic: 0/1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "digital_input_3",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"4": {
"propertyIdInAvlPacket": 4,
"propertyName": "Pulse Counter Din1",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Counts pulses, count is reset when records are saved",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:4",
"slug": "pulse_counter_din1",
"sensor_type": "sensor"
},
"5": {
"propertyIdInAvlPacket": 5,
"propertyName": "Pulse Counter Din2",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Counts pulses, count is reset when records are saved",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:4",
"slug": "pulse_counter_din2",
"sensor_type": "sensor"
},
"6": {
"propertyIdInAvlPacket": 6,
"propertyName": "Analog Input 2",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": 0.001,
"units": "V",
"description": "Voltage",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "analog_input_2",
"sensor_type": "sensor"
},
"9": {
"propertyIdInAvlPacket": 9,
"propertyName": "Analog Input 1",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": 0.001,
"units": "V",
"description": "Voltage",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "analog_input_1",
"sensor_type": "sensor"
},
"10": {
"propertyIdInAvlPacket": 10,
"propertyName": "SD Status",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - not present 1 - present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "sd_status",
"sensor_type": "binary_sensor",
"options": {
"0": "not present",
"1": "present"
}
},
"11": {
"propertyIdInAvlPacket": 11,
"propertyName": "ICCID1",
"bytes": "8",
"type": "Unsigned",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Value of SIM ICCID, MSB",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:8",
"slug": "iccid1",
"sensor_type": "sensor"
},
"12": {
"propertyIdInAvlPacket": 12,
"propertyName": "Fuel Used GPS",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "4294967295",
"multiplier": 0.001,
"units": "l",
"description": "Fuel Used",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:4",
"slug": "fuel_used_gps",
"sensor_type": "sensor"
},
"13": {
"propertyIdInAvlPacket": 13,
"propertyName": "Fuel Rate GPS",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "32767",
"multiplier": 0.01,
"units": "l/100km",
"description": "Average Fuel Use",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "fuel_rate_gps",
"sensor_type": "sensor"
},
"14": {
"propertyIdInAvlPacket": 14,
"propertyName": "ICCID2",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Value of SIM ICCID, LSB",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:8",
"slug": "iccid2",
"sensor_type": "sensor"
},
"15": {
"propertyIdInAvlPacket": 15,
"propertyName": "Eco Score",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": 0.01,
"units": "-",
"description": "Average amount of events on some distance",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "eco_score",
"sensor_type": "sensor"
},
"16": {
"propertyIdInAvlPacket": 16,
"propertyName": "Total Odometer",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "2147483647",
"multiplier": "-",
"units": "-",
"description": "Total Odometer value in meters",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:4",
"slug": "total_odometer",
"sensor_type": "sensor"
},
"17": {
"propertyIdInAvlPacket": 17,
"propertyName": "Axis X",
"bytes": "2",
"type": "Signed",
"min": "-8000",
"max": "8000",
"multiplier": "-",
"units": "mG",
"description": "X axis value",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "axis_x",
"sensor_type": "sensor"
},
"18": {
"propertyIdInAvlPacket": 18,
"propertyName": "Axis Y",
"bytes": "2",
"type": "Signed",
"min": "-8000",
"max": "8000",
"multiplier": "-",
"units": "mG",
"description": "Y axis value",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "axis_y",
"sensor_type": "sensor"
},
"19": {
"propertyIdInAvlPacket": 19,
"propertyName": "Axis Z",
"bytes": "2",
"type": "Signed",
"min": "-8000",
"max": "8000",
"multiplier": "-",
"units": "mG",
"description": "Z axis value",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "axis_z",
"sensor_type": "sensor"
},
"20": {
"propertyIdInAvlPacket": 20,
"propertyName": "BLE Battery #2",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Battery level of sensor #2",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:1",
"slug": "ble_battery_2",
"sensor_type": "sensor"
},
"21": {
"propertyIdInAvlPacket": 21,
"propertyName": "GSM Signal",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "5",
"multiplier": "-",
"units": "-",
"description": "Value in range 1-5",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O Elements",
"bufferReader": "unsigned:1",
"slug": "gsm_signal",
"sensor_type": "sensor"
},
"22": {
"propertyIdInAvlPacket": 22,
"propertyName": "BLE Battery #3",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Battery level of sensor #3",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:1",
"slug": "ble_battery_3",
"sensor_type": "sensor"
},
"23": {
"propertyIdInAvlPacket": 23,
"propertyName": "BLE Battery #4",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Battery level of sensor #4",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:1",
"slug": "ble_battery_4",
"sensor_type": "sensor"
},
"24": {
"propertyIdInAvlPacket": 24,
"propertyName": "Speed",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "350",
"multiplier": "-",
"units": "km/h",
"description": "GNSS Speed",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "speed",
"sensor_type": "sensor"
},
"25": {
"propertyIdInAvlPacket": 25,
"propertyName": "BLE Temperature #1",
"bytes": "2",
"type": "Signed",
"min": -4000,
"max": "12500",
"multiplier": "0.01*",
"units": "°C",
"description": "Degrees ( °C ), -40 - +125; Error codes: 4000 - abnormal sensor state 3000 - sensor not found 2000 - failed sensor data parsing From firmware version 03.28.00 and up: 32767 - sensor not found 32766 - failed sensor data parsing 32765 - abnormal sensor state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "signed:2",
"slug": "ble_temperature_1",
"sensor_type": "complex_sensor",
"options": {
"32765": "abnormal sensor state",
"32766": "failed sensor data parsing",
"32767": "sensor not found"
}
},
"26": {
"propertyIdInAvlPacket": 26,
"propertyName": "BLE Temperature #2",
"bytes": "2",
"type": "Signed",
"min": -4000,
"max": "12500",
"multiplier": "0.01*",
"units": "°C",
"description": "Degrees ( °C ), -40 - +125; Error codes: 4000 - abnormal sensor state 3000 - sensor not found 2000 - failed sensor data parsing From firmware version 03.28.00 and up: 32767 - sensor not found 32766 - failed sensor data parsing 32765 - abnormal sensor state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "signed:2",
"slug": "ble_temperature_2",
"sensor_type": "complex_sensor",
"options": {
"32765": "abnormal sensor state",
"32766": "failed sensor data parsing",
"32767": "sensor not found"
}
},
"27": {
"propertyIdInAvlPacket": 27,
"propertyName": "BLE Temperature #3",
"bytes": "2",
"type": "Signed",
"min": -4000,
"max": "12500",
"multiplier": "0.01*",
"units": "°C",
"description": "Degrees ( °C ), -40 - +125; Error codes: 4000 - abnormal sensor state 3000 - sensor not found 2000 - failed sensor data parsing From firmware version 03.28.00 and up: 32767 - sensor not found 32766 - failed sensor data parsing 32765 - abnormal sensor state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "signed:2",
"slug": "ble_temperature_3",
"sensor_type": "complex_sensor",
"options": {
"32765": "abnormal sensor state",
"32766": "failed sensor data parsing",
"32767": "sensor not found"
}
},
"28": {
"propertyIdInAvlPacket": 28,
"propertyName": "BLE Temperature #4",
"bytes": "2",
"type": "Signed",
"min": -4000,
"max": "12500",
"multiplier": "0.01*",
"units": "°C",
"description": "Degrees ( °C ), -40 - +125; Error codes: 4000 - abnormal sensor state 3000 - sensor not found 2000 - failed sensor data parsing From firmware version 03.28.00 and up: 32767 - sensor not found 32766 - failed sensor data parsing 32765 - abnormal sensor state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "signed:2",
"slug": "ble_temperature_4",
"sensor_type": "complex_sensor",
"options": {
"32765": "abnormal sensor state",
"32766": "failed sensor data parsing",
"32767": "sensor not found"
}
},
"29": {
"propertyIdInAvlPacket": 29,
"propertyName": "BLE Battery #1",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Battery level of sensor #1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:1",
"slug": "ble_battery_1",
"sensor_type": "sensor"
},
"30": {
"propertyIdInAvlPacket": 30,
"propertyName": "Number of DTC",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "-",
"description": "Number of DTC",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "number_of_dtc",
"sensor_type": "sensor"
},
"31": {
"propertyIdInAvlPacket": 31,
"propertyName": "Engine Load",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Calculated engine load value",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "engine_load",
"sensor_type": "sensor"
},
"32": {
"propertyIdInAvlPacket": 32,
"propertyName": "Coolant Temperature",
"bytes": "1",
"type": "Signed",
"min": -128,
"max": "127",
"multiplier": "-",
"units": "°C",
"description": "Engine coolant temperature",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "signed:1",
"slug": "coolant_temperature",
"sensor_type": "sensor"
},
"33": {
"propertyIdInAvlPacket": 33,
"propertyName": "Short Fuel Trim",
"bytes": "1",
"type": "Signed",
"min": -100,
"max": "99",
"multiplier": "-",
"units": "%",
"description": "Short term fuel trim 1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "signed:1",
"slug": "short_fuel_trim",
"sensor_type": "sensor"
},
"34": {
"propertyIdInAvlPacket": 34,
"propertyName": "Fuel pressure",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "765",
"multiplier": "-",
"units": "kPa",
"description": "Fuel pressure",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "fuel_pressure",
"sensor_type": "sensor"
},
"35": {
"propertyIdInAvlPacket": 35,
"propertyName": "Intake MAP",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "kPa",
"description": "Intake manifold absolute pressure",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "intake_map",
"sensor_type": "sensor"
},
"36": {
"propertyIdInAvlPacket": 36,
"propertyName": "Engine RPM",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "16384",
"multiplier": "-",
"units": "rpm",
"description": "Engine RPM",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "engine_rpm",
"sensor_type": "sensor"
},
"37": {
"propertyIdInAvlPacket": 37,
"propertyName": "Vehicle Speed",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "km/h",
"description": "Vehicle speed",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "vehicle_speed",
"sensor_type": "sensor"
},
"38": {
"propertyIdInAvlPacket": 38,
"propertyName": "Timing Advance",
"bytes": "1",
"type": "Signed",
"min": -64,
"max": "64",
"multiplier": "-",
"units": "°",
"description": "Timing advance",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "signed:1",
"slug": "timing_advance",
"sensor_type": "sensor"
},
"39": {
"propertyIdInAvlPacket": 39,
"propertyName": "Intake Air Temperature",
"bytes": "1",
"type": "Signed",
"min": -128,
"max": "127",
"multiplier": "-",
"units": "°C",
"description": "Intake air temperature",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "signed:1",
"slug": "intake_air_temperature",
"sensor_type": "sensor"
},
"40": {
"propertyIdInAvlPacket": 40,
"propertyName": "MAF",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": 0.01,
"units": "g/sec",
"description": "MAF air flow rate",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "maf",
"sensor_type": "sensor"
},
"41": {
"propertyIdInAvlPacket": 41,
"propertyName": "Throttle Position",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Throttle position",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "throttle_position",
"sensor_type": "sensor"
},
"42": {
"propertyIdInAvlPacket": 42,
"propertyName": "Runtime since engine start",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "s",
"description": "Runtime since engine start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "runtime_since_engine_start",
"sensor_type": "sensor"
},
"43": {
"propertyIdInAvlPacket": 43,
"propertyName": "Distance Traveled MIL On",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "km",
"description": "Distance ormattin MIL on",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "distance_traveled_mil_on",
"sensor_type": "sensor"
},
"44": {
"propertyIdInAvlPacket": 44,
"propertyName": "Relative Fuel Rail Pressure",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "5178",
"multiplier": 0.1,
"units": "kPa",
"description": "Relative fuel rail pressure",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "relative_fuel_rail_pressure",
"sensor_type": "sensor"
},
"45": {
"propertyIdInAvlPacket": 45,
"propertyName": "Direct Fuel Rail Pressure",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": 10,
"units": "kPa",
"description": "Direct Fuel Rail Pressure",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "direct_fuel_rail_pressure",
"sensor_type": "sensor"
},
"46": {
"propertyIdInAvlPacket": 46,
"propertyName": "Commanded EGR",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Commanded EGR",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "commanded_egr",
"sensor_type": "sensor"
},
"47": {
"propertyIdInAvlPacket": 47,
"propertyName": "EGR Error",
"bytes": "1",
"type": "Signed",
"min": -100,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "EGR error",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "signed:1",
"slug": "egr_error",
"sensor_type": "sensor"
},
"48": {
"propertyIdInAvlPacket": 48,
"propertyName": "Fuel Level",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Fuel level",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "fuel_level",
"sensor_type": "sensor"
},
"49": {
"propertyIdInAvlPacket": 49,
"propertyName": "Distance Since Codes Clear",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "km",
"description": "Distance traveled since codes cleared",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "distance_since_codes_clear",
"sensor_type": "sensor"
},
"50": {
"propertyIdInAvlPacket": 50,
"propertyName": "Barometic Pressure",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "kPa",
"description": "Barometic pressure",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "barometic_pressure",
"sensor_type": "sensor"
},
"51": {
"propertyIdInAvlPacket": 51,
"propertyName": "Control Module Voltage",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": 0.001,
"units": "V",
"description": "Control module voltage",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "control_module_voltage",
"sensor_type": "sensor"
},
"52": {
"propertyIdInAvlPacket": 52,
"propertyName": "Absolute Load Value",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "25700",
"multiplier": "-",
"units": "%",
"description": "Absolute load value",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "absolute_load_value",
"sensor_type": "sensor"
},
"53": {
"propertyIdInAvlPacket": 53,
"propertyName": "Ambient Air Temperature",
"bytes": "1",
"type": "Signed",
"min": -128,
"max": "127",
"multiplier": "-",
"units": "°C",
"description": "Ambient air temperature",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "signed:1",
"slug": "ambient_air_temperature",
"sensor_type": "sensor"
},
"54": {
"propertyIdInAvlPacket": 54,
"propertyName": "Time Run With MIL On",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min",
"description": "Time run with MIL on",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "time_run_with_mil_on",
"sensor_type": "sensor"
},
"55": {
"propertyIdInAvlPacket": 55,
"propertyName": "Time Since Codes Cleared",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min",
"description": "Time since codes cleared",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "time_since_codes_cleared",
"sensor_type": "sensor"
},
"56": {
"propertyIdInAvlPacket": 56,
"propertyName": "Absolute Fuel Rail Pressure",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": 0.1,
"units": "kPa",
"description": "Absolute fuel rail pressure",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "absolute_fuel_rail_pressure",
"sensor_type": "sensor"
},
"57": {
"propertyIdInAvlPacket": 57,
"propertyName": "Hybrid battery pack life",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Hybrid battery pack remaining life",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "hybrid_battery_pack_life",
"sensor_type": "sensor"
},
"58": {
"propertyIdInAvlPacket": 58,
"propertyName": "Engine Oil Temperature",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "215",
"multiplier": "-",
"units": "°C",
"description": "Engine oil temperature",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "engine_oil_temperature",
"sensor_type": "sensor"
},
"59": {
"propertyIdInAvlPacket": 59,
"propertyName": "Fuel injection timing",
"bytes": "2",
"type": "Signed",
"min": -21000,
"max": "30200",
"multiplier": 0.01,
"units": "°",
"description": "Fuel injection timing",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "signed:2",
"slug": "fuel_injection_timing",
"sensor_type": "sensor"
},
"60": {
"propertyIdInAvlPacket": 60,
"propertyName": "Fuel Rate",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "32767",
"multiplier": 0.01,
"units": "L/h",
"description": "Engine fuel rate, L/h*100",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "fuel_rate",
"sensor_type": "sensor"
},
"61": {
"propertyIdInAvlPacket": 61,
"propertyName": "Geofence zone 06",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_06",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"62": {
"propertyIdInAvlPacket": 62,
"propertyName": "Geofence zone 07",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_07",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"63": {
"propertyIdInAvlPacket": 63,
"propertyName": "Geofence zone 08",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_08",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"64": {
"propertyIdInAvlPacket": 64,
"propertyName": "Geofence zone 09",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_09",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"65": {
"propertyIdInAvlPacket": 65,
"propertyName": "Geofence zone 10",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_10",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"66": {
"propertyIdInAvlPacket": 66,
"propertyName": "External Voltage",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": 0.001,
"units": "V",
"description": "Voltage",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "external_voltage",
"sensor_type": "sensor"
},
"67": {
"propertyIdInAvlPacket": 67,
"propertyName": "Battery Voltage",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": 0.001,
"units": "V",
"description": "Voltage",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "battery_voltage",
"sensor_type": "sensor"
},
"68": {
"propertyIdInAvlPacket": 68,
"propertyName": "Battery Current",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": 0.001,
"units": "A",
"description": "Current",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "battery_current",
"sensor_type": "sensor"
},
"69": {
"propertyIdInAvlPacket": 69,
"propertyName": "GNSS Status",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 - GNSS OFF 1 – GNSS ON with fix 2 - GNSS ON without fix 3 - GNSS sleep",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O Elements",
"bufferReader": "unsigned:1",
"slug": "gnss_status",
"sensor_type": "complex_sensor",
"options": {
"0": "gnss off",
"1": "gnss on with fix",
"2": "gnss on without fix",
"3": "gnss sleep"
}
},
"70": {
"propertyIdInAvlPacket": 70,
"propertyName": "Geofence zone 11",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_11",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"71": {
"propertyIdInAvlPacket": 71,
"propertyName": "Dallas Temperature ID 4",
"bytes": "8",
"type": "Unsigned",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Dallas sensor ID",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:8",
"slug": "dallas_temperature_id_4",
"sensor_type": "sensor"
},
"72": {
"propertyIdInAvlPacket": 72,
"propertyName": "Dallas Temperature 1",
"bytes": "4",
"type": "Signed",
"min": "-550",
"max": "1150",
"multiplier": "0.1",
"units": "°C",
"description": "Degrees ( °C ), -55 - +115, if 850 – Sensor not ready if 2000 – Value read error if 3000 – Not connected if 4000 – ID failed if 5000 – same as 850",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:4",
"slug": "dallas_temperature_1",
"sensor_type": "complex_sensor",
"options": {
"850": "sensor not ready",
"2000": "value read error",
"3000": "not connected",
"4000": "id failed",
"5000": "sensor not ready"
}
},
"73": {
"propertyIdInAvlPacket": 73,
"propertyName": "Dallas Temperature 2",
"bytes": "4",
"type": "Signed",
"min": "-550",
"max": "1150",
"multiplier": "0.1",
"units": "°C",
"description": "Degrees ( °C ), -55 - +115, if 850 – Sensor not ready if 2000 – Value read error if 3000 – Not connected if 4000 – ID failed if 5000 – same as 850",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:4",
"slug": "dallas_temperature_2",
"sensor_type": "complex_sensor",
"options": {
"850": "sensor not ready",
"2000": "value read error",
"3000": "not connected",
"4000": "id failed",
"5000": "sensor not ready"
}
},
"74": {
"propertyIdInAvlPacket": 74,
"propertyName": "Dallas Temperature 3",
"bytes": "4",
"type": "Signed",
"min": "-550",
"max": "1150",
"multiplier": "0.1",
"units": "°C",
"description": "Degrees ( °C ), -55 - +115, if 850 – Sensor not ready if 2000 – Value read error if 3000 – Not connected if 4000 – ID failed if 5000 – same as 850",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:4",
"slug": "dallas_temperature_3",
"sensor_type": "complex_sensor",
"options": {
"850": "sensor not ready",
"2000": "value read error",
"3000": "not connected",
"4000": "id failed",
"5000": "sensor not ready"
}
},
"75": {
"propertyIdInAvlPacket": 75,
"propertyName": "Dallas Temperature 4",
"bytes": "4",
"type": "Signed",
"min": "-550",
"max": "1150",
"multiplier": "0.1",
"units": "°C",
"description": "Degrees ( °C ), -55 - +115, if 850 – Sensor not ready if 2000 – Value read error if 3000 – Not connected if 4000 – ID failed if 5000 – same as 850",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:4",
"slug": "dallas_temperature_4",
"sensor_type": "complex_sensor",
"options": {
"850": "sensor not ready",
"2000": "value read error",
"3000": "not connected",
"4000": "id failed",
"5000": "sensor not ready"
}
},
"76": {
"propertyIdInAvlPacket": 76,
"propertyName": "Dallas Temperature ID 1",
"bytes": "8",
"type": "Unsigned",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Dallas sensor ID",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:8",
"slug": "dallas_temperature_id_1",
"sensor_type": "sensor"
},
"77": {
"propertyIdInAvlPacket": 77,
"propertyName": "Dallas Temperature ID 2",
"bytes": "8",
"type": "Unsigned",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Dallas sensor ID",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:8",
"slug": "dallas_temperature_id_2",
"sensor_type": "sensor"
},
"78": {
"propertyIdInAvlPacket": 78,
"propertyName": "iButton",
"bytes": "8",
"type": "Unsigned",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "iButton ID",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:8",
"slug": "ibutton",
"sensor_type": "sensor"
},
"79": {
"propertyIdInAvlPacket": 79,
"propertyName": "Dallas Temperature ID 3",
"bytes": "8",
"type": "Unsigned",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Dallas sensor ID",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:8",
"slug": "dallas_temperature_id_3",
"sensor_type": "sensor"
},
"80": {
"propertyIdInAvlPacket": 80,
"propertyName": "Data Mode",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "5",
"multiplier": "-",
"units": "-",
"description": "0 – Home On Stop 1 – Home On Moving 2 – Roaming On Stop 3 – Roaming On Moving 4 – Unknown On Stop 5 – Unknown On Moving",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O Elements",
"bufferReader": "unsigned:1",
"slug": "data_mode",
"sensor_type": "complex_sensor",
"options": {
"0": "home on stop",
"1": "home on moving",
"2": "roaming on stop",
"3": "roaming on moving",
"4": "unknown on stop",
"5": "unknown on moving"
}
},
"81": {
"propertyIdInAvlPacket": 81,
"propertyName": "Vehicle Speed",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "km/h",
"description": "Vehicle Speed",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "vehicle_speed",
"sensor_type": "sensor"
},
"82": {
"propertyIdInAvlPacket": 82,
"propertyName": "Accelerator Pedal Position",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "102",
"multiplier": "-",
"units": "%",
"description": "Value in percentages",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "accelerator_pedal_position",
"sensor_type": "sensor"
},
"83": {
"propertyIdInAvlPacket": 83,
"propertyName": "Fuel Consumed",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "2147483647",
"multiplier": 0.1,
"units": "l",
"description": "Value in liters",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "fuel_consumed",
"sensor_type": "sensor"
},
"84": {
"propertyIdInAvlPacket": 84,
"propertyName": "Fuel Level",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": 0.1,
"units": "l",
"description": "Value in liters",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:2",
"slug": "fuel_level",
"sensor_type": "sensor"
},
"85": {
"propertyIdInAvlPacket": 85,
"propertyName": "Engine RPM",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "16384",
"multiplier": "-",
"units": "rpm",
"description": "Value in rounds per minute",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:2",
"slug": "engine_rpm",
"sensor_type": "sensor"
},
"86": {
"propertyIdInAvlPacket": 86,
"propertyName": "BLE Humidity #1",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "1000",
"multiplier": "0.1*",
"units": "%RH",
"description": "Humidity From firmware version 03.28.00 and up: 65535 - sensor not found 65534 - failed sensor data parsing 65533 - abnormal sensor state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_humidity_1",
"sensor_type": "complex_sensor",
"options": {
"65533": "abnormal sensor state",
"65534": "failed sensor data parsing",
"65535": "sensor not found"
}
},
"87": {
"propertyIdInAvlPacket": 87,
"propertyName": "Total Mileage",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "m",
"description": "Value in meters",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "total_mileage",
"sensor_type": "sensor"
},
"88": {
"propertyIdInAvlPacket": 88,
"propertyName": "Geofence zone 12",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_12",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"89": {
"propertyIdInAvlPacket": 89,
"propertyName": "Fuel level",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Value in percentages",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "fuel_level",
"sensor_type": "sensor"
},
"90": {
"propertyIdInAvlPacket": 90,
"propertyName": "Door Status",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "16128",
"multiplier": "-",
"units": "-",
"description": "Door status value: Min – 0, Max – 16128 Door status is represented as bitmask converted to decimal value. Possible values: 0 – all doors closed 0x100 (256) – front left door is opened 0x200 (512) – front right door is opened 0x400 (1024) – rear left door is opened 0x800 (2048) – rear right door is opened 0x1000 (4096) – hood is opened 0x2000 (8192) – trunk is opened 0x3F00 (16128) – all doors are opened or combinations of values",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:2",
"slug": "door_status",
"sensor_type": "complex_sensor",
"options": {
"0": "all doors closed",
"256": "front left door is opened",
"512": "front right door is opened",
"1024": "rear left door is opened",
"2048": "rear right door is opened",
"4096": "hood is opened",
"8192": "trunk is opened",
"16128": "all doors are opened"
}
},
"91": {
"propertyIdInAvlPacket": 91,
"propertyName": "Geofence zone 13",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_13",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"92": {
"propertyIdInAvlPacket": 92,
"propertyName": "Geofence zone 14",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_14",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"93": {
"propertyIdInAvlPacket": 93,
"propertyName": "Geofence zone 15",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_15",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"94": {
"propertyIdInAvlPacket": 94,
"propertyName": "Geofence zone 16",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_16",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"95": {
"propertyIdInAvlPacket": 95,
"propertyName": "Geofence zone 17",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_17",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"96": {
"propertyIdInAvlPacket": 96,
"propertyName": "Geofence zone 18",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_18",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"97": {
"propertyIdInAvlPacket": 97,
"propertyName": "Geofence zone 19",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_19",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"98": {
"propertyIdInAvlPacket": 98,
"propertyName": "Geofence zone 20",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_20",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"99": {
"propertyIdInAvlPacket": 99,
"propertyName": "Geofence zone 21",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_21",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"100": {
"propertyIdInAvlPacket": 100,
"propertyName": "Program Number",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "99999",
"multiplier": "-",
"units": "-",
"description": "Value: Min – 0, Max – 99999",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "program_number",
"sensor_type": "sensor"
},
"101": {
"propertyIdInAvlPacket": 101,
"propertyName": "Module ID 8B",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Module ID 8 Bytes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:8",
"slug": "module_id_8b",
"sensor_type": "sensor"
},
"102": {
"propertyIdInAvlPacket": 102,
"propertyName": "Engine Worktime",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677215",
"multiplier": "-",
"units": "min",
"description": "Engine work time",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "engine_worktime",
"sensor_type": "sensor"
},
"103": {
"propertyIdInAvlPacket": 103,
"propertyName": "Engine Worktime (counted)",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677215",
"multiplier": "-",
"units": "min",
"description": "Total engine work time",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "engine_worktime_(counted)",
"sensor_type": "sensor"
},
"104": {
"propertyIdInAvlPacket": 104,
"propertyName": "BLE Humidity #2",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "1000",
"multiplier": "0.1*",
"units": "%RH",
"description": "Humidity From firmware version 03.28.00 and up: 65535 - sensor not found 65534 - failed sensor data parsing 65533 - abnormal sensor state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_humidity_2",
"sensor_type": "complex_sensor",
"options": {
"65533": "abnormal sensor state",
"65534": "failed sensor data parsing",
"65535": "sensor not found"
}
},
"105": {
"propertyIdInAvlPacket": 105,
"propertyName": "Total Mileage (counted)",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "m",
"description": "Total Vehicle Mileage",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "total_mileage_(counted)",
"sensor_type": "sensor"
},
"106": {
"propertyIdInAvlPacket": 106,
"propertyName": "BLE Humidity #3",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "1000",
"multiplier": "0.1*",
"units": "%RH",
"description": "Humidity From firmware version 03.28.00 and up: 65535 - sensor not found 65534 - failed sensor data parsing 65533 - abnormal sensor state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_humidity_3",
"sensor_type": "complex_sensor",
"options": {
"65533": "abnormal sensor state",
"65534": "failed sensor data parsing",
"65535": "sensor not found"
}
},
"107": {
"propertyIdInAvlPacket": 107,
"propertyName": "Fuel Consumed (counted)",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "2147483647",
"multiplier": 0.1,
"units": "l",
"description": "Total Fuel Consumed",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "fuel_consumed_(counted)",
"sensor_type": "sensor"
},
"108": {
"propertyIdInAvlPacket": 108,
"propertyName": "BLE Humidity #4",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "1000",
"multiplier": "0.1*",
"units": "%RH",
"description": "Humidity From firmware version 03.28.00 and up: 65535 - sensor not found 65534 - failed sensor data parsing 65533 - abnormal sensor state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_humidity_4",
"sensor_type": "complex_sensor",
"options": {
"65533": "abnormal sensor state",
"65534": "failed sensor data parsing",
"65535": "sensor not found"
}
},
"110": {
"propertyIdInAvlPacket": 110,
"propertyName": "Fuel Rate",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "32768",
"multiplier": 0.1,
"units": "l/h",
"description": "Fuel rate",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "fuel_rate",
"sensor_type": "sensor"
},
"111": {
"propertyIdInAvlPacket": 111,
"propertyName": "AdBlue Level",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "AdBlue",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "adblue_level",
"sensor_type": "sensor"
},
"112": {
"propertyIdInAvlPacket": 112,
"propertyName": "AdBlue Level",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": 0.1,
"units": "l",
"description": "AdBlue level",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "adblue_level",
"sensor_type": "sensor"
},
"113": {
"propertyIdInAvlPacket": 113,
"propertyName": "Battery Level",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Battery capacity level",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "battery_level",
"sensor_type": "sensor"
},
"114": {
"propertyIdInAvlPacket": 114,
"propertyName": "Engine Load",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "130",
"multiplier": "-",
"units": "%",
"description": "Engine Load",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "engine_load",
"sensor_type": "sensor"
},
"115": {
"propertyIdInAvlPacket": 115,
"propertyName": "Engine Temperature",
"bytes": "2",
"type": "Signed",
"min": -600,
"max": "1270",
"multiplier": 0.1,
"units": "°C",
"description": "Engine Temperature",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "signed:2",
"slug": "engine_temperature",
"sensor_type": "sensor"
},
"118": {
"propertyIdInAvlPacket": 118,
"propertyName": "Axle 1 Load",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "32768",
"multiplier": "-",
"units": "kg",
"description": "Axle 1 load",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "axle_1_load",
"sensor_type": "sensor"
},
"119": {
"propertyIdInAvlPacket": 119,
"propertyName": "Axle 2 Load",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "32768",
"multiplier": "-",
"units": "kg",
"description": "Axle 2 load",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "axle_2_load",
"sensor_type": "sensor"
},
"120": {
"propertyIdInAvlPacket": 120,
"propertyName": "Axle 3 Load",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "32768",
"multiplier": "-",
"units": "kg",
"description": "Axle 3 load",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "axle_3_load",
"sensor_type": "sensor"
},
"121": {
"propertyIdInAvlPacket": 121,
"propertyName": "Axle 4 Load",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "32768",
"multiplier": "-",
"units": "kg",
"description": "Axle 4 load",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "axle_4_load",
"sensor_type": "sensor"
},
"122": {
"propertyIdInAvlPacket": 122,
"propertyName": "Axle 5 Load",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "32768",
"multiplier": "-",
"units": "kg",
"description": "Axle 5 load",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "axle_5_load",
"sensor_type": "sensor"
},
"123": {
"propertyIdInAvlPacket": 123,
"propertyName": "Control State Flags",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Control state flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "control_state_flags",
"sensor_type": "sensor"
},
"124": {
"propertyIdInAvlPacket": 124,
"propertyName": "Agricultural Machinery Flags",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Agricultural machinery flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:8",
"slug": "agricultural_machinery_flags",
"sensor_type": "sensor"
},
"125": {
"propertyIdInAvlPacket": 125,
"propertyName": "Harvesting Time",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "16777215",
"multiplier": "-",
"units": "min",
"description": "Harvesting time",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "harvesting_time",
"sensor_type": "sensor"
},
"126": {
"propertyIdInAvlPacket": 126,
"propertyName": "Area of Harvest",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "m2",
"description": "Area of harvest in square meters",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "area_of_harvest",
"sensor_type": "sensor"
},
"127": {
"propertyIdInAvlPacket": 127,
"propertyName": "Mowing Efficiency",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "m2/h",
"description": "Mowing efficiency",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "mowing_efficiency",
"sensor_type": "sensor"
},
"128": {
"propertyIdInAvlPacket": 128,
"propertyName": "Grain Mown Volume",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "kg",
"description": "Mown volume",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "grain_mown_volume",
"sensor_type": "sensor"
},
"129": {
"propertyIdInAvlPacket": 129,
"propertyName": "Grain Moisture",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Grain moisture",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "grain_moisture",
"sensor_type": "sensor"
},
"130": {
"propertyIdInAvlPacket": 130,
"propertyName": "Harvesting Drum RPM",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "rpm",
"description": "Harvesting drum rpm",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "harvesting_drum_rpm",
"sensor_type": "sensor"
},
"131": {
"propertyIdInAvlPacket": 131,
"propertyName": "Gap Under Harvesting Drum",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "mm",
"description": "Gap under harvesting drum",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "gap_under_harvesting_drum",
"sensor_type": "sensor"
},
"132": {
"propertyIdInAvlPacket": 132,
"propertyName": "Security State Flags",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Security state flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:8",
"slug": "security_state_flags",
"sensor_type": "sensor"
},
"133": {
"propertyIdInAvlPacket": 133,
"propertyName": "Tachograph Total Vehicle Distance",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "m",
"description": "Tacho Total Vehicle Distance",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "tachograph_total_vehicle_distance",
"sensor_type": "sensor"
},
"134": {
"propertyIdInAvlPacket": 134,
"propertyName": "Trip Distance",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "m",
"description": "Trip distance",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "trip_distance",
"sensor_type": "sensor"
},
"135": {
"propertyIdInAvlPacket": 135,
"propertyName": "Tachograph Vehicle Speed",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "km/h",
"description": "Tacho vehicle speed",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "tachograph_vehicle_speed",
"sensor_type": "sensor"
},
"136": {
"propertyIdInAvlPacket": 136,
"propertyName": "Tacho Driver Card Presence",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "Tacho Driver Card Presence",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "tacho_driver_card_presence",
"sensor_type": "sensor"
},
"137": {
"propertyIdInAvlPacket": 137,
"propertyName": "Driver 1 States",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "-",
"description": "Driver 1 States",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "driver_1_states",
"sensor_type": "sensor"
},
"138": {
"propertyIdInAvlPacket": 138,
"propertyName": "Driver 2 States",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "-",
"description": "Driver 2 States",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "driver_2_states",
"sensor_type": "sensor"
},
"139": {
"propertyIdInAvlPacket": 139,
"propertyName": "Driver 1 Continuous Driving Time",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min.",
"description": "Driver 1 Continuous Driving Time, minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "driver_1_continuous_driving_time",
"sensor_type": "sensor"
},
"140": {
"propertyIdInAvlPacket": 140,
"propertyName": "Driver 2 Continuous Driving Time",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min.",
"description": "Driver 2 Continuous Driving Time, minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "driver_2_continuous_driving_time",
"sensor_type": "sensor"
},
"141": {
"propertyIdInAvlPacket": 141,
"propertyName": "Driver 1 Cumulative Break Time",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min.",
"description": "Driver 1 Cumulative Break Time, minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "driver_1_cumulative_break_time",
"sensor_type": "sensor"
},
"142": {
"propertyIdInAvlPacket": 142,
"propertyName": "Driver 2 Cumulative Break Time",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min.",
"description": "Driver 2 Cumulative Break Time, minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "driver_2_cumulative_break_time",
"sensor_type": "sensor"
},
"143": {
"propertyIdInAvlPacket": 143,
"propertyName": "Driver 1 Selected Activity Duration",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min.",
"description": "Driver 1 Duration Of Selected Activity, minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "driver_1_selected_activity_duration",
"sensor_type": "sensor"
},
"144": {
"propertyIdInAvlPacket": 144,
"propertyName": "Driver 2 Selected Activity Duration",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min.",
"description": "Driver 2 Duration Of Selected Activity, minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "driver_2_selected_activity_duration",
"sensor_type": "sensor"
},
"145": {
"propertyIdInAvlPacket": 145,
"propertyName": "Driver 1 Cumulative Driving Time",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min.",
"description": "Driver 1 Cumulative Driving Time, minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "driver_1_cumulative_driving_time",
"sensor_type": "sensor"
},
"146": {
"propertyIdInAvlPacket": 146,
"propertyName": "Driver 2 Cumulative Driving Time",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "min.",
"description": "Driver 2 Cumulative Driving Time, minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "driver_2_cumulative_driving_time",
"sensor_type": "sensor"
},
"147": {
"propertyIdInAvlPacket": 147,
"propertyName": "Driver 1 ID High",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Driver 1 ID High",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:8",
"slug": "driver_1_id_high",
"sensor_type": "sensor"
},
"148": {
"propertyIdInAvlPacket": 148,
"propertyName": "Driver 1 ID Low",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Driver 1 ID Low",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:8",
"slug": "driver_1_id_low",
"sensor_type": "sensor"
},
"149": {
"propertyIdInAvlPacket": 149,
"propertyName": "Driver 2 ID High",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Driver 2 ID High",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:8",
"slug": "driver_2_id_high",
"sensor_type": "sensor"
},
"150": {
"propertyIdInAvlPacket": 150,
"propertyName": "Driver 2 ID Low",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Driver 2 ID Low",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:8",
"slug": "driver_2_id_low",
"sensor_type": "sensor"
},
"151": {
"propertyIdInAvlPacket": 151,
"propertyName": "Battery Temperature",
"bytes": "2",
"type": "Signed",
"min": -600,
"max": "1270",
"multiplier": 0.1,
"units": "°C",
"description": "Battery temperature in Celsius",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "signed:2",
"slug": "battery_temperature",
"sensor_type": "sensor"
},
"152": {
"propertyIdInAvlPacket": 152,
"propertyName": "HV Battery Level",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Battery level in percent",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "hv_battery_level",
"sensor_type": "sensor"
},
"153": {
"propertyIdInAvlPacket": 153,
"propertyName": "Geofence zone 22",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_22",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"154": {
"propertyIdInAvlPacket": 154,
"propertyName": "Geofence zone 23",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_23",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"155": {
"propertyIdInAvlPacket": 155,
"propertyName": "Geofence zone 01",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_01",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"156": {
"propertyIdInAvlPacket": 156,
"propertyName": "Geofence zone 02",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_02",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"157": {
"propertyIdInAvlPacket": 157,
"propertyName": "Geofence zone 03",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_03",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"158": {
"propertyIdInAvlPacket": 158,
"propertyName": "Geofence zone 04",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_04",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"159": {
"propertyIdInAvlPacket": 159,
"propertyName": "Geofence zone 05",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_05",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"160": {
"propertyIdInAvlPacket": 160,
"propertyName": "DTC Faults",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "-",
"description": "DTC faults Count",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "dtc_faults",
"sensor_type": "sensor"
},
"161": {
"propertyIdInAvlPacket": 161,
"propertyName": "Slope of Arm",
"bytes": "2",
"type": "Signed",
"min": -3276,
"max": "3276",
"multiplier": "-",
"units": "Degrees °",
"description": "Slope Of Arm",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "signed:2",
"slug": "slope_of_arm",
"sensor_type": "sensor"
},
"162": {
"propertyIdInAvlPacket": 162,
"propertyName": "Rotation of Arm",
"bytes": "2",
"type": "Signed",
"min": -180,
"max": "180",
"multiplier": "-",
"units": "Degrees °",
"description": "Rotation Of Arm",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "signed:2",
"slug": "rotation_of_arm",
"sensor_type": "sensor"
},
"163": {
"propertyIdInAvlPacket": 163,
"propertyName": "Eject of Arm",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "6553",
"multiplier": "-",
"units": "m",
"description": "Eject of arm",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "eject_of_arm",
"sensor_type": "sensor"
},
"164": {
"propertyIdInAvlPacket": 164,
"propertyName": "Horizontal Distance Arm Vehicle",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "6553",
"multiplier": "-",
"units": "m",
"description": "Horizontal Distance Arm Vehicle",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "horizontal_distance_arm_vehicle",
"sensor_type": "sensor"
},
"165": {
"propertyIdInAvlPacket": 165,
"propertyName": "Height Arm Above Ground",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "6553",
"multiplier": "-",
"units": "m",
"description": "Height Arm Above Ground",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "height_arm_above_ground",
"sensor_type": "sensor"
},
"166": {
"propertyIdInAvlPacket": 166,
"propertyName": "Drill RPM",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "rpm",
"description": "Drill RPM",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "drill_rpm",
"sensor_type": "sensor"
},
"167": {
"propertyIdInAvlPacket": 167,
"propertyName": "Amount Of Spread Salt Square Meter",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "655",
"multiplier": "-",
"units": "g/m2",
"description": "Amount Of Spread Salt Square Meter",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "amount_of_spread_salt_square_meter",
"sensor_type": "sensor"
},
"168": {
"propertyIdInAvlPacket": 168,
"propertyName": "Battery Voltage",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "6553",
"multiplier": "-",
"units": "V",
"description": "Battery Voltage",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "battery_voltage",
"sensor_type": "sensor"
},
"169": {
"propertyIdInAvlPacket": 169,
"propertyName": "Amount Of Spread Fine Grained Salt",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "T",
"description": "Amount Of Spread Fine Grained Salt",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_spread_fine_grained_salt",
"sensor_type": "sensor"
},
"170": {
"propertyIdInAvlPacket": 170,
"propertyName": "Amount Of Coarse Grained Salt",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "T",
"description": "Amount Of Coarse Grained Salt",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_coarse_grained_salt",
"sensor_type": "sensor"
},
"171": {
"propertyIdInAvlPacket": 171,
"propertyName": "Amount Of Spread DiMix",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "T",
"description": "Amount Of Spread DiMix",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_spread_dimix",
"sensor_type": "sensor"
},
"172": {
"propertyIdInAvlPacket": 172,
"propertyName": "Amount Of Spread Coarse Grained Calcium",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "m3",
"description": "Amount Of Spread Coarse Grained Calcium",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_spread_coarse_grained_calcium",
"sensor_type": "sensor"
},
"173": {
"propertyIdInAvlPacket": 173,
"propertyName": "Amount Of Spread Calcium Chloride",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "m3",
"description": "Amount Of Spread Calcium Chloride",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_spread_calcium_chloride",
"sensor_type": "sensor"
},
"174": {
"propertyIdInAvlPacket": 174,
"propertyName": "Amount Of Spread Sodium Chloride",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "m3",
"description": "Amount Of Spread Sodium Chloride",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_spread_sodium_chloride",
"sensor_type": "sensor"
},
"175": {
"propertyIdInAvlPacket": 175,
"propertyName": "Auto Geofence",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "auto_geofence",
"sensor_type": "sensor"
},
"176": {
"propertyIdInAvlPacket": 176,
"propertyName": "Amount Of Spread Magnesium Chloride",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "m3",
"description": "Amount Of Spread Magnesium Chloride",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_spread_magnesium_chloride",
"sensor_type": "sensor"
},
"177": {
"propertyIdInAvlPacket": 177,
"propertyName": "Amount Of Spread Gravel",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "T",
"description": "Amount Of Spread Gravel",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_spread_gravel",
"sensor_type": "sensor"
},
"178": {
"propertyIdInAvlPacket": 178,
"propertyName": "Amount Of Spread Sand",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "1677722",
"multiplier": "-",
"units": "T",
"description": "Amount Of Spread Sand",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "amount_of_spread_sand",
"sensor_type": "sensor"
},
"179": {
"propertyIdInAvlPacket": 179,
"propertyName": "Digital Output 1",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Logic: 0/1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "digital_output_1",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"180": {
"propertyIdInAvlPacket": 180,
"propertyName": "Digital Output 2",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Logic 0/1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "digital_output_2",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"181": {
"propertyIdInAvlPacket": 181,
"propertyName": "GNSS PDOP",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "500",
"multiplier": 0.1,
"units": null,
"description": "Coefficient, calculation formula",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O Elements",
"bufferReader": "unsigned:2",
"slug": "gnss_pdop",
"sensor_type": "sensor"
},
"182": {
"propertyIdInAvlPacket": 182,
"propertyName": "GNSS HDOP",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "500",
"multiplier": 0.1,
"units": null,
"description": "Coefficient, calculation formula",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O Elements",
"bufferReader": "unsigned:2",
"slug": "gnss_hdop",
"sensor_type": "sensor"
},
"183": {
"propertyIdInAvlPacket": 183,
"propertyName": "Width Pouring Left",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "655",
"multiplier": "-",
"units": "m",
"description": "Width Pouring Left",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "width_pouring_left",
"sensor_type": "sensor"
},
"184": {
"propertyIdInAvlPacket": 184,
"propertyName": "Width Pouring Right",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "655",
"multiplier": "-",
"units": "m",
"description": "Width Pouring Right",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:2",
"slug": "width_pouring_right",
"sensor_type": "sensor"
},
"185": {
"propertyIdInAvlPacket": 185,
"propertyName": "Salt Spreader Working Hours",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "167722",
"multiplier": "-",
"units": "h",
"description": "Salt Spreader Working Hours",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "salt_spreader_working_hours",
"sensor_type": "sensor"
},
"186": {
"propertyIdInAvlPacket": 186,
"propertyName": "Distance During Salting",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "167722",
"multiplier": "-",
"units": "km",
"description": "Distance During Salting",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "distance_during_salting",
"sensor_type": "sensor"
},
"187": {
"propertyIdInAvlPacket": 187,
"propertyName": "Load Weight",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "16772215",
"multiplier": "-",
"units": "kg",
"description": "Load Weight",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "load_weight",
"sensor_type": "sensor"
},
"188": {
"propertyIdInAvlPacket": 188,
"propertyName": "Retarder Load",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "130",
"multiplier": "-",
"units": "%",
"description": "Retarded Load in percent",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "retarder_load",
"sensor_type": "sensor"
},
"189": {
"propertyIdInAvlPacket": 189,
"propertyName": "Cruise Time",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "16772215",
"multiplier": "-",
"units": "min",
"description": "Cruise time in minutes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:4",
"slug": "cruise_time",
"sensor_type": "sensor"
},
"190": {
"propertyIdInAvlPacket": 190,
"propertyName": "Geofence zone 24",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_24",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"191": {
"propertyIdInAvlPacket": 191,
"propertyName": "Geofence zone 25",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_25",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"192": {
"propertyIdInAvlPacket": 192,
"propertyName": "Geofence zone 26",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_26",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"193": {
"propertyIdInAvlPacket": 193,
"propertyName": "Geofence zone 27",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_27",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"194": {
"propertyIdInAvlPacket": 194,
"propertyName": "Geofence zone 28",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_28",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"195": {
"propertyIdInAvlPacket": 195,
"propertyName": "Geofence zone 29",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_29",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"196": {
"propertyIdInAvlPacket": 196,
"propertyName": "Geofence zone 30",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_30",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"197": {
"propertyIdInAvlPacket": 197,
"propertyName": "Geofence zone 31",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_31",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"198": {
"propertyIdInAvlPacket": 198,
"propertyName": "Geofence zone 32",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_32",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"199": {
"propertyIdInAvlPacket": 199,
"propertyName": "Trip Odometer",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "2147483647",
"multiplier": "-",
"units": "m",
"description": "Trip Odometer value",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:4",
"slug": "trip_odometer",
"sensor_type": "sensor"
},
"200": {
"propertyIdInAvlPacket": 200,
"propertyName": "Sleep Mode",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "4",
"multiplier": "-",
"units": "-",
"description": "0 - No Sleep 1 – GPS Sleep 2 – Deep Sleep 3 – Online Sleep 4 - Ultra Sleep",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O Elements",
"bufferReader": "unsigned:1",
"slug": "sleep_mode",
"sensor_type": "complex_sensor",
"options": {
"0": "no sleep",
"1": "gps sleep",
"2": "deep sleep",
"3": "online sleep",
"4": "ultra sleep"
}
},
"201": {
"propertyIdInAvlPacket": 201,
"propertyName": "LLS 1 Fuel Level",
"bytes": "2",
"type": "Signed",
"min": "-4",
"max": "32767",
"multiplier": "-",
"units": "kvants or ltr",
"description": "Fuel level measured by LLS sensor via RS232/RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "lls_1_fuel_level",
"sensor_type": "sensor"
},
"202": {
"propertyIdInAvlPacket": 202,
"propertyName": "LLS 1 Temperature",
"bytes": "1",
"type": "Signed",
"min": "-128",
"max": "127",
"multiplier": "-",
"units": "°C",
"description": "Fuel temperature measured by LLS via RS232/RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:1",
"slug": "lls_1_temperature",
"sensor_type": "sensor"
},
"203": {
"propertyIdInAvlPacket": 203,
"propertyName": "LLS 2 Fuel Level",
"bytes": "2",
"type": "Signed",
"min": "-4",
"max": "32767",
"multiplier": "-",
"units": "kvants or ltr",
"description": "Fuel level measured by LLS sensor via RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "lls_2_fuel_level",
"sensor_type": "sensor"
},
"204": {
"propertyIdInAvlPacket": 204,
"propertyName": "LLS 2 Temperature",
"bytes": "1",
"type": "Signed",
"min": "-128",
"max": "127",
"multiplier": "-",
"units": "°C",
"description": "Fuel temperature measured by LLS via RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:1",
"slug": "lls_2_temperature",
"sensor_type": "sensor"
},
"205": {
"propertyIdInAvlPacket": 205,
"propertyName": "GSM Cell ID",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "GSM base station ID",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "gsm_cell_id",
"sensor_type": "sensor"
},
"206": {
"propertyIdInAvlPacket": 206,
"propertyName": "GSM Area Code",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Location Area code (LAC), it depends on GSM operator. It provides unique number which assigned to a set of base GSM stations.",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "gsm_area_code",
"sensor_type": "sensor"
},
"207": {
"propertyIdInAvlPacket": 207,
"propertyName": "RFID",
"bytes": "8",
"type": "Unsigned",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "RFID ID",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:8",
"slug": "rfid",
"sensor_type": "sensor"
},
"208": {
"propertyIdInAvlPacket": 208,
"propertyName": "Geofence zone 33",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_33",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"209": {
"propertyIdInAvlPacket": 209,
"propertyName": "Geofence zone 34",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_34",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"210": {
"propertyIdInAvlPacket": 210,
"propertyName": "LLS 3 Fuel Level",
"bytes": "2",
"type": "Unsigned",
"min": "-4",
"max": "32767",
"multiplier": "-",
"units": "kvants or ltr",
"description": "Fuel level measured by LLS sensor via RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "lls_3_fuel_level",
"sensor_type": "sensor"
},
"211": {
"propertyIdInAvlPacket": 211,
"propertyName": "LLS 3 Temperature",
"bytes": "1",
"type": "Signed",
"min": "-128",
"max": "127",
"multiplier": "-",
"units": "°C",
"description": "Fuel temperature measured by LLS via RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:1",
"slug": "lls_3_temperature",
"sensor_type": "sensor"
},
"212": {
"propertyIdInAvlPacket": 212,
"propertyName": "LLS 4 Fuel Level",
"bytes": "2",
"type": "Signed",
"min": "-4",
"max": "32767",
"multiplier": "-",
"units": "kvants or ltr",
"description": "Fuel level measured by LLS sensor via RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "lls_4_fuel_level",
"sensor_type": "sensor"
},
"213": {
"propertyIdInAvlPacket": 213,
"propertyName": "LLS 4 Temperature",
"bytes": "1",
"type": "Signed",
"min": "-128",
"max": "127",
"multiplier": "-",
"units": "°C",
"description": "Fuel temperature measured by LLS via RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:1",
"slug": "lls_4_temperature",
"sensor_type": "sensor"
},
"214": {
"propertyIdInAvlPacket": 214,
"propertyName": "LLS 5 Fuel Level",
"bytes": "2",
"type": "Signed",
"min": "-4",
"max": "32767",
"multiplier": "-",
"units": "kvants or ltr",
"description": "Fuel level measured by LLS sensor via RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "lls_5_fuel_level",
"sensor_type": "sensor"
},
"215": {
"propertyIdInAvlPacket": 215,
"propertyName": "LLS 5 Temperature",
"bytes": "1",
"type": "Signed",
"min": "-128",
"max": "127",
"multiplier": "-",
"units": "°C",
"description": "Fuel temperature measured by LLS via RS485",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:1",
"slug": "lls_5_temperature",
"sensor_type": "sensor"
},
"216": {
"propertyIdInAvlPacket": 216,
"propertyName": "Geofence zone 35",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_35",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"217": {
"propertyIdInAvlPacket": 217,
"propertyName": "Geofence zone 36",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_36",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"218": {
"propertyIdInAvlPacket": 218,
"propertyName": "Geofence zone 37",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_37",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"219": {
"propertyIdInAvlPacket": 219,
"propertyName": "Geofence zone 38",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_38",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"220": {
"propertyIdInAvlPacket": 220,
"propertyName": "Geofence zone 39",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_39",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"221": {
"propertyIdInAvlPacket": 221,
"propertyName": "Geofence zone 40",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_40",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"222": {
"propertyIdInAvlPacket": 222,
"propertyName": "Geofence zone 41",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_41",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"223": {
"propertyIdInAvlPacket": 223,
"propertyName": "Geofence zone 42",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_42",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"224": {
"propertyIdInAvlPacket": 224,
"propertyName": "Geofence zone 43",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_43",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"225": {
"propertyIdInAvlPacket": 225,
"propertyName": "Geofence zone 44",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_44",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"226": {
"propertyIdInAvlPacket": 226,
"propertyName": "Geofence zone 45",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_45",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"227": {
"propertyIdInAvlPacket": 227,
"propertyName": "Geofence zone 46",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_46",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"228": {
"propertyIdInAvlPacket": 228,
"propertyName": "Geofence zone 47",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_47",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"229": {
"propertyIdInAvlPacket": 229,
"propertyName": "Geofence zone 48",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_48",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"230": {
"propertyIdInAvlPacket": 230,
"propertyName": "Geofence zone 49",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_49",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"231": {
"propertyIdInAvlPacket": 231,
"propertyName": "Geofence zone 50",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "0 – target left zone 1 – target entered zone 2 – over speeding end 3 – over speeding start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "geofence_zone_50",
"sensor_type": "complex_sensor",
"options": {
"0": "target left zone",
"1": "target entered zone",
"2": "over speeding end",
"3": "over speeding start"
}
},
"232": {
"propertyIdInAvlPacket": 232,
"propertyName": "CNG Status",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "CNG Status",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "cng_status",
"sensor_type": "sensor"
},
"233": {
"propertyIdInAvlPacket": 233,
"propertyName": "CNG Used",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "16772215",
"multiplier": "-",
"units": "kg",
"description": "CNG used",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "cng_used",
"sensor_type": "sensor"
},
"234": {
"propertyIdInAvlPacket": 234,
"propertyName": "CNG Level",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "CNG Level",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "cng_level",
"sensor_type": "sensor"
},
"235": {
"propertyIdInAvlPacket": 235,
"propertyName": "Oil Level",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Engine Oil Level Indicator Status",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "oil_level",
"sensor_type": "sensor"
},
"236": {
"propertyIdInAvlPacket": 236,
"propertyName": "Alarm",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – Reserved 1 – Alarm event occured",
"hwSupport": null,
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "alarm",
"sensor_type": "binary_sensor",
"options": {
"0": "reserved",
"1": "alarm event occured"
}
},
"237": {
"propertyIdInAvlPacket": 237,
"propertyName": "Network Type",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - 3G 1 - GSM 2 - 4G 3 - LTE CAT M1 4 - LTE CAT NB1 99 - Unknown",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "network_type",
"sensor_type": "complex_sensor",
"options": {
"0": "3g",
"1": "gsm",
"2": "4g",
"3": "lte cat m1",
"4": "lte cat nb1",
"99": "unknown"
}
},
"238": {
"propertyIdInAvlPacket": 238,
"propertyName": "User ID",
"bytes": "8",
"type": "Unsigned",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "MAC address of NMEA receiver device connected via Bluetooth",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:8",
"slug": "user_id",
"sensor_type": "sensor"
},
"239": {
"propertyIdInAvlPacket": 239,
"propertyName": "Ignition",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – Ignition Off 1 – Ignition On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O Elements",
"bufferReader": "unsigned:1",
"slug": "ignition",
"sensor_type": "binary_sensor",
"options": {
"0": "ignition off",
"1": "ignition on"
}
},
"240": {
"propertyIdInAvlPacket": 240,
"propertyName": "Movement",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – Movement Off 1 – Movement On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "movement",
"sensor_type": "binary_sensor",
"options": {
"0": "movement off",
"1": "movement on"
}
},
"241": {
"propertyIdInAvlPacket": 241,
"propertyName": "Active GSM Operator",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Currently used GSM Operator code",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:4",
"slug": "active_gsm_operator",
"sensor_type": "sensor"
},
"243": {
"propertyIdInAvlPacket": 243,
"propertyName": "Green driving event duration",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "ms",
"description": "Duration of event that did generate Green driving",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:2",
"slug": "green_driving_event_duration",
"sensor_type": "sensor"
},
"246": {
"propertyIdInAvlPacket": 246,
"propertyName": "Towing",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – steady 1 – towing",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "towing",
"sensor_type": "binary_sensor",
"options": {
"0": "moving",
"1": "idling"
}
},
"247": {
"propertyIdInAvlPacket": 247,
"propertyName": "Crash detection",
"bytes": "1",
"type": "Unsigned",
"min": 1,
"max": "6",
"multiplier": "-",
"units": "-",
"description": "1 – real crash detected (device is calibrated) 2 – limited crash trace (device not calibrated) 3 - limited crash trace (device is calibrated) 4 - full crash trace (device not calibrated) 5 - full crash trace (device is calibrated) 6 - real crash detected (device not calibrated)",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "crash_detection",
"sensor_type": "complex_sensor",
"options": {
"1": "real crash detected (device is calibrated)",
"2": "limited crash trace (device not calibrated)",
"3": "limited crash trace (device is calibrated)",
"4": "full crash trace (device not calibrated)",
"5": "full crash trace (device is calibrated)",
"6": "real crash detected (device not calibrated)"
}
},
"248": {
"propertyIdInAvlPacket": 248,
"propertyName": "Immobilizer",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "2",
"multiplier": "-",
"units": "-",
"description": "0 – iButton not connected 1 – iButton connected (Immobilizer) 2 – iButton connected (Authorized Driving)",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "immobilizer",
"sensor_type": "complex_sensor",
"options": {
"0": "ibutton not connected",
"1": "ibutton connected (immobilizer)",
"2": "ibutton connected (authorized driving)"
}
},
"249": {
"propertyIdInAvlPacket": 249,
"propertyName": "Jamming",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – jamming stop 1 – jamming start",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "jamming",
"sensor_type": "binary_sensor",
"options": {
"0": "jamming stop",
"1": "jamming start"
}
},
"250": {
"propertyIdInAvlPacket": 250,
"propertyName": "Trip",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – trip stop 1 – trip start From 01.00.24 fw version available with BT app new values: 2 – Business Status 3 – Private Status 4-9 – Custom Statuses",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "trip",
"sensor_type": "binary_sensor",
"options": {
"0": "trip stop",
"1": "trip start"
}
},
"251": {
"propertyIdInAvlPacket": 251,
"propertyName": "Idling",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – moving 1 – idling",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "idling",
"sensor_type": "binary_sensor",
"options": {
"0": "moving",
"1": "idling"
}
},
"252": {
"propertyIdInAvlPacket": 252,
"propertyName": "Unplug",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – battery present 1 – battery unplugged",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "unplug",
"sensor_type": "binary_sensor",
"options": {
"0": "battery present",
"1": "battery unplugged"
}
},
"253": {
"propertyIdInAvlPacket": 253,
"propertyName": "Green driving type",
"bytes": "1",
"type": "Unsigned",
"min": 1,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "1 – harsh acceleration 2 – harsh braking 3 – harsh cornering",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "green_driving_type",
"sensor_type": "complex_sensor",
"options": {
"1": "harsh acceleration",
"2": "harsh braking",
"3": "harsh cornering"
}
},
"254": {
"propertyIdInAvlPacket": 254,
"propertyName": "Green Driving Value",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": 0.01,
"units": "G or rad",
"description": "Depending on green driving type: if harsh acceleration or braking – g*100 (value 123 -> 1.23g). If Green driving source is „GPS“ – harsh cornering value is rad/s*100. If source is „Accelerometer“ – g*100.",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "green_driving_value",
"sensor_type": "sensor"
},
"255": {
"propertyIdInAvlPacket": 255,
"propertyName": "Over Speeding",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "km/h",
"description": "At over speeding start km/h, at over speeding end km/h",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "over_speeding",
"sensor_type": "sensor"
},
"256": {
"propertyIdInAvlPacket": 256,
"propertyName": "VIN",
"bytes": "17",
"type": "ASCII",
"min": 0,
"max": "0xff",
"multiplier": "-",
"units": "-",
"description": "VIN number",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "ascii:17",
"slug": "vin",
"sensor_type": "sensor"
},
"257": {
"propertyIdInAvlPacket": 257,
"propertyName": "Crash trace data",
"bytes": "Variable",
"type": "HEX",
"min": 0,
"max": "1200",
"multiplier": "-",
"units": "-",
"description": "Crash trace data",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "hex:variable",
"slug": "crash_trace_data",
"sensor_type": "sensor"
},
"258": {
"propertyIdInAvlPacket": 258,
"propertyName": "EcoMaximum",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Element stores maximum accelerometer values in mg on all axis during Eco driving event 8 Bytes: 2B Zeros 2B - X axis 2B - Y axis 2B - Z axis",
"hwSupport": "FMT100",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:8",
"slug": "ecomaximum",
"sensor_type": "sensor"
},
"259": {
"propertyIdInAvlPacket": 259,
"propertyName": "EcoAverage",
"bytes": "8",
"type": "Unsigned",
"min": 0,
"max": "0xFFFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Element stores average accelerometer values in mg on all axis during Eco driving event 8 Bytes: 2B Zeros 2B - X axis 2B - Y axis 2B - Z axis",
"hwSupport": "FMT100",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:8",
"slug": "ecoaverage",
"sensor_type": "sensor"
},
"260": {
"propertyIdInAvlPacket": 260,
"propertyName": "EcoDuration",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "ms",
"description": "Duration of Eco driving event in miliseconds",
"hwSupport": "FMT100",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:2",
"slug": "ecoduration",
"sensor_type": "sensor"
},
"263": {
"propertyIdInAvlPacket": 263,
"propertyName": "BT Status",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "4",
"multiplier": "-",
"units": "-",
"description": "0 - BT is disabled 1 - BT Enabled, not device connected 2 - Device connected, BTv3 Only 3 - Device connected, BLE only 4 - Device connected, BLE + BT",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "bt_status",
"sensor_type": "complex_sensor",
"options": {
"0": "bt is disabled",
"1": "bt enabled, not device connected",
"2": "device connected, btv3 only",
"3": "device connected, ble only",
"4": "device connected, ble + bt"
}
},
"264": {
"propertyIdInAvlPacket": 264,
"propertyName": "Barcode ID",
"bytes": "Variable",
"type": "ASCII",
"min": "0",
"max": "32",
"multiplier": "-",
"units": "-",
"description": "Barcode ID",
"hwSupport": "FMBXXX Expand",
"parameterGroup": null,
"bufferReader": "ascii:variable",
"slug": "barcode_id",
"sensor_type": "sensor"
},
"270": {
"propertyIdInAvlPacket": 270,
"propertyName": "BLE Fuel Level #1",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Fuel Level",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_fuel_level_1",
"sensor_type": "sensor"
},
"273": {
"propertyIdInAvlPacket": 273,
"propertyName": "BLE Fuel Level #2",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Fuel Level",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_fuel_level_2",
"sensor_type": "sensor"
},
"276": {
"propertyIdInAvlPacket": 276,
"propertyName": "BLE Fuel Level #3",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Fuel Level",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_fuel_level_3",
"sensor_type": "sensor"
},
"279": {
"propertyIdInAvlPacket": 279,
"propertyName": "BLE Fuel Level #4",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Fuel Level",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_fuel_level_4",
"sensor_type": "sensor"
},
"281": {
"propertyIdInAvlPacket": 281,
"propertyName": "Fault Codes",
"bytes": "variable",
"type": "ASCII",
"min": 0,
"max": "128",
"multiplier": "-",
"units": "-",
"description": "Fault Codes (values separated via \",\")",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "ascii:variable",
"slug": "fault_codes",
"sensor_type": "sensor"
},
"282": {
"propertyIdInAvlPacket": 282,
"propertyName": "Fault Codes",
"bytes": "Variable",
"type": "-",
"min": 0,
"max": "128",
"multiplier": "-",
"units": "-",
"description": "DTC Fault codes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LV-CAN200 + DTC",
"bufferReader": "-:variable",
"slug": "fault_codes",
"sensor_type": "sensor"
},
"283": {
"propertyIdInAvlPacket": 283,
"propertyName": "Driving State",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "3",
"multiplier": "-",
"units": "-",
"description": "1 - Ignition ON 2 - Driving 3 - Ignition OFF",
"hwSupport": "FMT100",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "driving_state",
"sensor_type": "complex_sensor",
"options": {
"1": "ignition on",
"2": "driving",
"3": "ignition off"
}
},
"284": {
"propertyIdInAvlPacket": 284,
"propertyName": "Driving Records",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Number of Records between Ignition ON and Ignition OFF",
"hwSupport": "FMT100",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:2",
"slug": "driving_records",
"sensor_type": "sensor"
},
"285": {
"propertyIdInAvlPacket": 285,
"propertyName": "Blood alcohol content",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "9999",
"multiplier": "-",
"units": "-",
"description": "Alcohol content in blood in perlims and mode. First 14 bits from MSB are perlims multiplied by 1000 and last to bits are 0 - Passive test, 1 Active test, 2 and 3 are reserved.",
"hwSupport": "FMB125",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:2",
"slug": "blood_alcohol_content",
"sensor_type": "sensor"
},
"303": {
"propertyIdInAvlPacket": 303,
"propertyName": "Instant Movement",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Logic: 0/1 returns movement value",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "instant_movement",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"304": {
"propertyIdInAvlPacket": 304,
"propertyName": "Vehicles Range On Battery",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "16777215",
"multiplier": "-",
"units": "m",
"description": "Vehicle Range on Battery",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "vehicles_range_on_battery",
"sensor_type": "sensor"
},
"305": {
"propertyIdInAvlPacket": 305,
"propertyName": "Vehicles Range On Additional Fuel",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "16777215",
"multiplier": "-",
"units": "m",
"description": "Vehicle Range On Additional Fuel",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "vehicles_range_on_additional_fuel",
"sensor_type": "sensor"
},
"306": {
"propertyIdInAvlPacket": 306,
"propertyName": "BLE Fuel Frequency #1",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "2147483647",
"multiplier": "-",
"units": "-",
"description": "Frequency value of BLE fuel sensor #1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:4",
"slug": "ble_fuel_frequency_1",
"sensor_type": "sensor"
},
"307": {
"propertyIdInAvlPacket": 307,
"propertyName": "BLE Fuel Frequency #2",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "2147483647",
"multiplier": "-",
"units": "-",
"description": "Frequency value of BLE fuel sensor #2",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:4",
"slug": "ble_fuel_frequency_2",
"sensor_type": "sensor"
},
"308": {
"propertyIdInAvlPacket": 308,
"propertyName": "BLE Fuel Frequency #3",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "2147483647",
"multiplier": "-",
"units": "-",
"description": "Frequency value of BLE fuel sensor #3",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:4",
"slug": "ble_fuel_frequency_3",
"sensor_type": "sensor"
},
"309": {
"propertyIdInAvlPacket": 309,
"propertyName": "BLE Fuel Frequency #4",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "2147483647",
"multiplier": "-",
"units": "-",
"description": "Frequency value of BLE fuel sensor #4",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:4",
"slug": "ble_fuel_frequency_4",
"sensor_type": "sensor"
},
"317": {
"propertyIdInAvlPacket": 317,
"propertyName": "Crash event counter",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "-",
"description": "Connects trace with specific eventual crash record",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "crash_event_counter",
"sensor_type": "sensor"
},
"318": {
"propertyIdInAvlPacket": 318,
"propertyName": "GNSS Jamming",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "2",
"multiplier": "-",
"units": "-",
"description": "GNSS Jamming state: 0 - GPS jamming ended/healthy state 1 - GPS jamming warning state 2 - GPS jamming critical state",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "gnss_jamming",
"sensor_type": "complex_sensor",
"options": {
"0": "gps jamming ended/healthy state",
"1": "gps jamming warning state",
"2": "gps jamming critical state"
}
},
"325": {
"propertyIdInAvlPacket": 325,
"propertyName": "VIN",
"bytes": "17",
"type": "ASCII",
"min": 0,
"max": "0xFF",
"multiplier": "-",
"units": "-",
"description": "VIN number",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "ascii:17",
"slug": "vin",
"sensor_type": "sensor"
},
"327": {
"propertyIdInAvlPacket": 327,
"propertyName": "UL202-02 Sensor Fuel level",
"bytes": "2",
"type": "Signed",
"min": "-150",
"max": "32767",
"multiplier": 0.1,
"units": "mm",
"description": "UL202-02 Sensor Fuel level",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "signed:2",
"slug": "ul202-02_sensor_fuel_level",
"sensor_type": "sensor"
},
"329": {
"propertyIdInAvlPacket": 329,
"propertyName": "AIN Speed",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": "-",
"units": "-",
"description": null,
"hwSupport": "MSP500",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "ain_speed",
"sensor_type": "sensor"
},
"331": {
"propertyIdInAvlPacket": 331,
"propertyName": "BLE 1 Custom #1",
"bytes": "Variable",
"type": "HEX",
"min": 0,
"max": "-",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "hex:variable",
"slug": "ble_1_custom_1",
"sensor_type": "sensor"
},
"332": {
"propertyIdInAvlPacket": 332,
"propertyName": "BLE 2 Custom #1",
"bytes": "Variable",
"type": "HEX",
"min": 0,
"max": "-",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "hex:variable",
"slug": "ble_2_custom_1",
"sensor_type": "sensor"
},
"333": {
"propertyIdInAvlPacket": 333,
"propertyName": "BLE 3 Custom #1",
"bytes": "Variable",
"type": "HEX",
"min": 0,
"max": "-",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "hex:variable",
"slug": "ble_3_custom_1",
"sensor_type": "sensor"
},
"334": {
"propertyIdInAvlPacket": 334,
"propertyName": "BLE 4 Custom #1",
"bytes": "Variable",
"type": "HEX",
"min": 0,
"max": "-",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "hex:variable",
"slug": "ble_4_custom_1",
"sensor_type": "sensor"
},
"335": {
"propertyIdInAvlPacket": 335,
"propertyName": "BLE Luminosity #1",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "0xFFFF",
"multiplier": "-",
"units": "lx",
"description": "Luminosity value of BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_luminosity_1",
"sensor_type": "sensor"
},
"336": {
"propertyIdInAvlPacket": 336,
"propertyName": "BLE Luminosity #2",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "0xFFFF",
"multiplier": "-",
"units": "lx",
"description": "Luminosity value of BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_luminosity_2",
"sensor_type": "sensor"
},
"337": {
"propertyIdInAvlPacket": 337,
"propertyName": "BLE Luminosity #3",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "0xFFFF",
"multiplier": "-",
"units": "lx",
"description": "Luminosity value of BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_luminosity_3",
"sensor_type": "sensor"
},
"338": {
"propertyIdInAvlPacket": 338,
"propertyName": "BLE Luminosity #4",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "0xFFFF",
"multiplier": "-",
"units": "lx",
"description": "Luminosity value of BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned:2",
"slug": "ble_luminosity_4",
"sensor_type": "sensor"
},
"380": {
"propertyIdInAvlPacket": 380,
"propertyName": "Digital output 3",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Logic: 0/1",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "digital_output_3",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"381": {
"propertyIdInAvlPacket": 381,
"propertyName": "Ground Sense",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Logic: 0/1",
"hwSupport": "FMB130 FMU130 FMC130 FMM130 FMB140",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ground_sense",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"383": {
"propertyIdInAvlPacket": 383,
"propertyName": "AXL Calibration Status",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "3",
"multiplier": "-",
"units": "-",
"description": "Shows calibration status: 0- no calibration, 1- calibrated, 2- not configured, 3- fully calibrated",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "axl_calibration_status",
"sensor_type": "complex_sensor",
"options": {
"0": "no calibration",
"1": "calibrated",
"2": "not configured",
"3": "fully calibrated"
}
},
"385": {
"propertyIdInAvlPacket": 385,
"propertyName": "Beacon",
"bytes": "Variable",
"type": "HEX",
"min": 0,
"max": "1024",
"multiplier": "-",
"units": "-",
"description": "List of Beacon IDs",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "hex:variable",
"slug": "beacon",
"sensor_type": "sensor"
},
"387": {
"propertyIdInAvlPacket": 387,
"propertyName": "ISO6709 Coordinates",
"bytes": "34",
"type": "HEX",
"min": "0",
"max": "0x7fffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "ISO6709 Coordinates Latitude, Longitude (in Degrees, Minutes and Seconds) and Altitude: IO value format: ±DDMMSS.SSSS±DDDMMSS.SSSS±AAA.AAA/",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "hex:34",
"slug": "iso6709_coordinates",
"sensor_type": "sensor"
},
"388": {
"propertyIdInAvlPacket": 388,
"propertyName": "Module ID 17B",
"bytes": "17",
"type": "HEX",
"min": 0,
"max": "0x7FFFFFFFFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": "Module ID 17 Bytes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN200, ALLCAN300, CANCONTROL",
"bufferReader": "hex:17",
"slug": "module_id_17b",
"sensor_type": "sensor"
},
"389": {
"propertyIdInAvlPacket": 389,
"propertyName": "OBD OEM Total Mileage",
"bytes": 4,
"type": "Unsigned",
"min": 0,
"max": "0xffffffff",
"multiplier": "-",
"units": "km",
"description": "Total mileage received by requesting vehicle specific PID",
"hwSupport": "FMB003",
"parameterGroup": "OBD OEM elements",
"bufferReader": "unsigned:4",
"slug": "obd_oem_total_mileage",
"sensor_type": "sensor"
},
"390": {
"propertyIdInAvlPacket": 390,
"propertyName": "OBD OEM Fuel Level",
"bytes": 4,
"type": "Unsigned",
"min": 0,
"max": "0xffffffff",
"multiplier": 0.1,
"units": "l",
"description": "Fuel level in litres received by requesting vehicle specific PID",
"hwSupport": "FMB003",
"parameterGroup": "OBD OEM elements",
"bufferReader": "unsigned:4",
"slug": "obd_oem_fuel_level",
"sensor_type": "sensor"
},
"391": {
"propertyIdInAvlPacket": 391,
"propertyName": "Private mode",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "-",
"description": "Private mode state: 0 - Private mode off 1 - Private mode on",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:1",
"slug": "private_mode",
"sensor_type": "binary_sensor",
"options": {
"0": "private mode off",
"1": "private mode on"
}
},
"400": {
"propertyIdInAvlPacket": 400,
"propertyName": "Distance to Next Service",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": null,
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:4",
"slug": "distance_to_next_service",
"sensor_type": "sensor"
},
"402": {
"propertyIdInAvlPacket": 402,
"propertyName": "OEM Distance Until Service",
"bytes": 4,
"type": "Unsigned",
"min": 0,
"max": "0xffffffff",
"multiplier": "-",
"units": "km",
"description": "Distance till next service received by requesting vehicle specific PID",
"hwSupport": "FMB001 FMC001 FMM001 FMB003 FMC003 FMM003",
"parameterGroup": "OBD OEM elements",
"bufferReader": "unsigned:4",
"slug": "oem_distance_until_service",
"sensor_type": "sensor"
},
"403": {
"propertyIdInAvlPacket": 403,
"propertyName": "Driver Name",
"bytes": "35",
"type": "Unsigned",
"min": "-",
"max": "-",
"multiplier": "-",
"units": "-",
"description": "Driver name extracted from card, displayed without delimiters ($ signs)",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:35",
"slug": "driver_name",
"sensor_type": "sensor"
},
"404": {
"propertyIdInAvlPacket": 404,
"propertyName": "Driver card license type",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "8",
"multiplier": "-",
"units": "-",
"description": "None - 0 B.1 license type - 1 B.2 license type - 2 B.3 license type - 3 B.4 license type - 4 T.1 license type - 5 T.2 license type - 6 T.3 license type - 7 T.4 license type - 8",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "driver_card_license_type",
"sensor_type": "complex_sensor",
"options": {
"0": "none",
"1": "b.1 license type",
"2": "b.2 license type",
"3": "b.3 license type",
"4": "b.4 license type",
"5": "t.1 license type",
"6": "t.2 license type",
"7": "t.3 license type",
"8": "t.4 license type"
}
},
"405": {
"propertyIdInAvlPacket": 405,
"propertyName": "Driver Gender",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "2",
"multiplier": "-",
"units": "-",
"description": "None - 0 Male - 1 Female - 2",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "driver_gender",
"sensor_type": "complex_sensor",
"options": {
"0": "none",
"1": "male",
"2": "female"
}
},
"406": {
"propertyIdInAvlPacket": 406,
"propertyName": "Driver Card ID",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "None - 0 Male - 1 Female - 2",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:4",
"slug": "driver_card_id",
"sensor_type": "complex_sensor",
"options": {
"0": "none",
"1": "male",
"2": "female"
}
},
"407": {
"propertyIdInAvlPacket": 407,
"propertyName": "Driver card expiration date",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "9999",
"multiplier": "-",
"units": "-",
"description": null,
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "driver_card_expiration_date",
"sensor_type": "sensor"
},
"408": {
"propertyIdInAvlPacket": 408,
"propertyName": "Driver Card place of issue",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": "-",
"units": "-",
"description": "Extracted from card",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O Elements",
"bufferReader": "unsigned:4",
"slug": "driver_card_place_of_issue",
"sensor_type": "sensor"
},
"409": {
"propertyIdInAvlPacket": 409,
"propertyName": "Driver Status Event",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "2",
"multiplier": "-",
"units": "-",
"description": "Registered - 0 Deregistered - 1 Swapping - 2",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "driver_status_event",
"sensor_type": "complex_sensor",
"options": {
"0": "registered",
"1": "deregistered",
"2": "swapping"
}
},
"410": {
"propertyIdInAvlPacket": 410,
"propertyName": "OEM Battery charge state",
"bytes": 1,
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 – Not charging 1 – Charging",
"hwSupport": "FMB001 FMC001 FMM001 FMB003 FMC003 FMM003",
"parameterGroup": "OBD OEM elements",
"bufferReader": "unsigned:1",
"slug": "oem_battery_charge_state",
"sensor_type": "binary_sensor",
"options": {
"0": "not charging",
"1": "charging"
}
},
"411": {
"propertyIdInAvlPacket": 411,
"propertyName": "OEM Battery charge level",
"bytes": 1,
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "Represents battery charged level",
"hwSupport": "FMB001 FMC001 FMM001 FMB003 FMC003 FMM003",
"parameterGroup": "OBD OEM elements",
"bufferReader": "unsigned:1",
"slug": "oem_battery_charge_level",
"sensor_type": "sensor"
},
"412": {
"propertyIdInAvlPacket": 412,
"propertyName": "OEM Battery power consumption",
"bytes": 2,
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "kWh/100km",
"description": "Represents battery power consumption",
"hwSupport": "FMB001 FMC001 FMM001 FMB003 FMC003 FMM003",
"parameterGroup": "OBD OEM elements",
"bufferReader": "unsigned:2",
"slug": "oem_battery_power_consumption",
"sensor_type": "sensor"
},
"449": {
"propertyIdInAvlPacket": 449,
"propertyName": "Ignition On Counter",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "2147483647",
"multiplier": "-",
"units": "s",
"description": "Duration in seconds which is counted while Ignition state is On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "unsigned:4",
"slug": "ignition_on_counter",
"sensor_type": "sensor"
},
"450": {
"propertyIdInAvlPacket": 450,
"propertyName": "CNG Level Kg",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": 10,
"units": "Kg",
"description": "CNG Level Kg (appears only if CNG level percentage is not available)",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:2",
"slug": "cng_level_kg",
"sensor_type": "sensor"
},
"451": {
"propertyIdInAvlPacket": 451,
"propertyName": "BLE RFID #1",
"bytes": "8",
"type": "HEX",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T RFID ID for Connetionless mode #1 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "hex:8",
"slug": "ble_rfid_1",
"sensor_type": "sensor"
},
"452": {
"propertyIdInAvlPacket": 452,
"propertyName": "BLE RFID #2",
"bytes": "8",
"type": "HEX",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T RFID ID for Connetionless mode #2 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "hex:8",
"slug": "ble_rfid_2",
"sensor_type": "sensor"
},
"453": {
"propertyIdInAvlPacket": 453,
"propertyName": "BLE RFID #3",
"bytes": "8",
"type": "HEX",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T RFID ID for Connetionless mode #3 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "hex:8",
"slug": "ble_rfid_3",
"sensor_type": "sensor"
},
"454": {
"propertyIdInAvlPacket": 454,
"propertyName": "BLE RFID #4",
"bytes": "8",
"type": "HEX",
"min": "0",
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T RFID ID for Connetionless mode #4 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "hex:8",
"slug": "ble_rfid_4",
"sensor_type": "sensor"
},
"455": {
"propertyIdInAvlPacket": 455,
"propertyName": "BLE Button 1 state #1",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T Button 1 status for Connetionless mode #1 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ble_button_1_state_1",
"sensor_type": "sensor"
},
"456": {
"propertyIdInAvlPacket": 456,
"propertyName": "BLE Button 1 state #2",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T Button 1 status for Connetionless mode #2 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ble_button_1_state_2",
"sensor_type": "sensor"
},
"457": {
"propertyIdInAvlPacket": 457,
"propertyName": "BLE Button 1 state #3",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T Button 1 status for Connetionless mode #3 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ble_button_1_state_3",
"sensor_type": "sensor"
},
"458": {
"propertyIdInAvlPacket": 458,
"propertyName": "BLE Button 1 state #4",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T Button 1 status for Connetionless mode #4 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ble_button_1_state_4",
"sensor_type": "sensor"
},
"459": {
"propertyIdInAvlPacket": 459,
"propertyName": "BLE Button 2 state #1",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T Button 2 status for Connetionless mode #1 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ble_button_2_state_1",
"sensor_type": "sensor"
},
"460": {
"propertyIdInAvlPacket": 460,
"propertyName": "BLE Button 2 state #2",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T Button 2 status for Connetionless mode #2 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ble_button_2_state_2",
"sensor_type": "sensor"
},
"461": {
"propertyIdInAvlPacket": 461,
"propertyName": "BLE Button 2 state #3",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T Button 2 status for Connetionless mode #3 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ble_button_2_state_3",
"sensor_type": "sensor"
},
"462": {
"propertyIdInAvlPacket": 462,
"propertyName": "BLE Button 2 state #4",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "BLE NBL-T Button 2 status for Connetionless mode #4 slot",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ble_button_2_state_4",
"sensor_type": "sensor"
},
"463": {
"propertyIdInAvlPacket": 463,
"propertyName": "BLE 1 Custom #2",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_1_custom_2",
"sensor_type": "sensor"
},
"464": {
"propertyIdInAvlPacket": 464,
"propertyName": "BLE 1 Custom #3",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_1_custom_3",
"sensor_type": "sensor"
},
"465": {
"propertyIdInAvlPacket": 465,
"propertyName": "BLE 1 Custom #4",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_1_custom_4",
"sensor_type": "sensor"
},
"466": {
"propertyIdInAvlPacket": 466,
"propertyName": "BLE 1 Custom #5",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_1_custom_5",
"sensor_type": "sensor"
},
"467": {
"propertyIdInAvlPacket": 467,
"propertyName": "BLE 2 Custom #2",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_2_custom_2",
"sensor_type": "sensor"
},
"468": {
"propertyIdInAvlPacket": 468,
"propertyName": "BLE 2 Custom #3",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_2_custom_3",
"sensor_type": "sensor"
},
"469": {
"propertyIdInAvlPacket": 469,
"propertyName": "BLE 2 Custom #4",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_2_custom_4",
"sensor_type": "sensor"
},
"470": {
"propertyIdInAvlPacket": 470,
"propertyName": "BLE 2 Custom #5",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_2_custom_5",
"sensor_type": "sensor"
},
"471": {
"propertyIdInAvlPacket": 471,
"propertyName": "BLE 3 Custom #2",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_3_custom_2",
"sensor_type": "sensor"
},
"472": {
"propertyIdInAvlPacket": 472,
"propertyName": "BLE 3 Custom #3",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_3_custom_3",
"sensor_type": "sensor"
},
"473": {
"propertyIdInAvlPacket": 473,
"propertyName": "BLE 3 Custom #4",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_3_custom_4",
"sensor_type": "sensor"
},
"474": {
"propertyIdInAvlPacket": 474,
"propertyName": "BLE 3 Custom #5",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_3_custom_5",
"sensor_type": "sensor"
},
"475": {
"propertyIdInAvlPacket": 475,
"propertyName": "BLE 4 Custom #2",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_4_custom_2",
"sensor_type": "sensor"
},
"476": {
"propertyIdInAvlPacket": 476,
"propertyName": "BLE 4 Custom #3",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_4_custom_3",
"sensor_type": "sensor"
},
"477": {
"propertyIdInAvlPacket": 477,
"propertyName": "BLE 4 Custom #4",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_4_custom_4",
"sensor_type": "sensor"
},
"478": {
"propertyIdInAvlPacket": 478,
"propertyName": "BLE 4 Custom #5",
"bytes": "4",
"type": "UNSIGNED LONG INT",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "-",
"description": "Custom IO element for BLE sensor",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Bluetooth Low Energy",
"bufferReader": "unsigned long int:4",
"slug": "ble_4_custom_5",
"sensor_type": "sensor"
},
"483": {
"propertyIdInAvlPacket": 483,
"propertyName": "UL202-02 Sensor Status",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "255",
"multiplier": "-",
"units": "-",
"description": "UL202-02 sensor status codes",
"hwSupport": "FMB125 FMB125 FMU125 FMC125 FMM125",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "ul202-02_sensor_status",
"sensor_type": "sensor"
},
"500": {
"propertyIdInAvlPacket": 500,
"propertyName": "MSP500 vendor name",
"bytes": "40",
"type": "ASCII",
"min": "0",
"max": "40",
"multiplier": "-",
"units": "-",
"description": "Name of the integrator who installed the device",
"hwSupport": "MSP500",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "ascii:40",
"slug": "msp500_vendor_name",
"sensor_type": "sensor"
},
"501": {
"propertyIdInAvlPacket": 501,
"propertyName": "MSP500 vehicle number",
"bytes": "40",
"type": "ASCII",
"min": "0",
"max": "40",
"multiplier": "-",
"units": "-",
"description": "Vehicle number on which the device is installed",
"hwSupport": "MSP500",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "ascii:40",
"slug": "msp500_vehicle_number",
"sensor_type": "sensor"
},
"502": {
"propertyIdInAvlPacket": 502,
"propertyName": "MSP500 speed sensor",
"bytes": "1",
"type": "unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "Status of the speed sensor",
"hwSupport": "MSP500",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "msp500_speed_sensor",
"sensor_type": "sensor"
},
"517": {
"propertyIdInAvlPacket": 517,
"propertyName": "Security State Flags P4",
"bytes": "8",
"type": "HEX",
"min": 0,
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Security state flags protocol 4, more information click here Flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "hex:8",
"slug": "security_state_flags_p4",
"sensor_type": "sensor"
},
"518": {
"propertyIdInAvlPacket": 518,
"propertyName": "Control State Flags P4",
"bytes": "8",
"type": "HEX",
"min": 0,
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Control state flags protocol 4, more information click here Flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "hex:8",
"slug": "control_state_flags_p4",
"sensor_type": "sensor"
},
"519": {
"propertyIdInAvlPacket": 519,
"propertyName": "Indicator State Flags P4",
"bytes": "8",
"type": "HEX",
"min": 0,
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Indicator state flags protocol 4, more information click here Flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "hex:8",
"slug": "indicator_state_flags_p4",
"sensor_type": "sensor"
},
"520": {
"propertyIdInAvlPacket": 520,
"propertyName": "Agricultural State Flags P4",
"bytes": "8",
"type": "HEX",
"min": 0,
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Agricultural state flags protocol 4, more information click here Flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "hex:8",
"slug": "agricultural_state_flags_p4",
"sensor_type": "sensor"
},
"521": {
"propertyIdInAvlPacket": 521,
"propertyName": "Utility State Flags P4",
"bytes": "8",
"type": "HEX",
"min": 0,
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Utility state flags protocol 4, more information click here Flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "hex:8",
"slug": "utility_state_flags_p4",
"sensor_type": "sensor"
},
"522": {
"propertyIdInAvlPacket": 522,
"propertyName": "Cistern State Flags P4",
"bytes": "8",
"type": "HEX",
"min": 0,
"max": "0xffffffffffffffff",
"multiplier": "-",
"units": "-",
"description": "Cistern state flags protocol 4, more information click here Flags",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "hex:8",
"slug": "cistern_state_flags_p4",
"sensor_type": "sensor"
},
"540": {
"propertyIdInAvlPacket": 540,
"propertyName": "Throttle position group",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": null,
"units": "%",
"description": "Throttle Position Value From PID Group",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "throttle_position_group",
"sensor_type": "sensor"
},
"541": {
"propertyIdInAvlPacket": 541,
"propertyName": "Commanded Equivalence R",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "200",
"multiplier": 0.01,
"units": "-",
"description": "Fuel-Air Commanded Equivalence Ratio",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "commanded_equivalence_r",
"sensor_type": "sensor"
},
"542": {
"propertyIdInAvlPacket": 542,
"propertyName": "Intake MAP 2 bytes",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "2048",
"multiplier": "-",
"units": "kPa",
"description": "Intake Manifold Absolute Pressure",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "intake_map_2_bytes",
"sensor_type": "sensor"
},
"543": {
"propertyIdInAvlPacket": 543,
"propertyName": "Hybrid System Voltage",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "1024",
"multiplier": "-",
"units": "V",
"description": "Hybrid vehicle system voltage",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:2",
"slug": "hybrid_system_voltage",
"sensor_type": "sensor"
},
"544": {
"propertyIdInAvlPacket": 544,
"propertyName": "Hybrid System Current",
"bytes": "2",
"type": "Signed",
"min": -3277,
"max": "3277",
"multiplier": "-",
"units": "A",
"description": "Hybrid vehicle system current",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "signed:2",
"slug": "hybrid_system_current",
"sensor_type": "sensor"
},
"548": {
"propertyIdInAvlPacket": 548,
"propertyName": "Advanced BLE Beacon data",
"bytes": "1024",
"type": "HEX",
"min": 0,
"max": "1024",
"multiplier": "-",
"units": "-",
"description": "List of Beacon Ids and their data when advanced Beacon mode is selected",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Eventual I/O elements",
"bufferReader": "hex:1024",
"slug": "advanced_ble_beacon_data",
"sensor_type": "sensor"
},
"622": {
"propertyIdInAvlPacket": 622,
"propertyName": "Frequency DIN1",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": 0.1,
"units": "Hz",
"description": "Frequency of input signal present on DIN1",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "frequency_din1",
"sensor_type": "sensor"
},
"623": {
"propertyIdInAvlPacket": 623,
"propertyName": "Frequency DIN2",
"bytes": "2",
"type": "Unsigned",
"min": "0",
"max": "65535",
"multiplier": 0.1,
"units": "Hz",
"description": "Frequency of input signal present on DIN2",
"hwSupport": "FMBXXX [Expand]",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:2",
"slug": "frequency_din2",
"sensor_type": "sensor"
},
"636": {
"propertyIdInAvlPacket": 636,
"propertyName": "UMTS/LTE Cell ID",
"bytes": "4",
"type": "Unsigned",
"min": "0",
"max": "0xFFFFFFFF",
"multiplier": "-",
"units": "-",
"description": null,
"hwSupport": "FMBXXX Expand",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:4",
"slug": "umtslte_cell_id",
"sensor_type": "sensor"
},
"637": {
"propertyIdInAvlPacket": 637,
"propertyName": "Wake Reason",
"bytes": "1",
"type": "Unsigned",
"min": "0",
"max": "1",
"multiplier": "-",
"units": "-",
"description": "True if device was woken by RTC alarm",
"hwSupport": "FMB965",
"parameterGroup": "Permanent I/O elements",
"bufferReader": "unsigned:1",
"slug": "wake_reason",
"sensor_type": "sensor"
},
"652": {
"propertyIdInAvlPacket": 652,
"propertyName": "SSF KeyInIgnitionLock",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No key in lock 1 - Key in lock",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_keyinignitionlock",
"sensor_type": "binary_sensor",
"options": {
"0": "no key in lock",
"1": "key in lock"
}
},
"653": {
"propertyIdInAvlPacket": 653,
"propertyName": "SSF Handbrake Is Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Handbrake inactive 1 - Handbrake active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_handbrake_is_active",
"sensor_type": "binary_sensor",
"options": {
"0": "handbrake inactive",
"1": "handbrake active"
}
},
"654": {
"propertyIdInAvlPacket": 654,
"propertyName": "SSF Front Left Door Open",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_front_left_door_open",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"655": {
"propertyIdInAvlPacket": 655,
"propertyName": "SSF Front Right Door Open",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_front_right_door_open",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"656": {
"propertyIdInAvlPacket": 656,
"propertyName": "SSF Rear Left Door Open",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_rear_left_door_open",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"657": {
"propertyIdInAvlPacket": 657,
"propertyName": "SSF Rear Right Door Open",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_rear_right_door_open",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"658": {
"propertyIdInAvlPacket": 658,
"propertyName": "SSF Trunk Door Open",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_trunk_door_open",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"659": {
"propertyIdInAvlPacket": 659,
"propertyName": "SSF Neutral Gear Active (automatic gear box)",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_neutral_gear_active_(automatic_gear_box)",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"660": {
"propertyIdInAvlPacket": 660,
"propertyName": "SSF Parking Gear Active (automatic gear box)",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_parking_gear_active_(automatic_gear_box)",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"661": {
"propertyIdInAvlPacket": 661,
"propertyName": "SSF Reverse Gear Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_reverse_gear_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"662": {
"propertyIdInAvlPacket": 662,
"propertyName": "SSF Car Is Closed",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_car_is_closed",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"755": {
"propertyIdInAvlPacket": 755,
"propertyName": "OEM Remaining distance",
"bytes": 2,
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "km",
"description": "Remaining distance until fuel tank empty or battery (EV) depleted",
"hwSupport": "FMB001 FMC001 FMM001 FMB003 FMC003 FMM003",
"parameterGroup": "OBD OEM elements",
"bufferReader": "unsigned:2",
"slug": "oem_remaining_distance",
"sensor_type": "sensor"
},
"759": {
"propertyIdInAvlPacket": 759,
"propertyName": "Fuel Type",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "255",
"multiplier": "-",
"units": "-",
"description": "0 Not available 1 Gasoline 2 Methanol 3 Ethanol 4 Diesel 5 LPG 6 CNG 7 Propane 8 Electric 9 Bifuel running Gasoline 10 Bifuel running Methanol 11 Bifuel running Ethanol 12 Bifuel running LPG 13 Bifuel running CNG 14 Bifuel running Propane 15 Bifuel running Electricity 16 Bifuel running electric and combustion engine 17 Hybrid gasoline 18 Hybrid Ethanol 19 Hybrid Diesel 20 Hybrid Electric 21 Hybrid running electric and combustion engine 22 Hybrid Regenerative 23 Bifuel running diesel",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "OBD elements",
"bufferReader": "unsigned:1",
"slug": "fuel_type",
"sensor_type": "complex_sensor",
"options": {
"0": "not available",
"1": "gasoline",
"2": "methanol",
"3": "ethanol",
"4": "diesel",
"5": "lpg",
"6": "cng",
"7": "propane",
"8": "electric",
"9": "bifuel running gasoline",
"10": "bifuel running methanol",
"11": "bifuel running ethanol",
"12": "bifuel running lpg",
"13": "bifuel running cng",
"14": "bifuel running propane",
"15": "bifuel running electricity",
"16": "bifuel running electric and combustion engine",
"17": "hybrid gasoline",
"18": "hybrid ethanol",
"19": "hybrid diesel",
"20": "hybrid electric",
"21": "hybrid running electric and combustion engine",
"22": "hybrid regenerative",
"23": "bifuel running diesel"
}
},
"855": {
"propertyIdInAvlPacket": 855,
"propertyName": "LNG Used",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "214748364",
"multiplier": "-",
"units": "kg",
"description": "Total LNG used in kilograms",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "lng_used",
"sensor_type": "sensor"
},
"856": {
"propertyIdInAvlPacket": 856,
"propertyName": "LNG Used (counted)",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "214748364",
"multiplier": "-",
"units": "kg",
"description": "Total LNG used counted in kg",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:4",
"slug": "lng_used_(counted)",
"sensor_type": "sensor"
},
"857": {
"propertyIdInAvlPacket": 857,
"propertyName": "LNG Level",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "100",
"multiplier": "-",
"units": "%",
"description": "LNG level in proc",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:2",
"slug": "lng_level",
"sensor_type": "sensor"
},
"858": {
"propertyIdInAvlPacket": 858,
"propertyName": "LNG Level",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "6553",
"multiplier": "-",
"units": "kg",
"description": "LNG level in kg",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:2",
"slug": "lng_level",
"sensor_type": "sensor"
},
"859": {
"propertyIdInAvlPacket": 859,
"propertyName": "Distance from need of service",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "km",
"description": "Service - distance elapsed since the occurrence of the need for servicing",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:4",
"slug": "distance_from_need_of_service",
"sensor_type": "sensor"
},
"860": {
"propertyIdInAvlPacket": 860,
"propertyName": "Distance from last service",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "km",
"description": "Service - distance from the last service",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:4",
"slug": "distance_from_last_service",
"sensor_type": "sensor"
},
"861": {
"propertyIdInAvlPacket": 861,
"propertyName": "Time to next service",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "day",
"description": "Service - time to next service",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:2",
"slug": "time_to_next_service",
"sensor_type": "sensor"
},
"862": {
"propertyIdInAvlPacket": 862,
"propertyName": "Time from need of service",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "day",
"description": "Service - time exceeded since the occurrence of the need for servicing",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:2",
"slug": "time_from_need_of_service",
"sensor_type": "sensor"
},
"863": {
"propertyIdInAvlPacket": 863,
"propertyName": "Time from last serivce",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "day",
"description": "Service - time elapsed since the last service",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:2",
"slug": "time_from_last_serivce",
"sensor_type": "sensor"
},
"864": {
"propertyIdInAvlPacket": 864,
"propertyName": "Distance to next oil service",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "km",
"description": "Service - distance to next oil service",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:4",
"slug": "distance_to_next_oil_service",
"sensor_type": "sensor"
},
"865": {
"propertyIdInAvlPacket": 865,
"propertyName": "Time to next oil service",
"bytes": "2",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "day",
"description": "Service - time to next oil service",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:2",
"slug": "time_to_next_oil_service",
"sensor_type": "sensor"
},
"866": {
"propertyIdInAvlPacket": 866,
"propertyName": "LVCAN Vehicle Range",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "4294967295",
"multiplier": "-",
"units": "km",
"description": "Information about vehicle range",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:4",
"slug": "lvcan_vehicle_range",
"sensor_type": "sensor"
},
"867": {
"propertyIdInAvlPacket": 867,
"propertyName": "LVCAN Total CNG counted",
"bytes": "4",
"type": "Unsigned",
"min": 0,
"max": "65535",
"multiplier": "-",
"units": "kg",
"description": "Information about Total CNG used in counted mode",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CAN adapters",
"bufferReader": "unsigned:4",
"slug": "lvcan_total_cng_counted",
"sensor_type": "sensor"
},
"898": {
"propertyIdInAvlPacket": 898,
"propertyName": "SSF Ignition",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_ignition",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"899": {
"propertyIdInAvlPacket": 899,
"propertyName": "SSF Webasto",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "ssf_webasto",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"900": {
"propertyIdInAvlPacket": 900,
"propertyName": "SSF Engine Working",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_engine_working",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"901": {
"propertyIdInAvlPacket": 901,
"propertyName": "SSF Standalone Engine",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "ssf_standalone_engine",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"902": {
"propertyIdInAvlPacket": 902,
"propertyName": "SSF Ready To Drive",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_ready_to_drive",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"903": {
"propertyIdInAvlPacket": 903,
"propertyName": "SSF Engine Working On CNG",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_engine_working_on_cng",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"904": {
"propertyIdInAvlPacket": 904,
"propertyName": "SSF Work Mode",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Private 1 - Company",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "ssf_work_mode",
"sensor_type": "binary_sensor",
"options": {
"0": "private",
"1": "company"
}
},
"905": {
"propertyIdInAvlPacket": 905,
"propertyName": "SSF Operator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not present 1 - Present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "ssf_operator",
"sensor_type": "binary_sensor",
"options": {
"0": "not present",
"1": "present"
}
},
"906": {
"propertyIdInAvlPacket": 906,
"propertyName": "SSF Interlock",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "ssf_interlock",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"907": {
"propertyIdInAvlPacket": 907,
"propertyName": "SSF Engine Lock Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_engine_lock_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"908": {
"propertyIdInAvlPacket": 908,
"propertyName": "SSF Request To Lock Engine",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_request_to_lock_engine",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"909": {
"propertyIdInAvlPacket": 909,
"propertyName": "SSF Roof Open",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_roof_open",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"910": {
"propertyIdInAvlPacket": 910,
"propertyName": "SSF Footbrake Is Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Footbrake inactive 1 - Footbrake active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_footbrake_is_active",
"sensor_type": "binary_sensor",
"options": {
"0": "footbrake inactive",
"1": "footbrake active"
}
},
"911": {
"propertyIdInAvlPacket": 911,
"propertyName": "SSF Clutch Pushed",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Clutch is pushed 1 - Clutch is not pushed",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_clutch_pushed",
"sensor_type": "binary_sensor",
"options": {
"0": "clutch is pushed",
"1": "clutch is not pushed"
}
},
"912": {
"propertyIdInAvlPacket": 912,
"propertyName": "SSF Hazard Warning Lights",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Hazard warning lights on 1 - Hazard warning lights off",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_hazard_warning_lights",
"sensor_type": "binary_sensor",
"options": {
"0": "hazard warning lights on",
"1": "hazard warning lights off"
}
},
"913": {
"propertyIdInAvlPacket": 913,
"propertyName": "SSF Engine Cover Open",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_engine_cover_open",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"914": {
"propertyIdInAvlPacket": 914,
"propertyName": "SSF Charging Wire Plugged",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Unplugged 1 - Plugged",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_charging_wire_plugged",
"sensor_type": "binary_sensor",
"options": {
"0": "unplugged",
"1": "plugged"
}
},
"915": {
"propertyIdInAvlPacket": 915,
"propertyName": "SSF Batttery Charging",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not charging 1 - Charging",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_batttery_charging",
"sensor_type": "binary_sensor",
"options": {
"0": "not charging",
"1": "charging"
}
},
"916": {
"propertyIdInAvlPacket": 916,
"propertyName": "SSF Electric Engine State",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_electric_engine_state",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"917": {
"propertyIdInAvlPacket": 917,
"propertyName": "SSF Car Closed Factory Remote",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_car_closed_factory_remote",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"918": {
"propertyIdInAvlPacket": 918,
"propertyName": "SSF Factory Alarm Actuated",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not actuated 1 - Actuated",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_factory_alarm_actuated",
"sensor_type": "binary_sensor",
"options": {
"0": "not actuated",
"1": "actuated"
}
},
"919": {
"propertyIdInAvlPacket": 919,
"propertyName": "SSF Factory Alarm Emulated",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not emulated 1 - Emulated",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_factory_alarm_emulated",
"sensor_type": "binary_sensor",
"options": {
"0": "not emulated",
"1": "emulated"
}
},
"920": {
"propertyIdInAvlPacket": 920,
"propertyName": "SSF Signal Close Factory Remote",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_signal_close_factory_remote",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"921": {
"propertyIdInAvlPacket": 921,
"propertyName": "SSF Signal Open Factory Remote",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_signal_open_factory_remote",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"922": {
"propertyIdInAvlPacket": 922,
"propertyName": "SSF Rearming Signal",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_rearming_signal",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"923": {
"propertyIdInAvlPacket": 923,
"propertyName": "SSF Trunk Door Opened Factory Remote",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Open",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_trunk_door_opened_factory_remote",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"924": {
"propertyIdInAvlPacket": 924,
"propertyName": "SSF CAN Module In Sleep",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not in sleep 1 - In sleep",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_can_module_in_sleep",
"sensor_type": "binary_sensor",
"options": {
"0": "not in sleep",
"1": "in sleep"
}
},
"925": {
"propertyIdInAvlPacket": 925,
"propertyName": "SSF Factory Remote 3x",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "ssf_factory_remote_3x",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"926": {
"propertyIdInAvlPacket": 926,
"propertyName": "SSF Factory Armed",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not armed 1 - Armed",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_factory_armed",
"sensor_type": "binary_sensor",
"options": {
"0": "not armed",
"1": "armed"
}
},
"927": {
"propertyIdInAvlPacket": 927,
"propertyName": "SSF Drive Is Active (automatic gear box)",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "ssf_drive_is_active_(automatic_gear_box)",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"928": {
"propertyIdInAvlPacket": 928,
"propertyName": "CSF Parking Lights",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "csf_parking_lights",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"929": {
"propertyIdInAvlPacket": 929,
"propertyName": "CSF Dipped Head lights",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "csf_dipped_head_lights",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"930": {
"propertyIdInAvlPacket": 930,
"propertyName": "CSF Full Beam Headlights",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "csf_full_beam_headlights",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"931": {
"propertyIdInAvlPacket": 931,
"propertyName": "CSF Rear Fog Lights",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "csf_rear_fog_lights",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"932": {
"propertyIdInAvlPacket": 932,
"propertyName": "CSF Front Fog Lights",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "csf_front_fog_lights",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"933": {
"propertyIdInAvlPacket": 933,
"propertyName": "CSF Additional Front Lights",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_additional_front_lights",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"934": {
"propertyIdInAvlPacket": 934,
"propertyName": "CSF Additional Rear Lights",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_additional_rear_lights",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"935": {
"propertyIdInAvlPacket": 935,
"propertyName": "CSF Light Signal",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_light_signal",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"936": {
"propertyIdInAvlPacket": 936,
"propertyName": "CSF Air Conditioning",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_air_conditioning",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"937": {
"propertyIdInAvlPacket": 937,
"propertyName": "CSF Cruise Control",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_cruise_control",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"938": {
"propertyIdInAvlPacket": 938,
"propertyName": "CSF Automatic Retarder",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_automatic_retarder",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"939": {
"propertyIdInAvlPacket": 939,
"propertyName": "CSF Manual Retarder",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_manual_retarder",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"940": {
"propertyIdInAvlPacket": 940,
"propertyName": "CSF Driver's Seatbelt Fastened",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not fastened 1 - Fastened",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_driver's_seatbelt_fastened",
"sensor_type": "binary_sensor",
"options": {
"0": "not fastened",
"1": "fastened"
}
},
"941": {
"propertyIdInAvlPacket": 941,
"propertyName": "CSF Front Driver's Seatbelt Fastened",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not fastened 1 - Fastened",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_front_driver's_seatbelt_fastened",
"sensor_type": "binary_sensor",
"options": {
"0": "not fastened",
"1": "fastened"
}
},
"942": {
"propertyIdInAvlPacket": 942,
"propertyName": "CSF Left Driver's Seatbelt Fastened",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not fastened 1 - Fastened",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_left_driver's_seatbelt_fastened",
"sensor_type": "binary_sensor",
"options": {
"0": "not fastened",
"1": "fastened"
}
},
"943": {
"propertyIdInAvlPacket": 943,
"propertyName": "CSF Right Driver's Seatbelt Fastened",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not fastened 1 - Fastened",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_right_driver's_seatbelt_fastened",
"sensor_type": "binary_sensor",
"options": {
"0": "not fastened",
"1": "fastened"
}
},
"944": {
"propertyIdInAvlPacket": 944,
"propertyName": "CSF Centre Driver's Seatbelt Fastened",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not fastened 1 - Fastened",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_centre_driver's_seatbelt_fastened",
"sensor_type": "binary_sensor",
"options": {
"0": "not fastened",
"1": "fastened"
}
},
"945": {
"propertyIdInAvlPacket": 945,
"propertyName": "CSF Front Passenger Present",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Not present 1 - Present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_front_passenger_present",
"sensor_type": "binary_sensor",
"options": {
"0": "not present",
"1": "present"
}
},
"946": {
"propertyIdInAvlPacket": 946,
"propertyName": "CSF PTO",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_pto",
"sensor_type": "sensor"
},
"947": {
"propertyIdInAvlPacket": 947,
"propertyName": "CSF Front Differential Locked",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Unlocked 1 - Locked",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_front_differential_locked",
"sensor_type": "binary_sensor",
"options": {
"0": "unlocked",
"1": "locked"
}
},
"948": {
"propertyIdInAvlPacket": 948,
"propertyName": "CSF Rear Differential Locked",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Unlocked 1 - Locked",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_rear_differential_locked",
"sensor_type": "binary_sensor",
"options": {
"0": "unlocked",
"1": "locked"
}
},
"949": {
"propertyIdInAvlPacket": 949,
"propertyName": "CSF Central Differential 4HI Locked",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Unlocked 1 - Locked",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_central_differential_4hi_locked",
"sensor_type": "binary_sensor",
"options": {
"0": "unlocked",
"1": "locked"
}
},
"950": {
"propertyIdInAvlPacket": 950,
"propertyName": "CSF Rear Differential 4LO Locked",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Unlocked 1 - Locked",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_rear_differential_4lo_locked",
"sensor_type": "binary_sensor",
"options": {
"0": "unlocked",
"1": "locked"
}
},
"951": {
"propertyIdInAvlPacket": 951,
"propertyName": "CSF Trailer Axle 1 Lift Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_trailer_axle_1_lift_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"952": {
"propertyIdInAvlPacket": 952,
"propertyName": "CSF Trailer Axle 2 Lift Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "csf_trailer_axle_2_lift_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"953": {
"propertyIdInAvlPacket": 953,
"propertyName": "ISF Check Engine Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_check_engine_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"954": {
"propertyIdInAvlPacket": 954,
"propertyName": "ISF ABS Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_abs_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"955": {
"propertyIdInAvlPacket": 955,
"propertyName": "ISF ESP Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_esp_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"956": {
"propertyIdInAvlPacket": 956,
"propertyName": "ISF ESP Turned Off",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_esp_turned_off",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"957": {
"propertyIdInAvlPacket": 957,
"propertyName": "ISF Stop Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_stop_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"958": {
"propertyIdInAvlPacket": 958,
"propertyName": "ISF Oil Level Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300, CANCONTROL",
"bufferReader": "unsigned:1",
"slug": "isf_oil_level_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"959": {
"propertyIdInAvlPacket": 959,
"propertyName": "ISF Coolant liquid level",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_coolant_liquid_level",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"960": {
"propertyIdInAvlPacket": 960,
"propertyName": "ISF Battery Not Charging Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_battery_not_charging_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"961": {
"propertyIdInAvlPacket": 961,
"propertyName": "ISF Handbrake System Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_handbrake_system_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"962": {
"propertyIdInAvlPacket": 962,
"propertyName": "ISF AIRBAG Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_airbag_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"963": {
"propertyIdInAvlPacket": 963,
"propertyName": "ISF EPS Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_eps_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"964": {
"propertyIdInAvlPacket": 964,
"propertyName": "ISF Warning Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_warning_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"965": {
"propertyIdInAvlPacket": 965,
"propertyName": "ISF Lights Failure Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_lights_failure_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"966": {
"propertyIdInAvlPacket": 966,
"propertyName": "ISF Low Tire Pressure Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_low_tire_pressure_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"967": {
"propertyIdInAvlPacket": 967,
"propertyName": "ISF Wear Of Brake Pads Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_wear_of_brake_pads_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"968": {
"propertyIdInAvlPacket": 968,
"propertyName": "ISF Low Fuel Level Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_low_fuel_level_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"969": {
"propertyIdInAvlPacket": 969,
"propertyName": "ISF Maintenence required Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_maintenence_required_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"970": {
"propertyIdInAvlPacket": 970,
"propertyName": "ISF Glow Plug Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_glow_plug_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"971": {
"propertyIdInAvlPacket": 971,
"propertyName": "ISF FAP Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_fap_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"972": {
"propertyIdInAvlPacket": 972,
"propertyName": "ISF EPC (Electronic Power Control) Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_epc_(electronic_power_control)_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"973": {
"propertyIdInAvlPacket": 973,
"propertyName": "ISF Clogged Engine Oil Filter Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_clogged_engine_oil_filter_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"974": {
"propertyIdInAvlPacket": 974,
"propertyName": "ISF Low Engine Oil Pressure Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_low_engine_oil_pressure_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"975": {
"propertyIdInAvlPacket": 975,
"propertyName": "ISF Too High Engine Oil Temperature Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_too_high_engine_oil_temperature_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"976": {
"propertyIdInAvlPacket": 976,
"propertyName": "ISF Low Coolant Level Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_low_coolant_level_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"977": {
"propertyIdInAvlPacket": 977,
"propertyName": "ISF Clogged Hydraulic System Oil filter Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_clogged_hydraulic_system_oil_filter_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"978": {
"propertyIdInAvlPacket": 978,
"propertyName": "ISF Hydraulic System Low Pressure Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_hydraulic_system_low_pressure_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"979": {
"propertyIdInAvlPacket": 979,
"propertyName": "ISF Hydraulic Oil Low Level Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_hydraulic_oil_low_level_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"980": {
"propertyIdInAvlPacket": 980,
"propertyName": "ISF Hydraulic System High Temperature Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_hydraulic_system_high_temperature_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"981": {
"propertyIdInAvlPacket": 981,
"propertyName": "ISF Oil Overflow In Hydraulic Chamber Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_oil_overflow_in_hydraulic_chamber_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"982": {
"propertyIdInAvlPacket": 982,
"propertyName": "ISF Clogged Air Filter Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_clogged_air_filter_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"983": {
"propertyIdInAvlPacket": 983,
"propertyName": "ISF Clogged Fuel Filter Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_clogged_fuel_filter_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"984": {
"propertyIdInAvlPacket": 984,
"propertyName": "ISF Water in Fuel Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_water_in_fuel_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"985": {
"propertyIdInAvlPacket": 985,
"propertyName": "ISF Clogged Brake System Filter Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_clogged_brake_system_filter_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"986": {
"propertyIdInAvlPacket": 986,
"propertyName": "ISF Low Washer Fluid Level Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_low_washer_fluid_level_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"987": {
"propertyIdInAvlPacket": 987,
"propertyName": "ISF Low AdBlue Level Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_low_adblue_level_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"988": {
"propertyIdInAvlPacket": 988,
"propertyName": "ISF Low Trailer Tyre Pressure Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_low_trailer_tyre_pressure_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"989": {
"propertyIdInAvlPacket": 989,
"propertyName": "ISF Wear Of Trailer Brake Lining Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_wear_of_trailer_brake_lining_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"990": {
"propertyIdInAvlPacket": 990,
"propertyName": "ISF High Trailer Brake Temperature Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_high_trailer_brake_temperature_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"991": {
"propertyIdInAvlPacket": 991,
"propertyName": "ISF Incorrect Trailer Pneumatic Supply Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_incorrect_trailer_pneumatic_supply_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"992": {
"propertyIdInAvlPacket": 992,
"propertyName": "ISF Low CNG Level Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "LVCAN, ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "isf_low_cng_level_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"993": {
"propertyIdInAvlPacket": 993,
"propertyName": "ASF Right Joystick Moved Right Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_right_joystick_moved_right_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"994": {
"propertyIdInAvlPacket": 994,
"propertyName": "ASF Right Joystick Moved Left Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_right_joystick_moved_left_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"995": {
"propertyIdInAvlPacket": 995,
"propertyName": "ASF Right Joystick Moved Forward Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_right_joystick_moved_forward_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"996": {
"propertyIdInAvlPacket": 996,
"propertyName": "ASF Right Joystick Moved Back Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_right_joystick_moved_back_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"997": {
"propertyIdInAvlPacket": 997,
"propertyName": "ASF Left Joystick Moved Right Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_left_joystick_moved_right_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"998": {
"propertyIdInAvlPacket": 998,
"propertyName": "ASF Left Joystick Moved Left Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_left_joystick_moved_left_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"999": {
"propertyIdInAvlPacket": 999,
"propertyName": "ASF Left Joystick Moved Forward Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_left_joystick_moved_forward_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"1000": {
"propertyIdInAvlPacket": 1000,
"propertyName": "ASF Left Joystick Moved Back Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_left_joystick_moved_back_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"1001": {
"propertyIdInAvlPacket": 1001,
"propertyName": "ASF First Rear hydraulic",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_first_rear_hydraulic",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1002": {
"propertyIdInAvlPacket": 1002,
"propertyName": "ASF Second Rear hydraulic",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_second_rear_hydraulic",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1003": {
"propertyIdInAvlPacket": 1003,
"propertyName": "ASF Third Rear hydraulic",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_third_rear_hydraulic",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1004": {
"propertyIdInAvlPacket": 1004,
"propertyName": "ASF Fourth Rear hydraulic",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_fourth_rear_hydraulic",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1005": {
"propertyIdInAvlPacket": 1005,
"propertyName": "ASF First Front hydraulic",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_first_front_hydraulic",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1006": {
"propertyIdInAvlPacket": 1006,
"propertyName": "ASF Second Front hydraulic",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_second_front_hydraulic",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1007": {
"propertyIdInAvlPacket": 1007,
"propertyName": "ASF Third Front hydraulic",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_third_front_hydraulic",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1008": {
"propertyIdInAvlPacket": 1008,
"propertyName": "ASF Fourth Front hydraulic",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_fourth_front_hydraulic",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1009": {
"propertyIdInAvlPacket": 1009,
"propertyName": "ASF Front Three-point Hitch",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_front_three-point_hitch",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1010": {
"propertyIdInAvlPacket": 1010,
"propertyName": "ASF Rear Three-point Hitch",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_rear_three-point_hitch",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1011": {
"propertyIdInAvlPacket": 1011,
"propertyName": "ASF Front Power Take-off",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_front_power_take-off",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1012": {
"propertyIdInAvlPacket": 1012,
"propertyName": "ASF Rear Power Take-off",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_rear_power_take-off",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1013": {
"propertyIdInAvlPacket": 1013,
"propertyName": "ASF Mowing Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_mowing_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"1014": {
"propertyIdInAvlPacket": 1014,
"propertyName": "ASF Threshing Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Inactive 1 - Active",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_threshing_active",
"sensor_type": "binary_sensor",
"options": {
"0": "inactive",
"1": "active"
}
},
"1015": {
"propertyIdInAvlPacket": 1015,
"propertyName": "ASF Grain Release From Hopper",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_grain_release_from_hopper",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1016": {
"propertyIdInAvlPacket": 1016,
"propertyName": "ASF Grain Tank Is 100% Full",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_grain_tank_is_100percent_full",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1017": {
"propertyIdInAvlPacket": 1017,
"propertyName": "ASF Grain Tank Is 70% Full",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_grain_tank_is_70percent_full",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1018": {
"propertyIdInAvlPacket": 1018,
"propertyName": "ASF Grain Tank Is Opened",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Closed 1 - Opened",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_grain_tank_is_opened",
"sensor_type": "binary_sensor",
"options": {
"0": "closed",
"1": "open"
}
},
"1019": {
"propertyIdInAvlPacket": 1019,
"propertyName": "ASF Unloader Drive",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_unloader_drive",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1020": {
"propertyIdInAvlPacket": 1020,
"propertyName": "ASF Cleaning Fan Control Turned Off",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_cleaning_fan_control_turned_off",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1021": {
"propertyIdInAvlPacket": 1021,
"propertyName": "ASF Threshing Drum Control Turned Off",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_threshing_drum_control_turned_off",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1022": {
"propertyIdInAvlPacket": 1022,
"propertyName": "ASF Straw Walker Is Clogged",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_straw_walker_is_clogged",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1023": {
"propertyIdInAvlPacket": 1023,
"propertyName": "ASF Excessive Clearance Under The Threshing Drum",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_excessive_clearance_under_the_threshing_drum",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1024": {
"propertyIdInAvlPacket": 1024,
"propertyName": "ASF Low Temperature Of Drive System Hydraulics Less Than 5 Grades",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_low_temperature_of_drive_system_hydraulics_less_than_5_grades",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1025": {
"propertyIdInAvlPacket": 1025,
"propertyName": "ASF High Temperature Of Drive System Hydraulics Greater Than 86 Grades",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_high_temperature_of_drive_system_hydraulics_greater_than_86_grades",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1026": {
"propertyIdInAvlPacket": 1026,
"propertyName": "ASF Ear Auger Speed Below The Norm",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_ear_auger_speed_below_the_norm",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1027": {
"propertyIdInAvlPacket": 1027,
"propertyName": "ASF Grain Auger Speed Below The Norm",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_grain_auger_speed_below_the_norm",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1028": {
"propertyIdInAvlPacket": 1028,
"propertyName": "ASF Straw Chooper Speed Below The Norm",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_straw_chooper_speed_below_the_norm",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1029": {
"propertyIdInAvlPacket": 1029,
"propertyName": "ASF Straw Shaker Speed Below The Norm",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_straw_shaker_speed_below_the_norm",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1030": {
"propertyIdInAvlPacket": 1030,
"propertyName": "ASF Feeder Speed Below The Norm",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_feeder_speed_below_the_norm",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1031": {
"propertyIdInAvlPacket": 1031,
"propertyName": "ASF Straw Chopper Switched On",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_straw_chopper_switched_on",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1032": {
"propertyIdInAvlPacket": 1032,
"propertyName": "ASF Corn Header Connected",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_corn_header_connected",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1033": {
"propertyIdInAvlPacket": 1033,
"propertyName": "ASF Grain Header Connected",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_grain_header_connected",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1034": {
"propertyIdInAvlPacket": 1034,
"propertyName": "ASF Feeder Reverse Switched On",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_feeder_reverse_switched_on",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1035": {
"propertyIdInAvlPacket": 1035,
"propertyName": "ASF The Pressure Filter Of The Hydraulic Pump Is Clogged",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "asf_the_pressure_filter_of_the_hydraulic_pump_is_clogged",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1036": {
"propertyIdInAvlPacket": 1036,
"propertyName": "USF Spreading",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_spreading",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1037": {
"propertyIdInAvlPacket": 1037,
"propertyName": "USF Pouring Chemicals",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_pouring_chemicals",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1038": {
"propertyIdInAvlPacket": 1038,
"propertyName": "USF Conveyor Belt",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_conveyor_belt",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1039": {
"propertyIdInAvlPacket": 1039,
"propertyName": "USF Salt Spreader's Drive Wheel",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_salt_spreader's_drive_wheel",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1040": {
"propertyIdInAvlPacket": 1040,
"propertyName": "USF Brushes",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_brushes",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1041": {
"propertyIdInAvlPacket": 1041,
"propertyName": "USF Vacuum Cleaner",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_vacuum_cleaner",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1042": {
"propertyIdInAvlPacket": 1042,
"propertyName": "USF Water Supply",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_water_supply",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1043": {
"propertyIdInAvlPacket": 1043,
"propertyName": "USF Spreading",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_spreading",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1044": {
"propertyIdInAvlPacket": 1044,
"propertyName": "USF Liquid pump",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_liquid_pump",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1045": {
"propertyIdInAvlPacket": 1045,
"propertyName": "USF Unloading From The Hopper",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_unloading_from_the_hopper",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1046": {
"propertyIdInAvlPacket": 1046,
"propertyName": "USF Low Salt (Sand) Level In Container Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_low_salt_(sand)_level_in_container_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1047": {
"propertyIdInAvlPacket": 1047,
"propertyName": "USF Low Water Level in Container Indicator",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_low_water_level_in_container_indicator",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1048": {
"propertyIdInAvlPacket": 1048,
"propertyName": "USF Chemicals",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_chemicals",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1049": {
"propertyIdInAvlPacket": 1049,
"propertyName": "USF Compressor",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_compressor",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1050": {
"propertyIdInAvlPacket": 1050,
"propertyName": "USF Water Valve Is Opened",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_water_valve_is_opened",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1051": {
"propertyIdInAvlPacket": 1051,
"propertyName": "USF Cabin Moved Up Status Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_cabin_moved_up_status_active",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1052": {
"propertyIdInAvlPacket": 1052,
"propertyName": "USF Cabin Moved Down Status Active",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - Off 1 - On",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "usf_cabin_moved_down_status_active",
"sensor_type": "binary_sensor",
"options": {
"0": "off",
"1": "on"
}
},
"1053": {
"propertyIdInAvlPacket": 1053,
"propertyName": "CiSF Section 1 Presence Of Fluid In The Downpipe",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No presence 1 - Present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_1_presence_of_fluid_in_the_downpipe",
"sensor_type": "binary_sensor",
"options": {
"0": "no presence",
"1": "present"
}
},
"1054": {
"propertyIdInAvlPacket": 1054,
"propertyName": "CiSF Section 1 Filled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_1_filled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1055": {
"propertyIdInAvlPacket": 1055,
"propertyName": "CiSF Section 1 Overfilled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_1_overfilled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1056": {
"propertyIdInAvlPacket": 1056,
"propertyName": "CiSF Section 2 Presence Of Fluid In The Downpipe",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No presence 1 - Present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_2_presence_of_fluid_in_the_downpipe",
"sensor_type": "binary_sensor",
"options": {
"0": "no presence",
"1": "present"
}
},
"1057": {
"propertyIdInAvlPacket": 1057,
"propertyName": "CiSF Section 2 Filled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_2_filled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1058": {
"propertyIdInAvlPacket": 1058,
"propertyName": "CiSF Section 2 Overfilled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_2_overfilled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1059": {
"propertyIdInAvlPacket": 1059,
"propertyName": "CiSF Section 3 Presence Of Fluid In The Downpipe",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No presence 1 - Present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_3_presence_of_fluid_in_the_downpipe",
"sensor_type": "binary_sensor",
"options": {
"0": "no presence",
"1": "present"
}
},
"1060": {
"propertyIdInAvlPacket": 1060,
"propertyName": "CiSF Section 3 Filled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_3_filled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1061": {
"propertyIdInAvlPacket": 1061,
"propertyName": "CiSF Section 3 Overfilled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No 1 - Yes",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_3_overfilled",
"sensor_type": "binary_sensor",
"options": {
"0": "no",
"1": "yes"
}
},
"1062": {
"propertyIdInAvlPacket": 1062,
"propertyName": "CiSF Section 4 Presence Of Fluid In The Downpipe",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1",
"multiplier": "-",
"units": "-",
"description": "0 - No presence 1 - Present",
"hwSupport": "FMBXXX Expand",
"parameterGroup": "ALLCAN300",
"bufferReader": "unsigned:1",
"slug": "cisf_section_4_presence_of_fluid_in_the_downpipe",
"sensor_type": "binary_sensor",
"options": {
"0": "no presence",
"1": "present"
}
},
"1063": {
"propertyIdInAvlPacket": 1063,
"propertyName": "CiSF Section 4 Filled",
"bytes": "1",
"type": "Unsigned",
"min": 0,
"max": "1
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment