{ "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": "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", "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": 6, "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, 2, 3, 4, 5, 6, 7 ], "enum_titles": [ "Auto", "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": "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": 8, "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, 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": "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": "Gateway mode", "reg_type": "holding", "address": 656, "type": "value", "group": "setup", "enum": [ 0, 1, 2 ], "enum_titles": [ "LISTEN_ONLY", "EMULATE_M_WRC", "EMULATE_S_WRC" ] }, { "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": "AC connected", "reg_type": "coil", "address": 20, "type": "switch", "sporadic": true, "group": "debug", "readonly": true } ], "translations": { "en": { "template_title": "ONOKOM AIR HS-5-MB-B (Adapter for household Hisesnse systems)", "Error 0": "1 - Activation of protection device (float switch)", "Error 1": "2 - Activation of safety 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 - Unknown error", "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 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 - Overload in cooling mode, high temperature in heating mode, blocking (loose connectors)", "Error 25": "45 - Overload protection (clogging, reduced flow capacity), pipeline blockage, excessive refrigerant charge, inert gas mixture", "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": { "General": "Основные режимы и функции", "Temperature control": "Контроль температуры", "Vanes": "Жалюзи", "HW Info": "Данные модуля", "Setup": "Настройки", "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": "Отображать состояние термостата как ползунок", "Baud rate": "Скорость обмена", "baud_rate_description": "Перед изменением параметра убедитесь, что связь с устройством установлена. Выберите нужную скорость обмена, сохраните конфигурацию, а затем укажите в настройках порта эту же скорость.", "Parity bit": "Бит чётности", "parity_bit_description": "Перед изменением параметра убедитесь, что связь с устройством установлена. Выберите нужный бит четности, сохраните конфигурацию, а затем укажите в настройках порта этот же бит четности.", "Normal mode": "Обычный режим", "Disabled if no errors": "Отключен если нет ошибок", "Disabled untill reboot": "Отключен до перезагрузки", "Always disabled": "Всегда отключен", "Green untill reboot": "Зеленый до перезагрузки", "Red untill reboot": "Красный до перезагрузки", "Active": "Состояние", "Mode": "Режим", "Heat": "Нагрев", "Cool": "Охлаждение", "Auto": "Авто", "Dry": "Осушение", "Fan": "Вентиляция", "Active mode": "Состояние и режим", "Off": "Выключен", "Fan speed": "Скорость вентилятора", "1 Speed": "1 Скорость", "2 Speed": "2 Скорость", "3 Speed": "3 Скорость", "4 Speed": "4 Скорость", "5 Speed": "5 Скорость", "6 Speed": "6 Скорость", "Smart fan speed": "Скорость вентилятора расширенная", "Indoor 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": "Вертикальные жалюзи", "Far Left": "Самое левое", "Left": "Левое", "Middle Left": "Среднее левое", "Middle Right": "Среднее правое", "Right": "Правое", "Far Right": "Самое правое", "FW Version": "Версия прошивки", "HW Version": "Версия устройства", "MCU Temperature": "Температура МК", "PROTO Version": "Версия протокола", "Reboot Device": "Перезагрузить устройство", "Serial": "Серийный номер", "Signature": "Сигнатура устройства", "Uptime": "Время работы с момента включения (с)", "Gateway mode": "Режим шлюза", "LISTEN_ONLY": "Слушатель", "EMULATE_M_WRC": "Главный", "EMULATE_S_WRC": "Ведомый", "Indoor unit model": "Внутренний блок", "Outdoor unit model": "Наружный блок", "AC connected": "Кондиционер подключен", "template_title": "ONOKOM AIR HS-5-MB-B (Адаптер для бытовых систем Hisense)", "Error 0": "1 - Срабатывание устройства защиты", "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 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 - Аномалия температуры модуля охлаждения хладагентом" } } } }