{
    "title": "Gree GMV",
    "device_type": "GreeGMV_1x6",
    "group": "g-air-conditioning",
    "device": {
        "name": "Gree GMV System",
        "id": "Gree GMV System",
        "response_timeout_ms": 500,
        "guard_interval_us": 5000,
        "channels": [
            {
                "name": "Serial",
                "enabled": false,
                "reg_type": "holding",
                "address": 101,
                "type": "text",
                "format": "u32",
                "readonly": true
            },
            {
                "name": "Indoor 1 - Power",
                "reg_type": "holding-multi",
                "address": 102,
                "type": "switch",
                "on_value": "0xAA",
                "off_value": "0x55"
            },
            {
                "name": "Indoor 1 - Mode",
                "reg_type": "holding-multi",
                "address": 103,
                "type": "value",
                "min": "1",
                "max": "5",
                "enum": [
                    "0x0001",
                    "0x0002",
                    "0x0003",
                    "0x0004",
                    "0x101"
                ],
                "enum_titles": [
                    "cooling",
                    "heating",
                    "drying",
                    "fan only",
                    "auto mode"
                ],
                "condition": "Show_modes_as_range!=1"
            },
            {
                "name": "Indoor 1 - Set Temperature",
                "reg_type": "holding-multi",
                "address": 104,
                "type": "range",
                "min": "16",
                "max": 30,
                "scale": 0.01,
                "unit": "deg C"
            },
            {
                "name": "Indoor 1 - Air Temperature",
                "reg_type": "holding",
                "address": 116,
                "type": "value",
                "unit": "deg C",
                "readonly": true
            },
            {
                "name": "Indoor 1 - Fan Speed",
                "reg_type": "holding-multi",
                "address": 105,
                "type": "value",
                "min": "0",
                "max": "6",
                "enum": [
                    0,
                    1,
                    2,
                    3,
                    4,
                    5,
                    6,
                    7
                ],
                "enum_titles": [
                    "auto",
                    "speed 1",
                    "speed 2",
                    "speed 3",
                    "speed 4",
                    "speed 5",
                    "turbo"
                ],
                "condition": "Show_fan_as_range!=1"
            }
        ],
        "translations": {
            "ru": {
                "Outdoor Operation Mode": "Режим внешнего блока",
                "Outdoor Temperature": "Температура наружная",
                "Outdoor Emergency Stop": "Аварийная остановка",
                "Outdoor Alarm Status": "Статус аварии",
                "Power": "Питание",
                "Mode": "Режим",
                "Set Temperature": "Уставка температуры",
                "Current Temp": "Текущая температура",
                "Fan Speed": "Скорость вентилятора",    
                "Energy Saving": "Энергосбережение",
                "Alarm Status": "Статус аварии",
                "cooling":"Охлаждение"

            }
        }
    }
}