{ "title": "template_title", "device_type": "ONOKOM-AIR-AUX-1-MB-B", "group": "g-air-conditioning", "hw": [ { "signature": "AUX-1-MB-B" } ], "device": { "name": "ONOKOM-AIR-AUX-1-MB-B", "id": "ONOKOM-AIR-AUX-1-MB-B", "groups": [ { "title": "General", "id": "general", "order": 1 }, { "title": "Temperature control", "id": "temperatureControl", "order": 2 }, { "title": "Vanes", "id": "vanes", "order": 3 }, { "title": "Additional", "id": "additional", "order": 4 }, { "title": "Indication", "id": "indication", "order": 5 }, { "title": "HW Info", "id": "hw_info", "order": 6 }, { "title": "Errors", "id": "errors", "order": 8 }, { "title": "Debug", "id": "debug", "order": 9 } ], "parameters": [ { "id": "Allow_the_use_of_an_external_temperature_sensor", "title": "Allow the use of an external temperature sensor", "address": 100, "reg_type": "coil", "enum": [ 0, 1 ], "enum_titles": [ "No", "Yes" ], "group": "temperatureControl", "order": 1 }, { "id": "Show_modes_as_range", "title": "Show modes as range", "address": 95, "reg_type": "coil", "enum": [ 0, 1 ], "enum_titles": [ "No", "Yes" ], "group": "general", "order": 1 }, { "id": "Show_fan_as_range", "title": "Show fan as range", "address": 92, "reg_type": "coil", "enum": [ 0, 1 ], "enum_titles": [ "No", "Yes" ], "group": "general", "order": 1 }, { "id": "Show_vanes_as_range", "title": "Show vanes as range", "address": 94, "reg_type": "coil", "enum": [ 0, 1 ], "enum_titles": [ "No", "Yes" ], "group": "vanes", "order": 1 }, { "id": "Show_thermostat_state_as_range", "title": "Show thermostat state as range", "address": 94, "reg_type": "coil", "enum": [ 0, 1 ], "enum_titles": [ "No", "Yes" ], "group": "temperatureControl", "order": 1 }, { "title": "Show error switches", "id": "Show_error_switches", "address": 100, "reg_type": "coil", "default": 1, "enum": [ 0, 1 ], "enum_titles": [ "No", "Yes" ], "group": "errors", "order": 1 }, { "id": "baud_rate", "title": "Baud rate", "description": "baud_rate_description", "address": 110, "reg_type": "holding", "enum": [ 96, 192, 384, 576, 1152 ], "default": 96, "enum_titles": [ "9600", "19200", "38400", "57600", "115200" ], "group": "hw_info", "order": 1 }, { "id": "parity_bit", "title": "Parity bit", "description": "parity_bit_description", "address": 111, "reg_type": "holding", "enum": [ 0, 1, 2 ], "default": 0, "enum_titles": [ "none (N)", "odd (O)", "even (E)" ], "group": "hw_info", "order": 1 } ], "channels": [ { "name": "Active", "reg_type": "coil", "address": 1, "type": "switch", "format": "u16", "sporadic": true, "group": "general" }, { "name": "Mode", "reg_type": "holding", "address": 1, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1" }, { "name": "Mode", "reg_type": "holding", "address": 1, "type": "value", "format": "u16", "sporadic": true, "group": "general", "enum": [ 1, 2, 3, 4, 5 ], "enum_titles": [ "Heat", "Cool", "Auto", "Dry", "Fan" ], "condition": "Show_modes_as_range!=1" }, { "name": "Active mode", "reg_type": "holding", "address": 2, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1" }, { "name": "Active mode", "reg_type": "holding", "address": 2, "type": "value", "format": "u16", "sporadic": true, "group": "general", "enum": [ 0, 1, 2, 3, 4, 5 ], "enum_titles": [ "Off", "Heat", "Cool", "Auto", "Dry", "Fan" ], "condition": "Show_modes_as_range!=1" }, { "name": "Fan speed", "reg_type": "holding", "address": 7, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1" }, { "name": "Fan speed", "reg_type": "holding", "address": 7, "type": "value", "format": "u16", "sporadic": true, "group": "general", "enum": [ 0, 1, 2, 3 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1" }, { "name": "Smart fan speed", "reg_type": "holding", "address": 8, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1" }, { "name": "Smart fan speed", "reg_type": "holding", "address": 8, "type": "value", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "enum": [ 0, 1, 2, 3, 4, 5 ], "enum_titles": [ "Auto", "Quiet mode", "1 Speed", "2 Speed", "3 Speed", "Turbo mode" ], "condition": "Show_fan_as_range!=1" }, { "name": "Indoor air temperature", "reg_type": "holding", "address": 3, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "condition": "Allow_the_use_of_an_external_temperature_sensor!=1" }, { "name": "Indoor air temperature", "reg_type": "holding", "address": 3, "type": "value", "format": "s16", "min": -50, "max": 50, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "condition": "Allow_the_use_of_an_external_temperature_sensor==1" }, { "name": "Outdoor air temperature", "enabled": false, "reg_type": "holding", "address": 4, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C" }, { "name": "Target temperature", "reg_type": "holding", "address": 5, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C" }, { "name": "Temperature correction", "reg_type": "holding", "address": 20, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1" }, { "name": "Thermostat state", "reg_type": "holding", "address": 6, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1" }, { "name": "Thermostat state", "reg_type": "holding", "address": 6, "type": "value", "format": "u16", "sporadic": true, "group": "temperatureControl", "enum": [ 0, 1, 2 ], "enum_titles": [ "Idle", "Heating", "Cooling" ], "readonly": true, "condition": "Show_thermostat_state_as_range!=1" }, { "name": "Horizontal vanes", "reg_type": "holding", "address": 9, "type": "range", "format": "u16", "min": 0, "max": 6, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1" }, { "name": "Horizontal vanes", "reg_type": "holding", "address": 9, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1, 2, 3, 4, 5, 6 ], "enum_titles": [ "Stop", "Swing", "Lowest", "Low", "Middle", "High", "Highest" ], "condition": "Show_vanes_as_range!=1" }, { "name": "Vanes swing", "reg_type": "holding", "address": 11, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "condition": "Show_vanes_as_range==1" }, { "name": "Vanes swing", "reg_type": "holding", "address": 11, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 1, 2, 3 ], "enum_titles": [ "Stop", "Horizontal and vertical vanes swing", "Horizontal vanes swing", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1" }, { "name": "Vertical vanes", "reg_type": "holding", "address": 10, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1" }, { "name": "Vertical vanes", "reg_type": "holding", "address": 10, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1" }, { "name": "Compressor power limit", "enabled": false, "reg_type": "holding", "address": 19, "type": "range", "min": 0, "max": 100, "sporadic": true, "group": "additional", "units": "%" }, { "name": "Ionization", "enabled": false, "reg_type": "coil", "address": 9, "type": "switch", "sporadic": true, "group": "additional" }, { "name": "Mold protection", "enabled": false, "reg_type": "coil", "address": 11, "type": "switch", "sporadic": true, "group": "additional" }, { "name": "Quiet mode", "enabled": false, "reg_type": "coil", "address": 4, "type": "switch", "sporadic": true, "group": "additional" }, { "name": "Self cleaning", "enabled": false, "reg_type": "coil", "address": 10, "type": "switch", "sporadic": true, "group": "additional" }, { "name": "Sleep mode", "enabled": false, "reg_type": "coil", "address": 8, "type": "switch", "sporadic": true, "group": "additional", "readonly": true }, { "name": "Turbo mode", "enabled": false, "reg_type": "coil", "address": 7, "type": "switch", "sporadic": true, "group": "additional" }, { "name": "Screen light", "reg_type": "coil", "address": 2, "type": "switch", "sporadic": true, "group": "indication" }, { "name": "FW Version", "enabled": false, "reg_type": "holding", "address": 250, "type": "text", "format": "string", "sporadic": true, "group": "hw_info", "readonly": true, "string_data_size": 16 }, { "name": "HW Version", "enabled": false, "reg_type": "holding", "address": 200, "type": "text", "format": "string", "sporadic": true, "group": "hw_info", "readonly": true, "string_data_size": 20 }, { "name": "MCU Temperature", "enabled": false, "reg_type": "input", "address": 124, "type": "temperature", "format": "s16", "scale": 0.1, "group": "hw_info" }, { "name": "PROTO Version", "enabled": false, "reg_type": "input", "address": 400, "type": "text", "format": "string", "sporadic": true, "group": "hw_info", "readonly": true, "string_data_size": 16 }, { "name": "Reboot Device", "enabled": false, "reg_type": "holding", "address": 120, "type": "pushbutton", "group": "hw_info" }, { "name": "Serial", "enabled": false, "reg_type": "holding", "address": 270, "type": "text", "format": "u32", "group": "hw_info", "readonly": true }, { "name": "Signature", "enabled": false, "reg_type": "input", "address": 290, "type": "text", "format": "string", "sporadic": true, "group": "hw_info", "readonly": true, "string_data_size": 12 }, { "name": "Uptime", "enabled": false, "reg_type": "input", "address": 104, "type": "text", "format": "u32", "group": "hw_info" }, { "name": "Error code", "enabled": false, "reg_type": "input", "address": 1, "type": "value", "group": "errors", "enum": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93 ], "enum_titles": [ "Error 0", "Error 1", "Error 2", "Error 3", "Error 4", "Error 5", "Error 6", "Error 7", "Error 8", "Error 9", "Error 10", "Error 11", "Error 12", "Error 13", "Error 14", "Error 15", "Error 16", "Error 17", "Error 18", "Error 19", "Error 20", "Error 21", "Error 22", "Error 23", "Error 24", "Error 25", "Error 26", "Error 27", "Error 28", "Error 29", "Error 30", "Error 31", "Error 32", "Error 33", "Error 34", "Error 35", "Error 36", "Error 37", "Error 38", "Error 39", "Error 40", "Error 41", "Error 42", "Error 43", "Error 44", "Error 45", "Error 46", "Error 47", "Error 48", "Error 49", "Error 50", "Error 51", "Error 52", "Error 53", "Error 54", "Error 55", "Error 56", "Error 57", "Error 58", "Error 59", "Error 60", "Error 61", "Error 62", "Error 63", "Error 64", "Error 65", "Error 66", "Error 67", "Error 68", "Error 69", "Error 70", "Error 71", "Error 72", "Error 73", "Error 74", "Error 75", "Error 76", "Error 77", "Error 78", "Error 79", "Error 80", "Error 81", "Error 82", "Error 83", "Error 84", "Error 85", "Error 86", "Error 87", "Error 88", "Error 89", "Error 90", "Error 91", "Error 92", "Error 93" ], "readonly": true, "order": 0 }, { "name": "Error 1", "group": "errors", "reg_type": "discrete", "address": 1, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 1 }, { "name": "Error 2", "group": "errors", "reg_type": "discrete", "address": 2, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 2 }, { "name": "Error 3", "group": "errors", "reg_type": "discrete", "address": 3, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 3 }, { "name": "Error 4", "group": "errors", "reg_type": "discrete", "address": 4, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 4 }, { "name": "Error 5", "group": "errors", "reg_type": "discrete", "address": 5, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 5 }, { "name": "Error 6", "group": "errors", "reg_type": "discrete", "address": 6, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 6 }, { "name": "Error 7", "group": "errors", "reg_type": "discrete", "address": 7, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 7 }, { "name": "Error 8", "group": "errors", "reg_type": "discrete", "address": 8, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 8 }, { "name": "Error 9", "group": "errors", "reg_type": "discrete", "address": 9, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 9 }, { "name": "Error 10", "group": "errors", "reg_type": "discrete", "address": 10, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 10 }, { "name": "Error 11", "group": "errors", "reg_type": "discrete", "address": 11, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 11 }, { "name": "Error 12", "group": "errors", "reg_type": "discrete", "address": 12, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 12 }, { "name": "Error 13", "group": "errors", "reg_type": "discrete", "address": 13, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 13 }, { "name": "Error 14", "group": "errors", "reg_type": "discrete", "address": 14, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 14 }, { "name": "Error 15", "group": "errors", "reg_type": "discrete", "address": 15, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 15 }, { "name": "Error 16", "group": "errors", "reg_type": "discrete", "address": 16, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 16 }, { "name": "Error 17", "group": "errors", "reg_type": "discrete", "address": 17, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 17 }, { "name": "Error 18", "group": "errors", "reg_type": "discrete", "address": 18, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 18 }, { "name": "Error 19", "group": "errors", "reg_type": "discrete", "address": 19, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 19 }, { "name": "Error 20", "group": "errors", "reg_type": "discrete", "address": 20, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 20 }, { "name": "Error 21", "group": "errors", "reg_type": "discrete", "address": 21, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 21 }, { "name": "Error 22", "group": "errors", "reg_type": "discrete", "address": 22, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 22 }, { "name": "Error 23", "group": "errors", "reg_type": "discrete", "address": 23, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 23 }, { "name": "Error 24", "group": "errors", "reg_type": "discrete", "address": 24, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 24 }, { "name": "Error 25", "group": "errors", "reg_type": "discrete", "address": 25, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 25 }, { "name": "Error 26", "group": "errors", "reg_type": "discrete", "address": 26, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 26 }, { "name": "Error 27", "group": "errors", "reg_type": "discrete", "address": 27, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 27 }, { "name": "Error 28", "group": "errors", "reg_type": "discrete", "address": 28, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 28 }, { "name": "Error 29", "group": "errors", "reg_type": "discrete", "address": 29, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 29 }, { "name": "Error 30", "group": "errors", "reg_type": "discrete", "address": 30, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 30 }, { "name": "Error 31", "group": "errors", "reg_type": "discrete", "address": 31, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 31 }, { "name": "Error 32", "group": "errors", "reg_type": "discrete", "address": 32, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 32 }, { "name": "Error 33", "group": "errors", "reg_type": "discrete", "address": 33, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 33 }, { "name": "Error 34", "group": "errors", "reg_type": "discrete", "address": 34, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 34 }, { "name": "Error 35", "group": "errors", "reg_type": "discrete", "address": 35, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 35 }, { "name": "Error 36", "group": "errors", "reg_type": "discrete", "address": 36, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 36 }, { "name": "Error 37", "group": "errors", "reg_type": "discrete", "address": 37, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 37 }, { "name": "Error 38", "group": "errors", "reg_type": "discrete", "address": 38, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 38 }, { "name": "Error 39", "group": "errors", "reg_type": "discrete", "address": 39, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 39 }, { "name": "Error 40", "group": "errors", "reg_type": "discrete", "address": 40, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 40 }, { "name": "Error 41", "group": "errors", "reg_type": "discrete", "address": 41, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 41 }, { "name": "Error 42", "group": "errors", "reg_type": "discrete", "address": 42, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 42 }, { "name": "Error 43", "group": "errors", "reg_type": "discrete", "address": 43, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 43 }, { "name": "Error 44", "group": "errors", "reg_type": "discrete", "address": 44, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 44 }, { "name": "Error 45", "group": "errors", "reg_type": "discrete", "address": 45, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 45 }, { "name": "Error 46", "group": "errors", "reg_type": "discrete", "address": 46, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 46 }, { "name": "Error 47", "group": "errors", "reg_type": "discrete", "address": 47, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 47 }, { "name": "Error 48", "group": "errors", "reg_type": "discrete", "address": 48, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 48 }, { "name": "Error 49", "group": "errors", "reg_type": "discrete", "address": 49, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 49 }, { "name": "Error 60", "group": "errors", "reg_type": "discrete", "address": 60, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 60 }, { "name": "Error 61", "group": "errors", "reg_type": "discrete", "address": 61, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 61 }, { "name": "Error 62", "group": "errors", "reg_type": "discrete", "address": 62, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 62 }, { "name": "Error 63", "group": "errors", "reg_type": "discrete", "address": 63, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 63 }, { "name": "Error 64", "group": "errors", "reg_type": "discrete", "address": 64, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 64 }, { "name": "Error 65", "group": "errors", "reg_type": "discrete", "address": 65, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 65 }, { "name": "Error 66", "group": "errors", "reg_type": "discrete", "address": 66, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 66 }, { "name": "Error 67", "group": "errors", "reg_type": "discrete", "address": 67, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 67 }, { "name": "Error 68", "group": "errors", "reg_type": "discrete", "address": 68, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 68 }, { "name": "Error 69", "group": "errors", "reg_type": "discrete", "address": 69, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 69 }, { "name": "Error 70", "group": "errors", "reg_type": "discrete", "address": 70, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 70 }, { "name": "Error 71", "group": "errors", "reg_type": "discrete", "address": 71, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 71 }, { "name": "Error 72", "group": "errors", "reg_type": "discrete", "address": 72, "type": "switch", "readonly": true, "condition": "Show_error_switches==1", "enabled": true, "order": 72 }, { "name": "AC connected", "reg_type": "coil", "address": 20, "type": "switch", "sporadic": true, "group": "debug", "readonly": true }, { "name": "Current compressor power", "enabled": false, "reg_type": "holding", "address": 21, "type": "range", "min": 0, "max": 100, "sporadic": true, "group": "debug", "readonly": true, "units": "%" }, { "name": "Current fan speed", "enabled": false, "reg_type": "holding", "address": 32, "type": "range", "min": 0, "max": 100, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm" } ], "translations": { "en": { "template_title": "ONOKOM AIR AUX-1-MB-B (Adapter for household and semi-industrial AUX systems)", "Error 0": "No error", "Error 1": "E0 - Overcurrent protection of indoor unit", "Error 2": "E1 - Indoor unit temperature sensor error", "Error 3": "E2 - Outdoor unit coil sensor error", "Error 4": "E3 - Indoor unit coil sensor error", "Error 5": "E4 - Indoor unit motor error of wall mounted air conditioner (PG motor/DC motor)", "Error 6": "E5 - Indoor and outdoor unit communication error", "Error 7": "E8 - Communication failure between inverter cabinet display panel and main control unit", "Error 8": "EA - Zero-crossing detection fault of indoor fan motor", "Error 9": "EB - Indoor unit EEPROM fault", "Error 10": "F0 - Outdoor DC fan error", "Error 11": "F1 - Module protection error", "Error 12": "F2 - PFC protection error", "Error 13": "F3 - Compressor out-of-step error", "Error 14": "F4 - Exhaust air sensor error", "Error 15": "F5 - Compressor cap sensor error", "Error 16": "F6 - External room temperature sensor error", "Error 17": "F7 - OVP or UVP error", "Error 18": "F8 - Main external control panel and module panel communication error", "Error 19": "F9 - Outdoor EEPROM error", "Error 20": "FA - Recirculated sensor error", "Error 21": "FB - Indoor DC motor fault", "Error 22": "FC - Four-way valve malfunction / incorrect switching", "Error 23": "FD - Indoor fan circuit fault", "Error 24": "FE - Outdoor condensation temperature sensor faul", "Error 25": "P2 - High-voltage protection", "Error 26": "P3 - Liquid deficiency protection", "Error 27": "P4 - External unit overload protection (cooling mode)", "Error 28": "P5 - High-pressure protection", "Error 29": "P6 - Indoor high temperature protection (heating mode)", "Error 30": "P7 - Indoor freeze protection (cooling mode)", "Error 31": "P8 - Overcurrent protection", "Error 32": "P9 - Communication failure between display and touch panel", "Error 33": "PA - Condensation temperature too high", "Error 34": "L0 - DC over/under-voltage failure", "Error 35": "L1 - Overcurrent protection on phase current of compressor", "Error 36": "L2 - Out-of step failure of compressor", "Error 37": "L3 - Phase failure of compressor", "Error 38": "L4 - Driver module IPM failure of compressor", "Error 39": "L5 - PFC overcurrent hardware protection", "Error 40": "L6 - PFC overcurrent software protectio", "Error 41": "L7 - AD abnormal protection in current detection", "Error 42": "L8 - Shunt resistance imbalance failure", "Error 43": "L9 - Ipm temperature sensor failure", "Error 44": "LA - Compressor startup failure", "Error 45": "LC - AD abnormal protection in PFC current detection", "Error 46": "LD - DC fan motor current detection and lock rotor protection", "Error 47": "LE - DC fan motor phase loss protection", "Error 48": "LF - DC fan motor overload protection", "Error 49": "LH - DC fan motor IPM protection", "Error 50": "49 - Unknown error", "Error 51": "50 - Unknown error", "Error 52": "51 - Unknown error", "Error 53": "52 - Unknown error", "Error 54": "53 - Unknown error", "Error 55": "54 - Unknown error", "Error 56": "55 - Unknown error", "Error 57": "56 - Unknown error", "Error 58": "57 - Unknown error", "Error 59": "58 - Unknown error", "Error 60": "59 - Exhaust air temperature over low protection", "Error 61": "60 - Low pressure switch off protection", "Error 62": "61 - Low pressure too low protection", "Error 63": "62 - Four-way valve failure", "Error 64": "63 - Indoor evaporator ambient temperature sensor TE2...", "Error 65": "64 - Indoor evaporator outlet temperature sensor TE1 FA...", "Error 66": "65 - Indoor communication line connection fault", "Error 67": "66 - Failure of indoor water pump discharge", "Error 68": "67 - Line controller communication failure", "Error 69": "68 - Reserved error", "Error 70": "69 - High pressure sensor failure", "Error 71": "70 - PFC excess temperature", "Error 72": "71 - PFC temperature sensor failure", "Error 73": "72 - Unknown error", "Error 74": "73 - Unknown error", "Error 75": "74 - Unknown error", "Error 76": "75 - Unknown error", "Error 77": "76 - Unknown error", "Error 78": "77 - Unknown error", "Error 79": "78 - Unknown error", "Error 80": "79 - Unknown error", "Error 81": "80 - Unknown error", "Error 82": "81 - Unknown error", "Error 83": "82 - Unknown error", "Error 84": "83 - Unknown error", "Error 85": "84 - Unknown error", "Error 86": "85 - Unknown error", "Error 87": "86 - Unknown error", "Error 88": "87 - Unknown error", "Error 89": "88 - Unknown error", "Error 90": "89 - Unknown error", "Error 91": "90 - Unknown error", "Error 92": "91 - Unknown error", "Error 93": "92 - Unknown error", "Error 94": "93 - Unknown error" }, "ru": { "General": "Основные режимы и функции", "Temperature control": "Контроль температуры", "Vanes": "Жалюзи", "Additional": "Дополнительные режимы и функции", "Indication": "Индикация", "HW Info": "Данные модуля", "Errors": "Ошибки", "Debug": "Диагностика", "Allow the use of an external temperature sensor": "Разрешить использование внешнего датчика температуры", "No": "Нет", "Yes": "Да", "Show modes as range": "Отображать режимы как ползунок", "Show fan as range": "Отображать вентилятор как ползунок", "Show vanes as range": "Отображать жалюзи как ползунок", "Show thermostat state as range": "Отображать состояние термостата как ползунок", "Show error switches": "Показать переключатели ошибок", "Baud rate": "Скорость обмена", "baud_rate_description": "Перед изменением параметра убедитесь, что связь с устройством установлена. Выберите нужную скорость обмена, сохраните конфигурацию, а затем укажите в настройках порта эту же скорость.", "Parity bit": "Бит чётности", "parity_bit_description": "Перед изменением параметра убедитесь, что связь с устройством установлена. Выберите нужный бит четности, сохраните конфигурацию, а затем укажите в настройках порта этот же бит четности.", "Active": "Состояние", "Mode": "Режим", "Heat": "Нагрев", "Cool": "Охлаждение", "Auto": "Авто", "Dry": "Осушение", "Fan": "Вентиляция", "Active mode": "Состояние и режим", "Off": "Выключен", "Fan speed": "Скорость вентилятора", "1 Speed": "1 Скорость", "2 Speed": "2 Скорость", "3 Speed": "3 Скорость", "Smart fan speed": "Скорость вентилятора расширенная", "Quiet mode": "Режим тихий", "Turbo mode": "Режим турбо", "Indoor air temperature": "Температура воздуха в помещении", "Outdoor air temperature": "Температура воздуха на улице", "Target temperature": "Целевая температура", "Temperature correction": "Коррекция температуры", "Thermostat state": "Состояние термостата", "Idle": "Простаивает", "Heating": "Нагрев", "Cooling": "Охлаждение", "Horizontal vanes": "Горизонтальные жалюзи", "Stop": "Остановлены", "Swing": "Качание", "Lowest": "Самое низкое", "Low": "Низкое", "Middle": "Среднее", "High": "Высокое", "Highest": "Самое высокое", "Vanes swing": "Качание жалюзи", "Horizontal and vertical vanes swing": "Качание горизонтальных и вертикальных жалюзи", "Horizontal vanes swing": "Качание горизонтальных жалюзи", "Vertical vanes swing": "Качание вертикальных жалюзи", "Vertical vanes": "Вертикальные жалюзи", "Compressor power limit": "Ограничение мощности компрессора", "Ionization": "Ионизация", "Mold protection": "Защита от плесени", "Self cleaning": "Самоочистка", "Sleep mode": "Режим сна", "Screen light": "Подсветка экрана", "FW Version": "Версия прошивки", "HW Version": "Версия устройства", "MCU Temperature": "Температура МК", "PROTO Version": "Версия протокола", "Reboot Device": "Перезагрузить устройство", "Serial": "Серийный номер", "Signature": "Сигнатура устройства", "Uptime": "Время работы с момента включения (с)", "Error code": "Код ошибки", "Error 0": "Нет ошибки", "Error 1": "E0 - Защита внутреннего блока от перегрузки по току", "Error 2": "E1 - Неисправность датчика комнатной температуры", "Error 3": "E2 - Неисправность датчика температуры наружного теплообменника", "Error 4": "E3 - Неисправность датчика температуры внутреннего теплообменника", "Error 5": "E4 - Неисправность двигателя внутреннего вентилятора или двигателя постоянного тока с обратной связью", "Error 6": "E5 - Неисправность внутренней и наружной связи", "Error 7": "E8 - Сбой связи между панелью дисплея инверторного шкафа и главным пультом управления", "Error 8": "EA - Неисправность обнаружения пересечения нулевого значения внутреннего вентилятора", "Error 9": "EB - Неисправность EEPROM в помещении", "Error 10": "F0 - Неисправность DC двигателя вентилятора наружного блока", "Error 11": "F1 - Неисправность модуля (платы) IPM", "Error 12": "F2 - Неисправность модуля (платы) PFC", "Error 13": "F3 - Компрессор не запустился или вышел из строя", "Error 14": "F4 - Ошибка датчика вытяжного воздуха", "Error 15": "F5 - Неисправность протектора верхней крышки компрессора", "Error 16": "F6 - Неисправность датчика температуры наружного воздуха", "Error 17": "F7 - Защита от повышенного / пониженного напряжения", "Error 18": "F8 - Неисправность наружной модульной связи", "Error 19": "F9 - Неисправность внешнего EEPROM", "Error 20": "FA - Сбой датчика в контуре рециркуляции", "Error 21": "FB - Неисправность внутреннего двигателя постоянного тока", "Error 22": "FC - Неправильное переключение четырехходового клапана", "Error 23": "FD - Неисправность цепи внутреннего вентилятора", "Error 24": "FE - Неисправность датчика температуры конденсации на открытом воздухе", "Error 25": "P2 - Защита от высокого напряжения", "Error 26": "P3 - Отсутствие хладагента", "Error 27": "P4 - Защита внешнего диска от перегрузки (охлаждение)", "Error 28": "P5 - Защита от высокого давления", "Error 29": "P6 - Защита от высоких температур в помещении (нагрев)", "Error 30": "P7 - Защита от замерзания внутри помещений (охлаждение)", "Error 31": "P8 - Защита от перегрузки по току", "Error 32": "P9 - Сбой связи между дисплеем и сенсорной панелью", "Error 33": "PA - Слишком высокая температура конденсации", "Error 34": "L0 - Неисправность при перенапряжении постоянного тока", "Error 35": "L1 - Защита от перегрузки по току фазного тока компрессора", "Error 36": "L2 - Неисправность ступенчатого компрессора", "Error 37": "L3 - Неисправность с потерей фазы компрессора", "Error 38": "L4 - Неисправность модуля привода компрессора IPM", "Error 39": "L5 - Аппаратная защита PFC от перегрузки по току", "Error 40": "L6 - Программная защита PFC от перегрузки по току", "Error 41": "L7 - Обнаружение тока и защита от сбоев в работе", "Error 42": "L8 - Неисправность несбалансированного шунтирующего резистора", "Error 43": "L9 - Неисправность датчика температуры IPM", "Error 44": "LA - Не удалось запустить компрессор", "Error 45": "LC - Обнаружение тока PFC и защита от сбоев в работе", "Error 46": "LD - Обнаружение тока вентилятора постоянного тока и защита от сбоев в работе", "Error 47": "LE - Защита вентилятора постоянного тока от потери фазы", "Error 48": "LF - Защита от перегрузки вентилятора постоянного тока", "Error 49": "LH - Защита вентилятора постоянного тока IPM", "Error 50": "49 - Неизвестная ошибка", "Error 51": "50 - Неизвестная ошибка", "Error 52": "51 - Неизвестная ошибка", "Error 53": "52 - Неизвестная ошибка", "Error 54": "53 - Неизвестная ошибка", "Error 55": "54 - Неизвестная ошибка", "Error 56": "55 - Неизвестная ошибка", "Error 57": "56 - Неизвестная ошибка", "Error 58": "57 - Неизвестная ошибка", "Error 59": "58 - Неизвестная ошибка", "Error 60": "59 - Температура выхлопного воздуха выше низкой защиты", "Error 61": "60 - Защита от отключения низкого давления", "Error 62": "61 - Низкое давление, слишком слабая защита", "Error 63": "62 - Неисправность четырехходового клапана", "Error 64": "63 - Датчик температуры наружного воздуха внутреннего испарителя TE2...", "Error 65": "64 - Датчик температуры на выходе испарителя внутреннего блока TE1 FA...", "Error 66": "65 - Неисправность подключения внутренней линии связи", "Error 67": "66 - Выход из строя внутреннего водяного насоса", "Error 68": "67 - Сбой связи с линейным контроллером", "Error 69": "68 - Зарезервированная ошибка", "Error 70": "69 - Неисправность датчика высокого давления", "Error 71": "70 - Превышение температуры PFC", "Error 72": "71 - Неисправность датчика температуры PFC", "Error 73": "72 - Неизвестная ошибка", "Error 74": "73 - Неизвестная ошибка", "Error 75": "74 - Неизвестная ошибка", "Error 76": "75 - Неизвестная ошибка", "Error 77": "76 - Неизвестная ошибка", "Error 78": "77 - Неизвестная ошибка", "Error 79": "78 - Неизвестная ошибка", "Error 80": "79 - Неизвестная ошибка", "Error 81": "80 - Неизвестная ошибка", "Error 82": "81 - Неизвестная ошибка", "Error 83": "82 - Неизвестная ошибка", "Error 84": "83 - Неизвестная ошибка", "Error 85": "84 - Неизвестная ошибка", "Error 86": "85 - Неизвестная ошибка", "Error 87": "86 - Неизвестная ошибка", "Error 88": "87 - Неизвестная ошибка", "Error 89": "88 - Неизвестная ошибка", "Error 90": "89 - Неизвестная ошибка", "Error 91": "90 - Неизвестная ошибка", "Error 92": "91 - Неизвестная ошибка", "Error 93": "92 - Неизвестная ошибка", "Error 94": "93 - Неизвестная ошибка", "AC connected": "Кондиционер подключен", "Current compressor power": "Текущая мощность компрессора", "Current fan speed": "Текущая скорость вентилятора", "Normal mode": "Обычный режим", "Disabled if no errors": "Отключен если нет ошибок", "Disabled untill reboot": "Отключен до перезагрузки", "Always disabled": "Всегда отключен", "Green untill reboot": "Зеленый до перезагрузки", "Red untill reboot": "Красный до перезагрузки", "template_title": "ONOKOM AIR AUX-1-MB-B (Адаптер для бытовых и полупромышленных систем AUX)" } } } }