{
    "title": "WBE2-I-OPENTHERM_template_title",
    "device_type": "WBE2-I-OPENTHERM-FW-1.93",
    "group": "g-wb",
    "device": {
        "name": "WBE2-I-OPENTHERM fw1.93",
        "id": "wbe2-i-opentherm",
        "response_timeout": 200,
        "guard_interval_us": 2500,
        "groups": [
            {
                "title": "Boiler State",
                "id": "boiler_state"
            },
            {
                "title": "Hot Water Settings",
                "id": "hot_water_settings"
            },
            {
                "title": "OpenTherm Commands",
                "id": "opentherm_commands"
            },
            {
                "title": "HW Info",
                "id": "hw_info"
            },
            {
                "title": "Heating Settings",
                "id": "heating_settings"
            },

             {
                "title": "Boiler manufacturer",
                "id": "boiler_manufacturer"
            }
        ],

        "setup": [
            {
                "title": "disable direct heating control",
                "address": 203,
                "reg_type": "holding",
                "value": 0,
                "readonly": false,
                "condition": "(heating_options==1)||(heating_options==2)||(heating_options==3)"
            },
            {
                "title": "enable direct heating control",
                "address": 205,
                "reg_type": "holding",
                "value": 0,
                "condition": "(heating_options==0)||(heating_options==3)"
            },
            {
                "title": "enable room sensor",
                "address": 207,
                "reg_type": "holding",
                "value": 0,
                "condition": "heating_options==0"
            },
            {
                "title": "enable room sensor",
                "address": 207,
                "reg_type": "holding",
                "value": 1,
                "condition": "heating_options==1"
            },
            {
                "title": "enable outdoor sensor",
                "address": 207,
                "reg_type": "holding",
                "value": 2,
                "condition": "heating_options==2"
            },
            {
                "title": "enable winter mode",
                "address": 212,
                "reg_type": "holding",
                "value": 1,
                "condition": "(heating_options==1)||(heating_options==2)||(heating_options==0)"
            },
            {
                "title": "Current algorithm fix",
                "address": 219,
                "reg_type": "holding",
                "value": 0,
                "condition": "use_algorithm==0"
            },
            {
                "title": "Current algorithm standart",
                "address": 219,
                "reg_type": "holding",
                "value": 1,
                "condition": "use_algorithm==1"
            },
            {
                "title": "Current algorithm synchrofix",
                "address": 219,
                "reg_type": "holding",
                "value": 2,
                "condition": "use_algorithm==2"
            }
        ],

        "parameters": [
            {
                "id": "heating_options",
                "title": "Heating Settings",
                "address": 207,
                "reg_type" : "holding",
                "enum": [
                    1,
                    2,
                    0
                ],
                "enum_titles": 
		[
                    "Room Temperature Sensor",
                    "Outdoor Temperature Sensor",
                    "Direct Heating Setpoint Control"
                ],
                "default": 0,
                "required": true,
                "order": 1,
                "group": "heating_settings",
                "readonly": false
            },


            {
                "id": "boiler_mode",
                "title": "Current Boiler Mode",
                "address": 212,
                "reg_type": "holding",
                "enum": [
                    0,
                    1,
                    2,
	            3
                ],
                "enum_titles": [
                    "STANDBY",
                    "WINTER",
                    "SUMMER",
		    "CHONLY"
                ],
                "default": 1,
                "order": 2,
                "group": "heating_settings",
                "condition": "(heating_options==0)||(heating_options==1)||(heating_options==2)||(heating_options==3)"
            },

            {
                "id": "gest_settings",
                "title": "Gest Settings",
                "address": 225,
                "reg_type": "holding",
                "enum": [
                    0,
                    1
                ],
                "enum_titles": [
                    "Гистерезис котла",
		    "Гистерезис пользователя"
                ],
                "default": 0,
                "order": 5,
                "group": "heating_settings",
            },


            {
                "id": "CH_heating_mode",
                "title": "CH heating mode",
                "address": 224,
                "reg_type": "holding",
                "enum": [
                    0,
                    1
                       
                ],
                "enum_titles": [
                    "Linear",
                    "MaxPower"
                ],
                "default": 0,
                "order": 2,
                "group": "heating_settings",
                "condition": "heating_options==1"
            },

            {
                "id": "climate_curve_number",
                "title": "Climate Curve Number",
                "description": "climate_curve_number_description",
                "address": 206,
                "reg_type": "holding",
                "default": 1,
                "min": 1,
                "max": 200,
                "order": 3,
                "group": "heating_settings",
                "condition": "heating_options==2"
            },
            {
                "id": "climate_curve_number_fine",
                "title": "Climate Curve Number Fine",
                "description": "climate_curve_number_description_fine",
                "address": 226,
                "reg_type": "holding",
                "default": 0,
                "min": 0,
                "max": 9,
                "order": 4,
                "group": "heating_settings",
                "condition": "heating_options==2"
            },

            {
                "id": "use_algorithm",
                "title": "Current Algorithm",
                "address": 219,
                "reg_type": "holding",
                "enum": [
                    0,
                    1,
                    2
                ],
                "enum_titles": [
                    "FIX_INTERVAL",
                    "STANDART",
                    "FIX_INTERVAL_SYNCHRO"
                ],
                "default": 1,
                "order": 1,
                "group": "hw_info"
            },


            {
                "id": "boiler_manufacturer",
                "title": "Boiler manufacturer",
                "address": 223,
                "reg_type": "holding",
                "enum": [
                    0,
                    1,
                    2,
		    3
                ],
                "enum_titles": [
                    "BAXI Ampera",
                    "ImmerGaz",
                    "ZOTA X-Line 100E",
		    "Другой"
                ],
                "default": 3,
                "order": 1,
                "group": "boiler_manufacturer"
            }
        ],

        "channels": [


            {
                "name": "Boiler Status",
                "address": 205,
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state"
            },
            {
                "name": "Boiler Flame Status",
                "address": "205:3:1",
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state"
            },
            {
                "name": "Master CH enable",
                "address": "205:8:1",
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state"
            },
            {
                "name": "Boiler CH mode",
                "address": "205:1:1",
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state"
            },
            {
                "name": "Master DHW enable",
                "address": "205:9:1",
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state"
            },
            {
                "name": "Boiler DHW mode",
                "address": "205:2:1",
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state"
            },
            {
                "name": "Master CH2 enable",
                "address": "205:12:1",
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state",
                "enabled": false
            },
            {
                "name": "Boiler CH2 mode",
                "address": "205:5:1",
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state",
                "enabled": false
            },
            {
                "name": "Master OTC active",
                "address": "205:11:1",
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state",
                "enabled": false
            },
            {
                "name": "Boiler fault indication",
                "address": "205:0:1",
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state"
            },
            {
                "name": "Error Code",
                "address": 206,
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state"
            },
            {
                "name": "Low water press",
                "address": "229:2:1",
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state"
            },
            {
                "name": "GAS Flame fault",
                "address": "229:3:1",
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state"
            },
            {
                "name": "Air press fault",
                "address": "229:4:1",
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state"
            },
            {
                "name": "Water overtemp",
                "address": "229:5:1",
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state"
            },
            {
                "name": "Invalid Connection",
                "address": 217,
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state"
            },
            {
                "name": "Solar Storage temp",
                "address": 220,
                "reg_type": "input",
		"type": "value",
                "units": "deg C",
                "format": "u16",
                "scale": 0.1,
                "offset": -100,
                "group": "boiler_state",
                "enabled": false
            },
            {
                "name": "Solar Collector temp",
                "address": 221,
                "reg_type": "input",
		"type": "value",
                "units": "deg C",
                "format": "u16",
                "scale": 0.1,
                "offset": -100,
                "group": "boiler_state",
                "enabled": false
            },
            {
                "name": "CH2 Temperature",
                "address": 222,
                "reg_type": "input",
		"type": "value",
                "units": "deg C",
                "format": "u16",
                "group": "boiler_state",
                "enabled": false
            },
            {
                "name": "Heating Temperature",
                "address": 207,
                "reg_type": "input",
		"type": "value",
                "units": "deg C",
                "format": "u16",
                "group": "boiler_state"
            },
            {
                "name": "Heating Return Water Temperature",
                "address": 216,
                "reg_type": "input",
		"type": "value",
                "units": "deg C",
                "format": "u16",
                "group": "boiler_state",
                "enabled": false
            },

            {
                "name": "Calculated Heating Setpoint",
                "address": 203,
                "reg_type": "holding",
		"type": "value",
                "units": "deg C",
                "format": "u16",
                "min": 0,
                "max": 80,
                "readonly": true,
                "group": "heating_settings",
                "condition": "(heating_options==1)||(heating_options==2)"
            },

            {
                "name": "Heating Setpoint",
                "write_address": 203,
                "reg_type": "holding",
		"type": "value",
                "units": "deg C",
                "format": "u16",
		"round_to": 0.0,
                "min": 0,
                "max": 85,
                "readonly": false,
		"default": 44,
                "group": "heating_settings",
                "condition": "heating_options==0"
            },
            {
                "name": "Hot Water Temperature",
                "address": 208,
                "reg_type": "input",
                "type": "value",
                "units": "deg C",
                "format": "u16",
                "group": "boiler_state"

            },
            {
                "name": "Hot Water Setpoint",
                "address": 204,
                "reg_type": "holding",
                "type": "value",
                "units": "deg C",
                "format": "u16",
                "min": 0,
                "max": 80,
                "group": "hot_water_settings",
		"condition": "(boiler_mode==1)||(boiler_mode==2)"
            },

            {
                "name": "Burner Modulation Level",
                "address": 209,
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "units": "%",
                "group": "boiler_state",
		"enabled": true
            },
            {

                "name": "Water Pressure",
                "address": 210,
                "reg_type": "input",
                "type": "pressure",
                "format": "u16",
                "scale": 0.1,
                "offset": -100,
		"round_to": 0.1,
                "group": "boiler_state"
            },
            {
                "name": "Boiler Outdoor Temperature Sensor",
                "address": 211,
                "reg_type": "input",
		"type": "value",
                "units": "deg C",
                "format": "s16",
                "scale": 0.1,
                "offset": -100,
                "round_to": 0.1,
                "group": "boiler_state",
                "enabled": true
            },
            {
                "name": "Hot Water Setpoint Min",
                "address": 213,
                "reg_type": "input",
		"type": "value",
                "units": "deg C",
                "format": "u16",
                "group": "boiler_state",
                "enabled": false
            },
            {
                "name": "Hot Water Setpoint Max",
                "address": 212,
                "reg_type": "input",
		"type": "value",
                "units": "deg C",
                "format": "u16",
                "group": "boiler_state",
                "enabled": false
            },
            {
                "name": "Heating Setpoint Min",
                "address": 215,
                "reg_type": "input",
		"type": "value",
                "units": "deg C",
                "format": "u16",
                "group": "boiler_state",
                "enabled": false
            },
            {
                "name": "Heating Setpoint Max",
                "address": 214,
                "reg_type": "input",
		"type": "value",
                "units": "deg C",
                "format": "u16",
                "group": "boiler_state",
                "enabled": false
            },
            {
                "name": "Command Type",
                "address": 209,
                "reg_type": "holding",
                "type": "value",
                "format": "u16",
                "min": 1,
                "max": 10,
                "group": "opentherm_commands",
                "enabled": false
            },
            {
                "name": "Command ID",
                "address": 210,
                "reg_type": "holding",
                "type": "value",
                "format": "u16",
                "min": 1,
                "max": 200,
                "group": "opentherm_commands",
                "enabled": false
            },
            {
                "name": "Data Type",
                "address": 211,
                "reg_type": "holding",
                "type": "value",
                "format": "u16",
                "min": 1,
                "max": 100000,
                "group": "opentherm_commands",
                "enabled": false
            },
            {
                "name": "CH Gest",
                "address": 216,
                "reg_type": "holding",
                "type": "value",
                "format": "u16",
                "min": 1,
                "max": 10,
                "group": "boiler_state",
                "enabled": true,
		"default": 10
            },
            {
                "name": "DHW Gest",
                "address": 217,
                "reg_type": "holding",
                "type": "value",
                "format": "u16",
                "min": 1,
                "max": 5,
                "group": "boiler_state"
            },
            {
                "name": "CH Min Value",
                "address": 214,
                "reg_type": "holding",
                "type": "value",
                "format": "u16",
                "min": 20,
                "max": 85,
                "group": "boiler_state",
		"enabled": false
            },
            {
                "name": "CH Max Value",
                "address": 215,
                "reg_type": "holding",
                "type": "value",
                "format": "u16",
                "min": 20,
                "max": 85,
                "group": "boiler_state",
		"enabled": false
            },
            {
                "name": "Auto Temp Switch",
                "address": 213,
                "reg_type": "holding",
                "type": "value",
                "format": "u16",
                "min": 0,
                "max": 1,
                "group": "boiler_state",
                "enabled": true
            },
            {
                "name": "Season reg",
                "address": 212,
                "reg_type": "holding",
                "type": "value",
                "format": "u16",
                "min": 0,
                "max": 10,
                "scale": 1,
                "group": "boiler_state",
                "enabled": false
            },
            {
                "name": "OT MasterID",
                "address": 218,
                "reg_type": "holding",
                "type": "value",
                "format": "u16",
                "min": 0,
                "max": 9,
                "group": "opentherm_commands",
                "enabled": false
            },
	    {
                "name": "Current Boiler Mode",
                "address": 212,
                "reg_type": "holding",
                "type": "value",
                "format": "u16",
		"enum": [0, 1, 2, 3],
                "enum_titles": ["STANDBY", "WINTER", "SUMMER", "CHONLY"],
                "group": "heating_settings",
                "condition": "(heating_options==0)||(heating_options==1)||(heating_options==2)||(heating_options==3)"
            },

            {
                "name": "Max Modulation Level",
                "address": 222,
                "reg_type": "holding",
		"type": "value",
                "units": "%",
                "format": "u16",
                "min": 0,
                "max": 100,
                "group": "heating_settings"
            },
            {
                "name": "Use Modulation Level Limitation",
                "address": 226,
                "reg_type": "input",
		"type": "value",
  		"format": "u16",
                "group": "heating_settings"
            },
            {
                "name": "DHW Override",
                "address": 218,
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state"
            },
	    {
                "name": "DHW Transfer",
                "address": 219,
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "boiler_state"
            },
            {
                "name": "Algorithm_type",
                "address": 225,
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "hw_info",
                "enabled": false
            },
            
           {	"name": "Climate Curve Number",
                "address": 206,
                "reg_type": "holding",
                "min": 1,
                "max": 200,
		"readonly": true,
                "group": "heating_settings",
                "condition": "heating_options==2"
	   },


	    {
                "name": "Climate Curve Number Fine",
                "address": 226,
                "reg_type": "holding",
                "default": 0,
                "min": 0,
                "max": 9,
		"readonly": true,
                "group": "heating_settings",
                "condition": "heating_options==2"
            },

            {
                "name": "Temperature Sensor Type",
                "address": 207,
                "reg_type": "holding",
                "type": "value",
		"enum": [1, 2, 0],
                "enum_titles": ["Room Temperature Sensor", "Outdoor Temperature Sensor", "Direct Heating Setpoint Control"],
                "readonly": true,
                "group": "heating_settings",
                "condition": "(heating_options==1)||(heating_options==2)||(heating_options==0)",
                "enabled": true
            },
            {
                "name": "Current boiler",
                "address": 223,
                "reg_type": "holding",
		"type": "value",
		"enum": [0, 1, 2, 3],
		"enum_titles": ["BAXI Ampera", "ImmerGaz", "ZOTA X-Line 100E", "Другой"],
                "default": 3,
		"readonly": true,
                "group": "boiler_manufacturer",
                "condition": "(heating_options==0)||(heating_options==1)||(heating_options==2)||(heating_options==3)",
         	"enabled": true
             },

            {
                "name": "FW Version",
                "address": 204,
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "scale": 0.01,
                "group": "hw_info"
            },
            {
                "name": "Room Temperature",
                "address": 208,
                "reg_type": "holding",
		"type": "value",
                "units": "deg C",
                "format": "s16",
                "scale": 0.1,
		"round_to": 0.1,
                "offset": -100,
                "min": -50,
                "max": 60,
                "group": "heating_settings",
                "condition": "heating_options==1"
            },
            {
		"name": "Outdoor Temperature",
                "address": 208,
                "reg_type": "holding",
		"type": "value",
                "units": "deg C",
                "format": "s16",
                "scale": 0.1,
                "offset": -100,
		"round_to": 0.1,
                "min": -50,
                "max": 40,
                "group": "heating_settings",
                "condition": "heating_options==2"            
	    },
            {
                "name": "Room Temperature Setpoint",
                "address": 205,
                "reg_type": "holding",
		"type": "value",
                "units": "deg C",
                "format": "u16",
                "min": 0,
                "max": 35,
                "group": "heating_settings",
                "condition": "heating_options==1"
            },
            {
                "name": "Heating Status",
                "reg_type": "holding",
                "address": 205,
                "type": "switch",
                "group": "heating_settings",
                "condition": "heating_options==2",
		"enabled": false
            },
            {
                "name": "Heating Setpoint",
                "address": 203,
                "reg_type": "holding",
		"type": "value",
                "units": "deg C",
                "format": "u16",
		"round_to": 0.0,
                "min": 0,
                "max": 80,
                "readonly": true,
                "group": "heating_settings",
                "condition": "heating_options==3"
            },
            {
                "name": "Debug Field 1",
                "address": 227,
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "hw_info",
                "enabled": false
            },
            {
                "name": "Debug Field 2",
                "address": 228,
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "hw_info",
                "enabled": false
            },

            {
                "name": "Debug Field 3",
                "address": 230,
                "reg_type": "input",
                "type": "value",
                "format": "u16",
                "group": "hw_info",
                "enabled": false
            }


        ],

        "translations": {
            "en": {
                "WBE2-I-OPENTHERM_template_title": "WBE2-I-OPENTHERM fw1.93 (OpenTherm boiler interface)",
                "climate_curve_number_description": "Values from 1 to 17 are transformed in module as value/200"
            },
            "ru": {
                "WBE2-I-OPENTHERM_template_title": "WBE2-I-OPENTHERM fw1.93 (интерфейс OpenTherm для котлов)",
                "Boiler State":				"Состояние котла",
                "Boiler fault indication":		"Индикатор ошибки котла",
                "Boiler CH mode":			"Контур ЦО котла",
                "Boiler DHW mode":			"Контур ГВС котла",
                "Boiler Flame Status":			"Состояние горелки котла",
                "Boiler CH2 mode":			"Второй контур котла",
                "Master CH enable":			"Разрешение контура ЦО",
                "Master DHW enable":			"Разрешение контура ГВС",
                "Master OTC active":			"Разрешение погодозависимого реж. котла",
                "Master CH2 enable":			"Разрешение второго контура",
                "Hot Water Settings":			"Параметры ГВС",
                "Boiler manufacturer":			"Модель котла",
                "OpenTherm Commands":			"Команды OpenTherm",
                "HW Info":				"Данные модуля",
                "Boiler Status":			"Статус котла",
                "Error Code":				"Код ошибки котла, OEM-код",
                "Hot Water Temperature":		"Температура ГВС",
                "Solar Storage temp":			"Температура БКН",
                "Solar Collector temp":  		"t° в контуре солнечного коллектора",
                "CH2 Temperature":			"Температура CH2", 
                "Heating Temperature":			"Температура теплоносителя",
                "Heating Return Water Temperature":	"Температура обратки",
                "Burner Modulation Level":		"Модуляция горелки",
                "Water Pressure":			"Давление воды",
                "Boiler Outdoor Temperature Sensor": 	"Уличная t° - датчик котла",
                "Hot Water Setpoint Min":		"Min t° ГВС котла",
                "Hot Water Setpoint Max":		"Max t° ГВС котла",
                "Heating Setpoint Max":			"Max t° теплоносителя котла",
                "Heating Setpoint Min":			"Min t° теплоносителя котла",
                "CH Min Value":				"Min t° теплоносителя",
                "CH Max Value":				"Max t° теплоносителя",
                "Hot Water Setpoint":			"Уставка ГВС",
                "Heating Settings":			"Параметры отопления",
                "Command Type":				"Команда 2-чтение/3-запись",
                "Command ID":				"Регистр котла",
                "Data Type":				"Значение. При команде чтения = 1",
                "Season reg":				"Режим работы по сезону",
                "Algorithm":				"Выбор алгоритма",
		"Algorithm_type":			"Текущий алгоритм",
		"Use Modulation Level Limitation": 	"Регулировка мощности горелки",
		"Max Modulation Level":			"Максимальная мощность",
                "FW Version":				"Версия прошивки",
                "Invalid Connection":			"Ошибка связи с котлом",
                "Auto Temp Switch":			"Режим отключения контуров",
                "CH Gest":				"Гистерезис теплоносителя",
		"DHW Gest":				"Гистерезис ГВС",
                "OT MasterID":				"Идентификатор мастера",
                "DHW Override":				"Перезапись уставки ГВС",
                "DHW Transfer":				"Передача температуры ГВС",
                "Room Temperature Sensor":		"Датчиком комнатной t°",
                "CH heating mode":			"Режим нагрева теплоносителя",
                "Temperature Sensor Type":		"Управление котлом",
                "Heating Setpoint":			"Уставка теплоносителя",
                "Calculated Heating Setpoint":		"Расчетная уставка отопления",
                "Room Temperature":			"Комнатная t°",
                "Room Temperature Setpoint":		"Уставка комнатной t°",
                "Outdoor Temperature Sensor":		"Датчиком уличной t°",
                "Climate Curve Number":			"Номер климатической кривой",
                "climate_curve_number_description": 	"Кривые с первой по шестую для тёплого пола. Значения от 1 до 17",
		"Climate Curve Number Fine":		"Номер уточняющей кривой",
		"climate_curve_number_description_fine":"Номер уточняющей кривой, десятая часть. Значения от 0 до 9",
                "Outdoor Temperature":			"Уличная температура",
                "Heating Status":			"Статус отопления",
                "Direct Heating Setpoint Control": 	"Уставкой отопления",
		"Debug Field 1" :			"Кол-во отправленных уставок ЦО",
		"Debug Field 2" :			"Давление кол-во запросов",
		"Debug Field 3" :			"Давление кол-во ответов",
		"Gest Settings" :			"Настройки гистерезиса ЦО",
		"Current boiler":			"Выбранный котёл",
                "Heating Off":				"Отопление отключено",
                "Current Boiler Mode":			"Текущий режим котла",
		"Current Algorithm":			"Текущий алгоритм разбора ответов от котла",
                "STANDBY":				"Ожидание",
                "WINTER":				"Зима ЦО+ГВС",
                "SUMMER":				"Лето ГВС",
		"CHONLY":				"Только ЦО",
                "MaxPower":				"Постоянная максимальная температура теплоносителя",
                "Linear":				"Линейный режим, рассчитываемая температура теплоносителя",
                "FIX_INTERVAL":				"Фиксированый интервал",
                "STANDART":				"Стандартный разбор",
                "FIX_INTERVAL_SYNCHRO":			"Фикс.интервал с синхронизацией",
		"Low water press":			"Ошибка - Низкое давление",
		"GAS Flame fault":			"Ошибка - Газ/Пламя/Розжиг",
		"Air press fault":			"Ошибка - Пресостат",
		"Water overtemp" :			"Ошибка - Перегрев"

            }
        }
    }
} 
