{ "title": "template_title", "device_type": "ONOKOM-AIR-HS-5-MB-B", "group": "g-air-conditioning", "hw": [ { "signature": "HS-5-MB-B" } ], "device": { "name": "ONOKOM-AIR-HS-5-MB-B", "id": "ONOKOM-AIR-HS-5-MB-B", "groups": [ { "title": "General", "id": "general", "order": 1 }, { "title": "Temperature control", "id": "temperatureControl", "order": 2 }, { "title": "Vanes", "id": "vanes", "order": 3 }, { "title": "HW Info", "id": "hw_info", "order": 6 }, { "title": "Setup", "id": "setup", "order": 7 }, { "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 }, { "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 }, { "id": "status_led", "title": "Status LED", "address": 450, "reg_type": "holding", "format": "s16", "type": "value", "enum": [ 0, 1, 2, 3, 8, 9 ], "default": 0, "enum_titles": [ "Normal mode", "Disabled if no errors", "Disabled untill reboot", "Always disabled", "Green untill reboot", "Red untill reboot" ], "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": 6, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1" }, { "name": "Fan speed", "reg_type": "holding", "address": 7, "type": "value", "format": "u16", "min": 0, "max": 6, "sporadic": true, "group": "general", "enum": [ 0, 1, 2, 3, 4, 5, 6 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed", "4 Speed", "5 Speed", "6 Speed" ], "condition": "Show_fan_as_range!=1" }, { "name": "Smart fan speed", "reg_type": "holding", "address": 8, "type": "range", "format": "u16", "min": 0, "max": 7, "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": 7, "sporadic": true, "group": "general", "enum": [ 0, 1, 2, 3, 4, 5, 6, 7 ], "enum_titles": [ "Auto", "Quiet mode", "1 Speed", "2 Speed", "3 Speed", "4 Speed", "5 Speed", "6 Speed" ], "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": "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": "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", "min": 0, "max": 6, "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": "Vertical vanes", "reg_type": "holding", "address": 10, "type": "range", "format": "u16", "min": 0, "max": 8, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1" }, { "name": "Vertical vanes", "reg_type": "holding", "address": 10, "type": "value", "format": "u16", "min": 0, "max": 8, "sporadic": true, "group": "vanes", "enum": [ 0, 1, 2, 3, 4, 5, 6, 7, 8 ], "enum_titles": [ "Stop", "Swing", "Far Left", "Left", "Middle Left", "Middle", "Middle Right", "Right", "Far Right" ], "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": "Temeperature 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": "AC connected", "reg_type": "coil", "address": 20, "type": "switch", "sporadic": true, "group": "debug", "readonly": true }, { "name": "Indoor unit model", "reg_type": "holding", "address": 500, "type": "text", "format": "string", "group": "setup", "readonly": true, "string_data_size": 15 }, { "name": "Outdoor unit model", "reg_type": "holding", "address": 520, "type": "text", "format": "string", "group": "setup", "readonly": true, "string_data_size": 15 }, { "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": "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": "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": "Signature", "enabled": false, "reg_type": "input", "address": 290, "type": "text", "format": "string", "sporadic": true, "group": "hw_info", "readonly": true, "string_data_size": 12 }, { "name": "Serial", "enabled": false, "reg_type": "holding", "address": 270, "type": "text", "format": "u32", "group": "hw_info", "readonly": true }, { "name": "Uptime", "enabled": false, "reg_type": "input", "address": 104, "type": "text", "format": "u32", "group": "hw_info" }, { "name": "MCU Temperature", "enabled": false, "reg_type": "input", "address": 124, "type": "temperature", "format": "s16", "scale": 0.1, "group": "hw_info" }, { "name": "Reboot Device", "enabled": false, "reg_type": "holding", "address": 120, "type": "pushbutton", "group": "hw_info" }, { "name": "Gateway mode", "reg_type": "holding", "address": 656, "type": "value", "min": 0, "max": 2, "group": "setup", "enum": [ 0, 1, 2 ], "enum_titles": [ "LISTEN_ONLY", "EMULATE_M_WRC", "EMULATE_S_WRC" ] }, { "name": "Errors", "reg_type": "discrete", "address": 0, "type": "switch", "group": "errors", "readonly": true }, { "name": "Error code", "reg_type": "input", "address": 1, "type": "value", "min": 0, "max": 38, "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 ], "enum_titles": [ "No error", "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" ], "readonly": true } ], "translations": { "en": { "template_title": "ONOKOM AIR HS-5-MB-B (Adapter for household Hisesnse systems)", "No error": "No error", "Error 0": "1 - Activation of protection device (float switch)", "Error 1": "2 - Activation of safty device (high pressure cut)", "Error 2": "3 - Abnormality between indoor and outdoor", "Error 3": "4 - Abnormality between inverter pcb and outdoor unit pcb", "Error 4": "5 - Abnormality power supply phases", "Error 5": "6 - Abnormal inverter voltage", "Error 6": "7 - Decrease in discharge gas superheat", "Error 7": "8 - Increase in discharge gas temperature", "Error 8": "11 - Inlet air thermistor/inlet water thermistor", "Error 9": "12 - Outlet air thermistor/outlet water thermistor", "Error 10": "13 - Freeze protection thermistor", "Error 11": "14 - Gas piping thermistor", "Error 12": "19 - Activation of protection device for indoor fan", "Error 13": "21 - High pressure sensor", "Error 14": "22 - Outdoor air thermistor", "Error 15": "23 - Discharge gas thermistor", "Error 16": "24 - Heat exchanger liquid pipe thermistor", "Error 17": "25", "Error 18": "29 - Low pressure sensor", "Error 19": "31 - Incorrect capacity setting of outdoor unit and indoor unit/water module", "Error 20": "35 - Incorrect setting of indoor unit no.", "Error 21": "36 - Incorrect of indoor unit combination", "Error 22": "38 - Abnormality of picking up circuit for protection in outdoor unit", "Error 23": "43 - Activation of low compression ratio protection device", "Error 24": "44", "Error 25": "45", "Error 26": "46 - Activation of high pressure decrease protection device", "Error 27": "47 - Activation of low pressure decrease protection device (vacuum operation protection)", "Error 28": "48 - Activation of inverter overcurrent protection device", "Error 29": "51 - Abnormal inverter current sensor", "Error 30": "53 - Inverter error signal detection", "Error 31": "54 - Abnormality of inverter fin temperature", "Error 32": "55 - Inverter failure", "Error 33": "57 - Activation of fan motor", "Error 34": "EE - Compressor protection", "Error 35": "b1 - Incorrect setting of unit and refrigerant cycle no.", "Error 36": "b5 - Incorrect indoor unit connection number setting", "Error 37": "Ab - Abnormality of refrigerant cooling module temperature" }, "ru": { "template_title": "ONOKOM AIR HS-5-MB-B (Адаптер для бытовых систем Hisense)", "General": "Основные режимы и функции", "Active": "Состояние", "Mode": "Режим", "Active mode": "Состояние и режим", "Fan speed": "Скорость вентилятора", "Smart fan speed": "Скорость вентилятора расширенная", "Show modes as range": "Отображать режимы как ползунок", "Off": "Выключен", "Heat": "Нагрев", "Cool": "Охлаждение", "Auto": "Авто", "Dry": "Осушение", "Fan": "Вентиляция", "Idle": "Простаивает", "Heating": "Нагрев", "Cooling": "Охлаждение", "Temperature control": "Контроль температуры", "Allow the use of an external temperature sensor": "Разрешить использование внешнего датчика температуры", "Indoor air temperature": "Температура воздуха в помещении", "Target temperature": "Целевая температура", "Show thermostat state as range": "Отображать состояние термостата как ползунок", "Thermostat state": "Состояние термостата", "Vanes": "Жалюзи", "Show vanes as range": "Отображать жалюзи как ползунок", "Horizontal vanes": "Горизонтальные жалюзи", "Swing": "Качание", "Lowest": "Самое низкое", "Low": "Низкое", "Middle": "Среднее", "High": "Высокое", "Highest": "Самое высокое", "Far Left": "Самое левое", "Left": "Левое", "Middle Left": "Среднее левое", "Right": "Правое", "Middle Right": "Среднее правое", "Far Right": "Самое правое", "Vertical vanes": "Вертикальные жалюзи", "Vanes swing": "Качание жалюзи", "Stop": "Остановлены", "Horizontal and vertical vanes swing": "Качание горизонтальных и вертикальных жалюзи", "Horizontal vanes swing": "Качание горизонтальных жалюзи", "Vertical vanes swing": "Качание вертикальных жалюзи", "Show fan as range": "Отображать вентилятор как ползунок", "1 Speed": "1 Скорость", "2 Speed": "2 Скорость", "3 Speed": "3 Скорость", "4 Speed": "4 Скорость", "5 Speed": "5 Скорость", "6 Speed": "6 Скорость", "Quiet mode": "Режим тихий", "No": "Нет", "Yes": "Да", "Baud rate": "Скорость обмена", "baud_rate_description": "Перед изменением параметра убедитесь, что связь с устройством установлена. Выберите нужную скорость обмена, сохраните конфигурацию, а затем укажите в настройках порта эту же скорость.", "Parity bit": "Бит чётности", "parity_bit_description": "Перед изменением параметра убедитесь, что связь с устройством установлена. Выберите нужный бит четности, сохраните конфигурацию, а затем укажите в настройках порта этот же бит четности.", "HW Info": "Данные модуля", "HW Version": "Версия устройства", "FW Version": "Версия прошивки", "PROTO Version": "Версия протокола", "Signature": "Сигнатура устройства", "Uptime": "Время работы с момента включения (с)", "MCU Temperature": "Температура МК", "Serial": "Серийный номер", "Reboot Device": "Перезагрузить устройство", "Setup": "Настройки", "Gateway mode": "Режим шлюза", "LISTEN_ONLY": "Слушатель", "EMULATE_M_WRC": "Главный", "EMULATE_S_WRC": "Ведомый", "Outdoor unit model": "Наружный блок", "Indoor unit model": "Внутренний блок", "Debug": "Диагностика", "Temeperature correction": "Коррекция температуры", "AC connected": "Кондиционер подключен", "Status LED": "Индикатор состояния", "Normal mode": "Обычный режим", "Disabled if no errors": "Отключен если нет ошибок", "Disabled untill reboot": "Отключен до перезагрузки", "Always disabled": "Всегда отключен", "Green untill reboot": "Зеленый до перезагрузки", "Red untill reboot": "Красный до перезагрузки", "Errors": "Ошибки", "Error code": "Код ошибки", "No error": "Нет ошибки", "Error 1": "2 - Срабатывание устройства защиты (отсечка высокого давления)", "Error 2": "3 - Сбой на линии связи между внутренним и наружным блоками", "Error 3": "4 - Сбой на линии связи между печатной платой инверторного модуля и наружного блока, контроллером вентилятора и печатной платой наружного блока", "Error 4": "5 - Сбой в работе фаз источника электропитания", "Error 5": "6 - Фактическое напряжение инвертора не соответствуют заданному", "Error 6": "7 - Уменьшение степени перегрева нагнетаемого газа.", "Error 7": "8 - Повышение температуры нагнетаемого газа", "Error 8": "11 - Термистор, контролирующий поступающий воздух неправильное подсоединение, отсоединение проводов", "Error 9": "12", "Error 10": "13", "Error 11": "14", "Error 12": "19 - Срабатывание устройства защиты вентилятора внутреннего блока перегрев и блокирование вентилятора электродвигателя", "Error 13": "21 - Датчик высокого давления неправильное подсоединение, отсоединение проводов", "Error 14": "22", "Error 15": "23", "Error 16": "24", "Error 17": "25", "Error 18": "29", "Error 19": "31 - Неправильная настройка значений производительности внутреннего и наружного блоков", "Error 20": "35 - Дублирование количества внутренних блоков в одной и той же группе холодильного контура.", "Error 21": "36", "Error 22": "38 - Сбой в работе цепи защиты (сбой в работе устройства защиты, неправильное подсоединение проводов печатной платы наружного блока)", "Error 23": "43 - Срабатывание устройства защиты от низкой степени сжатия", "Error 24": "44 - Перегрузка в режиме охлаждения, высокая температура в режиме обогрева, блокирование (ослабленные разъемы)", "Error 0": "1 - Срабатывание устройства защиты", "Error 25": "45 - Защита от перегрузок (засор, ухудшение пропускной способности), засор в трубопроводах, избыточное количество хладагента, смесь инертного газа", "Error 26": "46", "Error 27": "47 - Недостаточное количество хладагента, засор трубопровода хладагента, блокирование (ослабленный разъем)", "Error 28": "48 - Эксплуатация с перегрузкой, выход компрессора из строя", "Error 29": "51 - Сбой в работе датчика тока", "Error 30": "53 - Обнаружение сигнала ошибки инверторного модуля", "Error 31": "54 - Сбой в работе термистора пластин инверторного модуля, засор теплообменника, выход из строя электродвигателя вентилятора", "Error 32": "55 - Неисправна печатная плата инвертора", "Error 33": "57 - Неисправность двигателя вентилятора", "Error 34": "EE - Сигнал срабатывания защиты компрессора", "Error 35": "b1 - Присвоение неправильного номера наружному блоку и холодильному контуру", "Error 36": "b5 - Присвоение неправильного номера соединению внутреннего блока", "Error 37": "Ab" } } } }