{ "title": "template_title", "device_type": "ONOKOM-AIR-CG-VRF-MB-B", "group": "g-air-conditioning", "hw": [ { "signature": "CG-VRF-MB-B" } ], "device": { "name": "ONOKOM-AIR-CG-VRF-MB-B", "id": "ONOKOM-AIR-CG-VRF-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": "IDU_count", "title": "IDU count", "address": 100, "reg_type": "holding", "default": 1, "order": 2 }, { "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 } ], "channels": [ { "name": "0 - Active", "reg_type": "coil", "address": 10001, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=1" }, { "name": "0 - Mode", "reg_type": "holding", "address": 10001, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=1", "vrf": true, "original_name": "Mode" }, { "name": "0 - Mode", "reg_type": "holding", "address": 10001, "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&&IDU_count>=1", "vrf": true, "original_name": "Mode" }, { "name": "0 - Active mode", "reg_type": "holding", "address": 10002, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=1", "vrf": true, "original_name": "Active mode" }, { "name": "0 - Active mode", "reg_type": "holding", "address": 10002, "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&&IDU_count>=1", "vrf": true, "original_name": "Active mode" }, { "name": "0 - Fan speed", "reg_type": "holding", "address": 10007, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=1", "vrf": true, "original_name": "Fan speed" }, { "name": "0 - Fan speed", "reg_type": "holding", "address": 10007, "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&&IDU_count>=1", "vrf": true, "original_name": "Fan speed" }, { "name": "0 - Smart fan speed", "reg_type": "holding", "address": 10008, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=1", "vrf": true, "original_name": "Smart fan speed" }, { "name": "0 - Smart fan speed", "reg_type": "holding", "address": 10008, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=1", "original_name": "Smart fan speed" }, { "name": "0 - Indoor air temperature", "reg_type": "holding", "address": 10003, "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&&IDU_count>=1", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "0 - Indoor air temperature", "reg_type": "holding", "address": 10003, "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&&IDU_count>=1", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "0 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 10023, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=1" }, { "name": "0 - Target temperature", "reg_type": "holding", "address": 10005, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=1" }, { "name": "0 - Temperature correction", "reg_type": "holding", "address": 10020, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=1", "vrf": true, "original_name": "Temperature correction" }, { "name": "0 - Thermostat state", "reg_type": "holding", "address": 10006, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=1", "vrf": true, "original_name": "Thermostat state" }, { "name": "0 - Thermostat state", "reg_type": "holding", "address": 10006, "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&&IDU_count>=1", "vrf": true, "original_name": "Thermostat state" }, { "name": "0 - Vanes swing", "reg_type": "holding", "address": 10011, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=1", "vrf": true, "original_name": "Vanes swing" }, { "name": "0 - Vanes swing", "reg_type": "holding", "address": 10011, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=1", "vrf": true, "original_name": "Vanes swing" }, { "name": "0 - Vertical vanes", "reg_type": "holding", "address": 10010, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=1", "vrf": true, "original_name": "Vertical vanes" }, { "name": "0 - Vertical vanes", "reg_type": "holding", "address": 10010, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=1", "original_name": "Vertical vanes" }, { "name": "0 - AC connected", "reg_type": "coil", "address": 10020, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=1" }, { "name": "0 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 10032, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=1" }, { "name": "1 - Active", "reg_type": "coil", "address": 10101, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=2" }, { "name": "1 - Mode", "reg_type": "holding", "address": 10101, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=2", "vrf": true, "original_name": "Mode" }, { "name": "1 - Mode", "reg_type": "holding", "address": 10101, "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&&IDU_count>=2", "vrf": true, "original_name": "Mode" }, { "name": "1 - Active mode", "reg_type": "holding", "address": 10102, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=2", "vrf": true, "original_name": "Active mode" }, { "name": "1 - Active mode", "reg_type": "holding", "address": 10102, "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&&IDU_count>=2", "vrf": true, "original_name": "Active mode" }, { "name": "1 - Fan speed", "reg_type": "holding", "address": 10107, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=2", "vrf": true, "original_name": "Fan speed" }, { "name": "1 - Fan speed", "reg_type": "holding", "address": 10107, "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&&IDU_count>=2", "vrf": true, "original_name": "Fan speed" }, { "name": "1 - Smart fan speed", "reg_type": "holding", "address": 10108, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=2", "vrf": true, "original_name": "Smart fan speed" }, { "name": "1 - Smart fan speed", "reg_type": "holding", "address": 10108, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=2", "original_name": "Smart fan speed" }, { "name": "1 - Indoor air temperature", "reg_type": "holding", "address": 10103, "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&&IDU_count>=2", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "1 - Indoor air temperature", "reg_type": "holding", "address": 10103, "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&&IDU_count>=2", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "1 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 10123, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=2" }, { "name": "1 - Target temperature", "reg_type": "holding", "address": 10105, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=2" }, { "name": "1 - Temperature correction", "reg_type": "holding", "address": 10120, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=2", "vrf": true, "original_name": "Temperature correction" }, { "name": "1 - Thermostat state", "reg_type": "holding", "address": 10106, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=2", "vrf": true, "original_name": "Thermostat state" }, { "name": "1 - Thermostat state", "reg_type": "holding", "address": 10106, "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&&IDU_count>=2", "vrf": true, "original_name": "Thermostat state" }, { "name": "1 - Vanes swing", "reg_type": "holding", "address": 10111, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=2", "vrf": true, "original_name": "Vanes swing" }, { "name": "1 - Vanes swing", "reg_type": "holding", "address": 10111, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=2", "vrf": true, "original_name": "Vanes swing" }, { "name": "1 - Vertical vanes", "reg_type": "holding", "address": 10110, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=2", "vrf": true, "original_name": "Vertical vanes" }, { "name": "1 - Vertical vanes", "reg_type": "holding", "address": 10110, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=2", "original_name": "Vertical vanes" }, { "name": "1 - AC connected", "reg_type": "coil", "address": 10120, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=2" }, { "name": "1 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 10132, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=2" }, { "name": "2 - Active", "reg_type": "coil", "address": 10201, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=3" }, { "name": "2 - Mode", "reg_type": "holding", "address": 10201, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=3", "vrf": true, "original_name": "Mode" }, { "name": "2 - Mode", "reg_type": "holding", "address": 10201, "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&&IDU_count>=3", "vrf": true, "original_name": "Mode" }, { "name": "2 - Active mode", "reg_type": "holding", "address": 10202, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=3", "vrf": true, "original_name": "Active mode" }, { "name": "2 - Active mode", "reg_type": "holding", "address": 10202, "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&&IDU_count>=3", "vrf": true, "original_name": "Active mode" }, { "name": "2 - Fan speed", "reg_type": "holding", "address": 10207, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=3", "vrf": true, "original_name": "Fan speed" }, { "name": "2 - Fan speed", "reg_type": "holding", "address": 10207, "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&&IDU_count>=3", "vrf": true, "original_name": "Fan speed" }, { "name": "2 - Smart fan speed", "reg_type": "holding", "address": 10208, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=3", "vrf": true, "original_name": "Smart fan speed" }, { "name": "2 - Smart fan speed", "reg_type": "holding", "address": 10208, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=3", "original_name": "Smart fan speed" }, { "name": "2 - Indoor air temperature", "reg_type": "holding", "address": 10203, "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&&IDU_count>=3", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "2 - Indoor air temperature", "reg_type": "holding", "address": 10203, "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&&IDU_count>=3", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "2 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 10223, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=3" }, { "name": "2 - Target temperature", "reg_type": "holding", "address": 10205, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=3" }, { "name": "2 - Temperature correction", "reg_type": "holding", "address": 10220, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=3", "vrf": true, "original_name": "Temperature correction" }, { "name": "2 - Thermostat state", "reg_type": "holding", "address": 10206, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=3", "vrf": true, "original_name": "Thermostat state" }, { "name": "2 - Thermostat state", "reg_type": "holding", "address": 10206, "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&&IDU_count>=3", "vrf": true, "original_name": "Thermostat state" }, { "name": "2 - Vanes swing", "reg_type": "holding", "address": 10211, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=3", "vrf": true, "original_name": "Vanes swing" }, { "name": "2 - Vanes swing", "reg_type": "holding", "address": 10211, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=3", "vrf": true, "original_name": "Vanes swing" }, { "name": "2 - Vertical vanes", "reg_type": "holding", "address": 10210, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=3", "vrf": true, "original_name": "Vertical vanes" }, { "name": "2 - Vertical vanes", "reg_type": "holding", "address": 10210, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=3", "original_name": "Vertical vanes" }, { "name": "2 - AC connected", "reg_type": "coil", "address": 10220, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=3" }, { "name": "2 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 10232, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=3" }, { "name": "3 - Active", "reg_type": "coil", "address": 10301, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=4" }, { "name": "3 - Mode", "reg_type": "holding", "address": 10301, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=4", "vrf": true, "original_name": "Mode" }, { "name": "3 - Mode", "reg_type": "holding", "address": 10301, "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&&IDU_count>=4", "vrf": true, "original_name": "Mode" }, { "name": "3 - Active mode", "reg_type": "holding", "address": 10302, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=4", "vrf": true, "original_name": "Active mode" }, { "name": "3 - Active mode", "reg_type": "holding", "address": 10302, "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&&IDU_count>=4", "vrf": true, "original_name": "Active mode" }, { "name": "3 - Fan speed", "reg_type": "holding", "address": 10307, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=4", "vrf": true, "original_name": "Fan speed" }, { "name": "3 - Fan speed", "reg_type": "holding", "address": 10307, "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&&IDU_count>=4", "vrf": true, "original_name": "Fan speed" }, { "name": "3 - Smart fan speed", "reg_type": "holding", "address": 10308, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=4", "vrf": true, "original_name": "Smart fan speed" }, { "name": "3 - Smart fan speed", "reg_type": "holding", "address": 10308, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=4", "original_name": "Smart fan speed" }, { "name": "3 - Indoor air temperature", "reg_type": "holding", "address": 10303, "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&&IDU_count>=4", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "3 - Indoor air temperature", "reg_type": "holding", "address": 10303, "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&&IDU_count>=4", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "3 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 10323, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=4" }, { "name": "3 - Target temperature", "reg_type": "holding", "address": 10305, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=4" }, { "name": "3 - Temperature correction", "reg_type": "holding", "address": 10320, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=4", "vrf": true, "original_name": "Temperature correction" }, { "name": "3 - Thermostat state", "reg_type": "holding", "address": 10306, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=4", "vrf": true, "original_name": "Thermostat state" }, { "name": "3 - Thermostat state", "reg_type": "holding", "address": 10306, "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&&IDU_count>=4", "vrf": true, "original_name": "Thermostat state" }, { "name": "3 - Vanes swing", "reg_type": "holding", "address": 10311, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=4", "vrf": true, "original_name": "Vanes swing" }, { "name": "3 - Vanes swing", "reg_type": "holding", "address": 10311, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=4", "vrf": true, "original_name": "Vanes swing" }, { "name": "3 - Vertical vanes", "reg_type": "holding", "address": 10310, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=4", "vrf": true, "original_name": "Vertical vanes" }, { "name": "3 - Vertical vanes", "reg_type": "holding", "address": 10310, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=4", "original_name": "Vertical vanes" }, { "name": "3 - AC connected", "reg_type": "coil", "address": 10320, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=4" }, { "name": "3 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 10332, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=4" }, { "name": "4 - Active", "reg_type": "coil", "address": 10401, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=5" }, { "name": "4 - Mode", "reg_type": "holding", "address": 10401, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=5", "vrf": true, "original_name": "Mode" }, { "name": "4 - Mode", "reg_type": "holding", "address": 10401, "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&&IDU_count>=5", "vrf": true, "original_name": "Mode" }, { "name": "4 - Active mode", "reg_type": "holding", "address": 10402, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=5", "vrf": true, "original_name": "Active mode" }, { "name": "4 - Active mode", "reg_type": "holding", "address": 10402, "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&&IDU_count>=5", "vrf": true, "original_name": "Active mode" }, { "name": "4 - Fan speed", "reg_type": "holding", "address": 10407, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=5", "vrf": true, "original_name": "Fan speed" }, { "name": "4 - Fan speed", "reg_type": "holding", "address": 10407, "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&&IDU_count>=5", "vrf": true, "original_name": "Fan speed" }, { "name": "4 - Smart fan speed", "reg_type": "holding", "address": 10408, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=5", "vrf": true, "original_name": "Smart fan speed" }, { "name": "4 - Smart fan speed", "reg_type": "holding", "address": 10408, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=5", "original_name": "Smart fan speed" }, { "name": "4 - Indoor air temperature", "reg_type": "holding", "address": 10403, "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&&IDU_count>=5", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "4 - Indoor air temperature", "reg_type": "holding", "address": 10403, "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&&IDU_count>=5", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "4 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 10423, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=5" }, { "name": "4 - Target temperature", "reg_type": "holding", "address": 10405, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=5" }, { "name": "4 - Temperature correction", "reg_type": "holding", "address": 10420, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=5", "vrf": true, "original_name": "Temperature correction" }, { "name": "4 - Thermostat state", "reg_type": "holding", "address": 10406, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=5", "vrf": true, "original_name": "Thermostat state" }, { "name": "4 - Thermostat state", "reg_type": "holding", "address": 10406, "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&&IDU_count>=5", "vrf": true, "original_name": "Thermostat state" }, { "name": "4 - Vanes swing", "reg_type": "holding", "address": 10411, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=5", "vrf": true, "original_name": "Vanes swing" }, { "name": "4 - Vanes swing", "reg_type": "holding", "address": 10411, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=5", "vrf": true, "original_name": "Vanes swing" }, { "name": "4 - Vertical vanes", "reg_type": "holding", "address": 10410, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=5", "vrf": true, "original_name": "Vertical vanes" }, { "name": "4 - Vertical vanes", "reg_type": "holding", "address": 10410, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=5", "original_name": "Vertical vanes" }, { "name": "4 - AC connected", "reg_type": "coil", "address": 10420, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=5" }, { "name": "4 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 10432, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=5" }, { "name": "5 - Active", "reg_type": "coil", "address": 10501, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=6" }, { "name": "5 - Mode", "reg_type": "holding", "address": 10501, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=6", "vrf": true, "original_name": "Mode" }, { "name": "5 - Mode", "reg_type": "holding", "address": 10501, "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&&IDU_count>=6", "vrf": true, "original_name": "Mode" }, { "name": "5 - Active mode", "reg_type": "holding", "address": 10502, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=6", "vrf": true, "original_name": "Active mode" }, { "name": "5 - Active mode", "reg_type": "holding", "address": 10502, "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&&IDU_count>=6", "vrf": true, "original_name": "Active mode" }, { "name": "5 - Fan speed", "reg_type": "holding", "address": 10507, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=6", "vrf": true, "original_name": "Fan speed" }, { "name": "5 - Fan speed", "reg_type": "holding", "address": 10507, "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&&IDU_count>=6", "vrf": true, "original_name": "Fan speed" }, { "name": "5 - Smart fan speed", "reg_type": "holding", "address": 10508, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=6", "vrf": true, "original_name": "Smart fan speed" }, { "name": "5 - Smart fan speed", "reg_type": "holding", "address": 10508, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=6", "original_name": "Smart fan speed" }, { "name": "5 - Indoor air temperature", "reg_type": "holding", "address": 10503, "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&&IDU_count>=6", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "5 - Indoor air temperature", "reg_type": "holding", "address": 10503, "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&&IDU_count>=6", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "5 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 10523, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=6" }, { "name": "5 - Target temperature", "reg_type": "holding", "address": 10505, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=6" }, { "name": "5 - Temperature correction", "reg_type": "holding", "address": 10520, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=6", "vrf": true, "original_name": "Temperature correction" }, { "name": "5 - Thermostat state", "reg_type": "holding", "address": 10506, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=6", "vrf": true, "original_name": "Thermostat state" }, { "name": "5 - Thermostat state", "reg_type": "holding", "address": 10506, "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&&IDU_count>=6", "vrf": true, "original_name": "Thermostat state" }, { "name": "5 - Vanes swing", "reg_type": "holding", "address": 10511, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=6", "vrf": true, "original_name": "Vanes swing" }, { "name": "5 - Vanes swing", "reg_type": "holding", "address": 10511, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=6", "vrf": true, "original_name": "Vanes swing" }, { "name": "5 - Vertical vanes", "reg_type": "holding", "address": 10510, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=6", "vrf": true, "original_name": "Vertical vanes" }, { "name": "5 - Vertical vanes", "reg_type": "holding", "address": 10510, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=6", "original_name": "Vertical vanes" }, { "name": "5 - AC connected", "reg_type": "coil", "address": 10520, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=6" }, { "name": "5 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 10532, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=6" }, { "name": "6 - Active", "reg_type": "coil", "address": 10601, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=7" }, { "name": "6 - Mode", "reg_type": "holding", "address": 10601, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=7", "vrf": true, "original_name": "Mode" }, { "name": "6 - Mode", "reg_type": "holding", "address": 10601, "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&&IDU_count>=7", "vrf": true, "original_name": "Mode" }, { "name": "6 - Active mode", "reg_type": "holding", "address": 10602, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=7", "vrf": true, "original_name": "Active mode" }, { "name": "6 - Active mode", "reg_type": "holding", "address": 10602, "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&&IDU_count>=7", "vrf": true, "original_name": "Active mode" }, { "name": "6 - Fan speed", "reg_type": "holding", "address": 10607, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=7", "vrf": true, "original_name": "Fan speed" }, { "name": "6 - Fan speed", "reg_type": "holding", "address": 10607, "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&&IDU_count>=7", "vrf": true, "original_name": "Fan speed" }, { "name": "6 - Smart fan speed", "reg_type": "holding", "address": 10608, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=7", "vrf": true, "original_name": "Smart fan speed" }, { "name": "6 - Smart fan speed", "reg_type": "holding", "address": 10608, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=7", "original_name": "Smart fan speed" }, { "name": "6 - Indoor air temperature", "reg_type": "holding", "address": 10603, "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&&IDU_count>=7", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "6 - Indoor air temperature", "reg_type": "holding", "address": 10603, "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&&IDU_count>=7", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "6 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 10623, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=7" }, { "name": "6 - Target temperature", "reg_type": "holding", "address": 10605, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=7" }, { "name": "6 - Temperature correction", "reg_type": "holding", "address": 10620, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=7", "vrf": true, "original_name": "Temperature correction" }, { "name": "6 - Thermostat state", "reg_type": "holding", "address": 10606, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=7", "vrf": true, "original_name": "Thermostat state" }, { "name": "6 - Thermostat state", "reg_type": "holding", "address": 10606, "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&&IDU_count>=7", "vrf": true, "original_name": "Thermostat state" }, { "name": "6 - Vanes swing", "reg_type": "holding", "address": 10611, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=7", "vrf": true, "original_name": "Vanes swing" }, { "name": "6 - Vanes swing", "reg_type": "holding", "address": 10611, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=7", "vrf": true, "original_name": "Vanes swing" }, { "name": "6 - Vertical vanes", "reg_type": "holding", "address": 10610, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=7", "vrf": true, "original_name": "Vertical vanes" }, { "name": "6 - Vertical vanes", "reg_type": "holding", "address": 10610, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=7", "original_name": "Vertical vanes" }, { "name": "6 - AC connected", "reg_type": "coil", "address": 10620, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=7" }, { "name": "6 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 10632, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=7" }, { "name": "7 - Active", "reg_type": "coil", "address": 10701, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=8" }, { "name": "7 - Mode", "reg_type": "holding", "address": 10701, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=8", "vrf": true, "original_name": "Mode" }, { "name": "7 - Mode", "reg_type": "holding", "address": 10701, "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&&IDU_count>=8", "vrf": true, "original_name": "Mode" }, { "name": "7 - Active mode", "reg_type": "holding", "address": 10702, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=8", "vrf": true, "original_name": "Active mode" }, { "name": "7 - Active mode", "reg_type": "holding", "address": 10702, "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&&IDU_count>=8", "vrf": true, "original_name": "Active mode" }, { "name": "7 - Fan speed", "reg_type": "holding", "address": 10707, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=8", "vrf": true, "original_name": "Fan speed" }, { "name": "7 - Fan speed", "reg_type": "holding", "address": 10707, "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&&IDU_count>=8", "vrf": true, "original_name": "Fan speed" }, { "name": "7 - Smart fan speed", "reg_type": "holding", "address": 10708, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=8", "vrf": true, "original_name": "Smart fan speed" }, { "name": "7 - Smart fan speed", "reg_type": "holding", "address": 10708, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=8", "original_name": "Smart fan speed" }, { "name": "7 - Indoor air temperature", "reg_type": "holding", "address": 10703, "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&&IDU_count>=8", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "7 - Indoor air temperature", "reg_type": "holding", "address": 10703, "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&&IDU_count>=8", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "7 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 10723, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=8" }, { "name": "7 - Target temperature", "reg_type": "holding", "address": 10705, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=8" }, { "name": "7 - Temperature correction", "reg_type": "holding", "address": 10720, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=8", "vrf": true, "original_name": "Temperature correction" }, { "name": "7 - Thermostat state", "reg_type": "holding", "address": 10706, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=8", "vrf": true, "original_name": "Thermostat state" }, { "name": "7 - Thermostat state", "reg_type": "holding", "address": 10706, "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&&IDU_count>=8", "vrf": true, "original_name": "Thermostat state" }, { "name": "7 - Vanes swing", "reg_type": "holding", "address": 10711, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=8", "vrf": true, "original_name": "Vanes swing" }, { "name": "7 - Vanes swing", "reg_type": "holding", "address": 10711, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=8", "vrf": true, "original_name": "Vanes swing" }, { "name": "7 - Vertical vanes", "reg_type": "holding", "address": 10710, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=8", "vrf": true, "original_name": "Vertical vanes" }, { "name": "7 - Vertical vanes", "reg_type": "holding", "address": 10710, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=8", "original_name": "Vertical vanes" }, { "name": "7 - AC connected", "reg_type": "coil", "address": 10720, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=8" }, { "name": "7 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 10732, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=8" }, { "name": "8 - Active", "reg_type": "coil", "address": 10801, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=9" }, { "name": "8 - Mode", "reg_type": "holding", "address": 10801, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=9", "vrf": true, "original_name": "Mode" }, { "name": "8 - Mode", "reg_type": "holding", "address": 10801, "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&&IDU_count>=9", "vrf": true, "original_name": "Mode" }, { "name": "8 - Active mode", "reg_type": "holding", "address": 10802, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=9", "vrf": true, "original_name": "Active mode" }, { "name": "8 - Active mode", "reg_type": "holding", "address": 10802, "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&&IDU_count>=9", "vrf": true, "original_name": "Active mode" }, { "name": "8 - Fan speed", "reg_type": "holding", "address": 10807, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=9", "vrf": true, "original_name": "Fan speed" }, { "name": "8 - Fan speed", "reg_type": "holding", "address": 10807, "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&&IDU_count>=9", "vrf": true, "original_name": "Fan speed" }, { "name": "8 - Smart fan speed", "reg_type": "holding", "address": 10808, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=9", "vrf": true, "original_name": "Smart fan speed" }, { "name": "8 - Smart fan speed", "reg_type": "holding", "address": 10808, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=9", "original_name": "Smart fan speed" }, { "name": "8 - Indoor air temperature", "reg_type": "holding", "address": 10803, "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&&IDU_count>=9", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "8 - Indoor air temperature", "reg_type": "holding", "address": 10803, "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&&IDU_count>=9", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "8 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 10823, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=9" }, { "name": "8 - Target temperature", "reg_type": "holding", "address": 10805, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=9" }, { "name": "8 - Temperature correction", "reg_type": "holding", "address": 10820, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=9", "vrf": true, "original_name": "Temperature correction" }, { "name": "8 - Thermostat state", "reg_type": "holding", "address": 10806, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=9", "vrf": true, "original_name": "Thermostat state" }, { "name": "8 - Thermostat state", "reg_type": "holding", "address": 10806, "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&&IDU_count>=9", "vrf": true, "original_name": "Thermostat state" }, { "name": "8 - Vanes swing", "reg_type": "holding", "address": 10811, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=9", "vrf": true, "original_name": "Vanes swing" }, { "name": "8 - Vanes swing", "reg_type": "holding", "address": 10811, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=9", "vrf": true, "original_name": "Vanes swing" }, { "name": "8 - Vertical vanes", "reg_type": "holding", "address": 10810, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=9", "vrf": true, "original_name": "Vertical vanes" }, { "name": "8 - Vertical vanes", "reg_type": "holding", "address": 10810, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=9", "original_name": "Vertical vanes" }, { "name": "8 - AC connected", "reg_type": "coil", "address": 10820, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=9" }, { "name": "8 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 10832, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=9" }, { "name": "9 - Active", "reg_type": "coil", "address": 10901, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=10" }, { "name": "9 - Mode", "reg_type": "holding", "address": 10901, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=10", "vrf": true, "original_name": "Mode" }, { "name": "9 - Mode", "reg_type": "holding", "address": 10901, "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&&IDU_count>=10", "vrf": true, "original_name": "Mode" }, { "name": "9 - Active mode", "reg_type": "holding", "address": 10902, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=10", "vrf": true, "original_name": "Active mode" }, { "name": "9 - Active mode", "reg_type": "holding", "address": 10902, "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&&IDU_count>=10", "vrf": true, "original_name": "Active mode" }, { "name": "9 - Fan speed", "reg_type": "holding", "address": 10907, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=10", "vrf": true, "original_name": "Fan speed" }, { "name": "9 - Fan speed", "reg_type": "holding", "address": 10907, "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&&IDU_count>=10", "vrf": true, "original_name": "Fan speed" }, { "name": "9 - Smart fan speed", "reg_type": "holding", "address": 10908, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=10", "vrf": true, "original_name": "Smart fan speed" }, { "name": "9 - Smart fan speed", "reg_type": "holding", "address": 10908, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=10", "original_name": "Smart fan speed" }, { "name": "9 - Indoor air temperature", "reg_type": "holding", "address": 10903, "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&&IDU_count>=10", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "9 - Indoor air temperature", "reg_type": "holding", "address": 10903, "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&&IDU_count>=10", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "9 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 10923, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=10" }, { "name": "9 - Target temperature", "reg_type": "holding", "address": 10905, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=10" }, { "name": "9 - Temperature correction", "reg_type": "holding", "address": 10920, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=10", "vrf": true, "original_name": "Temperature correction" }, { "name": "9 - Thermostat state", "reg_type": "holding", "address": 10906, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=10", "vrf": true, "original_name": "Thermostat state" }, { "name": "9 - Thermostat state", "reg_type": "holding", "address": 10906, "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&&IDU_count>=10", "vrf": true, "original_name": "Thermostat state" }, { "name": "9 - Vanes swing", "reg_type": "holding", "address": 10911, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=10", "vrf": true, "original_name": "Vanes swing" }, { "name": "9 - Vanes swing", "reg_type": "holding", "address": 10911, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=10", "vrf": true, "original_name": "Vanes swing" }, { "name": "9 - Vertical vanes", "reg_type": "holding", "address": 10910, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=10", "vrf": true, "original_name": "Vertical vanes" }, { "name": "9 - Vertical vanes", "reg_type": "holding", "address": 10910, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=10", "original_name": "Vertical vanes" }, { "name": "9 - AC connected", "reg_type": "coil", "address": 10920, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=10" }, { "name": "9 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 10932, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=10" }, { "name": "10 - Active", "reg_type": "coil", "address": 11001, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=11" }, { "name": "10 - Mode", "reg_type": "holding", "address": 11001, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=11", "vrf": true, "original_name": "Mode" }, { "name": "10 - Mode", "reg_type": "holding", "address": 11001, "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&&IDU_count>=11", "vrf": true, "original_name": "Mode" }, { "name": "10 - Active mode", "reg_type": "holding", "address": 11002, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=11", "vrf": true, "original_name": "Active mode" }, { "name": "10 - Active mode", "reg_type": "holding", "address": 11002, "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&&IDU_count>=11", "vrf": true, "original_name": "Active mode" }, { "name": "10 - Fan speed", "reg_type": "holding", "address": 11007, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=11", "vrf": true, "original_name": "Fan speed" }, { "name": "10 - Fan speed", "reg_type": "holding", "address": 11007, "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&&IDU_count>=11", "vrf": true, "original_name": "Fan speed" }, { "name": "10 - Smart fan speed", "reg_type": "holding", "address": 11008, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=11", "vrf": true, "original_name": "Smart fan speed" }, { "name": "10 - Smart fan speed", "reg_type": "holding", "address": 11008, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=11", "original_name": "Smart fan speed" }, { "name": "10 - Indoor air temperature", "reg_type": "holding", "address": 11003, "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&&IDU_count>=11", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "10 - Indoor air temperature", "reg_type": "holding", "address": 11003, "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&&IDU_count>=11", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "10 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 11023, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=11" }, { "name": "10 - Target temperature", "reg_type": "holding", "address": 11005, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=11" }, { "name": "10 - Temperature correction", "reg_type": "holding", "address": 11020, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=11", "vrf": true, "original_name": "Temperature correction" }, { "name": "10 - Thermostat state", "reg_type": "holding", "address": 11006, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=11", "vrf": true, "original_name": "Thermostat state" }, { "name": "10 - Thermostat state", "reg_type": "holding", "address": 11006, "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&&IDU_count>=11", "vrf": true, "original_name": "Thermostat state" }, { "name": "10 - Vanes swing", "reg_type": "holding", "address": 11011, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=11", "vrf": true, "original_name": "Vanes swing" }, { "name": "10 - Vanes swing", "reg_type": "holding", "address": 11011, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=11", "vrf": true, "original_name": "Vanes swing" }, { "name": "10 - Vertical vanes", "reg_type": "holding", "address": 11010, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=11", "vrf": true, "original_name": "Vertical vanes" }, { "name": "10 - Vertical vanes", "reg_type": "holding", "address": 11010, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=11", "original_name": "Vertical vanes" }, { "name": "10 - AC connected", "reg_type": "coil", "address": 11020, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=11" }, { "name": "10 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 11032, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=11" }, { "name": "11 - Active", "reg_type": "coil", "address": 11101, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=12" }, { "name": "11 - Mode", "reg_type": "holding", "address": 11101, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=12", "vrf": true, "original_name": "Mode" }, { "name": "11 - Mode", "reg_type": "holding", "address": 11101, "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&&IDU_count>=12", "vrf": true, "original_name": "Mode" }, { "name": "11 - Active mode", "reg_type": "holding", "address": 11102, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=12", "vrf": true, "original_name": "Active mode" }, { "name": "11 - Active mode", "reg_type": "holding", "address": 11102, "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&&IDU_count>=12", "vrf": true, "original_name": "Active mode" }, { "name": "11 - Fan speed", "reg_type": "holding", "address": 11107, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=12", "vrf": true, "original_name": "Fan speed" }, { "name": "11 - Fan speed", "reg_type": "holding", "address": 11107, "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&&IDU_count>=12", "vrf": true, "original_name": "Fan speed" }, { "name": "11 - Smart fan speed", "reg_type": "holding", "address": 11108, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=12", "vrf": true, "original_name": "Smart fan speed" }, { "name": "11 - Smart fan speed", "reg_type": "holding", "address": 11108, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=12", "original_name": "Smart fan speed" }, { "name": "11 - Indoor air temperature", "reg_type": "holding", "address": 11103, "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&&IDU_count>=12", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "11 - Indoor air temperature", "reg_type": "holding", "address": 11103, "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&&IDU_count>=12", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "11 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 11123, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=12" }, { "name": "11 - Target temperature", "reg_type": "holding", "address": 11105, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=12" }, { "name": "11 - Temperature correction", "reg_type": "holding", "address": 11120, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=12", "vrf": true, "original_name": "Temperature correction" }, { "name": "11 - Thermostat state", "reg_type": "holding", "address": 11106, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=12", "vrf": true, "original_name": "Thermostat state" }, { "name": "11 - Thermostat state", "reg_type": "holding", "address": 11106, "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&&IDU_count>=12", "vrf": true, "original_name": "Thermostat state" }, { "name": "11 - Vanes swing", "reg_type": "holding", "address": 11111, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=12", "vrf": true, "original_name": "Vanes swing" }, { "name": "11 - Vanes swing", "reg_type": "holding", "address": 11111, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=12", "vrf": true, "original_name": "Vanes swing" }, { "name": "11 - Vertical vanes", "reg_type": "holding", "address": 11110, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=12", "vrf": true, "original_name": "Vertical vanes" }, { "name": "11 - Vertical vanes", "reg_type": "holding", "address": 11110, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=12", "original_name": "Vertical vanes" }, { "name": "11 - AC connected", "reg_type": "coil", "address": 11120, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=12" }, { "name": "11 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 11132, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=12" }, { "name": "12 - Active", "reg_type": "coil", "address": 11201, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=13" }, { "name": "12 - Mode", "reg_type": "holding", "address": 11201, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=13", "vrf": true, "original_name": "Mode" }, { "name": "12 - Mode", "reg_type": "holding", "address": 11201, "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&&IDU_count>=13", "vrf": true, "original_name": "Mode" }, { "name": "12 - Active mode", "reg_type": "holding", "address": 11202, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=13", "vrf": true, "original_name": "Active mode" }, { "name": "12 - Active mode", "reg_type": "holding", "address": 11202, "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&&IDU_count>=13", "vrf": true, "original_name": "Active mode" }, { "name": "12 - Fan speed", "reg_type": "holding", "address": 11207, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=13", "vrf": true, "original_name": "Fan speed" }, { "name": "12 - Fan speed", "reg_type": "holding", "address": 11207, "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&&IDU_count>=13", "vrf": true, "original_name": "Fan speed" }, { "name": "12 - Smart fan speed", "reg_type": "holding", "address": 11208, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=13", "vrf": true, "original_name": "Smart fan speed" }, { "name": "12 - Smart fan speed", "reg_type": "holding", "address": 11208, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=13", "original_name": "Smart fan speed" }, { "name": "12 - Indoor air temperature", "reg_type": "holding", "address": 11203, "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&&IDU_count>=13", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "12 - Indoor air temperature", "reg_type": "holding", "address": 11203, "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&&IDU_count>=13", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "12 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 11223, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=13" }, { "name": "12 - Target temperature", "reg_type": "holding", "address": 11205, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=13" }, { "name": "12 - Temperature correction", "reg_type": "holding", "address": 11220, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=13", "vrf": true, "original_name": "Temperature correction" }, { "name": "12 - Thermostat state", "reg_type": "holding", "address": 11206, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=13", "vrf": true, "original_name": "Thermostat state" }, { "name": "12 - Thermostat state", "reg_type": "holding", "address": 11206, "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&&IDU_count>=13", "vrf": true, "original_name": "Thermostat state" }, { "name": "12 - Vanes swing", "reg_type": "holding", "address": 11211, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=13", "vrf": true, "original_name": "Vanes swing" }, { "name": "12 - Vanes swing", "reg_type": "holding", "address": 11211, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=13", "vrf": true, "original_name": "Vanes swing" }, { "name": "12 - Vertical vanes", "reg_type": "holding", "address": 11210, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=13", "vrf": true, "original_name": "Vertical vanes" }, { "name": "12 - Vertical vanes", "reg_type": "holding", "address": 11210, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=13", "original_name": "Vertical vanes" }, { "name": "12 - AC connected", "reg_type": "coil", "address": 11220, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=13" }, { "name": "12 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 11232, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=13" }, { "name": "13 - Active", "reg_type": "coil", "address": 11301, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=14" }, { "name": "13 - Mode", "reg_type": "holding", "address": 11301, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=14", "vrf": true, "original_name": "Mode" }, { "name": "13 - Mode", "reg_type": "holding", "address": 11301, "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&&IDU_count>=14", "vrf": true, "original_name": "Mode" }, { "name": "13 - Active mode", "reg_type": "holding", "address": 11302, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=14", "vrf": true, "original_name": "Active mode" }, { "name": "13 - Active mode", "reg_type": "holding", "address": 11302, "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&&IDU_count>=14", "vrf": true, "original_name": "Active mode" }, { "name": "13 - Fan speed", "reg_type": "holding", "address": 11307, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=14", "vrf": true, "original_name": "Fan speed" }, { "name": "13 - Fan speed", "reg_type": "holding", "address": 11307, "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&&IDU_count>=14", "vrf": true, "original_name": "Fan speed" }, { "name": "13 - Smart fan speed", "reg_type": "holding", "address": 11308, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=14", "vrf": true, "original_name": "Smart fan speed" }, { "name": "13 - Smart fan speed", "reg_type": "holding", "address": 11308, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=14", "original_name": "Smart fan speed" }, { "name": "13 - Indoor air temperature", "reg_type": "holding", "address": 11303, "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&&IDU_count>=14", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "13 - Indoor air temperature", "reg_type": "holding", "address": 11303, "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&&IDU_count>=14", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "13 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 11323, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=14" }, { "name": "13 - Target temperature", "reg_type": "holding", "address": 11305, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=14" }, { "name": "13 - Temperature correction", "reg_type": "holding", "address": 11320, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=14", "vrf": true, "original_name": "Temperature correction" }, { "name": "13 - Thermostat state", "reg_type": "holding", "address": 11306, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=14", "vrf": true, "original_name": "Thermostat state" }, { "name": "13 - Thermostat state", "reg_type": "holding", "address": 11306, "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&&IDU_count>=14", "vrf": true, "original_name": "Thermostat state" }, { "name": "13 - Vanes swing", "reg_type": "holding", "address": 11311, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=14", "vrf": true, "original_name": "Vanes swing" }, { "name": "13 - Vanes swing", "reg_type": "holding", "address": 11311, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=14", "vrf": true, "original_name": "Vanes swing" }, { "name": "13 - Vertical vanes", "reg_type": "holding", "address": 11310, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=14", "vrf": true, "original_name": "Vertical vanes" }, { "name": "13 - Vertical vanes", "reg_type": "holding", "address": 11310, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=14", "original_name": "Vertical vanes" }, { "name": "13 - AC connected", "reg_type": "coil", "address": 11320, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=14" }, { "name": "13 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 11332, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=14" }, { "name": "14 - Active", "reg_type": "coil", "address": 11401, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=15" }, { "name": "14 - Mode", "reg_type": "holding", "address": 11401, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=15", "vrf": true, "original_name": "Mode" }, { "name": "14 - Mode", "reg_type": "holding", "address": 11401, "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&&IDU_count>=15", "vrf": true, "original_name": "Mode" }, { "name": "14 - Active mode", "reg_type": "holding", "address": 11402, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=15", "vrf": true, "original_name": "Active mode" }, { "name": "14 - Active mode", "reg_type": "holding", "address": 11402, "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&&IDU_count>=15", "vrf": true, "original_name": "Active mode" }, { "name": "14 - Fan speed", "reg_type": "holding", "address": 11407, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=15", "vrf": true, "original_name": "Fan speed" }, { "name": "14 - Fan speed", "reg_type": "holding", "address": 11407, "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&&IDU_count>=15", "vrf": true, "original_name": "Fan speed" }, { "name": "14 - Smart fan speed", "reg_type": "holding", "address": 11408, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=15", "vrf": true, "original_name": "Smart fan speed" }, { "name": "14 - Smart fan speed", "reg_type": "holding", "address": 11408, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=15", "original_name": "Smart fan speed" }, { "name": "14 - Indoor air temperature", "reg_type": "holding", "address": 11403, "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&&IDU_count>=15", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "14 - Indoor air temperature", "reg_type": "holding", "address": 11403, "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&&IDU_count>=15", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "14 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 11423, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=15" }, { "name": "14 - Target temperature", "reg_type": "holding", "address": 11405, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=15" }, { "name": "14 - Temperature correction", "reg_type": "holding", "address": 11420, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=15", "vrf": true, "original_name": "Temperature correction" }, { "name": "14 - Thermostat state", "reg_type": "holding", "address": 11406, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=15", "vrf": true, "original_name": "Thermostat state" }, { "name": "14 - Thermostat state", "reg_type": "holding", "address": 11406, "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&&IDU_count>=15", "vrf": true, "original_name": "Thermostat state" }, { "name": "14 - Vanes swing", "reg_type": "holding", "address": 11411, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=15", "vrf": true, "original_name": "Vanes swing" }, { "name": "14 - Vanes swing", "reg_type": "holding", "address": 11411, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=15", "vrf": true, "original_name": "Vanes swing" }, { "name": "14 - Vertical vanes", "reg_type": "holding", "address": 11410, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=15", "vrf": true, "original_name": "Vertical vanes" }, { "name": "14 - Vertical vanes", "reg_type": "holding", "address": 11410, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=15", "original_name": "Vertical vanes" }, { "name": "14 - AC connected", "reg_type": "coil", "address": 11420, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=15" }, { "name": "14 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 11432, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=15" }, { "name": "15 - Active", "reg_type": "coil", "address": 11501, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=16" }, { "name": "15 - Mode", "reg_type": "holding", "address": 11501, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=16", "vrf": true, "original_name": "Mode" }, { "name": "15 - Mode", "reg_type": "holding", "address": 11501, "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&&IDU_count>=16", "vrf": true, "original_name": "Mode" }, { "name": "15 - Active mode", "reg_type": "holding", "address": 11502, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=16", "vrf": true, "original_name": "Active mode" }, { "name": "15 - Active mode", "reg_type": "holding", "address": 11502, "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&&IDU_count>=16", "vrf": true, "original_name": "Active mode" }, { "name": "15 - Fan speed", "reg_type": "holding", "address": 11507, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=16", "vrf": true, "original_name": "Fan speed" }, { "name": "15 - Fan speed", "reg_type": "holding", "address": 11507, "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&&IDU_count>=16", "vrf": true, "original_name": "Fan speed" }, { "name": "15 - Smart fan speed", "reg_type": "holding", "address": 11508, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=16", "vrf": true, "original_name": "Smart fan speed" }, { "name": "15 - Smart fan speed", "reg_type": "holding", "address": 11508, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=16", "original_name": "Smart fan speed" }, { "name": "15 - Indoor air temperature", "reg_type": "holding", "address": 11503, "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&&IDU_count>=16", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "15 - Indoor air temperature", "reg_type": "holding", "address": 11503, "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&&IDU_count>=16", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "15 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 11523, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=16" }, { "name": "15 - Target temperature", "reg_type": "holding", "address": 11505, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=16" }, { "name": "15 - Temperature correction", "reg_type": "holding", "address": 11520, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=16", "vrf": true, "original_name": "Temperature correction" }, { "name": "15 - Thermostat state", "reg_type": "holding", "address": 11506, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=16", "vrf": true, "original_name": "Thermostat state" }, { "name": "15 - Thermostat state", "reg_type": "holding", "address": 11506, "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&&IDU_count>=16", "vrf": true, "original_name": "Thermostat state" }, { "name": "15 - Vanes swing", "reg_type": "holding", "address": 11511, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=16", "vrf": true, "original_name": "Vanes swing" }, { "name": "15 - Vanes swing", "reg_type": "holding", "address": 11511, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=16", "vrf": true, "original_name": "Vanes swing" }, { "name": "15 - Vertical vanes", "reg_type": "holding", "address": 11510, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=16", "vrf": true, "original_name": "Vertical vanes" }, { "name": "15 - Vertical vanes", "reg_type": "holding", "address": 11510, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=16", "original_name": "Vertical vanes" }, { "name": "15 - AC connected", "reg_type": "coil", "address": 11520, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=16" }, { "name": "15 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 11532, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=16" }, { "name": "16 - Active", "reg_type": "coil", "address": 11601, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=17" }, { "name": "16 - Mode", "reg_type": "holding", "address": 11601, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=17", "vrf": true, "original_name": "Mode" }, { "name": "16 - Mode", "reg_type": "holding", "address": 11601, "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&&IDU_count>=17", "vrf": true, "original_name": "Mode" }, { "name": "16 - Active mode", "reg_type": "holding", "address": 11602, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=17", "vrf": true, "original_name": "Active mode" }, { "name": "16 - Active mode", "reg_type": "holding", "address": 11602, "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&&IDU_count>=17", "vrf": true, "original_name": "Active mode" }, { "name": "16 - Fan speed", "reg_type": "holding", "address": 11607, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=17", "vrf": true, "original_name": "Fan speed" }, { "name": "16 - Fan speed", "reg_type": "holding", "address": 11607, "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&&IDU_count>=17", "vrf": true, "original_name": "Fan speed" }, { "name": "16 - Smart fan speed", "reg_type": "holding", "address": 11608, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=17", "vrf": true, "original_name": "Smart fan speed" }, { "name": "16 - Smart fan speed", "reg_type": "holding", "address": 11608, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=17", "original_name": "Smart fan speed" }, { "name": "16 - Indoor air temperature", "reg_type": "holding", "address": 11603, "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&&IDU_count>=17", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "16 - Indoor air temperature", "reg_type": "holding", "address": 11603, "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&&IDU_count>=17", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "16 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 11623, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=17" }, { "name": "16 - Target temperature", "reg_type": "holding", "address": 11605, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=17" }, { "name": "16 - Temperature correction", "reg_type": "holding", "address": 11620, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=17", "vrf": true, "original_name": "Temperature correction" }, { "name": "16 - Thermostat state", "reg_type": "holding", "address": 11606, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=17", "vrf": true, "original_name": "Thermostat state" }, { "name": "16 - Thermostat state", "reg_type": "holding", "address": 11606, "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&&IDU_count>=17", "vrf": true, "original_name": "Thermostat state" }, { "name": "16 - Vanes swing", "reg_type": "holding", "address": 11611, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=17", "vrf": true, "original_name": "Vanes swing" }, { "name": "16 - Vanes swing", "reg_type": "holding", "address": 11611, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=17", "vrf": true, "original_name": "Vanes swing" }, { "name": "16 - Vertical vanes", "reg_type": "holding", "address": 11610, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=17", "vrf": true, "original_name": "Vertical vanes" }, { "name": "16 - Vertical vanes", "reg_type": "holding", "address": 11610, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=17", "original_name": "Vertical vanes" }, { "name": "16 - AC connected", "reg_type": "coil", "address": 11620, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=17" }, { "name": "16 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 11632, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=17" }, { "name": "17 - Active", "reg_type": "coil", "address": 11701, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=18" }, { "name": "17 - Mode", "reg_type": "holding", "address": 11701, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=18", "vrf": true, "original_name": "Mode" }, { "name": "17 - Mode", "reg_type": "holding", "address": 11701, "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&&IDU_count>=18", "vrf": true, "original_name": "Mode" }, { "name": "17 - Active mode", "reg_type": "holding", "address": 11702, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=18", "vrf": true, "original_name": "Active mode" }, { "name": "17 - Active mode", "reg_type": "holding", "address": 11702, "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&&IDU_count>=18", "vrf": true, "original_name": "Active mode" }, { "name": "17 - Fan speed", "reg_type": "holding", "address": 11707, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=18", "vrf": true, "original_name": "Fan speed" }, { "name": "17 - Fan speed", "reg_type": "holding", "address": 11707, "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&&IDU_count>=18", "vrf": true, "original_name": "Fan speed" }, { "name": "17 - Smart fan speed", "reg_type": "holding", "address": 11708, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=18", "vrf": true, "original_name": "Smart fan speed" }, { "name": "17 - Smart fan speed", "reg_type": "holding", "address": 11708, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=18", "original_name": "Smart fan speed" }, { "name": "17 - Indoor air temperature", "reg_type": "holding", "address": 11703, "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&&IDU_count>=18", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "17 - Indoor air temperature", "reg_type": "holding", "address": 11703, "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&&IDU_count>=18", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "17 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 11723, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=18" }, { "name": "17 - Target temperature", "reg_type": "holding", "address": 11705, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=18" }, { "name": "17 - Temperature correction", "reg_type": "holding", "address": 11720, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=18", "vrf": true, "original_name": "Temperature correction" }, { "name": "17 - Thermostat state", "reg_type": "holding", "address": 11706, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=18", "vrf": true, "original_name": "Thermostat state" }, { "name": "17 - Thermostat state", "reg_type": "holding", "address": 11706, "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&&IDU_count>=18", "vrf": true, "original_name": "Thermostat state" }, { "name": "17 - Vanes swing", "reg_type": "holding", "address": 11711, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=18", "vrf": true, "original_name": "Vanes swing" }, { "name": "17 - Vanes swing", "reg_type": "holding", "address": 11711, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=18", "vrf": true, "original_name": "Vanes swing" }, { "name": "17 - Vertical vanes", "reg_type": "holding", "address": 11710, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=18", "vrf": true, "original_name": "Vertical vanes" }, { "name": "17 - Vertical vanes", "reg_type": "holding", "address": 11710, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=18", "original_name": "Vertical vanes" }, { "name": "17 - AC connected", "reg_type": "coil", "address": 11720, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=18" }, { "name": "17 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 11732, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=18" }, { "name": "18 - Active", "reg_type": "coil", "address": 11801, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=19" }, { "name": "18 - Mode", "reg_type": "holding", "address": 11801, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=19", "vrf": true, "original_name": "Mode" }, { "name": "18 - Mode", "reg_type": "holding", "address": 11801, "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&&IDU_count>=19", "vrf": true, "original_name": "Mode" }, { "name": "18 - Active mode", "reg_type": "holding", "address": 11802, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=19", "vrf": true, "original_name": "Active mode" }, { "name": "18 - Active mode", "reg_type": "holding", "address": 11802, "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&&IDU_count>=19", "vrf": true, "original_name": "Active mode" }, { "name": "18 - Fan speed", "reg_type": "holding", "address": 11807, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=19", "vrf": true, "original_name": "Fan speed" }, { "name": "18 - Fan speed", "reg_type": "holding", "address": 11807, "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&&IDU_count>=19", "vrf": true, "original_name": "Fan speed" }, { "name": "18 - Smart fan speed", "reg_type": "holding", "address": 11808, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=19", "vrf": true, "original_name": "Smart fan speed" }, { "name": "18 - Smart fan speed", "reg_type": "holding", "address": 11808, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=19", "original_name": "Smart fan speed" }, { "name": "18 - Indoor air temperature", "reg_type": "holding", "address": 11803, "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&&IDU_count>=19", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "18 - Indoor air temperature", "reg_type": "holding", "address": 11803, "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&&IDU_count>=19", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "18 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 11823, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=19" }, { "name": "18 - Target temperature", "reg_type": "holding", "address": 11805, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=19" }, { "name": "18 - Temperature correction", "reg_type": "holding", "address": 11820, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=19", "vrf": true, "original_name": "Temperature correction" }, { "name": "18 - Thermostat state", "reg_type": "holding", "address": 11806, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=19", "vrf": true, "original_name": "Thermostat state" }, { "name": "18 - Thermostat state", "reg_type": "holding", "address": 11806, "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&&IDU_count>=19", "vrf": true, "original_name": "Thermostat state" }, { "name": "18 - Vanes swing", "reg_type": "holding", "address": 11811, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=19", "vrf": true, "original_name": "Vanes swing" }, { "name": "18 - Vanes swing", "reg_type": "holding", "address": 11811, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=19", "vrf": true, "original_name": "Vanes swing" }, { "name": "18 - Vertical vanes", "reg_type": "holding", "address": 11810, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=19", "vrf": true, "original_name": "Vertical vanes" }, { "name": "18 - Vertical vanes", "reg_type": "holding", "address": 11810, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=19", "original_name": "Vertical vanes" }, { "name": "18 - AC connected", "reg_type": "coil", "address": 11820, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=19" }, { "name": "18 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 11832, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=19" }, { "name": "19 - Active", "reg_type": "coil", "address": 11901, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=20" }, { "name": "19 - Mode", "reg_type": "holding", "address": 11901, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=20", "vrf": true, "original_name": "Mode" }, { "name": "19 - Mode", "reg_type": "holding", "address": 11901, "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&&IDU_count>=20", "vrf": true, "original_name": "Mode" }, { "name": "19 - Active mode", "reg_type": "holding", "address": 11902, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=20", "vrf": true, "original_name": "Active mode" }, { "name": "19 - Active mode", "reg_type": "holding", "address": 11902, "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&&IDU_count>=20", "vrf": true, "original_name": "Active mode" }, { "name": "19 - Fan speed", "reg_type": "holding", "address": 11907, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=20", "vrf": true, "original_name": "Fan speed" }, { "name": "19 - Fan speed", "reg_type": "holding", "address": 11907, "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&&IDU_count>=20", "vrf": true, "original_name": "Fan speed" }, { "name": "19 - Smart fan speed", "reg_type": "holding", "address": 11908, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=20", "vrf": true, "original_name": "Smart fan speed" }, { "name": "19 - Smart fan speed", "reg_type": "holding", "address": 11908, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=20", "original_name": "Smart fan speed" }, { "name": "19 - Indoor air temperature", "reg_type": "holding", "address": 11903, "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&&IDU_count>=20", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "19 - Indoor air temperature", "reg_type": "holding", "address": 11903, "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&&IDU_count>=20", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "19 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 11923, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=20" }, { "name": "19 - Target temperature", "reg_type": "holding", "address": 11905, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=20" }, { "name": "19 - Temperature correction", "reg_type": "holding", "address": 11920, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=20", "vrf": true, "original_name": "Temperature correction" }, { "name": "19 - Thermostat state", "reg_type": "holding", "address": 11906, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=20", "vrf": true, "original_name": "Thermostat state" }, { "name": "19 - Thermostat state", "reg_type": "holding", "address": 11906, "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&&IDU_count>=20", "vrf": true, "original_name": "Thermostat state" }, { "name": "19 - Vanes swing", "reg_type": "holding", "address": 11911, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=20", "vrf": true, "original_name": "Vanes swing" }, { "name": "19 - Vanes swing", "reg_type": "holding", "address": 11911, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=20", "vrf": true, "original_name": "Vanes swing" }, { "name": "19 - Vertical vanes", "reg_type": "holding", "address": 11910, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=20", "vrf": true, "original_name": "Vertical vanes" }, { "name": "19 - Vertical vanes", "reg_type": "holding", "address": 11910, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=20", "original_name": "Vertical vanes" }, { "name": "19 - AC connected", "reg_type": "coil", "address": 11920, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=20" }, { "name": "19 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 11932, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=20" }, { "name": "20 - Active", "reg_type": "coil", "address": 12001, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=21" }, { "name": "20 - Mode", "reg_type": "holding", "address": 12001, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=21", "vrf": true, "original_name": "Mode" }, { "name": "20 - Mode", "reg_type": "holding", "address": 12001, "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&&IDU_count>=21", "vrf": true, "original_name": "Mode" }, { "name": "20 - Active mode", "reg_type": "holding", "address": 12002, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=21", "vrf": true, "original_name": "Active mode" }, { "name": "20 - Active mode", "reg_type": "holding", "address": 12002, "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&&IDU_count>=21", "vrf": true, "original_name": "Active mode" }, { "name": "20 - Fan speed", "reg_type": "holding", "address": 12007, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=21", "vrf": true, "original_name": "Fan speed" }, { "name": "20 - Fan speed", "reg_type": "holding", "address": 12007, "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&&IDU_count>=21", "vrf": true, "original_name": "Fan speed" }, { "name": "20 - Smart fan speed", "reg_type": "holding", "address": 12008, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=21", "vrf": true, "original_name": "Smart fan speed" }, { "name": "20 - Smart fan speed", "reg_type": "holding", "address": 12008, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=21", "original_name": "Smart fan speed" }, { "name": "20 - Indoor air temperature", "reg_type": "holding", "address": 12003, "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&&IDU_count>=21", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "20 - Indoor air temperature", "reg_type": "holding", "address": 12003, "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&&IDU_count>=21", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "20 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 12023, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=21" }, { "name": "20 - Target temperature", "reg_type": "holding", "address": 12005, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=21" }, { "name": "20 - Temperature correction", "reg_type": "holding", "address": 12020, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=21", "vrf": true, "original_name": "Temperature correction" }, { "name": "20 - Thermostat state", "reg_type": "holding", "address": 12006, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=21", "vrf": true, "original_name": "Thermostat state" }, { "name": "20 - Thermostat state", "reg_type": "holding", "address": 12006, "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&&IDU_count>=21", "vrf": true, "original_name": "Thermostat state" }, { "name": "20 - Vanes swing", "reg_type": "holding", "address": 12011, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=21", "vrf": true, "original_name": "Vanes swing" }, { "name": "20 - Vanes swing", "reg_type": "holding", "address": 12011, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=21", "vrf": true, "original_name": "Vanes swing" }, { "name": "20 - Vertical vanes", "reg_type": "holding", "address": 12010, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=21", "vrf": true, "original_name": "Vertical vanes" }, { "name": "20 - Vertical vanes", "reg_type": "holding", "address": 12010, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=21", "original_name": "Vertical vanes" }, { "name": "20 - AC connected", "reg_type": "coil", "address": 12020, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=21" }, { "name": "20 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 12032, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=21" }, { "name": "21 - Active", "reg_type": "coil", "address": 12101, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=22" }, { "name": "21 - Mode", "reg_type": "holding", "address": 12101, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=22", "vrf": true, "original_name": "Mode" }, { "name": "21 - Mode", "reg_type": "holding", "address": 12101, "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&&IDU_count>=22", "vrf": true, "original_name": "Mode" }, { "name": "21 - Active mode", "reg_type": "holding", "address": 12102, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=22", "vrf": true, "original_name": "Active mode" }, { "name": "21 - Active mode", "reg_type": "holding", "address": 12102, "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&&IDU_count>=22", "vrf": true, "original_name": "Active mode" }, { "name": "21 - Fan speed", "reg_type": "holding", "address": 12107, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=22", "vrf": true, "original_name": "Fan speed" }, { "name": "21 - Fan speed", "reg_type": "holding", "address": 12107, "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&&IDU_count>=22", "vrf": true, "original_name": "Fan speed" }, { "name": "21 - Smart fan speed", "reg_type": "holding", "address": 12108, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=22", "vrf": true, "original_name": "Smart fan speed" }, { "name": "21 - Smart fan speed", "reg_type": "holding", "address": 12108, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=22", "original_name": "Smart fan speed" }, { "name": "21 - Indoor air temperature", "reg_type": "holding", "address": 12103, "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&&IDU_count>=22", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "21 - Indoor air temperature", "reg_type": "holding", "address": 12103, "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&&IDU_count>=22", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "21 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 12123, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=22" }, { "name": "21 - Target temperature", "reg_type": "holding", "address": 12105, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=22" }, { "name": "21 - Temperature correction", "reg_type": "holding", "address": 12120, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=22", "vrf": true, "original_name": "Temperature correction" }, { "name": "21 - Thermostat state", "reg_type": "holding", "address": 12106, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=22", "vrf": true, "original_name": "Thermostat state" }, { "name": "21 - Thermostat state", "reg_type": "holding", "address": 12106, "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&&IDU_count>=22", "vrf": true, "original_name": "Thermostat state" }, { "name": "21 - Vanes swing", "reg_type": "holding", "address": 12111, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=22", "vrf": true, "original_name": "Vanes swing" }, { "name": "21 - Vanes swing", "reg_type": "holding", "address": 12111, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=22", "vrf": true, "original_name": "Vanes swing" }, { "name": "21 - Vertical vanes", "reg_type": "holding", "address": 12110, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=22", "vrf": true, "original_name": "Vertical vanes" }, { "name": "21 - Vertical vanes", "reg_type": "holding", "address": 12110, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=22", "original_name": "Vertical vanes" }, { "name": "21 - AC connected", "reg_type": "coil", "address": 12120, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=22" }, { "name": "21 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 12132, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=22" }, { "name": "22 - Active", "reg_type": "coil", "address": 12201, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=23" }, { "name": "22 - Mode", "reg_type": "holding", "address": 12201, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=23", "vrf": true, "original_name": "Mode" }, { "name": "22 - Mode", "reg_type": "holding", "address": 12201, "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&&IDU_count>=23", "vrf": true, "original_name": "Mode" }, { "name": "22 - Active mode", "reg_type": "holding", "address": 12202, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=23", "vrf": true, "original_name": "Active mode" }, { "name": "22 - Active mode", "reg_type": "holding", "address": 12202, "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&&IDU_count>=23", "vrf": true, "original_name": "Active mode" }, { "name": "22 - Fan speed", "reg_type": "holding", "address": 12207, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=23", "vrf": true, "original_name": "Fan speed" }, { "name": "22 - Fan speed", "reg_type": "holding", "address": 12207, "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&&IDU_count>=23", "vrf": true, "original_name": "Fan speed" }, { "name": "22 - Smart fan speed", "reg_type": "holding", "address": 12208, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=23", "vrf": true, "original_name": "Smart fan speed" }, { "name": "22 - Smart fan speed", "reg_type": "holding", "address": 12208, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=23", "original_name": "Smart fan speed" }, { "name": "22 - Indoor air temperature", "reg_type": "holding", "address": 12203, "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&&IDU_count>=23", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "22 - Indoor air temperature", "reg_type": "holding", "address": 12203, "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&&IDU_count>=23", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "22 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 12223, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=23" }, { "name": "22 - Target temperature", "reg_type": "holding", "address": 12205, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=23" }, { "name": "22 - Temperature correction", "reg_type": "holding", "address": 12220, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=23", "vrf": true, "original_name": "Temperature correction" }, { "name": "22 - Thermostat state", "reg_type": "holding", "address": 12206, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=23", "vrf": true, "original_name": "Thermostat state" }, { "name": "22 - Thermostat state", "reg_type": "holding", "address": 12206, "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&&IDU_count>=23", "vrf": true, "original_name": "Thermostat state" }, { "name": "22 - Vanes swing", "reg_type": "holding", "address": 12211, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=23", "vrf": true, "original_name": "Vanes swing" }, { "name": "22 - Vanes swing", "reg_type": "holding", "address": 12211, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=23", "vrf": true, "original_name": "Vanes swing" }, { "name": "22 - Vertical vanes", "reg_type": "holding", "address": 12210, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=23", "vrf": true, "original_name": "Vertical vanes" }, { "name": "22 - Vertical vanes", "reg_type": "holding", "address": 12210, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=23", "original_name": "Vertical vanes" }, { "name": "22 - AC connected", "reg_type": "coil", "address": 12220, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=23" }, { "name": "22 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 12232, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=23" }, { "name": "23 - Active", "reg_type": "coil", "address": 12301, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=24" }, { "name": "23 - Mode", "reg_type": "holding", "address": 12301, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=24", "vrf": true, "original_name": "Mode" }, { "name": "23 - Mode", "reg_type": "holding", "address": 12301, "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&&IDU_count>=24", "vrf": true, "original_name": "Mode" }, { "name": "23 - Active mode", "reg_type": "holding", "address": 12302, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=24", "vrf": true, "original_name": "Active mode" }, { "name": "23 - Active mode", "reg_type": "holding", "address": 12302, "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&&IDU_count>=24", "vrf": true, "original_name": "Active mode" }, { "name": "23 - Fan speed", "reg_type": "holding", "address": 12307, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=24", "vrf": true, "original_name": "Fan speed" }, { "name": "23 - Fan speed", "reg_type": "holding", "address": 12307, "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&&IDU_count>=24", "vrf": true, "original_name": "Fan speed" }, { "name": "23 - Smart fan speed", "reg_type": "holding", "address": 12308, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=24", "vrf": true, "original_name": "Smart fan speed" }, { "name": "23 - Smart fan speed", "reg_type": "holding", "address": 12308, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=24", "original_name": "Smart fan speed" }, { "name": "23 - Indoor air temperature", "reg_type": "holding", "address": 12303, "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&&IDU_count>=24", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "23 - Indoor air temperature", "reg_type": "holding", "address": 12303, "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&&IDU_count>=24", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "23 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 12323, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=24" }, { "name": "23 - Target temperature", "reg_type": "holding", "address": 12305, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=24" }, { "name": "23 - Temperature correction", "reg_type": "holding", "address": 12320, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=24", "vrf": true, "original_name": "Temperature correction" }, { "name": "23 - Thermostat state", "reg_type": "holding", "address": 12306, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=24", "vrf": true, "original_name": "Thermostat state" }, { "name": "23 - Thermostat state", "reg_type": "holding", "address": 12306, "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&&IDU_count>=24", "vrf": true, "original_name": "Thermostat state" }, { "name": "23 - Vanes swing", "reg_type": "holding", "address": 12311, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=24", "vrf": true, "original_name": "Vanes swing" }, { "name": "23 - Vanes swing", "reg_type": "holding", "address": 12311, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=24", "vrf": true, "original_name": "Vanes swing" }, { "name": "23 - Vertical vanes", "reg_type": "holding", "address": 12310, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=24", "vrf": true, "original_name": "Vertical vanes" }, { "name": "23 - Vertical vanes", "reg_type": "holding", "address": 12310, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=24", "original_name": "Vertical vanes" }, { "name": "23 - AC connected", "reg_type": "coil", "address": 12320, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=24" }, { "name": "23 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 12332, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=24" }, { "name": "24 - Active", "reg_type": "coil", "address": 12401, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=25" }, { "name": "24 - Mode", "reg_type": "holding", "address": 12401, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=25", "vrf": true, "original_name": "Mode" }, { "name": "24 - Mode", "reg_type": "holding", "address": 12401, "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&&IDU_count>=25", "vrf": true, "original_name": "Mode" }, { "name": "24 - Active mode", "reg_type": "holding", "address": 12402, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=25", "vrf": true, "original_name": "Active mode" }, { "name": "24 - Active mode", "reg_type": "holding", "address": 12402, "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&&IDU_count>=25", "vrf": true, "original_name": "Active mode" }, { "name": "24 - Fan speed", "reg_type": "holding", "address": 12407, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=25", "vrf": true, "original_name": "Fan speed" }, { "name": "24 - Fan speed", "reg_type": "holding", "address": 12407, "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&&IDU_count>=25", "vrf": true, "original_name": "Fan speed" }, { "name": "24 - Smart fan speed", "reg_type": "holding", "address": 12408, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=25", "vrf": true, "original_name": "Smart fan speed" }, { "name": "24 - Smart fan speed", "reg_type": "holding", "address": 12408, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=25", "original_name": "Smart fan speed" }, { "name": "24 - Indoor air temperature", "reg_type": "holding", "address": 12403, "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&&IDU_count>=25", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "24 - Indoor air temperature", "reg_type": "holding", "address": 12403, "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&&IDU_count>=25", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "24 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 12423, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=25" }, { "name": "24 - Target temperature", "reg_type": "holding", "address": 12405, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=25" }, { "name": "24 - Temperature correction", "reg_type": "holding", "address": 12420, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=25", "vrf": true, "original_name": "Temperature correction" }, { "name": "24 - Thermostat state", "reg_type": "holding", "address": 12406, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=25", "vrf": true, "original_name": "Thermostat state" }, { "name": "24 - Thermostat state", "reg_type": "holding", "address": 12406, "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&&IDU_count>=25", "vrf": true, "original_name": "Thermostat state" }, { "name": "24 - Vanes swing", "reg_type": "holding", "address": 12411, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=25", "vrf": true, "original_name": "Vanes swing" }, { "name": "24 - Vanes swing", "reg_type": "holding", "address": 12411, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=25", "vrf": true, "original_name": "Vanes swing" }, { "name": "24 - Vertical vanes", "reg_type": "holding", "address": 12410, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=25", "vrf": true, "original_name": "Vertical vanes" }, { "name": "24 - Vertical vanes", "reg_type": "holding", "address": 12410, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=25", "original_name": "Vertical vanes" }, { "name": "24 - AC connected", "reg_type": "coil", "address": 12420, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=25" }, { "name": "24 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 12432, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=25" }, { "name": "25 - Active", "reg_type": "coil", "address": 12501, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=26" }, { "name": "25 - Mode", "reg_type": "holding", "address": 12501, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=26", "vrf": true, "original_name": "Mode" }, { "name": "25 - Mode", "reg_type": "holding", "address": 12501, "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&&IDU_count>=26", "vrf": true, "original_name": "Mode" }, { "name": "25 - Active mode", "reg_type": "holding", "address": 12502, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=26", "vrf": true, "original_name": "Active mode" }, { "name": "25 - Active mode", "reg_type": "holding", "address": 12502, "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&&IDU_count>=26", "vrf": true, "original_name": "Active mode" }, { "name": "25 - Fan speed", "reg_type": "holding", "address": 12507, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=26", "vrf": true, "original_name": "Fan speed" }, { "name": "25 - Fan speed", "reg_type": "holding", "address": 12507, "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&&IDU_count>=26", "vrf": true, "original_name": "Fan speed" }, { "name": "25 - Smart fan speed", "reg_type": "holding", "address": 12508, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=26", "vrf": true, "original_name": "Smart fan speed" }, { "name": "25 - Smart fan speed", "reg_type": "holding", "address": 12508, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=26", "original_name": "Smart fan speed" }, { "name": "25 - Indoor air temperature", "reg_type": "holding", "address": 12503, "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&&IDU_count>=26", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "25 - Indoor air temperature", "reg_type": "holding", "address": 12503, "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&&IDU_count>=26", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "25 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 12523, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=26" }, { "name": "25 - Target temperature", "reg_type": "holding", "address": 12505, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=26" }, { "name": "25 - Temperature correction", "reg_type": "holding", "address": 12520, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=26", "vrf": true, "original_name": "Temperature correction" }, { "name": "25 - Thermostat state", "reg_type": "holding", "address": 12506, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=26", "vrf": true, "original_name": "Thermostat state" }, { "name": "25 - Thermostat state", "reg_type": "holding", "address": 12506, "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&&IDU_count>=26", "vrf": true, "original_name": "Thermostat state" }, { "name": "25 - Vanes swing", "reg_type": "holding", "address": 12511, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=26", "vrf": true, "original_name": "Vanes swing" }, { "name": "25 - Vanes swing", "reg_type": "holding", "address": 12511, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=26", "vrf": true, "original_name": "Vanes swing" }, { "name": "25 - Vertical vanes", "reg_type": "holding", "address": 12510, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=26", "vrf": true, "original_name": "Vertical vanes" }, { "name": "25 - Vertical vanes", "reg_type": "holding", "address": 12510, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=26", "original_name": "Vertical vanes" }, { "name": "25 - AC connected", "reg_type": "coil", "address": 12520, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=26" }, { "name": "25 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 12532, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=26" }, { "name": "26 - Active", "reg_type": "coil", "address": 12601, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=27" }, { "name": "26 - Mode", "reg_type": "holding", "address": 12601, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=27", "vrf": true, "original_name": "Mode" }, { "name": "26 - Mode", "reg_type": "holding", "address": 12601, "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&&IDU_count>=27", "vrf": true, "original_name": "Mode" }, { "name": "26 - Active mode", "reg_type": "holding", "address": 12602, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=27", "vrf": true, "original_name": "Active mode" }, { "name": "26 - Active mode", "reg_type": "holding", "address": 12602, "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&&IDU_count>=27", "vrf": true, "original_name": "Active mode" }, { "name": "26 - Fan speed", "reg_type": "holding", "address": 12607, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=27", "vrf": true, "original_name": "Fan speed" }, { "name": "26 - Fan speed", "reg_type": "holding", "address": 12607, "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&&IDU_count>=27", "vrf": true, "original_name": "Fan speed" }, { "name": "26 - Smart fan speed", "reg_type": "holding", "address": 12608, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=27", "vrf": true, "original_name": "Smart fan speed" }, { "name": "26 - Smart fan speed", "reg_type": "holding", "address": 12608, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=27", "original_name": "Smart fan speed" }, { "name": "26 - Indoor air temperature", "reg_type": "holding", "address": 12603, "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&&IDU_count>=27", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "26 - Indoor air temperature", "reg_type": "holding", "address": 12603, "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&&IDU_count>=27", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "26 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 12623, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=27" }, { "name": "26 - Target temperature", "reg_type": "holding", "address": 12605, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=27" }, { "name": "26 - Temperature correction", "reg_type": "holding", "address": 12620, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=27", "vrf": true, "original_name": "Temperature correction" }, { "name": "26 - Thermostat state", "reg_type": "holding", "address": 12606, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=27", "vrf": true, "original_name": "Thermostat state" }, { "name": "26 - Thermostat state", "reg_type": "holding", "address": 12606, "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&&IDU_count>=27", "vrf": true, "original_name": "Thermostat state" }, { "name": "26 - Vanes swing", "reg_type": "holding", "address": 12611, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=27", "vrf": true, "original_name": "Vanes swing" }, { "name": "26 - Vanes swing", "reg_type": "holding", "address": 12611, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=27", "vrf": true, "original_name": "Vanes swing" }, { "name": "26 - Vertical vanes", "reg_type": "holding", "address": 12610, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=27", "vrf": true, "original_name": "Vertical vanes" }, { "name": "26 - Vertical vanes", "reg_type": "holding", "address": 12610, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=27", "original_name": "Vertical vanes" }, { "name": "26 - AC connected", "reg_type": "coil", "address": 12620, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=27" }, { "name": "26 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 12632, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=27" }, { "name": "27 - Active", "reg_type": "coil", "address": 12701, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=28" }, { "name": "27 - Mode", "reg_type": "holding", "address": 12701, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=28", "vrf": true, "original_name": "Mode" }, { "name": "27 - Mode", "reg_type": "holding", "address": 12701, "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&&IDU_count>=28", "vrf": true, "original_name": "Mode" }, { "name": "27 - Active mode", "reg_type": "holding", "address": 12702, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=28", "vrf": true, "original_name": "Active mode" }, { "name": "27 - Active mode", "reg_type": "holding", "address": 12702, "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&&IDU_count>=28", "vrf": true, "original_name": "Active mode" }, { "name": "27 - Fan speed", "reg_type": "holding", "address": 12707, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=28", "vrf": true, "original_name": "Fan speed" }, { "name": "27 - Fan speed", "reg_type": "holding", "address": 12707, "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&&IDU_count>=28", "vrf": true, "original_name": "Fan speed" }, { "name": "27 - Smart fan speed", "reg_type": "holding", "address": 12708, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=28", "vrf": true, "original_name": "Smart fan speed" }, { "name": "27 - Smart fan speed", "reg_type": "holding", "address": 12708, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=28", "original_name": "Smart fan speed" }, { "name": "27 - Indoor air temperature", "reg_type": "holding", "address": 12703, "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&&IDU_count>=28", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "27 - Indoor air temperature", "reg_type": "holding", "address": 12703, "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&&IDU_count>=28", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "27 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 12723, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=28" }, { "name": "27 - Target temperature", "reg_type": "holding", "address": 12705, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=28" }, { "name": "27 - Temperature correction", "reg_type": "holding", "address": 12720, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=28", "vrf": true, "original_name": "Temperature correction" }, { "name": "27 - Thermostat state", "reg_type": "holding", "address": 12706, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=28", "vrf": true, "original_name": "Thermostat state" }, { "name": "27 - Thermostat state", "reg_type": "holding", "address": 12706, "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&&IDU_count>=28", "vrf": true, "original_name": "Thermostat state" }, { "name": "27 - Vanes swing", "reg_type": "holding", "address": 12711, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=28", "vrf": true, "original_name": "Vanes swing" }, { "name": "27 - Vanes swing", "reg_type": "holding", "address": 12711, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=28", "vrf": true, "original_name": "Vanes swing" }, { "name": "27 - Vertical vanes", "reg_type": "holding", "address": 12710, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=28", "vrf": true, "original_name": "Vertical vanes" }, { "name": "27 - Vertical vanes", "reg_type": "holding", "address": 12710, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=28", "original_name": "Vertical vanes" }, { "name": "27 - AC connected", "reg_type": "coil", "address": 12720, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=28" }, { "name": "27 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 12732, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=28" }, { "name": "28 - Active", "reg_type": "coil", "address": 12801, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=29" }, { "name": "28 - Mode", "reg_type": "holding", "address": 12801, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=29", "vrf": true, "original_name": "Mode" }, { "name": "28 - Mode", "reg_type": "holding", "address": 12801, "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&&IDU_count>=29", "vrf": true, "original_name": "Mode" }, { "name": "28 - Active mode", "reg_type": "holding", "address": 12802, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=29", "vrf": true, "original_name": "Active mode" }, { "name": "28 - Active mode", "reg_type": "holding", "address": 12802, "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&&IDU_count>=29", "vrf": true, "original_name": "Active mode" }, { "name": "28 - Fan speed", "reg_type": "holding", "address": 12807, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=29", "vrf": true, "original_name": "Fan speed" }, { "name": "28 - Fan speed", "reg_type": "holding", "address": 12807, "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&&IDU_count>=29", "vrf": true, "original_name": "Fan speed" }, { "name": "28 - Smart fan speed", "reg_type": "holding", "address": 12808, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=29", "vrf": true, "original_name": "Smart fan speed" }, { "name": "28 - Smart fan speed", "reg_type": "holding", "address": 12808, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=29", "original_name": "Smart fan speed" }, { "name": "28 - Indoor air temperature", "reg_type": "holding", "address": 12803, "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&&IDU_count>=29", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "28 - Indoor air temperature", "reg_type": "holding", "address": 12803, "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&&IDU_count>=29", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "28 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 12823, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=29" }, { "name": "28 - Target temperature", "reg_type": "holding", "address": 12805, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=29" }, { "name": "28 - Temperature correction", "reg_type": "holding", "address": 12820, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=29", "vrf": true, "original_name": "Temperature correction" }, { "name": "28 - Thermostat state", "reg_type": "holding", "address": 12806, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=29", "vrf": true, "original_name": "Thermostat state" }, { "name": "28 - Thermostat state", "reg_type": "holding", "address": 12806, "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&&IDU_count>=29", "vrf": true, "original_name": "Thermostat state" }, { "name": "28 - Vanes swing", "reg_type": "holding", "address": 12811, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=29", "vrf": true, "original_name": "Vanes swing" }, { "name": "28 - Vanes swing", "reg_type": "holding", "address": 12811, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=29", "vrf": true, "original_name": "Vanes swing" }, { "name": "28 - Vertical vanes", "reg_type": "holding", "address": 12810, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=29", "vrf": true, "original_name": "Vertical vanes" }, { "name": "28 - Vertical vanes", "reg_type": "holding", "address": 12810, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=29", "original_name": "Vertical vanes" }, { "name": "28 - AC connected", "reg_type": "coil", "address": 12820, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=29" }, { "name": "28 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 12832, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=29" }, { "name": "29 - Active", "reg_type": "coil", "address": 12901, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=30" }, { "name": "29 - Mode", "reg_type": "holding", "address": 12901, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=30", "vrf": true, "original_name": "Mode" }, { "name": "29 - Mode", "reg_type": "holding", "address": 12901, "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&&IDU_count>=30", "vrf": true, "original_name": "Mode" }, { "name": "29 - Active mode", "reg_type": "holding", "address": 12902, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=30", "vrf": true, "original_name": "Active mode" }, { "name": "29 - Active mode", "reg_type": "holding", "address": 12902, "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&&IDU_count>=30", "vrf": true, "original_name": "Active mode" }, { "name": "29 - Fan speed", "reg_type": "holding", "address": 12907, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=30", "vrf": true, "original_name": "Fan speed" }, { "name": "29 - Fan speed", "reg_type": "holding", "address": 12907, "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&&IDU_count>=30", "vrf": true, "original_name": "Fan speed" }, { "name": "29 - Smart fan speed", "reg_type": "holding", "address": 12908, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=30", "vrf": true, "original_name": "Smart fan speed" }, { "name": "29 - Smart fan speed", "reg_type": "holding", "address": 12908, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=30", "original_name": "Smart fan speed" }, { "name": "29 - Indoor air temperature", "reg_type": "holding", "address": 12903, "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&&IDU_count>=30", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "29 - Indoor air temperature", "reg_type": "holding", "address": 12903, "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&&IDU_count>=30", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "29 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 12923, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=30" }, { "name": "29 - Target temperature", "reg_type": "holding", "address": 12905, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=30" }, { "name": "29 - Temperature correction", "reg_type": "holding", "address": 12920, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=30", "vrf": true, "original_name": "Temperature correction" }, { "name": "29 - Thermostat state", "reg_type": "holding", "address": 12906, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=30", "vrf": true, "original_name": "Thermostat state" }, { "name": "29 - Thermostat state", "reg_type": "holding", "address": 12906, "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&&IDU_count>=30", "vrf": true, "original_name": "Thermostat state" }, { "name": "29 - Vanes swing", "reg_type": "holding", "address": 12911, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=30", "vrf": true, "original_name": "Vanes swing" }, { "name": "29 - Vanes swing", "reg_type": "holding", "address": 12911, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=30", "vrf": true, "original_name": "Vanes swing" }, { "name": "29 - Vertical vanes", "reg_type": "holding", "address": 12910, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=30", "vrf": true, "original_name": "Vertical vanes" }, { "name": "29 - Vertical vanes", "reg_type": "holding", "address": 12910, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=30", "original_name": "Vertical vanes" }, { "name": "29 - AC connected", "reg_type": "coil", "address": 12920, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=30" }, { "name": "29 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 12932, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=30" }, { "name": "30 - Active", "reg_type": "coil", "address": 13001, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=31" }, { "name": "30 - Mode", "reg_type": "holding", "address": 13001, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=31", "vrf": true, "original_name": "Mode" }, { "name": "30 - Mode", "reg_type": "holding", "address": 13001, "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&&IDU_count>=31", "vrf": true, "original_name": "Mode" }, { "name": "30 - Active mode", "reg_type": "holding", "address": 13002, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=31", "vrf": true, "original_name": "Active mode" }, { "name": "30 - Active mode", "reg_type": "holding", "address": 13002, "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&&IDU_count>=31", "vrf": true, "original_name": "Active mode" }, { "name": "30 - Fan speed", "reg_type": "holding", "address": 13007, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=31", "vrf": true, "original_name": "Fan speed" }, { "name": "30 - Fan speed", "reg_type": "holding", "address": 13007, "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&&IDU_count>=31", "vrf": true, "original_name": "Fan speed" }, { "name": "30 - Smart fan speed", "reg_type": "holding", "address": 13008, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=31", "vrf": true, "original_name": "Smart fan speed" }, { "name": "30 - Smart fan speed", "reg_type": "holding", "address": 13008, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=31", "original_name": "Smart fan speed" }, { "name": "30 - Indoor air temperature", "reg_type": "holding", "address": 13003, "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&&IDU_count>=31", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "30 - Indoor air temperature", "reg_type": "holding", "address": 13003, "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&&IDU_count>=31", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "30 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 13023, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=31" }, { "name": "30 - Target temperature", "reg_type": "holding", "address": 13005, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=31" }, { "name": "30 - Temperature correction", "reg_type": "holding", "address": 13020, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=31", "vrf": true, "original_name": "Temperature correction" }, { "name": "30 - Thermostat state", "reg_type": "holding", "address": 13006, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=31", "vrf": true, "original_name": "Thermostat state" }, { "name": "30 - Thermostat state", "reg_type": "holding", "address": 13006, "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&&IDU_count>=31", "vrf": true, "original_name": "Thermostat state" }, { "name": "30 - Vanes swing", "reg_type": "holding", "address": 13011, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=31", "vrf": true, "original_name": "Vanes swing" }, { "name": "30 - Vanes swing", "reg_type": "holding", "address": 13011, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=31", "vrf": true, "original_name": "Vanes swing" }, { "name": "30 - Vertical vanes", "reg_type": "holding", "address": 13010, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=31", "vrf": true, "original_name": "Vertical vanes" }, { "name": "30 - Vertical vanes", "reg_type": "holding", "address": 13010, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=31", "original_name": "Vertical vanes" }, { "name": "30 - AC connected", "reg_type": "coil", "address": 13020, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=31" }, { "name": "30 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 13032, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=31" }, { "name": "31 - Active", "reg_type": "coil", "address": 13101, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=32" }, { "name": "31 - Mode", "reg_type": "holding", "address": 13101, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=32", "vrf": true, "original_name": "Mode" }, { "name": "31 - Mode", "reg_type": "holding", "address": 13101, "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&&IDU_count>=32", "vrf": true, "original_name": "Mode" }, { "name": "31 - Active mode", "reg_type": "holding", "address": 13102, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=32", "vrf": true, "original_name": "Active mode" }, { "name": "31 - Active mode", "reg_type": "holding", "address": 13102, "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&&IDU_count>=32", "vrf": true, "original_name": "Active mode" }, { "name": "31 - Fan speed", "reg_type": "holding", "address": 13107, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=32", "vrf": true, "original_name": "Fan speed" }, { "name": "31 - Fan speed", "reg_type": "holding", "address": 13107, "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&&IDU_count>=32", "vrf": true, "original_name": "Fan speed" }, { "name": "31 - Smart fan speed", "reg_type": "holding", "address": 13108, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=32", "vrf": true, "original_name": "Smart fan speed" }, { "name": "31 - Smart fan speed", "reg_type": "holding", "address": 13108, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=32", "original_name": "Smart fan speed" }, { "name": "31 - Indoor air temperature", "reg_type": "holding", "address": 13103, "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&&IDU_count>=32", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "31 - Indoor air temperature", "reg_type": "holding", "address": 13103, "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&&IDU_count>=32", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "31 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 13123, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=32" }, { "name": "31 - Target temperature", "reg_type": "holding", "address": 13105, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=32" }, { "name": "31 - Temperature correction", "reg_type": "holding", "address": 13120, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=32", "vrf": true, "original_name": "Temperature correction" }, { "name": "31 - Thermostat state", "reg_type": "holding", "address": 13106, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=32", "vrf": true, "original_name": "Thermostat state" }, { "name": "31 - Thermostat state", "reg_type": "holding", "address": 13106, "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&&IDU_count>=32", "vrf": true, "original_name": "Thermostat state" }, { "name": "31 - Vanes swing", "reg_type": "holding", "address": 13111, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=32", "vrf": true, "original_name": "Vanes swing" }, { "name": "31 - Vanes swing", "reg_type": "holding", "address": 13111, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=32", "vrf": true, "original_name": "Vanes swing" }, { "name": "31 - Vertical vanes", "reg_type": "holding", "address": 13110, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=32", "vrf": true, "original_name": "Vertical vanes" }, { "name": "31 - Vertical vanes", "reg_type": "holding", "address": 13110, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=32", "original_name": "Vertical vanes" }, { "name": "31 - AC connected", "reg_type": "coil", "address": 13120, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=32" }, { "name": "31 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 13132, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=32" }, { "name": "32 - Active", "reg_type": "coil", "address": 13201, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=33" }, { "name": "32 - Mode", "reg_type": "holding", "address": 13201, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=33", "vrf": true, "original_name": "Mode" }, { "name": "32 - Mode", "reg_type": "holding", "address": 13201, "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&&IDU_count>=33", "vrf": true, "original_name": "Mode" }, { "name": "32 - Active mode", "reg_type": "holding", "address": 13202, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=33", "vrf": true, "original_name": "Active mode" }, { "name": "32 - Active mode", "reg_type": "holding", "address": 13202, "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&&IDU_count>=33", "vrf": true, "original_name": "Active mode" }, { "name": "32 - Fan speed", "reg_type": "holding", "address": 13207, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=33", "vrf": true, "original_name": "Fan speed" }, { "name": "32 - Fan speed", "reg_type": "holding", "address": 13207, "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&&IDU_count>=33", "vrf": true, "original_name": "Fan speed" }, { "name": "32 - Smart fan speed", "reg_type": "holding", "address": 13208, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=33", "vrf": true, "original_name": "Smart fan speed" }, { "name": "32 - Smart fan speed", "reg_type": "holding", "address": 13208, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=33", "original_name": "Smart fan speed" }, { "name": "32 - Indoor air temperature", "reg_type": "holding", "address": 13203, "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&&IDU_count>=33", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "32 - Indoor air temperature", "reg_type": "holding", "address": 13203, "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&&IDU_count>=33", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "32 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 13223, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=33" }, { "name": "32 - Target temperature", "reg_type": "holding", "address": 13205, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=33" }, { "name": "32 - Temperature correction", "reg_type": "holding", "address": 13220, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=33", "vrf": true, "original_name": "Temperature correction" }, { "name": "32 - Thermostat state", "reg_type": "holding", "address": 13206, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=33", "vrf": true, "original_name": "Thermostat state" }, { "name": "32 - Thermostat state", "reg_type": "holding", "address": 13206, "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&&IDU_count>=33", "vrf": true, "original_name": "Thermostat state" }, { "name": "32 - Vanes swing", "reg_type": "holding", "address": 13211, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=33", "vrf": true, "original_name": "Vanes swing" }, { "name": "32 - Vanes swing", "reg_type": "holding", "address": 13211, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=33", "vrf": true, "original_name": "Vanes swing" }, { "name": "32 - Vertical vanes", "reg_type": "holding", "address": 13210, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=33", "vrf": true, "original_name": "Vertical vanes" }, { "name": "32 - Vertical vanes", "reg_type": "holding", "address": 13210, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=33", "original_name": "Vertical vanes" }, { "name": "32 - AC connected", "reg_type": "coil", "address": 13220, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=33" }, { "name": "32 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 13232, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=33" }, { "name": "33 - Active", "reg_type": "coil", "address": 13301, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=34" }, { "name": "33 - Mode", "reg_type": "holding", "address": 13301, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=34", "vrf": true, "original_name": "Mode" }, { "name": "33 - Mode", "reg_type": "holding", "address": 13301, "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&&IDU_count>=34", "vrf": true, "original_name": "Mode" }, { "name": "33 - Active mode", "reg_type": "holding", "address": 13302, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=34", "vrf": true, "original_name": "Active mode" }, { "name": "33 - Active mode", "reg_type": "holding", "address": 13302, "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&&IDU_count>=34", "vrf": true, "original_name": "Active mode" }, { "name": "33 - Fan speed", "reg_type": "holding", "address": 13307, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=34", "vrf": true, "original_name": "Fan speed" }, { "name": "33 - Fan speed", "reg_type": "holding", "address": 13307, "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&&IDU_count>=34", "vrf": true, "original_name": "Fan speed" }, { "name": "33 - Smart fan speed", "reg_type": "holding", "address": 13308, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=34", "vrf": true, "original_name": "Smart fan speed" }, { "name": "33 - Smart fan speed", "reg_type": "holding", "address": 13308, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=34", "original_name": "Smart fan speed" }, { "name": "33 - Indoor air temperature", "reg_type": "holding", "address": 13303, "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&&IDU_count>=34", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "33 - Indoor air temperature", "reg_type": "holding", "address": 13303, "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&&IDU_count>=34", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "33 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 13323, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=34" }, { "name": "33 - Target temperature", "reg_type": "holding", "address": 13305, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=34" }, { "name": "33 - Temperature correction", "reg_type": "holding", "address": 13320, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=34", "vrf": true, "original_name": "Temperature correction" }, { "name": "33 - Thermostat state", "reg_type": "holding", "address": 13306, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=34", "vrf": true, "original_name": "Thermostat state" }, { "name": "33 - Thermostat state", "reg_type": "holding", "address": 13306, "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&&IDU_count>=34", "vrf": true, "original_name": "Thermostat state" }, { "name": "33 - Vanes swing", "reg_type": "holding", "address": 13311, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=34", "vrf": true, "original_name": "Vanes swing" }, { "name": "33 - Vanes swing", "reg_type": "holding", "address": 13311, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=34", "vrf": true, "original_name": "Vanes swing" }, { "name": "33 - Vertical vanes", "reg_type": "holding", "address": 13310, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=34", "vrf": true, "original_name": "Vertical vanes" }, { "name": "33 - Vertical vanes", "reg_type": "holding", "address": 13310, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=34", "original_name": "Vertical vanes" }, { "name": "33 - AC connected", "reg_type": "coil", "address": 13320, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=34" }, { "name": "33 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 13332, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=34" }, { "name": "34 - Active", "reg_type": "coil", "address": 13401, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=35" }, { "name": "34 - Mode", "reg_type": "holding", "address": 13401, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=35", "vrf": true, "original_name": "Mode" }, { "name": "34 - Mode", "reg_type": "holding", "address": 13401, "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&&IDU_count>=35", "vrf": true, "original_name": "Mode" }, { "name": "34 - Active mode", "reg_type": "holding", "address": 13402, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=35", "vrf": true, "original_name": "Active mode" }, { "name": "34 - Active mode", "reg_type": "holding", "address": 13402, "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&&IDU_count>=35", "vrf": true, "original_name": "Active mode" }, { "name": "34 - Fan speed", "reg_type": "holding", "address": 13407, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=35", "vrf": true, "original_name": "Fan speed" }, { "name": "34 - Fan speed", "reg_type": "holding", "address": 13407, "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&&IDU_count>=35", "vrf": true, "original_name": "Fan speed" }, { "name": "34 - Smart fan speed", "reg_type": "holding", "address": 13408, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=35", "vrf": true, "original_name": "Smart fan speed" }, { "name": "34 - Smart fan speed", "reg_type": "holding", "address": 13408, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=35", "original_name": "Smart fan speed" }, { "name": "34 - Indoor air temperature", "reg_type": "holding", "address": 13403, "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&&IDU_count>=35", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "34 - Indoor air temperature", "reg_type": "holding", "address": 13403, "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&&IDU_count>=35", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "34 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 13423, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=35" }, { "name": "34 - Target temperature", "reg_type": "holding", "address": 13405, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=35" }, { "name": "34 - Temperature correction", "reg_type": "holding", "address": 13420, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=35", "vrf": true, "original_name": "Temperature correction" }, { "name": "34 - Thermostat state", "reg_type": "holding", "address": 13406, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=35", "vrf": true, "original_name": "Thermostat state" }, { "name": "34 - Thermostat state", "reg_type": "holding", "address": 13406, "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&&IDU_count>=35", "vrf": true, "original_name": "Thermostat state" }, { "name": "34 - Vanes swing", "reg_type": "holding", "address": 13411, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=35", "vrf": true, "original_name": "Vanes swing" }, { "name": "34 - Vanes swing", "reg_type": "holding", "address": 13411, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=35", "vrf": true, "original_name": "Vanes swing" }, { "name": "34 - Vertical vanes", "reg_type": "holding", "address": 13410, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=35", "vrf": true, "original_name": "Vertical vanes" }, { "name": "34 - Vertical vanes", "reg_type": "holding", "address": 13410, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=35", "original_name": "Vertical vanes" }, { "name": "34 - AC connected", "reg_type": "coil", "address": 13420, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=35" }, { "name": "34 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 13432, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=35" }, { "name": "35 - Active", "reg_type": "coil", "address": 13501, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=36" }, { "name": "35 - Mode", "reg_type": "holding", "address": 13501, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=36", "vrf": true, "original_name": "Mode" }, { "name": "35 - Mode", "reg_type": "holding", "address": 13501, "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&&IDU_count>=36", "vrf": true, "original_name": "Mode" }, { "name": "35 - Active mode", "reg_type": "holding", "address": 13502, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=36", "vrf": true, "original_name": "Active mode" }, { "name": "35 - Active mode", "reg_type": "holding", "address": 13502, "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&&IDU_count>=36", "vrf": true, "original_name": "Active mode" }, { "name": "35 - Fan speed", "reg_type": "holding", "address": 13507, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=36", "vrf": true, "original_name": "Fan speed" }, { "name": "35 - Fan speed", "reg_type": "holding", "address": 13507, "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&&IDU_count>=36", "vrf": true, "original_name": "Fan speed" }, { "name": "35 - Smart fan speed", "reg_type": "holding", "address": 13508, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=36", "vrf": true, "original_name": "Smart fan speed" }, { "name": "35 - Smart fan speed", "reg_type": "holding", "address": 13508, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=36", "original_name": "Smart fan speed" }, { "name": "35 - Indoor air temperature", "reg_type": "holding", "address": 13503, "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&&IDU_count>=36", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "35 - Indoor air temperature", "reg_type": "holding", "address": 13503, "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&&IDU_count>=36", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "35 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 13523, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=36" }, { "name": "35 - Target temperature", "reg_type": "holding", "address": 13505, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=36" }, { "name": "35 - Temperature correction", "reg_type": "holding", "address": 13520, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=36", "vrf": true, "original_name": "Temperature correction" }, { "name": "35 - Thermostat state", "reg_type": "holding", "address": 13506, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=36", "vrf": true, "original_name": "Thermostat state" }, { "name": "35 - Thermostat state", "reg_type": "holding", "address": 13506, "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&&IDU_count>=36", "vrf": true, "original_name": "Thermostat state" }, { "name": "35 - Vanes swing", "reg_type": "holding", "address": 13511, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=36", "vrf": true, "original_name": "Vanes swing" }, { "name": "35 - Vanes swing", "reg_type": "holding", "address": 13511, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=36", "vrf": true, "original_name": "Vanes swing" }, { "name": "35 - Vertical vanes", "reg_type": "holding", "address": 13510, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=36", "vrf": true, "original_name": "Vertical vanes" }, { "name": "35 - Vertical vanes", "reg_type": "holding", "address": 13510, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=36", "original_name": "Vertical vanes" }, { "name": "35 - AC connected", "reg_type": "coil", "address": 13520, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=36" }, { "name": "35 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 13532, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=36" }, { "name": "36 - Active", "reg_type": "coil", "address": 13601, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=37" }, { "name": "36 - Mode", "reg_type": "holding", "address": 13601, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=37", "vrf": true, "original_name": "Mode" }, { "name": "36 - Mode", "reg_type": "holding", "address": 13601, "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&&IDU_count>=37", "vrf": true, "original_name": "Mode" }, { "name": "36 - Active mode", "reg_type": "holding", "address": 13602, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=37", "vrf": true, "original_name": "Active mode" }, { "name": "36 - Active mode", "reg_type": "holding", "address": 13602, "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&&IDU_count>=37", "vrf": true, "original_name": "Active mode" }, { "name": "36 - Fan speed", "reg_type": "holding", "address": 13607, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=37", "vrf": true, "original_name": "Fan speed" }, { "name": "36 - Fan speed", "reg_type": "holding", "address": 13607, "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&&IDU_count>=37", "vrf": true, "original_name": "Fan speed" }, { "name": "36 - Smart fan speed", "reg_type": "holding", "address": 13608, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=37", "vrf": true, "original_name": "Smart fan speed" }, { "name": "36 - Smart fan speed", "reg_type": "holding", "address": 13608, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=37", "original_name": "Smart fan speed" }, { "name": "36 - Indoor air temperature", "reg_type": "holding", "address": 13603, "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&&IDU_count>=37", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "36 - Indoor air temperature", "reg_type": "holding", "address": 13603, "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&&IDU_count>=37", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "36 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 13623, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=37" }, { "name": "36 - Target temperature", "reg_type": "holding", "address": 13605, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=37" }, { "name": "36 - Temperature correction", "reg_type": "holding", "address": 13620, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=37", "vrf": true, "original_name": "Temperature correction" }, { "name": "36 - Thermostat state", "reg_type": "holding", "address": 13606, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=37", "vrf": true, "original_name": "Thermostat state" }, { "name": "36 - Thermostat state", "reg_type": "holding", "address": 13606, "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&&IDU_count>=37", "vrf": true, "original_name": "Thermostat state" }, { "name": "36 - Vanes swing", "reg_type": "holding", "address": 13611, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=37", "vrf": true, "original_name": "Vanes swing" }, { "name": "36 - Vanes swing", "reg_type": "holding", "address": 13611, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=37", "vrf": true, "original_name": "Vanes swing" }, { "name": "36 - Vertical vanes", "reg_type": "holding", "address": 13610, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=37", "vrf": true, "original_name": "Vertical vanes" }, { "name": "36 - Vertical vanes", "reg_type": "holding", "address": 13610, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=37", "original_name": "Vertical vanes" }, { "name": "36 - AC connected", "reg_type": "coil", "address": 13620, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=37" }, { "name": "36 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 13632, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=37" }, { "name": "37 - Active", "reg_type": "coil", "address": 13701, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=38" }, { "name": "37 - Mode", "reg_type": "holding", "address": 13701, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=38", "vrf": true, "original_name": "Mode" }, { "name": "37 - Mode", "reg_type": "holding", "address": 13701, "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&&IDU_count>=38", "vrf": true, "original_name": "Mode" }, { "name": "37 - Active mode", "reg_type": "holding", "address": 13702, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=38", "vrf": true, "original_name": "Active mode" }, { "name": "37 - Active mode", "reg_type": "holding", "address": 13702, "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&&IDU_count>=38", "vrf": true, "original_name": "Active mode" }, { "name": "37 - Fan speed", "reg_type": "holding", "address": 13707, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=38", "vrf": true, "original_name": "Fan speed" }, { "name": "37 - Fan speed", "reg_type": "holding", "address": 13707, "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&&IDU_count>=38", "vrf": true, "original_name": "Fan speed" }, { "name": "37 - Smart fan speed", "reg_type": "holding", "address": 13708, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=38", "vrf": true, "original_name": "Smart fan speed" }, { "name": "37 - Smart fan speed", "reg_type": "holding", "address": 13708, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=38", "original_name": "Smart fan speed" }, { "name": "37 - Indoor air temperature", "reg_type": "holding", "address": 13703, "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&&IDU_count>=38", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "37 - Indoor air temperature", "reg_type": "holding", "address": 13703, "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&&IDU_count>=38", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "37 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 13723, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=38" }, { "name": "37 - Target temperature", "reg_type": "holding", "address": 13705, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=38" }, { "name": "37 - Temperature correction", "reg_type": "holding", "address": 13720, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=38", "vrf": true, "original_name": "Temperature correction" }, { "name": "37 - Thermostat state", "reg_type": "holding", "address": 13706, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=38", "vrf": true, "original_name": "Thermostat state" }, { "name": "37 - Thermostat state", "reg_type": "holding", "address": 13706, "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&&IDU_count>=38", "vrf": true, "original_name": "Thermostat state" }, { "name": "37 - Vanes swing", "reg_type": "holding", "address": 13711, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=38", "vrf": true, "original_name": "Vanes swing" }, { "name": "37 - Vanes swing", "reg_type": "holding", "address": 13711, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=38", "vrf": true, "original_name": "Vanes swing" }, { "name": "37 - Vertical vanes", "reg_type": "holding", "address": 13710, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=38", "vrf": true, "original_name": "Vertical vanes" }, { "name": "37 - Vertical vanes", "reg_type": "holding", "address": 13710, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=38", "original_name": "Vertical vanes" }, { "name": "37 - AC connected", "reg_type": "coil", "address": 13720, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=38" }, { "name": "37 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 13732, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=38" }, { "name": "38 - Active", "reg_type": "coil", "address": 13801, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=39" }, { "name": "38 - Mode", "reg_type": "holding", "address": 13801, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=39", "vrf": true, "original_name": "Mode" }, { "name": "38 - Mode", "reg_type": "holding", "address": 13801, "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&&IDU_count>=39", "vrf": true, "original_name": "Mode" }, { "name": "38 - Active mode", "reg_type": "holding", "address": 13802, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=39", "vrf": true, "original_name": "Active mode" }, { "name": "38 - Active mode", "reg_type": "holding", "address": 13802, "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&&IDU_count>=39", "vrf": true, "original_name": "Active mode" }, { "name": "38 - Fan speed", "reg_type": "holding", "address": 13807, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=39", "vrf": true, "original_name": "Fan speed" }, { "name": "38 - Fan speed", "reg_type": "holding", "address": 13807, "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&&IDU_count>=39", "vrf": true, "original_name": "Fan speed" }, { "name": "38 - Smart fan speed", "reg_type": "holding", "address": 13808, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=39", "vrf": true, "original_name": "Smart fan speed" }, { "name": "38 - Smart fan speed", "reg_type": "holding", "address": 13808, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=39", "original_name": "Smart fan speed" }, { "name": "38 - Indoor air temperature", "reg_type": "holding", "address": 13803, "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&&IDU_count>=39", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "38 - Indoor air temperature", "reg_type": "holding", "address": 13803, "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&&IDU_count>=39", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "38 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 13823, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=39" }, { "name": "38 - Target temperature", "reg_type": "holding", "address": 13805, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=39" }, { "name": "38 - Temperature correction", "reg_type": "holding", "address": 13820, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=39", "vrf": true, "original_name": "Temperature correction" }, { "name": "38 - Thermostat state", "reg_type": "holding", "address": 13806, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=39", "vrf": true, "original_name": "Thermostat state" }, { "name": "38 - Thermostat state", "reg_type": "holding", "address": 13806, "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&&IDU_count>=39", "vrf": true, "original_name": "Thermostat state" }, { "name": "38 - Vanes swing", "reg_type": "holding", "address": 13811, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=39", "vrf": true, "original_name": "Vanes swing" }, { "name": "38 - Vanes swing", "reg_type": "holding", "address": 13811, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=39", "vrf": true, "original_name": "Vanes swing" }, { "name": "38 - Vertical vanes", "reg_type": "holding", "address": 13810, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=39", "vrf": true, "original_name": "Vertical vanes" }, { "name": "38 - Vertical vanes", "reg_type": "holding", "address": 13810, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=39", "original_name": "Vertical vanes" }, { "name": "38 - AC connected", "reg_type": "coil", "address": 13820, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=39" }, { "name": "38 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 13832, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=39" }, { "name": "39 - Active", "reg_type": "coil", "address": 13901, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=40" }, { "name": "39 - Mode", "reg_type": "holding", "address": 13901, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=40", "vrf": true, "original_name": "Mode" }, { "name": "39 - Mode", "reg_type": "holding", "address": 13901, "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&&IDU_count>=40", "vrf": true, "original_name": "Mode" }, { "name": "39 - Active mode", "reg_type": "holding", "address": 13902, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=40", "vrf": true, "original_name": "Active mode" }, { "name": "39 - Active mode", "reg_type": "holding", "address": 13902, "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&&IDU_count>=40", "vrf": true, "original_name": "Active mode" }, { "name": "39 - Fan speed", "reg_type": "holding", "address": 13907, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=40", "vrf": true, "original_name": "Fan speed" }, { "name": "39 - Fan speed", "reg_type": "holding", "address": 13907, "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&&IDU_count>=40", "vrf": true, "original_name": "Fan speed" }, { "name": "39 - Smart fan speed", "reg_type": "holding", "address": 13908, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=40", "vrf": true, "original_name": "Smart fan speed" }, { "name": "39 - Smart fan speed", "reg_type": "holding", "address": 13908, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=40", "original_name": "Smart fan speed" }, { "name": "39 - Indoor air temperature", "reg_type": "holding", "address": 13903, "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&&IDU_count>=40", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "39 - Indoor air temperature", "reg_type": "holding", "address": 13903, "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&&IDU_count>=40", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "39 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 13923, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=40" }, { "name": "39 - Target temperature", "reg_type": "holding", "address": 13905, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=40" }, { "name": "39 - Temperature correction", "reg_type": "holding", "address": 13920, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=40", "vrf": true, "original_name": "Temperature correction" }, { "name": "39 - Thermostat state", "reg_type": "holding", "address": 13906, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=40", "vrf": true, "original_name": "Thermostat state" }, { "name": "39 - Thermostat state", "reg_type": "holding", "address": 13906, "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&&IDU_count>=40", "vrf": true, "original_name": "Thermostat state" }, { "name": "39 - Vanes swing", "reg_type": "holding", "address": 13911, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=40", "vrf": true, "original_name": "Vanes swing" }, { "name": "39 - Vanes swing", "reg_type": "holding", "address": 13911, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=40", "vrf": true, "original_name": "Vanes swing" }, { "name": "39 - Vertical vanes", "reg_type": "holding", "address": 13910, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=40", "vrf": true, "original_name": "Vertical vanes" }, { "name": "39 - Vertical vanes", "reg_type": "holding", "address": 13910, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=40", "original_name": "Vertical vanes" }, { "name": "39 - AC connected", "reg_type": "coil", "address": 13920, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=40" }, { "name": "39 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 13932, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=40" }, { "name": "40 - Active", "reg_type": "coil", "address": 14001, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=41" }, { "name": "40 - Mode", "reg_type": "holding", "address": 14001, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=41", "vrf": true, "original_name": "Mode" }, { "name": "40 - Mode", "reg_type": "holding", "address": 14001, "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&&IDU_count>=41", "vrf": true, "original_name": "Mode" }, { "name": "40 - Active mode", "reg_type": "holding", "address": 14002, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=41", "vrf": true, "original_name": "Active mode" }, { "name": "40 - Active mode", "reg_type": "holding", "address": 14002, "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&&IDU_count>=41", "vrf": true, "original_name": "Active mode" }, { "name": "40 - Fan speed", "reg_type": "holding", "address": 14007, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=41", "vrf": true, "original_name": "Fan speed" }, { "name": "40 - Fan speed", "reg_type": "holding", "address": 14007, "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&&IDU_count>=41", "vrf": true, "original_name": "Fan speed" }, { "name": "40 - Smart fan speed", "reg_type": "holding", "address": 14008, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=41", "vrf": true, "original_name": "Smart fan speed" }, { "name": "40 - Smart fan speed", "reg_type": "holding", "address": 14008, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=41", "original_name": "Smart fan speed" }, { "name": "40 - Indoor air temperature", "reg_type": "holding", "address": 14003, "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&&IDU_count>=41", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "40 - Indoor air temperature", "reg_type": "holding", "address": 14003, "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&&IDU_count>=41", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "40 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 14023, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=41" }, { "name": "40 - Target temperature", "reg_type": "holding", "address": 14005, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=41" }, { "name": "40 - Temperature correction", "reg_type": "holding", "address": 14020, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=41", "vrf": true, "original_name": "Temperature correction" }, { "name": "40 - Thermostat state", "reg_type": "holding", "address": 14006, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=41", "vrf": true, "original_name": "Thermostat state" }, { "name": "40 - Thermostat state", "reg_type": "holding", "address": 14006, "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&&IDU_count>=41", "vrf": true, "original_name": "Thermostat state" }, { "name": "40 - Vanes swing", "reg_type": "holding", "address": 14011, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=41", "vrf": true, "original_name": "Vanes swing" }, { "name": "40 - Vanes swing", "reg_type": "holding", "address": 14011, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=41", "vrf": true, "original_name": "Vanes swing" }, { "name": "40 - Vertical vanes", "reg_type": "holding", "address": 14010, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=41", "vrf": true, "original_name": "Vertical vanes" }, { "name": "40 - Vertical vanes", "reg_type": "holding", "address": 14010, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=41", "original_name": "Vertical vanes" }, { "name": "40 - AC connected", "reg_type": "coil", "address": 14020, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=41" }, { "name": "40 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 14032, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=41" }, { "name": "41 - Active", "reg_type": "coil", "address": 14101, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=42" }, { "name": "41 - Mode", "reg_type": "holding", "address": 14101, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=42", "vrf": true, "original_name": "Mode" }, { "name": "41 - Mode", "reg_type": "holding", "address": 14101, "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&&IDU_count>=42", "vrf": true, "original_name": "Mode" }, { "name": "41 - Active mode", "reg_type": "holding", "address": 14102, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=42", "vrf": true, "original_name": "Active mode" }, { "name": "41 - Active mode", "reg_type": "holding", "address": 14102, "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&&IDU_count>=42", "vrf": true, "original_name": "Active mode" }, { "name": "41 - Fan speed", "reg_type": "holding", "address": 14107, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=42", "vrf": true, "original_name": "Fan speed" }, { "name": "41 - Fan speed", "reg_type": "holding", "address": 14107, "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&&IDU_count>=42", "vrf": true, "original_name": "Fan speed" }, { "name": "41 - Smart fan speed", "reg_type": "holding", "address": 14108, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=42", "vrf": true, "original_name": "Smart fan speed" }, { "name": "41 - Smart fan speed", "reg_type": "holding", "address": 14108, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=42", "original_name": "Smart fan speed" }, { "name": "41 - Indoor air temperature", "reg_type": "holding", "address": 14103, "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&&IDU_count>=42", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "41 - Indoor air temperature", "reg_type": "holding", "address": 14103, "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&&IDU_count>=42", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "41 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 14123, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=42" }, { "name": "41 - Target temperature", "reg_type": "holding", "address": 14105, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=42" }, { "name": "41 - Temperature correction", "reg_type": "holding", "address": 14120, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=42", "vrf": true, "original_name": "Temperature correction" }, { "name": "41 - Thermostat state", "reg_type": "holding", "address": 14106, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=42", "vrf": true, "original_name": "Thermostat state" }, { "name": "41 - Thermostat state", "reg_type": "holding", "address": 14106, "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&&IDU_count>=42", "vrf": true, "original_name": "Thermostat state" }, { "name": "41 - Vanes swing", "reg_type": "holding", "address": 14111, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=42", "vrf": true, "original_name": "Vanes swing" }, { "name": "41 - Vanes swing", "reg_type": "holding", "address": 14111, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=42", "vrf": true, "original_name": "Vanes swing" }, { "name": "41 - Vertical vanes", "reg_type": "holding", "address": 14110, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=42", "vrf": true, "original_name": "Vertical vanes" }, { "name": "41 - Vertical vanes", "reg_type": "holding", "address": 14110, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=42", "original_name": "Vertical vanes" }, { "name": "41 - AC connected", "reg_type": "coil", "address": 14120, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=42" }, { "name": "41 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 14132, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=42" }, { "name": "42 - Active", "reg_type": "coil", "address": 14201, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=43" }, { "name": "42 - Mode", "reg_type": "holding", "address": 14201, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=43", "vrf": true, "original_name": "Mode" }, { "name": "42 - Mode", "reg_type": "holding", "address": 14201, "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&&IDU_count>=43", "vrf": true, "original_name": "Mode" }, { "name": "42 - Active mode", "reg_type": "holding", "address": 14202, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=43", "vrf": true, "original_name": "Active mode" }, { "name": "42 - Active mode", "reg_type": "holding", "address": 14202, "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&&IDU_count>=43", "vrf": true, "original_name": "Active mode" }, { "name": "42 - Fan speed", "reg_type": "holding", "address": 14207, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=43", "vrf": true, "original_name": "Fan speed" }, { "name": "42 - Fan speed", "reg_type": "holding", "address": 14207, "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&&IDU_count>=43", "vrf": true, "original_name": "Fan speed" }, { "name": "42 - Smart fan speed", "reg_type": "holding", "address": 14208, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=43", "vrf": true, "original_name": "Smart fan speed" }, { "name": "42 - Smart fan speed", "reg_type": "holding", "address": 14208, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=43", "original_name": "Smart fan speed" }, { "name": "42 - Indoor air temperature", "reg_type": "holding", "address": 14203, "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&&IDU_count>=43", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "42 - Indoor air temperature", "reg_type": "holding", "address": 14203, "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&&IDU_count>=43", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "42 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 14223, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=43" }, { "name": "42 - Target temperature", "reg_type": "holding", "address": 14205, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=43" }, { "name": "42 - Temperature correction", "reg_type": "holding", "address": 14220, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=43", "vrf": true, "original_name": "Temperature correction" }, { "name": "42 - Thermostat state", "reg_type": "holding", "address": 14206, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=43", "vrf": true, "original_name": "Thermostat state" }, { "name": "42 - Thermostat state", "reg_type": "holding", "address": 14206, "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&&IDU_count>=43", "vrf": true, "original_name": "Thermostat state" }, { "name": "42 - Vanes swing", "reg_type": "holding", "address": 14211, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=43", "vrf": true, "original_name": "Vanes swing" }, { "name": "42 - Vanes swing", "reg_type": "holding", "address": 14211, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=43", "vrf": true, "original_name": "Vanes swing" }, { "name": "42 - Vertical vanes", "reg_type": "holding", "address": 14210, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=43", "vrf": true, "original_name": "Vertical vanes" }, { "name": "42 - Vertical vanes", "reg_type": "holding", "address": 14210, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=43", "original_name": "Vertical vanes" }, { "name": "42 - AC connected", "reg_type": "coil", "address": 14220, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=43" }, { "name": "42 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 14232, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=43" }, { "name": "43 - Active", "reg_type": "coil", "address": 14301, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=44" }, { "name": "43 - Mode", "reg_type": "holding", "address": 14301, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=44", "vrf": true, "original_name": "Mode" }, { "name": "43 - Mode", "reg_type": "holding", "address": 14301, "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&&IDU_count>=44", "vrf": true, "original_name": "Mode" }, { "name": "43 - Active mode", "reg_type": "holding", "address": 14302, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=44", "vrf": true, "original_name": "Active mode" }, { "name": "43 - Active mode", "reg_type": "holding", "address": 14302, "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&&IDU_count>=44", "vrf": true, "original_name": "Active mode" }, { "name": "43 - Fan speed", "reg_type": "holding", "address": 14307, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=44", "vrf": true, "original_name": "Fan speed" }, { "name": "43 - Fan speed", "reg_type": "holding", "address": 14307, "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&&IDU_count>=44", "vrf": true, "original_name": "Fan speed" }, { "name": "43 - Smart fan speed", "reg_type": "holding", "address": 14308, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=44", "vrf": true, "original_name": "Smart fan speed" }, { "name": "43 - Smart fan speed", "reg_type": "holding", "address": 14308, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=44", "original_name": "Smart fan speed" }, { "name": "43 - Indoor air temperature", "reg_type": "holding", "address": 14303, "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&&IDU_count>=44", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "43 - Indoor air temperature", "reg_type": "holding", "address": 14303, "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&&IDU_count>=44", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "43 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 14323, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=44" }, { "name": "43 - Target temperature", "reg_type": "holding", "address": 14305, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=44" }, { "name": "43 - Temperature correction", "reg_type": "holding", "address": 14320, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=44", "vrf": true, "original_name": "Temperature correction" }, { "name": "43 - Thermostat state", "reg_type": "holding", "address": 14306, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=44", "vrf": true, "original_name": "Thermostat state" }, { "name": "43 - Thermostat state", "reg_type": "holding", "address": 14306, "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&&IDU_count>=44", "vrf": true, "original_name": "Thermostat state" }, { "name": "43 - Vanes swing", "reg_type": "holding", "address": 14311, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=44", "vrf": true, "original_name": "Vanes swing" }, { "name": "43 - Vanes swing", "reg_type": "holding", "address": 14311, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=44", "vrf": true, "original_name": "Vanes swing" }, { "name": "43 - Vertical vanes", "reg_type": "holding", "address": 14310, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=44", "vrf": true, "original_name": "Vertical vanes" }, { "name": "43 - Vertical vanes", "reg_type": "holding", "address": 14310, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=44", "original_name": "Vertical vanes" }, { "name": "43 - AC connected", "reg_type": "coil", "address": 14320, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=44" }, { "name": "43 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 14332, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=44" }, { "name": "44 - Active", "reg_type": "coil", "address": 14401, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=45" }, { "name": "44 - Mode", "reg_type": "holding", "address": 14401, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=45", "vrf": true, "original_name": "Mode" }, { "name": "44 - Mode", "reg_type": "holding", "address": 14401, "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&&IDU_count>=45", "vrf": true, "original_name": "Mode" }, { "name": "44 - Active mode", "reg_type": "holding", "address": 14402, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=45", "vrf": true, "original_name": "Active mode" }, { "name": "44 - Active mode", "reg_type": "holding", "address": 14402, "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&&IDU_count>=45", "vrf": true, "original_name": "Active mode" }, { "name": "44 - Fan speed", "reg_type": "holding", "address": 14407, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=45", "vrf": true, "original_name": "Fan speed" }, { "name": "44 - Fan speed", "reg_type": "holding", "address": 14407, "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&&IDU_count>=45", "vrf": true, "original_name": "Fan speed" }, { "name": "44 - Smart fan speed", "reg_type": "holding", "address": 14408, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=45", "vrf": true, "original_name": "Smart fan speed" }, { "name": "44 - Smart fan speed", "reg_type": "holding", "address": 14408, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=45", "original_name": "Smart fan speed" }, { "name": "44 - Indoor air temperature", "reg_type": "holding", "address": 14403, "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&&IDU_count>=45", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "44 - Indoor air temperature", "reg_type": "holding", "address": 14403, "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&&IDU_count>=45", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "44 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 14423, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=45" }, { "name": "44 - Target temperature", "reg_type": "holding", "address": 14405, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=45" }, { "name": "44 - Temperature correction", "reg_type": "holding", "address": 14420, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=45", "vrf": true, "original_name": "Temperature correction" }, { "name": "44 - Thermostat state", "reg_type": "holding", "address": 14406, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=45", "vrf": true, "original_name": "Thermostat state" }, { "name": "44 - Thermostat state", "reg_type": "holding", "address": 14406, "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&&IDU_count>=45", "vrf": true, "original_name": "Thermostat state" }, { "name": "44 - Vanes swing", "reg_type": "holding", "address": 14411, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=45", "vrf": true, "original_name": "Vanes swing" }, { "name": "44 - Vanes swing", "reg_type": "holding", "address": 14411, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=45", "vrf": true, "original_name": "Vanes swing" }, { "name": "44 - Vertical vanes", "reg_type": "holding", "address": 14410, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=45", "vrf": true, "original_name": "Vertical vanes" }, { "name": "44 - Vertical vanes", "reg_type": "holding", "address": 14410, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=45", "original_name": "Vertical vanes" }, { "name": "44 - AC connected", "reg_type": "coil", "address": 14420, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=45" }, { "name": "44 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 14432, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=45" }, { "name": "45 - Active", "reg_type": "coil", "address": 14501, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=46" }, { "name": "45 - Mode", "reg_type": "holding", "address": 14501, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=46", "vrf": true, "original_name": "Mode" }, { "name": "45 - Mode", "reg_type": "holding", "address": 14501, "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&&IDU_count>=46", "vrf": true, "original_name": "Mode" }, { "name": "45 - Active mode", "reg_type": "holding", "address": 14502, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=46", "vrf": true, "original_name": "Active mode" }, { "name": "45 - Active mode", "reg_type": "holding", "address": 14502, "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&&IDU_count>=46", "vrf": true, "original_name": "Active mode" }, { "name": "45 - Fan speed", "reg_type": "holding", "address": 14507, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=46", "vrf": true, "original_name": "Fan speed" }, { "name": "45 - Fan speed", "reg_type": "holding", "address": 14507, "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&&IDU_count>=46", "vrf": true, "original_name": "Fan speed" }, { "name": "45 - Smart fan speed", "reg_type": "holding", "address": 14508, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=46", "vrf": true, "original_name": "Smart fan speed" }, { "name": "45 - Smart fan speed", "reg_type": "holding", "address": 14508, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=46", "original_name": "Smart fan speed" }, { "name": "45 - Indoor air temperature", "reg_type": "holding", "address": 14503, "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&&IDU_count>=46", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "45 - Indoor air temperature", "reg_type": "holding", "address": 14503, "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&&IDU_count>=46", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "45 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 14523, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=46" }, { "name": "45 - Target temperature", "reg_type": "holding", "address": 14505, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=46" }, { "name": "45 - Temperature correction", "reg_type": "holding", "address": 14520, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=46", "vrf": true, "original_name": "Temperature correction" }, { "name": "45 - Thermostat state", "reg_type": "holding", "address": 14506, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=46", "vrf": true, "original_name": "Thermostat state" }, { "name": "45 - Thermostat state", "reg_type": "holding", "address": 14506, "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&&IDU_count>=46", "vrf": true, "original_name": "Thermostat state" }, { "name": "45 - Vanes swing", "reg_type": "holding", "address": 14511, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=46", "vrf": true, "original_name": "Vanes swing" }, { "name": "45 - Vanes swing", "reg_type": "holding", "address": 14511, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=46", "vrf": true, "original_name": "Vanes swing" }, { "name": "45 - Vertical vanes", "reg_type": "holding", "address": 14510, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=46", "vrf": true, "original_name": "Vertical vanes" }, { "name": "45 - Vertical vanes", "reg_type": "holding", "address": 14510, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=46", "original_name": "Vertical vanes" }, { "name": "45 - AC connected", "reg_type": "coil", "address": 14520, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=46" }, { "name": "45 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 14532, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=46" }, { "name": "46 - Active", "reg_type": "coil", "address": 14601, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=47" }, { "name": "46 - Mode", "reg_type": "holding", "address": 14601, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=47", "vrf": true, "original_name": "Mode" }, { "name": "46 - Mode", "reg_type": "holding", "address": 14601, "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&&IDU_count>=47", "vrf": true, "original_name": "Mode" }, { "name": "46 - Active mode", "reg_type": "holding", "address": 14602, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=47", "vrf": true, "original_name": "Active mode" }, { "name": "46 - Active mode", "reg_type": "holding", "address": 14602, "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&&IDU_count>=47", "vrf": true, "original_name": "Active mode" }, { "name": "46 - Fan speed", "reg_type": "holding", "address": 14607, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=47", "vrf": true, "original_name": "Fan speed" }, { "name": "46 - Fan speed", "reg_type": "holding", "address": 14607, "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&&IDU_count>=47", "vrf": true, "original_name": "Fan speed" }, { "name": "46 - Smart fan speed", "reg_type": "holding", "address": 14608, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=47", "vrf": true, "original_name": "Smart fan speed" }, { "name": "46 - Smart fan speed", "reg_type": "holding", "address": 14608, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=47", "original_name": "Smart fan speed" }, { "name": "46 - Indoor air temperature", "reg_type": "holding", "address": 14603, "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&&IDU_count>=47", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "46 - Indoor air temperature", "reg_type": "holding", "address": 14603, "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&&IDU_count>=47", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "46 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 14623, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=47" }, { "name": "46 - Target temperature", "reg_type": "holding", "address": 14605, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=47" }, { "name": "46 - Temperature correction", "reg_type": "holding", "address": 14620, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=47", "vrf": true, "original_name": "Temperature correction" }, { "name": "46 - Thermostat state", "reg_type": "holding", "address": 14606, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=47", "vrf": true, "original_name": "Thermostat state" }, { "name": "46 - Thermostat state", "reg_type": "holding", "address": 14606, "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&&IDU_count>=47", "vrf": true, "original_name": "Thermostat state" }, { "name": "46 - Vanes swing", "reg_type": "holding", "address": 14611, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=47", "vrf": true, "original_name": "Vanes swing" }, { "name": "46 - Vanes swing", "reg_type": "holding", "address": 14611, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=47", "vrf": true, "original_name": "Vanes swing" }, { "name": "46 - Vertical vanes", "reg_type": "holding", "address": 14610, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=47", "vrf": true, "original_name": "Vertical vanes" }, { "name": "46 - Vertical vanes", "reg_type": "holding", "address": 14610, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=47", "original_name": "Vertical vanes" }, { "name": "46 - AC connected", "reg_type": "coil", "address": 14620, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=47" }, { "name": "46 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 14632, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=47" }, { "name": "47 - Active", "reg_type": "coil", "address": 14701, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=48" }, { "name": "47 - Mode", "reg_type": "holding", "address": 14701, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=48", "vrf": true, "original_name": "Mode" }, { "name": "47 - Mode", "reg_type": "holding", "address": 14701, "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&&IDU_count>=48", "vrf": true, "original_name": "Mode" }, { "name": "47 - Active mode", "reg_type": "holding", "address": 14702, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=48", "vrf": true, "original_name": "Active mode" }, { "name": "47 - Active mode", "reg_type": "holding", "address": 14702, "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&&IDU_count>=48", "vrf": true, "original_name": "Active mode" }, { "name": "47 - Fan speed", "reg_type": "holding", "address": 14707, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=48", "vrf": true, "original_name": "Fan speed" }, { "name": "47 - Fan speed", "reg_type": "holding", "address": 14707, "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&&IDU_count>=48", "vrf": true, "original_name": "Fan speed" }, { "name": "47 - Smart fan speed", "reg_type": "holding", "address": 14708, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=48", "vrf": true, "original_name": "Smart fan speed" }, { "name": "47 - Smart fan speed", "reg_type": "holding", "address": 14708, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=48", "original_name": "Smart fan speed" }, { "name": "47 - Indoor air temperature", "reg_type": "holding", "address": 14703, "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&&IDU_count>=48", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "47 - Indoor air temperature", "reg_type": "holding", "address": 14703, "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&&IDU_count>=48", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "47 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 14723, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=48" }, { "name": "47 - Target temperature", "reg_type": "holding", "address": 14705, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=48" }, { "name": "47 - Temperature correction", "reg_type": "holding", "address": 14720, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=48", "vrf": true, "original_name": "Temperature correction" }, { "name": "47 - Thermostat state", "reg_type": "holding", "address": 14706, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=48", "vrf": true, "original_name": "Thermostat state" }, { "name": "47 - Thermostat state", "reg_type": "holding", "address": 14706, "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&&IDU_count>=48", "vrf": true, "original_name": "Thermostat state" }, { "name": "47 - Vanes swing", "reg_type": "holding", "address": 14711, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=48", "vrf": true, "original_name": "Vanes swing" }, { "name": "47 - Vanes swing", "reg_type": "holding", "address": 14711, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=48", "vrf": true, "original_name": "Vanes swing" }, { "name": "47 - Vertical vanes", "reg_type": "holding", "address": 14710, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=48", "vrf": true, "original_name": "Vertical vanes" }, { "name": "47 - Vertical vanes", "reg_type": "holding", "address": 14710, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=48", "original_name": "Vertical vanes" }, { "name": "47 - AC connected", "reg_type": "coil", "address": 14720, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=48" }, { "name": "47 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 14732, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=48" }, { "name": "48 - Active", "reg_type": "coil", "address": 14801, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=49" }, { "name": "48 - Mode", "reg_type": "holding", "address": 14801, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=49", "vrf": true, "original_name": "Mode" }, { "name": "48 - Mode", "reg_type": "holding", "address": 14801, "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&&IDU_count>=49", "vrf": true, "original_name": "Mode" }, { "name": "48 - Active mode", "reg_type": "holding", "address": 14802, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=49", "vrf": true, "original_name": "Active mode" }, { "name": "48 - Active mode", "reg_type": "holding", "address": 14802, "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&&IDU_count>=49", "vrf": true, "original_name": "Active mode" }, { "name": "48 - Fan speed", "reg_type": "holding", "address": 14807, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=49", "vrf": true, "original_name": "Fan speed" }, { "name": "48 - Fan speed", "reg_type": "holding", "address": 14807, "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&&IDU_count>=49", "vrf": true, "original_name": "Fan speed" }, { "name": "48 - Smart fan speed", "reg_type": "holding", "address": 14808, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=49", "vrf": true, "original_name": "Smart fan speed" }, { "name": "48 - Smart fan speed", "reg_type": "holding", "address": 14808, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=49", "original_name": "Smart fan speed" }, { "name": "48 - Indoor air temperature", "reg_type": "holding", "address": 14803, "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&&IDU_count>=49", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "48 - Indoor air temperature", "reg_type": "holding", "address": 14803, "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&&IDU_count>=49", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "48 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 14823, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=49" }, { "name": "48 - Target temperature", "reg_type": "holding", "address": 14805, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=49" }, { "name": "48 - Temperature correction", "reg_type": "holding", "address": 14820, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=49", "vrf": true, "original_name": "Temperature correction" }, { "name": "48 - Thermostat state", "reg_type": "holding", "address": 14806, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=49", "vrf": true, "original_name": "Thermostat state" }, { "name": "48 - Thermostat state", "reg_type": "holding", "address": 14806, "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&&IDU_count>=49", "vrf": true, "original_name": "Thermostat state" }, { "name": "48 - Vanes swing", "reg_type": "holding", "address": 14811, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=49", "vrf": true, "original_name": "Vanes swing" }, { "name": "48 - Vanes swing", "reg_type": "holding", "address": 14811, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=49", "vrf": true, "original_name": "Vanes swing" }, { "name": "48 - Vertical vanes", "reg_type": "holding", "address": 14810, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=49", "vrf": true, "original_name": "Vertical vanes" }, { "name": "48 - Vertical vanes", "reg_type": "holding", "address": 14810, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=49", "original_name": "Vertical vanes" }, { "name": "48 - AC connected", "reg_type": "coil", "address": 14820, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=49" }, { "name": "48 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 14832, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=49" }, { "name": "49 - Active", "reg_type": "coil", "address": 14901, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=50" }, { "name": "49 - Mode", "reg_type": "holding", "address": 14901, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=50", "vrf": true, "original_name": "Mode" }, { "name": "49 - Mode", "reg_type": "holding", "address": 14901, "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&&IDU_count>=50", "vrf": true, "original_name": "Mode" }, { "name": "49 - Active mode", "reg_type": "holding", "address": 14902, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=50", "vrf": true, "original_name": "Active mode" }, { "name": "49 - Active mode", "reg_type": "holding", "address": 14902, "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&&IDU_count>=50", "vrf": true, "original_name": "Active mode" }, { "name": "49 - Fan speed", "reg_type": "holding", "address": 14907, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=50", "vrf": true, "original_name": "Fan speed" }, { "name": "49 - Fan speed", "reg_type": "holding", "address": 14907, "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&&IDU_count>=50", "vrf": true, "original_name": "Fan speed" }, { "name": "49 - Smart fan speed", "reg_type": "holding", "address": 14908, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=50", "vrf": true, "original_name": "Smart fan speed" }, { "name": "49 - Smart fan speed", "reg_type": "holding", "address": 14908, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=50", "original_name": "Smart fan speed" }, { "name": "49 - Indoor air temperature", "reg_type": "holding", "address": 14903, "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&&IDU_count>=50", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "49 - Indoor air temperature", "reg_type": "holding", "address": 14903, "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&&IDU_count>=50", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "49 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 14923, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=50" }, { "name": "49 - Target temperature", "reg_type": "holding", "address": 14905, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=50" }, { "name": "49 - Temperature correction", "reg_type": "holding", "address": 14920, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=50", "vrf": true, "original_name": "Temperature correction" }, { "name": "49 - Thermostat state", "reg_type": "holding", "address": 14906, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=50", "vrf": true, "original_name": "Thermostat state" }, { "name": "49 - Thermostat state", "reg_type": "holding", "address": 14906, "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&&IDU_count>=50", "vrf": true, "original_name": "Thermostat state" }, { "name": "49 - Vanes swing", "reg_type": "holding", "address": 14911, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=50", "vrf": true, "original_name": "Vanes swing" }, { "name": "49 - Vanes swing", "reg_type": "holding", "address": 14911, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=50", "vrf": true, "original_name": "Vanes swing" }, { "name": "49 - Vertical vanes", "reg_type": "holding", "address": 14910, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=50", "vrf": true, "original_name": "Vertical vanes" }, { "name": "49 - Vertical vanes", "reg_type": "holding", "address": 14910, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=50", "original_name": "Vertical vanes" }, { "name": "49 - AC connected", "reg_type": "coil", "address": 14920, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=50" }, { "name": "49 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 14932, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=50" }, { "name": "50 - Active", "reg_type": "coil", "address": 15001, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=51" }, { "name": "50 - Mode", "reg_type": "holding", "address": 15001, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=51", "vrf": true, "original_name": "Mode" }, { "name": "50 - Mode", "reg_type": "holding", "address": 15001, "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&&IDU_count>=51", "vrf": true, "original_name": "Mode" }, { "name": "50 - Active mode", "reg_type": "holding", "address": 15002, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=51", "vrf": true, "original_name": "Active mode" }, { "name": "50 - Active mode", "reg_type": "holding", "address": 15002, "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&&IDU_count>=51", "vrf": true, "original_name": "Active mode" }, { "name": "50 - Fan speed", "reg_type": "holding", "address": 15007, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=51", "vrf": true, "original_name": "Fan speed" }, { "name": "50 - Fan speed", "reg_type": "holding", "address": 15007, "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&&IDU_count>=51", "vrf": true, "original_name": "Fan speed" }, { "name": "50 - Smart fan speed", "reg_type": "holding", "address": 15008, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=51", "vrf": true, "original_name": "Smart fan speed" }, { "name": "50 - Smart fan speed", "reg_type": "holding", "address": 15008, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=51", "original_name": "Smart fan speed" }, { "name": "50 - Indoor air temperature", "reg_type": "holding", "address": 15003, "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&&IDU_count>=51", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "50 - Indoor air temperature", "reg_type": "holding", "address": 15003, "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&&IDU_count>=51", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "50 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 15023, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=51" }, { "name": "50 - Target temperature", "reg_type": "holding", "address": 15005, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=51" }, { "name": "50 - Temperature correction", "reg_type": "holding", "address": 15020, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=51", "vrf": true, "original_name": "Temperature correction" }, { "name": "50 - Thermostat state", "reg_type": "holding", "address": 15006, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=51", "vrf": true, "original_name": "Thermostat state" }, { "name": "50 - Thermostat state", "reg_type": "holding", "address": 15006, "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&&IDU_count>=51", "vrf": true, "original_name": "Thermostat state" }, { "name": "50 - Vanes swing", "reg_type": "holding", "address": 15011, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=51", "vrf": true, "original_name": "Vanes swing" }, { "name": "50 - Vanes swing", "reg_type": "holding", "address": 15011, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=51", "vrf": true, "original_name": "Vanes swing" }, { "name": "50 - Vertical vanes", "reg_type": "holding", "address": 15010, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=51", "vrf": true, "original_name": "Vertical vanes" }, { "name": "50 - Vertical vanes", "reg_type": "holding", "address": 15010, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=51", "original_name": "Vertical vanes" }, { "name": "50 - AC connected", "reg_type": "coil", "address": 15020, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=51" }, { "name": "50 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 15032, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=51" }, { "name": "51 - Active", "reg_type": "coil", "address": 15101, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=52" }, { "name": "51 - Mode", "reg_type": "holding", "address": 15101, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=52", "vrf": true, "original_name": "Mode" }, { "name": "51 - Mode", "reg_type": "holding", "address": 15101, "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&&IDU_count>=52", "vrf": true, "original_name": "Mode" }, { "name": "51 - Active mode", "reg_type": "holding", "address": 15102, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=52", "vrf": true, "original_name": "Active mode" }, { "name": "51 - Active mode", "reg_type": "holding", "address": 15102, "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&&IDU_count>=52", "vrf": true, "original_name": "Active mode" }, { "name": "51 - Fan speed", "reg_type": "holding", "address": 15107, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=52", "vrf": true, "original_name": "Fan speed" }, { "name": "51 - Fan speed", "reg_type": "holding", "address": 15107, "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&&IDU_count>=52", "vrf": true, "original_name": "Fan speed" }, { "name": "51 - Smart fan speed", "reg_type": "holding", "address": 15108, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=52", "vrf": true, "original_name": "Smart fan speed" }, { "name": "51 - Smart fan speed", "reg_type": "holding", "address": 15108, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=52", "original_name": "Smart fan speed" }, { "name": "51 - Indoor air temperature", "reg_type": "holding", "address": 15103, "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&&IDU_count>=52", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "51 - Indoor air temperature", "reg_type": "holding", "address": 15103, "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&&IDU_count>=52", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "51 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 15123, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=52" }, { "name": "51 - Target temperature", "reg_type": "holding", "address": 15105, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=52" }, { "name": "51 - Temperature correction", "reg_type": "holding", "address": 15120, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=52", "vrf": true, "original_name": "Temperature correction" }, { "name": "51 - Thermostat state", "reg_type": "holding", "address": 15106, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=52", "vrf": true, "original_name": "Thermostat state" }, { "name": "51 - Thermostat state", "reg_type": "holding", "address": 15106, "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&&IDU_count>=52", "vrf": true, "original_name": "Thermostat state" }, { "name": "51 - Vanes swing", "reg_type": "holding", "address": 15111, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=52", "vrf": true, "original_name": "Vanes swing" }, { "name": "51 - Vanes swing", "reg_type": "holding", "address": 15111, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=52", "vrf": true, "original_name": "Vanes swing" }, { "name": "51 - Vertical vanes", "reg_type": "holding", "address": 15110, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=52", "vrf": true, "original_name": "Vertical vanes" }, { "name": "51 - Vertical vanes", "reg_type": "holding", "address": 15110, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=52", "original_name": "Vertical vanes" }, { "name": "51 - AC connected", "reg_type": "coil", "address": 15120, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=52" }, { "name": "51 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 15132, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=52" }, { "name": "52 - Active", "reg_type": "coil", "address": 15201, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=53" }, { "name": "52 - Mode", "reg_type": "holding", "address": 15201, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=53", "vrf": true, "original_name": "Mode" }, { "name": "52 - Mode", "reg_type": "holding", "address": 15201, "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&&IDU_count>=53", "vrf": true, "original_name": "Mode" }, { "name": "52 - Active mode", "reg_type": "holding", "address": 15202, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=53", "vrf": true, "original_name": "Active mode" }, { "name": "52 - Active mode", "reg_type": "holding", "address": 15202, "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&&IDU_count>=53", "vrf": true, "original_name": "Active mode" }, { "name": "52 - Fan speed", "reg_type": "holding", "address": 15207, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=53", "vrf": true, "original_name": "Fan speed" }, { "name": "52 - Fan speed", "reg_type": "holding", "address": 15207, "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&&IDU_count>=53", "vrf": true, "original_name": "Fan speed" }, { "name": "52 - Smart fan speed", "reg_type": "holding", "address": 15208, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=53", "vrf": true, "original_name": "Smart fan speed" }, { "name": "52 - Smart fan speed", "reg_type": "holding", "address": 15208, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=53", "original_name": "Smart fan speed" }, { "name": "52 - Indoor air temperature", "reg_type": "holding", "address": 15203, "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&&IDU_count>=53", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "52 - Indoor air temperature", "reg_type": "holding", "address": 15203, "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&&IDU_count>=53", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "52 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 15223, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=53" }, { "name": "52 - Target temperature", "reg_type": "holding", "address": 15205, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=53" }, { "name": "52 - Temperature correction", "reg_type": "holding", "address": 15220, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=53", "vrf": true, "original_name": "Temperature correction" }, { "name": "52 - Thermostat state", "reg_type": "holding", "address": 15206, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=53", "vrf": true, "original_name": "Thermostat state" }, { "name": "52 - Thermostat state", "reg_type": "holding", "address": 15206, "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&&IDU_count>=53", "vrf": true, "original_name": "Thermostat state" }, { "name": "52 - Vanes swing", "reg_type": "holding", "address": 15211, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=53", "vrf": true, "original_name": "Vanes swing" }, { "name": "52 - Vanes swing", "reg_type": "holding", "address": 15211, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=53", "vrf": true, "original_name": "Vanes swing" }, { "name": "52 - Vertical vanes", "reg_type": "holding", "address": 15210, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=53", "vrf": true, "original_name": "Vertical vanes" }, { "name": "52 - Vertical vanes", "reg_type": "holding", "address": 15210, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=53", "original_name": "Vertical vanes" }, { "name": "52 - AC connected", "reg_type": "coil", "address": 15220, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=53" }, { "name": "52 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 15232, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=53" }, { "name": "53 - Active", "reg_type": "coil", "address": 15301, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=54" }, { "name": "53 - Mode", "reg_type": "holding", "address": 15301, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=54", "vrf": true, "original_name": "Mode" }, { "name": "53 - Mode", "reg_type": "holding", "address": 15301, "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&&IDU_count>=54", "vrf": true, "original_name": "Mode" }, { "name": "53 - Active mode", "reg_type": "holding", "address": 15302, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=54", "vrf": true, "original_name": "Active mode" }, { "name": "53 - Active mode", "reg_type": "holding", "address": 15302, "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&&IDU_count>=54", "vrf": true, "original_name": "Active mode" }, { "name": "53 - Fan speed", "reg_type": "holding", "address": 15307, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=54", "vrf": true, "original_name": "Fan speed" }, { "name": "53 - Fan speed", "reg_type": "holding", "address": 15307, "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&&IDU_count>=54", "vrf": true, "original_name": "Fan speed" }, { "name": "53 - Smart fan speed", "reg_type": "holding", "address": 15308, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=54", "vrf": true, "original_name": "Smart fan speed" }, { "name": "53 - Smart fan speed", "reg_type": "holding", "address": 15308, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=54", "original_name": "Smart fan speed" }, { "name": "53 - Indoor air temperature", "reg_type": "holding", "address": 15303, "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&&IDU_count>=54", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "53 - Indoor air temperature", "reg_type": "holding", "address": 15303, "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&&IDU_count>=54", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "53 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 15323, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=54" }, { "name": "53 - Target temperature", "reg_type": "holding", "address": 15305, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=54" }, { "name": "53 - Temperature correction", "reg_type": "holding", "address": 15320, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=54", "vrf": true, "original_name": "Temperature correction" }, { "name": "53 - Thermostat state", "reg_type": "holding", "address": 15306, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=54", "vrf": true, "original_name": "Thermostat state" }, { "name": "53 - Thermostat state", "reg_type": "holding", "address": 15306, "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&&IDU_count>=54", "vrf": true, "original_name": "Thermostat state" }, { "name": "53 - Vanes swing", "reg_type": "holding", "address": 15311, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=54", "vrf": true, "original_name": "Vanes swing" }, { "name": "53 - Vanes swing", "reg_type": "holding", "address": 15311, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=54", "vrf": true, "original_name": "Vanes swing" }, { "name": "53 - Vertical vanes", "reg_type": "holding", "address": 15310, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=54", "vrf": true, "original_name": "Vertical vanes" }, { "name": "53 - Vertical vanes", "reg_type": "holding", "address": 15310, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=54", "original_name": "Vertical vanes" }, { "name": "53 - AC connected", "reg_type": "coil", "address": 15320, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=54" }, { "name": "53 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 15332, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=54" }, { "name": "54 - Active", "reg_type": "coil", "address": 15401, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=55" }, { "name": "54 - Mode", "reg_type": "holding", "address": 15401, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=55", "vrf": true, "original_name": "Mode" }, { "name": "54 - Mode", "reg_type": "holding", "address": 15401, "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&&IDU_count>=55", "vrf": true, "original_name": "Mode" }, { "name": "54 - Active mode", "reg_type": "holding", "address": 15402, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=55", "vrf": true, "original_name": "Active mode" }, { "name": "54 - Active mode", "reg_type": "holding", "address": 15402, "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&&IDU_count>=55", "vrf": true, "original_name": "Active mode" }, { "name": "54 - Fan speed", "reg_type": "holding", "address": 15407, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=55", "vrf": true, "original_name": "Fan speed" }, { "name": "54 - Fan speed", "reg_type": "holding", "address": 15407, "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&&IDU_count>=55", "vrf": true, "original_name": "Fan speed" }, { "name": "54 - Smart fan speed", "reg_type": "holding", "address": 15408, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=55", "vrf": true, "original_name": "Smart fan speed" }, { "name": "54 - Smart fan speed", "reg_type": "holding", "address": 15408, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=55", "original_name": "Smart fan speed" }, { "name": "54 - Indoor air temperature", "reg_type": "holding", "address": 15403, "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&&IDU_count>=55", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "54 - Indoor air temperature", "reg_type": "holding", "address": 15403, "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&&IDU_count>=55", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "54 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 15423, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=55" }, { "name": "54 - Target temperature", "reg_type": "holding", "address": 15405, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=55" }, { "name": "54 - Temperature correction", "reg_type": "holding", "address": 15420, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=55", "vrf": true, "original_name": "Temperature correction" }, { "name": "54 - Thermostat state", "reg_type": "holding", "address": 15406, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=55", "vrf": true, "original_name": "Thermostat state" }, { "name": "54 - Thermostat state", "reg_type": "holding", "address": 15406, "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&&IDU_count>=55", "vrf": true, "original_name": "Thermostat state" }, { "name": "54 - Vanes swing", "reg_type": "holding", "address": 15411, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=55", "vrf": true, "original_name": "Vanes swing" }, { "name": "54 - Vanes swing", "reg_type": "holding", "address": 15411, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=55", "vrf": true, "original_name": "Vanes swing" }, { "name": "54 - Vertical vanes", "reg_type": "holding", "address": 15410, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=55", "vrf": true, "original_name": "Vertical vanes" }, { "name": "54 - Vertical vanes", "reg_type": "holding", "address": 15410, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=55", "original_name": "Vertical vanes" }, { "name": "54 - AC connected", "reg_type": "coil", "address": 15420, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=55" }, { "name": "54 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 15432, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=55" }, { "name": "55 - Active", "reg_type": "coil", "address": 15501, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=56" }, { "name": "55 - Mode", "reg_type": "holding", "address": 15501, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=56", "vrf": true, "original_name": "Mode" }, { "name": "55 - Mode", "reg_type": "holding", "address": 15501, "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&&IDU_count>=56", "vrf": true, "original_name": "Mode" }, { "name": "55 - Active mode", "reg_type": "holding", "address": 15502, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=56", "vrf": true, "original_name": "Active mode" }, { "name": "55 - Active mode", "reg_type": "holding", "address": 15502, "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&&IDU_count>=56", "vrf": true, "original_name": "Active mode" }, { "name": "55 - Fan speed", "reg_type": "holding", "address": 15507, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=56", "vrf": true, "original_name": "Fan speed" }, { "name": "55 - Fan speed", "reg_type": "holding", "address": 15507, "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&&IDU_count>=56", "vrf": true, "original_name": "Fan speed" }, { "name": "55 - Smart fan speed", "reg_type": "holding", "address": 15508, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=56", "vrf": true, "original_name": "Smart fan speed" }, { "name": "55 - Smart fan speed", "reg_type": "holding", "address": 15508, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=56", "original_name": "Smart fan speed" }, { "name": "55 - Indoor air temperature", "reg_type": "holding", "address": 15503, "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&&IDU_count>=56", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "55 - Indoor air temperature", "reg_type": "holding", "address": 15503, "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&&IDU_count>=56", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "55 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 15523, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=56" }, { "name": "55 - Target temperature", "reg_type": "holding", "address": 15505, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=56" }, { "name": "55 - Temperature correction", "reg_type": "holding", "address": 15520, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=56", "vrf": true, "original_name": "Temperature correction" }, { "name": "55 - Thermostat state", "reg_type": "holding", "address": 15506, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=56", "vrf": true, "original_name": "Thermostat state" }, { "name": "55 - Thermostat state", "reg_type": "holding", "address": 15506, "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&&IDU_count>=56", "vrf": true, "original_name": "Thermostat state" }, { "name": "55 - Vanes swing", "reg_type": "holding", "address": 15511, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=56", "vrf": true, "original_name": "Vanes swing" }, { "name": "55 - Vanes swing", "reg_type": "holding", "address": 15511, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=56", "vrf": true, "original_name": "Vanes swing" }, { "name": "55 - Vertical vanes", "reg_type": "holding", "address": 15510, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=56", "vrf": true, "original_name": "Vertical vanes" }, { "name": "55 - Vertical vanes", "reg_type": "holding", "address": 15510, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=56", "original_name": "Vertical vanes" }, { "name": "55 - AC connected", "reg_type": "coil", "address": 15520, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=56" }, { "name": "55 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 15532, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=56" }, { "name": "56 - Active", "reg_type": "coil", "address": 15601, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=57" }, { "name": "56 - Mode", "reg_type": "holding", "address": 15601, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=57", "vrf": true, "original_name": "Mode" }, { "name": "56 - Mode", "reg_type": "holding", "address": 15601, "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&&IDU_count>=57", "vrf": true, "original_name": "Mode" }, { "name": "56 - Active mode", "reg_type": "holding", "address": 15602, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=57", "vrf": true, "original_name": "Active mode" }, { "name": "56 - Active mode", "reg_type": "holding", "address": 15602, "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&&IDU_count>=57", "vrf": true, "original_name": "Active mode" }, { "name": "56 - Fan speed", "reg_type": "holding", "address": 15607, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=57", "vrf": true, "original_name": "Fan speed" }, { "name": "56 - Fan speed", "reg_type": "holding", "address": 15607, "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&&IDU_count>=57", "vrf": true, "original_name": "Fan speed" }, { "name": "56 - Smart fan speed", "reg_type": "holding", "address": 15608, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=57", "vrf": true, "original_name": "Smart fan speed" }, { "name": "56 - Smart fan speed", "reg_type": "holding", "address": 15608, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=57", "original_name": "Smart fan speed" }, { "name": "56 - Indoor air temperature", "reg_type": "holding", "address": 15603, "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&&IDU_count>=57", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "56 - Indoor air temperature", "reg_type": "holding", "address": 15603, "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&&IDU_count>=57", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "56 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 15623, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=57" }, { "name": "56 - Target temperature", "reg_type": "holding", "address": 15605, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=57" }, { "name": "56 - Temperature correction", "reg_type": "holding", "address": 15620, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=57", "vrf": true, "original_name": "Temperature correction" }, { "name": "56 - Thermostat state", "reg_type": "holding", "address": 15606, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=57", "vrf": true, "original_name": "Thermostat state" }, { "name": "56 - Thermostat state", "reg_type": "holding", "address": 15606, "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&&IDU_count>=57", "vrf": true, "original_name": "Thermostat state" }, { "name": "56 - Vanes swing", "reg_type": "holding", "address": 15611, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=57", "vrf": true, "original_name": "Vanes swing" }, { "name": "56 - Vanes swing", "reg_type": "holding", "address": 15611, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=57", "vrf": true, "original_name": "Vanes swing" }, { "name": "56 - Vertical vanes", "reg_type": "holding", "address": 15610, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=57", "vrf": true, "original_name": "Vertical vanes" }, { "name": "56 - Vertical vanes", "reg_type": "holding", "address": 15610, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=57", "original_name": "Vertical vanes" }, { "name": "56 - AC connected", "reg_type": "coil", "address": 15620, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=57" }, { "name": "56 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 15632, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=57" }, { "name": "57 - Active", "reg_type": "coil", "address": 15701, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=58" }, { "name": "57 - Mode", "reg_type": "holding", "address": 15701, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=58", "vrf": true, "original_name": "Mode" }, { "name": "57 - Mode", "reg_type": "holding", "address": 15701, "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&&IDU_count>=58", "vrf": true, "original_name": "Mode" }, { "name": "57 - Active mode", "reg_type": "holding", "address": 15702, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=58", "vrf": true, "original_name": "Active mode" }, { "name": "57 - Active mode", "reg_type": "holding", "address": 15702, "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&&IDU_count>=58", "vrf": true, "original_name": "Active mode" }, { "name": "57 - Fan speed", "reg_type": "holding", "address": 15707, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=58", "vrf": true, "original_name": "Fan speed" }, { "name": "57 - Fan speed", "reg_type": "holding", "address": 15707, "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&&IDU_count>=58", "vrf": true, "original_name": "Fan speed" }, { "name": "57 - Smart fan speed", "reg_type": "holding", "address": 15708, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=58", "vrf": true, "original_name": "Smart fan speed" }, { "name": "57 - Smart fan speed", "reg_type": "holding", "address": 15708, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=58", "original_name": "Smart fan speed" }, { "name": "57 - Indoor air temperature", "reg_type": "holding", "address": 15703, "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&&IDU_count>=58", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "57 - Indoor air temperature", "reg_type": "holding", "address": 15703, "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&&IDU_count>=58", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "57 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 15723, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=58" }, { "name": "57 - Target temperature", "reg_type": "holding", "address": 15705, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=58" }, { "name": "57 - Temperature correction", "reg_type": "holding", "address": 15720, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=58", "vrf": true, "original_name": "Temperature correction" }, { "name": "57 - Thermostat state", "reg_type": "holding", "address": 15706, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=58", "vrf": true, "original_name": "Thermostat state" }, { "name": "57 - Thermostat state", "reg_type": "holding", "address": 15706, "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&&IDU_count>=58", "vrf": true, "original_name": "Thermostat state" }, { "name": "57 - Vanes swing", "reg_type": "holding", "address": 15711, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=58", "vrf": true, "original_name": "Vanes swing" }, { "name": "57 - Vanes swing", "reg_type": "holding", "address": 15711, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=58", "vrf": true, "original_name": "Vanes swing" }, { "name": "57 - Vertical vanes", "reg_type": "holding", "address": 15710, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=58", "vrf": true, "original_name": "Vertical vanes" }, { "name": "57 - Vertical vanes", "reg_type": "holding", "address": 15710, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=58", "original_name": "Vertical vanes" }, { "name": "57 - AC connected", "reg_type": "coil", "address": 15720, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=58" }, { "name": "57 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 15732, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=58" }, { "name": "58 - Active", "reg_type": "coil", "address": 15801, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=59" }, { "name": "58 - Mode", "reg_type": "holding", "address": 15801, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=59", "vrf": true, "original_name": "Mode" }, { "name": "58 - Mode", "reg_type": "holding", "address": 15801, "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&&IDU_count>=59", "vrf": true, "original_name": "Mode" }, { "name": "58 - Active mode", "reg_type": "holding", "address": 15802, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=59", "vrf": true, "original_name": "Active mode" }, { "name": "58 - Active mode", "reg_type": "holding", "address": 15802, "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&&IDU_count>=59", "vrf": true, "original_name": "Active mode" }, { "name": "58 - Fan speed", "reg_type": "holding", "address": 15807, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=59", "vrf": true, "original_name": "Fan speed" }, { "name": "58 - Fan speed", "reg_type": "holding", "address": 15807, "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&&IDU_count>=59", "vrf": true, "original_name": "Fan speed" }, { "name": "58 - Smart fan speed", "reg_type": "holding", "address": 15808, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=59", "vrf": true, "original_name": "Smart fan speed" }, { "name": "58 - Smart fan speed", "reg_type": "holding", "address": 15808, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=59", "original_name": "Smart fan speed" }, { "name": "58 - Indoor air temperature", "reg_type": "holding", "address": 15803, "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&&IDU_count>=59", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "58 - Indoor air temperature", "reg_type": "holding", "address": 15803, "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&&IDU_count>=59", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "58 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 15823, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=59" }, { "name": "58 - Target temperature", "reg_type": "holding", "address": 15805, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=59" }, { "name": "58 - Temperature correction", "reg_type": "holding", "address": 15820, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=59", "vrf": true, "original_name": "Temperature correction" }, { "name": "58 - Thermostat state", "reg_type": "holding", "address": 15806, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=59", "vrf": true, "original_name": "Thermostat state" }, { "name": "58 - Thermostat state", "reg_type": "holding", "address": 15806, "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&&IDU_count>=59", "vrf": true, "original_name": "Thermostat state" }, { "name": "58 - Vanes swing", "reg_type": "holding", "address": 15811, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=59", "vrf": true, "original_name": "Vanes swing" }, { "name": "58 - Vanes swing", "reg_type": "holding", "address": 15811, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=59", "vrf": true, "original_name": "Vanes swing" }, { "name": "58 - Vertical vanes", "reg_type": "holding", "address": 15810, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=59", "vrf": true, "original_name": "Vertical vanes" }, { "name": "58 - Vertical vanes", "reg_type": "holding", "address": 15810, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=59", "original_name": "Vertical vanes" }, { "name": "58 - AC connected", "reg_type": "coil", "address": 15820, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=59" }, { "name": "58 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 15832, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=59" }, { "name": "59 - Active", "reg_type": "coil", "address": 15901, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=60" }, { "name": "59 - Mode", "reg_type": "holding", "address": 15901, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=60", "vrf": true, "original_name": "Mode" }, { "name": "59 - Mode", "reg_type": "holding", "address": 15901, "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&&IDU_count>=60", "vrf": true, "original_name": "Mode" }, { "name": "59 - Active mode", "reg_type": "holding", "address": 15902, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=60", "vrf": true, "original_name": "Active mode" }, { "name": "59 - Active mode", "reg_type": "holding", "address": 15902, "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&&IDU_count>=60", "vrf": true, "original_name": "Active mode" }, { "name": "59 - Fan speed", "reg_type": "holding", "address": 15907, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=60", "vrf": true, "original_name": "Fan speed" }, { "name": "59 - Fan speed", "reg_type": "holding", "address": 15907, "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&&IDU_count>=60", "vrf": true, "original_name": "Fan speed" }, { "name": "59 - Smart fan speed", "reg_type": "holding", "address": 15908, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=60", "vrf": true, "original_name": "Smart fan speed" }, { "name": "59 - Smart fan speed", "reg_type": "holding", "address": 15908, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=60", "original_name": "Smart fan speed" }, { "name": "59 - Indoor air temperature", "reg_type": "holding", "address": 15903, "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&&IDU_count>=60", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "59 - Indoor air temperature", "reg_type": "holding", "address": 15903, "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&&IDU_count>=60", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "59 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 15923, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=60" }, { "name": "59 - Target temperature", "reg_type": "holding", "address": 15905, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=60" }, { "name": "59 - Temperature correction", "reg_type": "holding", "address": 15920, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=60", "vrf": true, "original_name": "Temperature correction" }, { "name": "59 - Thermostat state", "reg_type": "holding", "address": 15906, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=60", "vrf": true, "original_name": "Thermostat state" }, { "name": "59 - Thermostat state", "reg_type": "holding", "address": 15906, "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&&IDU_count>=60", "vrf": true, "original_name": "Thermostat state" }, { "name": "59 - Vanes swing", "reg_type": "holding", "address": 15911, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=60", "vrf": true, "original_name": "Vanes swing" }, { "name": "59 - Vanes swing", "reg_type": "holding", "address": 15911, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=60", "vrf": true, "original_name": "Vanes swing" }, { "name": "59 - Vertical vanes", "reg_type": "holding", "address": 15910, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=60", "vrf": true, "original_name": "Vertical vanes" }, { "name": "59 - Vertical vanes", "reg_type": "holding", "address": 15910, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=60", "original_name": "Vertical vanes" }, { "name": "59 - AC connected", "reg_type": "coil", "address": 15920, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=60" }, { "name": "59 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 15932, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=60" }, { "name": "60 - Active", "reg_type": "coil", "address": 16001, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=61" }, { "name": "60 - Mode", "reg_type": "holding", "address": 16001, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=61", "vrf": true, "original_name": "Mode" }, { "name": "60 - Mode", "reg_type": "holding", "address": 16001, "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&&IDU_count>=61", "vrf": true, "original_name": "Mode" }, { "name": "60 - Active mode", "reg_type": "holding", "address": 16002, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=61", "vrf": true, "original_name": "Active mode" }, { "name": "60 - Active mode", "reg_type": "holding", "address": 16002, "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&&IDU_count>=61", "vrf": true, "original_name": "Active mode" }, { "name": "60 - Fan speed", "reg_type": "holding", "address": 16007, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=61", "vrf": true, "original_name": "Fan speed" }, { "name": "60 - Fan speed", "reg_type": "holding", "address": 16007, "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&&IDU_count>=61", "vrf": true, "original_name": "Fan speed" }, { "name": "60 - Smart fan speed", "reg_type": "holding", "address": 16008, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=61", "vrf": true, "original_name": "Smart fan speed" }, { "name": "60 - Smart fan speed", "reg_type": "holding", "address": 16008, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=61", "original_name": "Smart fan speed" }, { "name": "60 - Indoor air temperature", "reg_type": "holding", "address": 16003, "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&&IDU_count>=61", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "60 - Indoor air temperature", "reg_type": "holding", "address": 16003, "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&&IDU_count>=61", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "60 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 16023, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=61" }, { "name": "60 - Target temperature", "reg_type": "holding", "address": 16005, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=61" }, { "name": "60 - Temperature correction", "reg_type": "holding", "address": 16020, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=61", "vrf": true, "original_name": "Temperature correction" }, { "name": "60 - Thermostat state", "reg_type": "holding", "address": 16006, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=61", "vrf": true, "original_name": "Thermostat state" }, { "name": "60 - Thermostat state", "reg_type": "holding", "address": 16006, "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&&IDU_count>=61", "vrf": true, "original_name": "Thermostat state" }, { "name": "60 - Vanes swing", "reg_type": "holding", "address": 16011, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=61", "vrf": true, "original_name": "Vanes swing" }, { "name": "60 - Vanes swing", "reg_type": "holding", "address": 16011, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=61", "vrf": true, "original_name": "Vanes swing" }, { "name": "60 - Vertical vanes", "reg_type": "holding", "address": 16010, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=61", "vrf": true, "original_name": "Vertical vanes" }, { "name": "60 - Vertical vanes", "reg_type": "holding", "address": 16010, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=61", "original_name": "Vertical vanes" }, { "name": "60 - AC connected", "reg_type": "coil", "address": 16020, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=61" }, { "name": "60 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 16032, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=61" }, { "name": "61 - Active", "reg_type": "coil", "address": 16101, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=62" }, { "name": "61 - Mode", "reg_type": "holding", "address": 16101, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=62", "vrf": true, "original_name": "Mode" }, { "name": "61 - Mode", "reg_type": "holding", "address": 16101, "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&&IDU_count>=62", "vrf": true, "original_name": "Mode" }, { "name": "61 - Active mode", "reg_type": "holding", "address": 16102, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=62", "vrf": true, "original_name": "Active mode" }, { "name": "61 - Active mode", "reg_type": "holding", "address": 16102, "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&&IDU_count>=62", "vrf": true, "original_name": "Active mode" }, { "name": "61 - Fan speed", "reg_type": "holding", "address": 16107, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=62", "vrf": true, "original_name": "Fan speed" }, { "name": "61 - Fan speed", "reg_type": "holding", "address": 16107, "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&&IDU_count>=62", "vrf": true, "original_name": "Fan speed" }, { "name": "61 - Smart fan speed", "reg_type": "holding", "address": 16108, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=62", "vrf": true, "original_name": "Smart fan speed" }, { "name": "61 - Smart fan speed", "reg_type": "holding", "address": 16108, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=62", "original_name": "Smart fan speed" }, { "name": "61 - Indoor air temperature", "reg_type": "holding", "address": 16103, "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&&IDU_count>=62", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "61 - Indoor air temperature", "reg_type": "holding", "address": 16103, "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&&IDU_count>=62", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "61 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 16123, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=62" }, { "name": "61 - Target temperature", "reg_type": "holding", "address": 16105, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=62" }, { "name": "61 - Temperature correction", "reg_type": "holding", "address": 16120, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=62", "vrf": true, "original_name": "Temperature correction" }, { "name": "61 - Thermostat state", "reg_type": "holding", "address": 16106, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=62", "vrf": true, "original_name": "Thermostat state" }, { "name": "61 - Thermostat state", "reg_type": "holding", "address": 16106, "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&&IDU_count>=62", "vrf": true, "original_name": "Thermostat state" }, { "name": "61 - Vanes swing", "reg_type": "holding", "address": 16111, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=62", "vrf": true, "original_name": "Vanes swing" }, { "name": "61 - Vanes swing", "reg_type": "holding", "address": 16111, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=62", "vrf": true, "original_name": "Vanes swing" }, { "name": "61 - Vertical vanes", "reg_type": "holding", "address": 16110, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=62", "vrf": true, "original_name": "Vertical vanes" }, { "name": "61 - Vertical vanes", "reg_type": "holding", "address": 16110, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=62", "original_name": "Vertical vanes" }, { "name": "61 - AC connected", "reg_type": "coil", "address": 16120, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=62" }, { "name": "61 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 16132, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=62" }, { "name": "62 - Active", "reg_type": "coil", "address": 16201, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=63" }, { "name": "62 - Mode", "reg_type": "holding", "address": 16201, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=63", "vrf": true, "original_name": "Mode" }, { "name": "62 - Mode", "reg_type": "holding", "address": 16201, "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&&IDU_count>=63", "vrf": true, "original_name": "Mode" }, { "name": "62 - Active mode", "reg_type": "holding", "address": 16202, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=63", "vrf": true, "original_name": "Active mode" }, { "name": "62 - Active mode", "reg_type": "holding", "address": 16202, "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&&IDU_count>=63", "vrf": true, "original_name": "Active mode" }, { "name": "62 - Fan speed", "reg_type": "holding", "address": 16207, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=63", "vrf": true, "original_name": "Fan speed" }, { "name": "62 - Fan speed", "reg_type": "holding", "address": 16207, "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&&IDU_count>=63", "vrf": true, "original_name": "Fan speed" }, { "name": "62 - Smart fan speed", "reg_type": "holding", "address": 16208, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=63", "vrf": true, "original_name": "Smart fan speed" }, { "name": "62 - Smart fan speed", "reg_type": "holding", "address": 16208, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=63", "original_name": "Smart fan speed" }, { "name": "62 - Indoor air temperature", "reg_type": "holding", "address": 16203, "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&&IDU_count>=63", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "62 - Indoor air temperature", "reg_type": "holding", "address": 16203, "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&&IDU_count>=63", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "62 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 16223, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=63" }, { "name": "62 - Target temperature", "reg_type": "holding", "address": 16205, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=63" }, { "name": "62 - Temperature correction", "reg_type": "holding", "address": 16220, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=63", "vrf": true, "original_name": "Temperature correction" }, { "name": "62 - Thermostat state", "reg_type": "holding", "address": 16206, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=63", "vrf": true, "original_name": "Thermostat state" }, { "name": "62 - Thermostat state", "reg_type": "holding", "address": 16206, "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&&IDU_count>=63", "vrf": true, "original_name": "Thermostat state" }, { "name": "62 - Vanes swing", "reg_type": "holding", "address": 16211, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=63", "vrf": true, "original_name": "Vanes swing" }, { "name": "62 - Vanes swing", "reg_type": "holding", "address": 16211, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=63", "vrf": true, "original_name": "Vanes swing" }, { "name": "62 - Vertical vanes", "reg_type": "holding", "address": 16210, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=63", "vrf": true, "original_name": "Vertical vanes" }, { "name": "62 - Vertical vanes", "reg_type": "holding", "address": 16210, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=63", "original_name": "Vertical vanes" }, { "name": "62 - AC connected", "reg_type": "coil", "address": 16220, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=63" }, { "name": "62 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 16232, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=63" }, { "name": "63 - Active", "reg_type": "coil", "address": 16301, "type": "switch", "format": "u16", "sporadic": true, "group": "general", "vrf": true, "original_name": "Active", "condition": "IDU_count>=64" }, { "name": "63 - Mode", "reg_type": "holding", "address": 16301, "type": "range", "format": "u16", "min": 1, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=64", "vrf": true, "original_name": "Mode" }, { "name": "63 - Mode", "reg_type": "holding", "address": 16301, "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&&IDU_count>=64", "vrf": true, "original_name": "Mode" }, { "name": "63 - Active mode", "reg_type": "holding", "address": 16302, "type": "range", "format": "u16", "min": 0, "max": 5, "sporadic": true, "group": "general", "condition": "Show_modes_as_range==1&&IDU_count>=64", "vrf": true, "original_name": "Active mode" }, { "name": "63 - Active mode", "reg_type": "holding", "address": 16302, "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&&IDU_count>=64", "vrf": true, "original_name": "Active mode" }, { "name": "63 - Fan speed", "reg_type": "holding", "address": 16307, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=64", "vrf": true, "original_name": "Fan speed" }, { "name": "63 - Fan speed", "reg_type": "holding", "address": 16307, "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&&IDU_count>=64", "vrf": true, "original_name": "Fan speed" }, { "name": "63 - Smart fan speed", "reg_type": "holding", "address": 16308, "type": "range", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "condition": "Show_fan_as_range==1&&IDU_count>=64", "vrf": true, "original_name": "Smart fan speed" }, { "name": "63 - Smart fan speed", "reg_type": "holding", "address": 16308, "type": "value", "format": "u16", "min": 0, "max": 4, "sporadic": true, "group": "general", "enum": [ 0, 2, 3, 4 ], "enum_titles": [ "Auto", "1 Speed", "2 Speed", "3 Speed" ], "condition": "Show_fan_as_range!=1&&IDU_count>=64", "original_name": "Smart fan speed" }, { "name": "63 - Indoor air temperature", "reg_type": "holding", "address": 16303, "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&&IDU_count>=64", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "63 - Indoor air temperature", "reg_type": "holding", "address": 16303, "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&&IDU_count>=64", "vrf": true, "original_name": "Indoor air temperature" }, { "name": "63 - Indoor heat exchanger temperature", "enabled": false, "reg_type": "holding", "address": 16323, "type": "value", "format": "s16", "scale": 0.01, "sporadic": true, "group": "temperatureControl", "readonly": true, "units": "deg C", "vrf": true, "original_name": "Indoor heat exchanger temperature", "condition": "IDU_count>=64" }, { "name": "63 - Target temperature", "reg_type": "holding", "address": 16305, "type": "range", "format": "s16", "min": 16, "max": 32, "scale": 0.01, "sporadic": true, "group": "temperatureControl", "units": "deg C", "vrf": true, "original_name": "Target temperature", "condition": "IDU_count>=64" }, { "name": "63 - Temperature correction", "reg_type": "holding", "address": 16320, "type": "value", "format": "s16", "min": -30, "max": 30, "sporadic": true, "group": "temperatureControl", "condition": "Allow_the_use_of_an_external_temperature_sensor==1&&IDU_count>=64", "vrf": true, "original_name": "Temperature correction" }, { "name": "63 - Thermostat state", "reg_type": "holding", "address": 16306, "type": "range", "format": "u16", "min": 0, "max": 2, "sporadic": true, "group": "temperatureControl", "readonly": true, "condition": "Show_thermostat_state_as_range==1&&IDU_count>=64", "vrf": true, "original_name": "Thermostat state" }, { "name": "63 - Thermostat state", "reg_type": "holding", "address": 16306, "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&&IDU_count>=64", "vrf": true, "original_name": "Thermostat state" }, { "name": "63 - Vanes swing", "reg_type": "holding", "address": 16311, "type": "range", "format": "u16", "min": 0, "max": 3, "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range==1&&IDU_count>=64", "vrf": true, "original_name": "Vanes swing" }, { "name": "63 - Vanes swing", "reg_type": "holding", "address": 16311, "type": "value", "format": "u16", "sporadic": false, "group": "vanes", "enum": [ 0, 3 ], "enum_titles": [ "Stop", "Vertical vanes swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=64", "vrf": true, "original_name": "Vanes swing" }, { "name": "63 - Vertical vanes", "reg_type": "holding", "address": 16310, "type": "range", "format": "u16", "min": 0, "max": 1, "sporadic": true, "group": "vanes", "condition": "Show_vanes_as_range==1&&IDU_count>=64", "vrf": true, "original_name": "Vertical vanes" }, { "name": "63 - Vertical vanes", "reg_type": "holding", "address": 16310, "type": "value", "format": "u16", "sporadic": true, "group": "vanes", "enum": [ 0, 1 ], "enum_titles": [ "Stop", "Swing" ], "condition": "Show_vanes_as_range!=1&&IDU_count>=64", "original_name": "Vertical vanes" }, { "name": "63 - AC connected", "reg_type": "coil", "address": 16320, "type": "switch", "sporadic": true, "group": "debug", "readonly": true, "vrf": true, "original_name": "AC connected", "condition": "IDU_count>=64" }, { "name": "63 - Current fan speed", "enabled": false, "reg_type": "holding", "address": 16332, "type": "range", "min": 0, "max": 200, "sporadic": true, "group": "debug", "readonly": true, "units": "rpm", "vrf": true, "original_name": "Current fan speed", "condition": "IDU_count>=64" }, { "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", "group": "setup", "enum": [ 0, 1, 2 ], "enum_titles": [ "LISTEN_ONLY", "EMULATE_M_WRC", "EMULATE_S_WRC" ] } ], "translations": { "en": { "template_title": "ONOKOM AIR CG-VRF-MB-B (Adapter for semi-industrial Chigo systems)", "Error 1": "E0 - Phase error or phase imbalance", "Error 2": "E1 - Data communication error", "Error 3": "E2 - T1 sensor error", "Error 4": "E3 - T2 sensor error", "Error 5": "E4 - T2B sensor error", "Error 6": "E5 - T3, T4 or T7 sensor error", "Error 7": "E6 - Zero-crossing error?", "Error 8": "E7 - EEPROM error", "Error 9": "E8 - No response from fan motor", "Error 10": "E9 - Communication error between PCB and display", "Error 11": "EA - Compressor overload (4 times)", "Error 12": "EB - Inverter module protection", "Error 13": "EC - External error (not in the system)", "Error 14": "ED - Outdoor unit protection", "Error 15": "EE - Drain overflow error", "Error 16": "EF - Other errors", "Error 17": "P0 - Evaporator temperature protection", "Error 18": "P1 - Anti-freeze and cold air prevention protection", "Error 19": "P2 - High condensation temperature protection", "Error 20": "P3 - Compressor thermal protection", "Error 21": "P4 - High discharge temperature protection", "Error 22": "P5 - High discharge pressure protection", "Error 23": "P6 - Low discharge pressure protection", "Error 24": "P7 - High/low power supply voltage protection", "Error 25": "P8 - Compressor overcurrent protection (4 times)", "Error 26": "P9 - Reserved", "Error 27": "PA - Reserved", "Error 28": "PB - Reserved", "Error 29": "PC - Reserved", "Error 30": "PD - Reserved", "Error 31": "PE - Reserved", "Error 32": "PF - Other protection functions", "Error 33": "0 - Communication error between CCM and PC", "Error 34": "1 - Communication error between CCM and network interface module", "Error 35": "2 - Reserved", "Error 36": "3 - Reserved", "Error 37": "4 - Reserved", "Error 38": "5 - Reserved", "Error 39": "6 - Reserved", "Error 40": "7 - Reserved" }, "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": "Перед изменением параметра убедитесь, что связь с устройством установлена. Выберите нужный бит четности, сохраните конфигурацию, а затем укажите в настройках порта этот же бит четности.", "Heat": "Нагрев", "Cool": "Охлаждение", "Auto": "Авто", "Dry": "Осушение", "Fan": "Вентиляция", "Off": "Выключен", "1 Speed": "1 Скорость", "2 Speed": "2 Скорость", "3 Speed": "3 Скорость", "Idle": "Простаивает", "Heating": "Нагрев", "Cooling": "Охлаждение", "Stop": "Остановлены", "Vertical vanes swing": "Качание вертикальных жалюзи", "Swing": "Качание", "Normal mode": "Обычный режим", "Disabled if no errors": "Отключен если нет ошибок", "Disabled untill reboot": "Отключен до перезагрузки", "Always disabled": "Всегда отключен", "Green untill reboot": "Зеленый до перезагрузки", "Red untill reboot": "Красный до перезагрузки", "HW Version": "Версия устройства", "FW Version": "Версия прошивки", "PROTO Version": "Версия протокола", "Signature": "Сигнатура устройства", "Serial": "Серийный номер", "Uptime": "Время работы с момента включения (с)", "MCU Temperature": "Температура МК", "Reboot Device": "Перезагрузить устройство", "Gateway mode": "Режим шлюза", "LISTEN_ONLY": "Слушатель", "EMULATE_M_WRC": "Главный", "EMULATE_S_WRC": "Ведомый", "template_title": "ONOKOM AIR CG-VRF-MB-B (Адаптер для полупромышленных систем Chigo)", "Error 1": "E0 - Ошибка фазности, или перекос фаз", "Error 2": "E1 - Ошибка обмена данными", "Error 3": "E2 - Ошибка датчика T1", "Error 4": "E3 - Ошибка датчика T2", "Error 5": "E4 - Ошибка датчика T2B", "Error 6": "E5 - Ошибка датчика T3, T4 или T7", "Error 7": "E6 - Ошибка перехода через 0?", "Error 8": "E7 - Ошибка EEPROM", "Error 9": "E8 - Нет отклика от мотора вентилятора", "Error 10": "E9 - Ошибка обмена данными между PCB и дисплеем", "Error 11": "EA - Перегрузка компрессора (4 раза)", "Error 12": "EB - Защита инверторного модуля", "Error 13": "EC - Внешняя ошибка (не в системе)", "Error 14": "ED - Защита наружного блока ", "Error 15": "EE - Ошибка переполнения дренажа", "Error 16": "EF - Другие ошибки", "Error 17": "P0 - Защита по температуре испарителя", "Error 18": "P1 - Защита от замораживания и от подачи холодного воздуха в помещение", "Error 19": "P2 - Защита от высокой температуры конденсации", "Error 20": "P3 - Тепловая защита компрессора", "Error 21": "P4 - Защита от высокой температуры нагнетания", "Error 22": "P5 - Защита от высокого давления нагнетания", "Error 23": "P6 - Защита от низкого давления нагнетания", "Error 24": "P7 - Защита от высокого и низкого напряжения питания", "Error 25": "P8 - Защита компрессора от сверхтока (4 раза)", "Error 26": "P9 - Резервный", "Error 27": "PA - Резервный", "Error 28": "PB - Резервный", "Error 29": "PC - Резервный", "Error 30": "PD - Резервный", "Error 31": "PE - Резервный", "Error 32": "PF - Прочие функции защиты", "Error 33": "0 - Ошибка обмена данными между CCM и PC", "Error 34": "1 - Ошибка обмена данными между CCM и сетевым интерфейсным модулем", "Error 35": "2 - Резервный", "Error 36": "3 - Резервный", "Error 37": "4 - Резервный", "Error 38": "5 - Резервный", "Error 39": "6 - Резервный", "Error 40": "7 - Резервный", "0 - AC connected": "0 - Кондиционер подключен", "0 - Active": "0 - Состояние", "0 - Active mode": "0 - Состояние и режим", "0 - Current fan speed": "0 - Текущая скорость вентилятора", "0 - Fan speed": "0 - Скорость вентилятора", "0 - Indoor air temperature": "0 - Температура воздуха в помещении", "0 - Indoor heat exchanger temperature": "0 - Температура внутреннего теплообменника", "0 - Mode": "0 - Режим", "0 - Smart fan speed": "0 - Скорость вентилятора расширенная", "0 - Target temperature": "0 - Целевая температура", "0 - Temperature correction": "0 - Коррекция температуры", "0 - Thermostat state": "0 - Состояние термостата", "0 - Vanes swing": "0 - Качание жалюзи", "0 - Vertical vanes": "0 - Вертикальные жалюзи", "1 - AC connected": "1 - Кондиционер подключен", "1 - Active": "1 - Состояние", "1 - Active mode": "1 - Состояние и режим", "1 - Current fan speed": "1 - Текущая скорость вентилятора", "1 - Fan speed": "1 - Скорость вентилятора", "1 - Indoor air temperature": "1 - Температура воздуха в помещении", "1 - Indoor heat exchanger temperature": "1 - Температура внутреннего теплообменника", "1 - Mode": "1 - Режим", "1 - Smart fan speed": "1 - Скорость вентилятора расширенная", "1 - Target temperature": "1 - Целевая температура", "1 - Temperature correction": "1 - Коррекция температуры", "1 - Thermostat state": "1 - Состояние термостата", "1 - Vanes swing": "1 - Качание жалюзи", "1 - Vertical vanes": "1 - Вертикальные жалюзи", "2 - AC connected": "2 - Кондиционер подключен", "2 - Active": "2 - Состояние", "2 - Active mode": "2 - Состояние и режим", "2 - Current fan speed": "2 - Текущая скорость вентилятора", "2 - Fan speed": "2 - Скорость вентилятора", "2 - Indoor air temperature": "2 - Температура воздуха в помещении", "2 - Indoor heat exchanger temperature": "2 - Температура внутреннего теплообменника", "2 - Mode": "2 - Режим", "2 - Smart fan speed": "2 - Скорость вентилятора расширенная", "2 - Target temperature": "2 - Целевая температура", "2 - Temperature correction": "2 - Коррекция температуры", "2 - Thermostat state": "2 - Состояние термостата", "2 - Vanes swing": "2 - Качание жалюзи", "2 - Vertical vanes": "2 - Вертикальные жалюзи", "3 - AC connected": "3 - Кондиционер подключен", "3 - Active": "3 - Состояние", "3 - Active mode": "3 - Состояние и режим", "3 - Current fan speed": "3 - Текущая скорость вентилятора", "3 - Fan speed": "3 - Скорость вентилятора", "3 - Indoor air temperature": "3 - Температура воздуха в помещении", "3 - Indoor heat exchanger temperature": "3 - Температура внутреннего теплообменника", "3 - Mode": "3 - Режим", "3 - Smart fan speed": "3 - Скорость вентилятора расширенная", "3 - Target temperature": "3 - Целевая температура", "3 - Temperature correction": "3 - Коррекция температуры", "3 - Thermostat state": "3 - Состояние термостата", "3 - Vanes swing": "3 - Качание жалюзи", "3 - Vertical vanes": "3 - Вертикальные жалюзи", "4 - AC connected": "4 - Кондиционер подключен", "4 - Active": "4 - Состояние", "4 - Active mode": "4 - Состояние и режим", "4 - Current fan speed": "4 - Текущая скорость вентилятора", "4 - Fan speed": "4 - Скорость вентилятора", "4 - Indoor air temperature": "4 - Температура воздуха в помещении", "4 - Indoor heat exchanger temperature": "4 - Температура внутреннего теплообменника", "4 - Mode": "4 - Режим", "4 - Smart fan speed": "4 - Скорость вентилятора расширенная", "4 - Target temperature": "4 - Целевая температура", "4 - Temperature correction": "4 - Коррекция температуры", "4 - Thermostat state": "4 - Состояние термостата", "4 - Vanes swing": "4 - Качание жалюзи", "4 - Vertical vanes": "4 - Вертикальные жалюзи", "5 - AC connected": "5 - Кондиционер подключен", "5 - Active": "5 - Состояние", "5 - Active mode": "5 - Состояние и режим", "5 - Current fan speed": "5 - Текущая скорость вентилятора", "5 - Fan speed": "5 - Скорость вентилятора", "5 - Indoor air temperature": "5 - Температура воздуха в помещении", "5 - Indoor heat exchanger temperature": "5 - Температура внутреннего теплообменника", "5 - Mode": "5 - Режим", "5 - Smart fan speed": "5 - Скорость вентилятора расширенная", "5 - Target temperature": "5 - Целевая температура", "5 - Temperature correction": "5 - Коррекция температуры", "5 - Thermostat state": "5 - Состояние термостата", "5 - Vanes swing": "5 - Качание жалюзи", "5 - Vertical vanes": "5 - Вертикальные жалюзи", "6 - AC connected": "6 - Кондиционер подключен", "6 - Active": "6 - Состояние", "6 - Active mode": "6 - Состояние и режим", "6 - Current fan speed": "6 - Текущая скорость вентилятора", "6 - Fan speed": "6 - Скорость вентилятора", "6 - Indoor air temperature": "6 - Температура воздуха в помещении", "6 - Indoor heat exchanger temperature": "6 - Температура внутреннего теплообменника", "6 - Mode": "6 - Режим", "6 - Smart fan speed": "6 - Скорость вентилятора расширенная", "6 - Target temperature": "6 - Целевая температура", "6 - Temperature correction": "6 - Коррекция температуры", "6 - Thermostat state": "6 - Состояние термостата", "6 - Vanes swing": "6 - Качание жалюзи", "6 - Vertical vanes": "6 - Вертикальные жалюзи", "7 - AC connected": "7 - Кондиционер подключен", "7 - Active": "7 - Состояние", "7 - Active mode": "7 - Состояние и режим", "7 - Current fan speed": "7 - Текущая скорость вентилятора", "7 - Fan speed": "7 - Скорость вентилятора", "7 - Indoor air temperature": "7 - Температура воздуха в помещении", "7 - Indoor heat exchanger temperature": "7 - Температура внутреннего теплообменника", "7 - Mode": "7 - Режим", "7 - Smart fan speed": "7 - Скорость вентилятора расширенная", "7 - Target temperature": "7 - Целевая температура", "7 - Temperature correction": "7 - Коррекция температуры", "7 - Thermostat state": "7 - Состояние термостата", "7 - Vanes swing": "7 - Качание жалюзи", "7 - Vertical vanes": "7 - Вертикальные жалюзи", "8 - AC connected": "8 - Кондиционер подключен", "8 - Active": "8 - Состояние", "8 - Active mode": "8 - Состояние и режим", "8 - Current fan speed": "8 - Текущая скорость вентилятора", "8 - Fan speed": "8 - Скорость вентилятора", "8 - Indoor air temperature": "8 - Температура воздуха в помещении", "8 - Indoor heat exchanger temperature": "8 - Температура внутреннего теплообменника", "8 - Mode": "8 - Режим", "8 - Smart fan speed": "8 - Скорость вентилятора расширенная", "8 - Target temperature": "8 - Целевая температура", "8 - Temperature correction": "8 - Коррекция температуры", "8 - Thermostat state": "8 - Состояние термостата", "8 - Vanes swing": "8 - Качание жалюзи", "8 - Vertical vanes": "8 - Вертикальные жалюзи", "9 - AC connected": "9 - Кондиционер подключен", "9 - Active": "9 - Состояние", "9 - Active mode": "9 - Состояние и режим", "9 - Current fan speed": "9 - Текущая скорость вентилятора", "9 - Fan speed": "9 - Скорость вентилятора", "9 - Indoor air temperature": "9 - Температура воздуха в помещении", "9 - Indoor heat exchanger temperature": "9 - Температура внутреннего теплообменника", "9 - Mode": "9 - Режим", "9 - Smart fan speed": "9 - Скорость вентилятора расширенная", "9 - Target temperature": "9 - Целевая температура", "9 - Temperature correction": "9 - Коррекция температуры", "9 - Thermostat state": "9 - Состояние термостата", "9 - Vanes swing": "9 - Качание жалюзи", "9 - Vertical vanes": "9 - Вертикальные жалюзи", "10 - AC connected": "10 - Кондиционер подключен", "10 - Active": "10 - Состояние", "10 - Active mode": "10 - Состояние и режим", "10 - Current fan speed": "10 - Текущая скорость вентилятора", "10 - Fan speed": "10 - Скорость вентилятора", "10 - Indoor air temperature": "10 - Температура воздуха в помещении", "10 - Indoor heat exchanger temperature": "10 - Температура внутреннего теплообменника", "10 - Mode": "10 - Режим", "10 - Smart fan speed": "10 - Скорость вентилятора расширенная", "10 - Target temperature": "10 - Целевая температура", "10 - Temperature correction": "10 - Коррекция температуры", "10 - Thermostat state": "10 - Состояние термостата", "10 - Vanes swing": "10 - Качание жалюзи", "10 - Vertical vanes": "10 - Вертикальные жалюзи", "11 - AC connected": "11 - Кондиционер подключен", "11 - Active": "11 - Состояние", "11 - Active mode": "11 - Состояние и режим", "11 - Current fan speed": "11 - Текущая скорость вентилятора", "11 - Fan speed": "11 - Скорость вентилятора", "11 - Indoor air temperature": "11 - Температура воздуха в помещении", "11 - Indoor heat exchanger temperature": "11 - Температура внутреннего теплообменника", "11 - Mode": "11 - Режим", "11 - Smart fan speed": "11 - Скорость вентилятора расширенная", "11 - Target temperature": "11 - Целевая температура", "11 - Temperature correction": "11 - Коррекция температуры", "11 - Thermostat state": "11 - Состояние термостата", "11 - Vanes swing": "11 - Качание жалюзи", "11 - Vertical vanes": "11 - Вертикальные жалюзи", "12 - AC connected": "12 - Кондиционер подключен", "12 - Active": "12 - Состояние", "12 - Active mode": "12 - Состояние и режим", "12 - Current fan speed": "12 - Текущая скорость вентилятора", "12 - Fan speed": "12 - Скорость вентилятора", "12 - Indoor air temperature": "12 - Температура воздуха в помещении", "12 - Indoor heat exchanger temperature": "12 - Температура внутреннего теплообменника", "12 - Mode": "12 - Режим", "12 - Smart fan speed": "12 - Скорость вентилятора расширенная", "12 - Target temperature": "12 - Целевая температура", "12 - Temperature correction": "12 - Коррекция температуры", "12 - Thermostat state": "12 - Состояние термостата", "12 - Vanes swing": "12 - Качание жалюзи", "12 - Vertical vanes": "12 - Вертикальные жалюзи", "13 - AC connected": "13 - Кондиционер подключен", "13 - Active": "13 - Состояние", "13 - Active mode": "13 - Состояние и режим", "13 - Current fan speed": "13 - Текущая скорость вентилятора", "13 - Fan speed": "13 - Скорость вентилятора", "13 - Indoor air temperature": "13 - Температура воздуха в помещении", "13 - Indoor heat exchanger temperature": "13 - Температура внутреннего теплообменника", "13 - Mode": "13 - Режим", "13 - Smart fan speed": "13 - Скорость вентилятора расширенная", "13 - Target temperature": "13 - Целевая температура", "13 - Temperature correction": "13 - Коррекция температуры", "13 - Thermostat state": "13 - Состояние термостата", "13 - Vanes swing": "13 - Качание жалюзи", "13 - Vertical vanes": "13 - Вертикальные жалюзи", "14 - AC connected": "14 - Кондиционер подключен", "14 - Active": "14 - Состояние", "14 - Active mode": "14 - Состояние и режим", "14 - Current fan speed": "14 - Текущая скорость вентилятора", "14 - Fan speed": "14 - Скорость вентилятора", "14 - Indoor air temperature": "14 - Температура воздуха в помещении", "14 - Indoor heat exchanger temperature": "14 - Температура внутреннего теплообменника", "14 - Mode": "14 - Режим", "14 - Smart fan speed": "14 - Скорость вентилятора расширенная", "14 - Target temperature": "14 - Целевая температура", "14 - Temperature correction": "14 - Коррекция температуры", "14 - Thermostat state": "14 - Состояние термостата", "14 - Vanes swing": "14 - Качание жалюзи", "14 - Vertical vanes": "14 - Вертикальные жалюзи", "15 - AC connected": "15 - Кондиционер подключен", "15 - Active": "15 - Состояние", "15 - Active mode": "15 - Состояние и режим", "15 - Current fan speed": "15 - Текущая скорость вентилятора", "15 - Fan speed": "15 - Скорость вентилятора", "15 - Indoor air temperature": "15 - Температура воздуха в помещении", "15 - Indoor heat exchanger temperature": "15 - Температура внутреннего теплообменника", "15 - Mode": "15 - Режим", "15 - Smart fan speed": "15 - Скорость вентилятора расширенная", "15 - Target temperature": "15 - Целевая температура", "15 - Temperature correction": "15 - Коррекция температуры", "15 - Thermostat state": "15 - Состояние термостата", "15 - Vanes swing": "15 - Качание жалюзи", "15 - Vertical vanes": "15 - Вертикальные жалюзи", "16 - AC connected": "16 - Кондиционер подключен", "16 - Active": "16 - Состояние", "16 - Active mode": "16 - Состояние и режим", "16 - Current fan speed": "16 - Текущая скорость вентилятора", "16 - Fan speed": "16 - Скорость вентилятора", "16 - Indoor air temperature": "16 - Температура воздуха в помещении", "16 - Indoor heat exchanger temperature": "16 - Температура внутреннего теплообменника", "16 - Mode": "16 - Режим", "16 - Smart fan speed": "16 - Скорость вентилятора расширенная", "16 - Target temperature": "16 - Целевая температура", "16 - Temperature correction": "16 - Коррекция температуры", "16 - Thermostat state": "16 - Состояние термостата", "16 - Vanes swing": "16 - Качание жалюзи", "16 - Vertical vanes": "16 - Вертикальные жалюзи", "17 - AC connected": "17 - Кондиционер подключен", "17 - Active": "17 - Состояние", "17 - Active mode": "17 - Состояние и режим", "17 - Current fan speed": "17 - Текущая скорость вентилятора", "17 - Fan speed": "17 - Скорость вентилятора", "17 - Indoor air temperature": "17 - Температура воздуха в помещении", "17 - Indoor heat exchanger temperature": "17 - Температура внутреннего теплообменника", "17 - Mode": "17 - Режим", "17 - Smart fan speed": "17 - Скорость вентилятора расширенная", "17 - Target temperature": "17 - Целевая температура", "17 - Temperature correction": "17 - Коррекция температуры", "17 - Thermostat state": "17 - Состояние термостата", "17 - Vanes swing": "17 - Качание жалюзи", "17 - Vertical vanes": "17 - Вертикальные жалюзи", "18 - AC connected": "18 - Кондиционер подключен", "18 - Active": "18 - Состояние", "18 - Active mode": "18 - Состояние и режим", "18 - Current fan speed": "18 - Текущая скорость вентилятора", "18 - Fan speed": "18 - Скорость вентилятора", "18 - Indoor air temperature": "18 - Температура воздуха в помещении", "18 - Indoor heat exchanger temperature": "18 - Температура внутреннего теплообменника", "18 - Mode": "18 - Режим", "18 - Smart fan speed": "18 - Скорость вентилятора расширенная", "18 - Target temperature": "18 - Целевая температура", "18 - Temperature correction": "18 - Коррекция температуры", "18 - Thermostat state": "18 - Состояние термостата", "18 - Vanes swing": "18 - Качание жалюзи", "18 - Vertical vanes": "18 - Вертикальные жалюзи", "19 - AC connected": "19 - Кондиционер подключен", "19 - Active": "19 - Состояние", "19 - Active mode": "19 - Состояние и режим", "19 - Current fan speed": "19 - Текущая скорость вентилятора", "19 - Fan speed": "19 - Скорость вентилятора", "19 - Indoor air temperature": "19 - Температура воздуха в помещении", "19 - Indoor heat exchanger temperature": "19 - Температура внутреннего теплообменника", "19 - Mode": "19 - Режим", "19 - Smart fan speed": "19 - Скорость вентилятора расширенная", "19 - Target temperature": "19 - Целевая температура", "19 - Temperature correction": "19 - Коррекция температуры", "19 - Thermostat state": "19 - Состояние термостата", "19 - Vanes swing": "19 - Качание жалюзи", "19 - Vertical vanes": "19 - Вертикальные жалюзи", "20 - AC connected": "20 - Кондиционер подключен", "20 - Active": "20 - Состояние", "20 - Active mode": "20 - Состояние и режим", "20 - Current fan speed": "20 - Текущая скорость вентилятора", "20 - Fan speed": "20 - Скорость вентилятора", "20 - Indoor air temperature": "20 - Температура воздуха в помещении", "20 - Indoor heat exchanger temperature": "20 - Температура внутреннего теплообменника", "20 - Mode": "20 - Режим", "20 - Smart fan speed": "20 - Скорость вентилятора расширенная", "20 - Target temperature": "20 - Целевая температура", "20 - Temperature correction": "20 - Коррекция температуры", "20 - Thermostat state": "20 - Состояние термостата", "20 - Vanes swing": "20 - Качание жалюзи", "20 - Vertical vanes": "20 - Вертикальные жалюзи", "21 - AC connected": "21 - Кондиционер подключен", "21 - Active": "21 - Состояние", "21 - Active mode": "21 - Состояние и режим", "21 - Current fan speed": "21 - Текущая скорость вентилятора", "21 - Fan speed": "21 - Скорость вентилятора", "21 - Indoor air temperature": "21 - Температура воздуха в помещении", "21 - Indoor heat exchanger temperature": "21 - Температура внутреннего теплообменника", "21 - Mode": "21 - Режим", "21 - Smart fan speed": "21 - Скорость вентилятора расширенная", "21 - Target temperature": "21 - Целевая температура", "21 - Temperature correction": "21 - Коррекция температуры", "21 - Thermostat state": "21 - Состояние термостата", "21 - Vanes swing": "21 - Качание жалюзи", "21 - Vertical vanes": "21 - Вертикальные жалюзи", "22 - AC connected": "22 - Кондиционер подключен", "22 - Active": "22 - Состояние", "22 - Active mode": "22 - Состояние и режим", "22 - Current fan speed": "22 - Текущая скорость вентилятора", "22 - Fan speed": "22 - Скорость вентилятора", "22 - Indoor air temperature": "22 - Температура воздуха в помещении", "22 - Indoor heat exchanger temperature": "22 - Температура внутреннего теплообменника", "22 - Mode": "22 - Режим", "22 - Smart fan speed": "22 - Скорость вентилятора расширенная", "22 - Target temperature": "22 - Целевая температура", "22 - Temperature correction": "22 - Коррекция температуры", "22 - Thermostat state": "22 - Состояние термостата", "22 - Vanes swing": "22 - Качание жалюзи", "22 - Vertical vanes": "22 - Вертикальные жалюзи", "23 - AC connected": "23 - Кондиционер подключен", "23 - Active": "23 - Состояние", "23 - Active mode": "23 - Состояние и режим", "23 - Current fan speed": "23 - Текущая скорость вентилятора", "23 - Fan speed": "23 - Скорость вентилятора", "23 - Indoor air temperature": "23 - Температура воздуха в помещении", "23 - Indoor heat exchanger temperature": "23 - Температура внутреннего теплообменника", "23 - Mode": "23 - Режим", "23 - Smart fan speed": "23 - Скорость вентилятора расширенная", "23 - Target temperature": "23 - Целевая температура", "23 - Temperature correction": "23 - Коррекция температуры", "23 - Thermostat state": "23 - Состояние термостата", "23 - Vanes swing": "23 - Качание жалюзи", "23 - Vertical vanes": "23 - Вертикальные жалюзи", "24 - AC connected": "24 - Кондиционер подключен", "24 - Active": "24 - Состояние", "24 - Active mode": "24 - Состояние и режим", "24 - Current fan speed": "24 - Текущая скорость вентилятора", "24 - Fan speed": "24 - Скорость вентилятора", "24 - Indoor air temperature": "24 - Температура воздуха в помещении", "24 - Indoor heat exchanger temperature": "24 - Температура внутреннего теплообменника", "24 - Mode": "24 - Режим", "24 - Smart fan speed": "24 - Скорость вентилятора расширенная", "24 - Target temperature": "24 - Целевая температура", "24 - Temperature correction": "24 - Коррекция температуры", "24 - Thermostat state": "24 - Состояние термостата", "24 - Vanes swing": "24 - Качание жалюзи", "24 - Vertical vanes": "24 - Вертикальные жалюзи", "25 - AC connected": "25 - Кондиционер подключен", "25 - Active": "25 - Состояние", "25 - Active mode": "25 - Состояние и режим", "25 - Current fan speed": "25 - Текущая скорость вентилятора", "25 - Fan speed": "25 - Скорость вентилятора", "25 - Indoor air temperature": "25 - Температура воздуха в помещении", "25 - Indoor heat exchanger temperature": "25 - Температура внутреннего теплообменника", "25 - Mode": "25 - Режим", "25 - Smart fan speed": "25 - Скорость вентилятора расширенная", "25 - Target temperature": "25 - Целевая температура", "25 - Temperature correction": "25 - Коррекция температуры", "25 - Thermostat state": "25 - Состояние термостата", "25 - Vanes swing": "25 - Качание жалюзи", "25 - Vertical vanes": "25 - Вертикальные жалюзи", "26 - AC connected": "26 - Кондиционер подключен", "26 - Active": "26 - Состояние", "26 - Active mode": "26 - Состояние и режим", "26 - Current fan speed": "26 - Текущая скорость вентилятора", "26 - Fan speed": "26 - Скорость вентилятора", "26 - Indoor air temperature": "26 - Температура воздуха в помещении", "26 - Indoor heat exchanger temperature": "26 - Температура внутреннего теплообменника", "26 - Mode": "26 - Режим", "26 - Smart fan speed": "26 - Скорость вентилятора расширенная", "26 - Target temperature": "26 - Целевая температура", "26 - Temperature correction": "26 - Коррекция температуры", "26 - Thermostat state": "26 - Состояние термостата", "26 - Vanes swing": "26 - Качание жалюзи", "26 - Vertical vanes": "26 - Вертикальные жалюзи", "27 - AC connected": "27 - Кондиционер подключен", "27 - Active": "27 - Состояние", "27 - Active mode": "27 - Состояние и режим", "27 - Current fan speed": "27 - Текущая скорость вентилятора", "27 - Fan speed": "27 - Скорость вентилятора", "27 - Indoor air temperature": "27 - Температура воздуха в помещении", "27 - Indoor heat exchanger temperature": "27 - Температура внутреннего теплообменника", "27 - Mode": "27 - Режим", "27 - Smart fan speed": "27 - Скорость вентилятора расширенная", "27 - Target temperature": "27 - Целевая температура", "27 - Temperature correction": "27 - Коррекция температуры", "27 - Thermostat state": "27 - Состояние термостата", "27 - Vanes swing": "27 - Качание жалюзи", "27 - Vertical vanes": "27 - Вертикальные жалюзи", "28 - AC connected": "28 - Кондиционер подключен", "28 - Active": "28 - Состояние", "28 - Active mode": "28 - Состояние и режим", "28 - Current fan speed": "28 - Текущая скорость вентилятора", "28 - Fan speed": "28 - Скорость вентилятора", "28 - Indoor air temperature": "28 - Температура воздуха в помещении", "28 - Indoor heat exchanger temperature": "28 - Температура внутреннего теплообменника", "28 - Mode": "28 - Режим", "28 - Smart fan speed": "28 - Скорость вентилятора расширенная", "28 - Target temperature": "28 - Целевая температура", "28 - Temperature correction": "28 - Коррекция температуры", "28 - Thermostat state": "28 - Состояние термостата", "28 - Vanes swing": "28 - Качание жалюзи", "28 - Vertical vanes": "28 - Вертикальные жалюзи", "29 - AC connected": "29 - Кондиционер подключен", "29 - Active": "29 - Состояние", "29 - Active mode": "29 - Состояние и режим", "29 - Current fan speed": "29 - Текущая скорость вентилятора", "29 - Fan speed": "29 - Скорость вентилятора", "29 - Indoor air temperature": "29 - Температура воздуха в помещении", "29 - Indoor heat exchanger temperature": "29 - Температура внутреннего теплообменника", "29 - Mode": "29 - Режим", "29 - Smart fan speed": "29 - Скорость вентилятора расширенная", "29 - Target temperature": "29 - Целевая температура", "29 - Temperature correction": "29 - Коррекция температуры", "29 - Thermostat state": "29 - Состояние термостата", "29 - Vanes swing": "29 - Качание жалюзи", "29 - Vertical vanes": "29 - Вертикальные жалюзи", "30 - AC connected": "30 - Кондиционер подключен", "30 - Active": "30 - Состояние", "30 - Active mode": "30 - Состояние и режим", "30 - Current fan speed": "30 - Текущая скорость вентилятора", "30 - Fan speed": "30 - Скорость вентилятора", "30 - Indoor air temperature": "30 - Температура воздуха в помещении", "30 - Indoor heat exchanger temperature": "30 - Температура внутреннего теплообменника", "30 - Mode": "30 - Режим", "30 - Smart fan speed": "30 - Скорость вентилятора расширенная", "30 - Target temperature": "30 - Целевая температура", "30 - Temperature correction": "30 - Коррекция температуры", "30 - Thermostat state": "30 - Состояние термостата", "30 - Vanes swing": "30 - Качание жалюзи", "30 - Vertical vanes": "30 - Вертикальные жалюзи", "31 - AC connected": "31 - Кондиционер подключен", "31 - Active": "31 - Состояние", "31 - Active mode": "31 - Состояние и режим", "31 - Current fan speed": "31 - Текущая скорость вентилятора", "31 - Fan speed": "31 - Скорость вентилятора", "31 - Indoor air temperature": "31 - Температура воздуха в помещении", "31 - Indoor heat exchanger temperature": "31 - Температура внутреннего теплообменника", "31 - Mode": "31 - Режим", "31 - Smart fan speed": "31 - Скорость вентилятора расширенная", "31 - Target temperature": "31 - Целевая температура", "31 - Temperature correction": "31 - Коррекция температуры", "31 - Thermostat state": "31 - Состояние термостата", "31 - Vanes swing": "31 - Качание жалюзи", "31 - Vertical vanes": "31 - Вертикальные жалюзи", "32 - AC connected": "32 - Кондиционер подключен", "32 - Active": "32 - Состояние", "32 - Active mode": "32 - Состояние и режим", "32 - Current fan speed": "32 - Текущая скорость вентилятора", "32 - Fan speed": "32 - Скорость вентилятора", "32 - Indoor air temperature": "32 - Температура воздуха в помещении", "32 - Indoor heat exchanger temperature": "32 - Температура внутреннего теплообменника", "32 - Mode": "32 - Режим", "32 - Smart fan speed": "32 - Скорость вентилятора расширенная", "32 - Target temperature": "32 - Целевая температура", "32 - Temperature correction": "32 - Коррекция температуры", "32 - Thermostat state": "32 - Состояние термостата", "32 - Vanes swing": "32 - Качание жалюзи", "32 - Vertical vanes": "32 - Вертикальные жалюзи", "33 - AC connected": "33 - Кондиционер подключен", "33 - Active": "33 - Состояние", "33 - Active mode": "33 - Состояние и режим", "33 - Current fan speed": "33 - Текущая скорость вентилятора", "33 - Fan speed": "33 - Скорость вентилятора", "33 - Indoor air temperature": "33 - Температура воздуха в помещении", "33 - Indoor heat exchanger temperature": "33 - Температура внутреннего теплообменника", "33 - Mode": "33 - Режим", "33 - Smart fan speed": "33 - Скорость вентилятора расширенная", "33 - Target temperature": "33 - Целевая температура", "33 - Temperature correction": "33 - Коррекция температуры", "33 - Thermostat state": "33 - Состояние термостата", "33 - Vanes swing": "33 - Качание жалюзи", "33 - Vertical vanes": "33 - Вертикальные жалюзи", "34 - AC connected": "34 - Кондиционер подключен", "34 - Active": "34 - Состояние", "34 - Active mode": "34 - Состояние и режим", "34 - Current fan speed": "34 - Текущая скорость вентилятора", "34 - Fan speed": "34 - Скорость вентилятора", "34 - Indoor air temperature": "34 - Температура воздуха в помещении", "34 - Indoor heat exchanger temperature": "34 - Температура внутреннего теплообменника", "34 - Mode": "34 - Режим", "34 - Smart fan speed": "34 - Скорость вентилятора расширенная", "34 - Target temperature": "34 - Целевая температура", "34 - Temperature correction": "34 - Коррекция температуры", "34 - Thermostat state": "34 - Состояние термостата", "34 - Vanes swing": "34 - Качание жалюзи", "34 - Vertical vanes": "34 - Вертикальные жалюзи", "35 - AC connected": "35 - Кондиционер подключен", "35 - Active": "35 - Состояние", "35 - Active mode": "35 - Состояние и режим", "35 - Current fan speed": "35 - Текущая скорость вентилятора", "35 - Fan speed": "35 - Скорость вентилятора", "35 - Indoor air temperature": "35 - Температура воздуха в помещении", "35 - Indoor heat exchanger temperature": "35 - Температура внутреннего теплообменника", "35 - Mode": "35 - Режим", "35 - Smart fan speed": "35 - Скорость вентилятора расширенная", "35 - Target temperature": "35 - Целевая температура", "35 - Temperature correction": "35 - Коррекция температуры", "35 - Thermostat state": "35 - Состояние термостата", "35 - Vanes swing": "35 - Качание жалюзи", "35 - Vertical vanes": "35 - Вертикальные жалюзи", "36 - AC connected": "36 - Кондиционер подключен", "36 - Active": "36 - Состояние", "36 - Active mode": "36 - Состояние и режим", "36 - Current fan speed": "36 - Текущая скорость вентилятора", "36 - Fan speed": "36 - Скорость вентилятора", "36 - Indoor air temperature": "36 - Температура воздуха в помещении", "36 - Indoor heat exchanger temperature": "36 - Температура внутреннего теплообменника", "36 - Mode": "36 - Режим", "36 - Smart fan speed": "36 - Скорость вентилятора расширенная", "36 - Target temperature": "36 - Целевая температура", "36 - Temperature correction": "36 - Коррекция температуры", "36 - Thermostat state": "36 - Состояние термостата", "36 - Vanes swing": "36 - Качание жалюзи", "36 - Vertical vanes": "36 - Вертикальные жалюзи", "37 - AC connected": "37 - Кондиционер подключен", "37 - Active": "37 - Состояние", "37 - Active mode": "37 - Состояние и режим", "37 - Current fan speed": "37 - Текущая скорость вентилятора", "37 - Fan speed": "37 - Скорость вентилятора", "37 - Indoor air temperature": "37 - Температура воздуха в помещении", "37 - Indoor heat exchanger temperature": "37 - Температура внутреннего теплообменника", "37 - Mode": "37 - Режим", "37 - Smart fan speed": "37 - Скорость вентилятора расширенная", "37 - Target temperature": "37 - Целевая температура", "37 - Temperature correction": "37 - Коррекция температуры", "37 - Thermostat state": "37 - Состояние термостата", "37 - Vanes swing": "37 - Качание жалюзи", "37 - Vertical vanes": "37 - Вертикальные жалюзи", "38 - AC connected": "38 - Кондиционер подключен", "38 - Active": "38 - Состояние", "38 - Active mode": "38 - Состояние и режим", "38 - Current fan speed": "38 - Текущая скорость вентилятора", "38 - Fan speed": "38 - Скорость вентилятора", "38 - Indoor air temperature": "38 - Температура воздуха в помещении", "38 - Indoor heat exchanger temperature": "38 - Температура внутреннего теплообменника", "38 - Mode": "38 - Режим", "38 - Smart fan speed": "38 - Скорость вентилятора расширенная", "38 - Target temperature": "38 - Целевая температура", "38 - Temperature correction": "38 - Коррекция температуры", "38 - Thermostat state": "38 - Состояние термостата", "38 - Vanes swing": "38 - Качание жалюзи", "38 - Vertical vanes": "38 - Вертикальные жалюзи", "39 - AC connected": "39 - Кондиционер подключен", "39 - Active": "39 - Состояние", "39 - Active mode": "39 - Состояние и режим", "39 - Current fan speed": "39 - Текущая скорость вентилятора", "39 - Fan speed": "39 - Скорость вентилятора", "39 - Indoor air temperature": "39 - Температура воздуха в помещении", "39 - Indoor heat exchanger temperature": "39 - Температура внутреннего теплообменника", "39 - Mode": "39 - Режим", "39 - Smart fan speed": "39 - Скорость вентилятора расширенная", "39 - Target temperature": "39 - Целевая температура", "39 - Temperature correction": "39 - Коррекция температуры", "39 - Thermostat state": "39 - Состояние термостата", "39 - Vanes swing": "39 - Качание жалюзи", "39 - Vertical vanes": "39 - Вертикальные жалюзи", "40 - AC connected": "40 - Кондиционер подключен", "40 - Active": "40 - Состояние", "40 - Active mode": "40 - Состояние и режим", "40 - Current fan speed": "40 - Текущая скорость вентилятора", "40 - Fan speed": "40 - Скорость вентилятора", "40 - Indoor air temperature": "40 - Температура воздуха в помещении", "40 - Indoor heat exchanger temperature": "40 - Температура внутреннего теплообменника", "40 - Mode": "40 - Режим", "40 - Smart fan speed": "40 - Скорость вентилятора расширенная", "40 - Target temperature": "40 - Целевая температура", "40 - Temperature correction": "40 - Коррекция температуры", "40 - Thermostat state": "40 - Состояние термостата", "40 - Vanes swing": "40 - Качание жалюзи", "40 - Vertical vanes": "40 - Вертикальные жалюзи", "41 - AC connected": "41 - Кондиционер подключен", "41 - Active": "41 - Состояние", "41 - Active mode": "41 - Состояние и режим", "41 - Current fan speed": "41 - Текущая скорость вентилятора", "41 - Fan speed": "41 - Скорость вентилятора", "41 - Indoor air temperature": "41 - Температура воздуха в помещении", "41 - Indoor heat exchanger temperature": "41 - Температура внутреннего теплообменника", "41 - Mode": "41 - Режим", "41 - Smart fan speed": "41 - Скорость вентилятора расширенная", "41 - Target temperature": "41 - Целевая температура", "41 - Temperature correction": "41 - Коррекция температуры", "41 - Thermostat state": "41 - Состояние термостата", "41 - Vanes swing": "41 - Качание жалюзи", "41 - Vertical vanes": "41 - Вертикальные жалюзи", "42 - AC connected": "42 - Кондиционер подключен", "42 - Active": "42 - Состояние", "42 - Active mode": "42 - Состояние и режим", "42 - Current fan speed": "42 - Текущая скорость вентилятора", "42 - Fan speed": "42 - Скорость вентилятора", "42 - Indoor air temperature": "42 - Температура воздуха в помещении", "42 - Indoor heat exchanger temperature": "42 - Температура внутреннего теплообменника", "42 - Mode": "42 - Режим", "42 - Smart fan speed": "42 - Скорость вентилятора расширенная", "42 - Target temperature": "42 - Целевая температура", "42 - Temperature correction": "42 - Коррекция температуры", "42 - Thermostat state": "42 - Состояние термостата", "42 - Vanes swing": "42 - Качание жалюзи", "42 - Vertical vanes": "42 - Вертикальные жалюзи", "43 - AC connected": "43 - Кондиционер подключен", "43 - Active": "43 - Состояние", "43 - Active mode": "43 - Состояние и режим", "43 - Current fan speed": "43 - Текущая скорость вентилятора", "43 - Fan speed": "43 - Скорость вентилятора", "43 - Indoor air temperature": "43 - Температура воздуха в помещении", "43 - Indoor heat exchanger temperature": "43 - Температура внутреннего теплообменника", "43 - Mode": "43 - Режим", "43 - Smart fan speed": "43 - Скорость вентилятора расширенная", "43 - Target temperature": "43 - Целевая температура", "43 - Temperature correction": "43 - Коррекция температуры", "43 - Thermostat state": "43 - Состояние термостата", "43 - Vanes swing": "43 - Качание жалюзи", "43 - Vertical vanes": "43 - Вертикальные жалюзи", "44 - AC connected": "44 - Кондиционер подключен", "44 - Active": "44 - Состояние", "44 - Active mode": "44 - Состояние и режим", "44 - Current fan speed": "44 - Текущая скорость вентилятора", "44 - Fan speed": "44 - Скорость вентилятора", "44 - Indoor air temperature": "44 - Температура воздуха в помещении", "44 - Indoor heat exchanger temperature": "44 - Температура внутреннего теплообменника", "44 - Mode": "44 - Режим", "44 - Smart fan speed": "44 - Скорость вентилятора расширенная", "44 - Target temperature": "44 - Целевая температура", "44 - Temperature correction": "44 - Коррекция температуры", "44 - Thermostat state": "44 - Состояние термостата", "44 - Vanes swing": "44 - Качание жалюзи", "44 - Vertical vanes": "44 - Вертикальные жалюзи", "45 - AC connected": "45 - Кондиционер подключен", "45 - Active": "45 - Состояние", "45 - Active mode": "45 - Состояние и режим", "45 - Current fan speed": "45 - Текущая скорость вентилятора", "45 - Fan speed": "45 - Скорость вентилятора", "45 - Indoor air temperature": "45 - Температура воздуха в помещении", "45 - Indoor heat exchanger temperature": "45 - Температура внутреннего теплообменника", "45 - Mode": "45 - Режим", "45 - Smart fan speed": "45 - Скорость вентилятора расширенная", "45 - Target temperature": "45 - Целевая температура", "45 - Temperature correction": "45 - Коррекция температуры", "45 - Thermostat state": "45 - Состояние термостата", "45 - Vanes swing": "45 - Качание жалюзи", "45 - Vertical vanes": "45 - Вертикальные жалюзи", "46 - AC connected": "46 - Кондиционер подключен", "46 - Active": "46 - Состояние", "46 - Active mode": "46 - Состояние и режим", "46 - Current fan speed": "46 - Текущая скорость вентилятора", "46 - Fan speed": "46 - Скорость вентилятора", "46 - Indoor air temperature": "46 - Температура воздуха в помещении", "46 - Indoor heat exchanger temperature": "46 - Температура внутреннего теплообменника", "46 - Mode": "46 - Режим", "46 - Smart fan speed": "46 - Скорость вентилятора расширенная", "46 - Target temperature": "46 - Целевая температура", "46 - Temperature correction": "46 - Коррекция температуры", "46 - Thermostat state": "46 - Состояние термостата", "46 - Vanes swing": "46 - Качание жалюзи", "46 - Vertical vanes": "46 - Вертикальные жалюзи", "47 - AC connected": "47 - Кондиционер подключен", "47 - Active": "47 - Состояние", "47 - Active mode": "47 - Состояние и режим", "47 - Current fan speed": "47 - Текущая скорость вентилятора", "47 - Fan speed": "47 - Скорость вентилятора", "47 - Indoor air temperature": "47 - Температура воздуха в помещении", "47 - Indoor heat exchanger temperature": "47 - Температура внутреннего теплообменника", "47 - Mode": "47 - Режим", "47 - Smart fan speed": "47 - Скорость вентилятора расширенная", "47 - Target temperature": "47 - Целевая температура", "47 - Temperature correction": "47 - Коррекция температуры", "47 - Thermostat state": "47 - Состояние термостата", "47 - Vanes swing": "47 - Качание жалюзи", "47 - Vertical vanes": "47 - Вертикальные жалюзи", "48 - AC connected": "48 - Кондиционер подключен", "48 - Active": "48 - Состояние", "48 - Active mode": "48 - Состояние и режим", "48 - Current fan speed": "48 - Текущая скорость вентилятора", "48 - Fan speed": "48 - Скорость вентилятора", "48 - Indoor air temperature": "48 - Температура воздуха в помещении", "48 - Indoor heat exchanger temperature": "48 - Температура внутреннего теплообменника", "48 - Mode": "48 - Режим", "48 - Smart fan speed": "48 - Скорость вентилятора расширенная", "48 - Target temperature": "48 - Целевая температура", "48 - Temperature correction": "48 - Коррекция температуры", "48 - Thermostat state": "48 - Состояние термостата", "48 - Vanes swing": "48 - Качание жалюзи", "48 - Vertical vanes": "48 - Вертикальные жалюзи", "49 - AC connected": "49 - Кондиционер подключен", "49 - Active": "49 - Состояние", "49 - Active mode": "49 - Состояние и режим", "49 - Current fan speed": "49 - Текущая скорость вентилятора", "49 - Fan speed": "49 - Скорость вентилятора", "49 - Indoor air temperature": "49 - Температура воздуха в помещении", "49 - Indoor heat exchanger temperature": "49 - Температура внутреннего теплообменника", "49 - Mode": "49 - Режим", "49 - Smart fan speed": "49 - Скорость вентилятора расширенная", "49 - Target temperature": "49 - Целевая температура", "49 - Temperature correction": "49 - Коррекция температуры", "49 - Thermostat state": "49 - Состояние термостата", "49 - Vanes swing": "49 - Качание жалюзи", "49 - Vertical vanes": "49 - Вертикальные жалюзи", "50 - AC connected": "50 - Кондиционер подключен", "50 - Active": "50 - Состояние", "50 - Active mode": "50 - Состояние и режим", "50 - Current fan speed": "50 - Текущая скорость вентилятора", "50 - Fan speed": "50 - Скорость вентилятора", "50 - Indoor air temperature": "50 - Температура воздуха в помещении", "50 - Indoor heat exchanger temperature": "50 - Температура внутреннего теплообменника", "50 - Mode": "50 - Режим", "50 - Smart fan speed": "50 - Скорость вентилятора расширенная", "50 - Target temperature": "50 - Целевая температура", "50 - Temperature correction": "50 - Коррекция температуры", "50 - Thermostat state": "50 - Состояние термостата", "50 - Vanes swing": "50 - Качание жалюзи", "50 - Vertical vanes": "50 - Вертикальные жалюзи", "51 - AC connected": "51 - Кондиционер подключен", "51 - Active": "51 - Состояние", "51 - Active mode": "51 - Состояние и режим", "51 - Current fan speed": "51 - Текущая скорость вентилятора", "51 - Fan speed": "51 - Скорость вентилятора", "51 - Indoor air temperature": "51 - Температура воздуха в помещении", "51 - Indoor heat exchanger temperature": "51 - Температура внутреннего теплообменника", "51 - Mode": "51 - Режим", "51 - Smart fan speed": "51 - Скорость вентилятора расширенная", "51 - Target temperature": "51 - Целевая температура", "51 - Temperature correction": "51 - Коррекция температуры", "51 - Thermostat state": "51 - Состояние термостата", "51 - Vanes swing": "51 - Качание жалюзи", "51 - Vertical vanes": "51 - Вертикальные жалюзи", "52 - AC connected": "52 - Кондиционер подключен", "52 - Active": "52 - Состояние", "52 - Active mode": "52 - Состояние и режим", "52 - Current fan speed": "52 - Текущая скорость вентилятора", "52 - Fan speed": "52 - Скорость вентилятора", "52 - Indoor air temperature": "52 - Температура воздуха в помещении", "52 - Indoor heat exchanger temperature": "52 - Температура внутреннего теплообменника", "52 - Mode": "52 - Режим", "52 - Smart fan speed": "52 - Скорость вентилятора расширенная", "52 - Target temperature": "52 - Целевая температура", "52 - Temperature correction": "52 - Коррекция температуры", "52 - Thermostat state": "52 - Состояние термостата", "52 - Vanes swing": "52 - Качание жалюзи", "52 - Vertical vanes": "52 - Вертикальные жалюзи", "53 - AC connected": "53 - Кондиционер подключен", "53 - Active": "53 - Состояние", "53 - Active mode": "53 - Состояние и режим", "53 - Current fan speed": "53 - Текущая скорость вентилятора", "53 - Fan speed": "53 - Скорость вентилятора", "53 - Indoor air temperature": "53 - Температура воздуха в помещении", "53 - Indoor heat exchanger temperature": "53 - Температура внутреннего теплообменника", "53 - Mode": "53 - Режим", "53 - Smart fan speed": "53 - Скорость вентилятора расширенная", "53 - Target temperature": "53 - Целевая температура", "53 - Temperature correction": "53 - Коррекция температуры", "53 - Thermostat state": "53 - Состояние термостата", "53 - Vanes swing": "53 - Качание жалюзи", "53 - Vertical vanes": "53 - Вертикальные жалюзи", "54 - AC connected": "54 - Кондиционер подключен", "54 - Active": "54 - Состояние", "54 - Active mode": "54 - Состояние и режим", "54 - Current fan speed": "54 - Текущая скорость вентилятора", "54 - Fan speed": "54 - Скорость вентилятора", "54 - Indoor air temperature": "54 - Температура воздуха в помещении", "54 - Indoor heat exchanger temperature": "54 - Температура внутреннего теплообменника", "54 - Mode": "54 - Режим", "54 - Smart fan speed": "54 - Скорость вентилятора расширенная", "54 - Target temperature": "54 - Целевая температура", "54 - Temperature correction": "54 - Коррекция температуры", "54 - Thermostat state": "54 - Состояние термостата", "54 - Vanes swing": "54 - Качание жалюзи", "54 - Vertical vanes": "54 - Вертикальные жалюзи", "55 - AC connected": "55 - Кондиционер подключен", "55 - Active": "55 - Состояние", "55 - Active mode": "55 - Состояние и режим", "55 - Current fan speed": "55 - Текущая скорость вентилятора", "55 - Fan speed": "55 - Скорость вентилятора", "55 - Indoor air temperature": "55 - Температура воздуха в помещении", "55 - Indoor heat exchanger temperature": "55 - Температура внутреннего теплообменника", "55 - Mode": "55 - Режим", "55 - Smart fan speed": "55 - Скорость вентилятора расширенная", "55 - Target temperature": "55 - Целевая температура", "55 - Temperature correction": "55 - Коррекция температуры", "55 - Thermostat state": "55 - Состояние термостата", "55 - Vanes swing": "55 - Качание жалюзи", "55 - Vertical vanes": "55 - Вертикальные жалюзи", "56 - AC connected": "56 - Кондиционер подключен", "56 - Active": "56 - Состояние", "56 - Active mode": "56 - Состояние и режим", "56 - Current fan speed": "56 - Текущая скорость вентилятора", "56 - Fan speed": "56 - Скорость вентилятора", "56 - Indoor air temperature": "56 - Температура воздуха в помещении", "56 - Indoor heat exchanger temperature": "56 - Температура внутреннего теплообменника", "56 - Mode": "56 - Режим", "56 - Smart fan speed": "56 - Скорость вентилятора расширенная", "56 - Target temperature": "56 - Целевая температура", "56 - Temperature correction": "56 - Коррекция температуры", "56 - Thermostat state": "56 - Состояние термостата", "56 - Vanes swing": "56 - Качание жалюзи", "56 - Vertical vanes": "56 - Вертикальные жалюзи", "57 - AC connected": "57 - Кондиционер подключен", "57 - Active": "57 - Состояние", "57 - Active mode": "57 - Состояние и режим", "57 - Current fan speed": "57 - Текущая скорость вентилятора", "57 - Fan speed": "57 - Скорость вентилятора", "57 - Indoor air temperature": "57 - Температура воздуха в помещении", "57 - Indoor heat exchanger temperature": "57 - Температура внутреннего теплообменника", "57 - Mode": "57 - Режим", "57 - Smart fan speed": "57 - Скорость вентилятора расширенная", "57 - Target temperature": "57 - Целевая температура", "57 - Temperature correction": "57 - Коррекция температуры", "57 - Thermostat state": "57 - Состояние термостата", "57 - Vanes swing": "57 - Качание жалюзи", "57 - Vertical vanes": "57 - Вертикальные жалюзи", "58 - AC connected": "58 - Кондиционер подключен", "58 - Active": "58 - Состояние", "58 - Active mode": "58 - Состояние и режим", "58 - Current fan speed": "58 - Текущая скорость вентилятора", "58 - Fan speed": "58 - Скорость вентилятора", "58 - Indoor air temperature": "58 - Температура воздуха в помещении", "58 - Indoor heat exchanger temperature": "58 - Температура внутреннего теплообменника", "58 - Mode": "58 - Режим", "58 - Smart fan speed": "58 - Скорость вентилятора расширенная", "58 - Target temperature": "58 - Целевая температура", "58 - Temperature correction": "58 - Коррекция температуры", "58 - Thermostat state": "58 - Состояние термостата", "58 - Vanes swing": "58 - Качание жалюзи", "58 - Vertical vanes": "58 - Вертикальные жалюзи", "59 - AC connected": "59 - Кондиционер подключен", "59 - Active": "59 - Состояние", "59 - Active mode": "59 - Состояние и режим", "59 - Current fan speed": "59 - Текущая скорость вентилятора", "59 - Fan speed": "59 - Скорость вентилятора", "59 - Indoor air temperature": "59 - Температура воздуха в помещении", "59 - Indoor heat exchanger temperature": "59 - Температура внутреннего теплообменника", "59 - Mode": "59 - Режим", "59 - Smart fan speed": "59 - Скорость вентилятора расширенная", "59 - Target temperature": "59 - Целевая температура", "59 - Temperature correction": "59 - Коррекция температуры", "59 - Thermostat state": "59 - Состояние термостата", "59 - Vanes swing": "59 - Качание жалюзи", "59 - Vertical vanes": "59 - Вертикальные жалюзи", "60 - AC connected": "60 - Кондиционер подключен", "60 - Active": "60 - Состояние", "60 - Active mode": "60 - Состояние и режим", "60 - Current fan speed": "60 - Текущая скорость вентилятора", "60 - Fan speed": "60 - Скорость вентилятора", "60 - Indoor air temperature": "60 - Температура воздуха в помещении", "60 - Indoor heat exchanger temperature": "60 - Температура внутреннего теплообменника", "60 - Mode": "60 - Режим", "60 - Smart fan speed": "60 - Скорость вентилятора расширенная", "60 - Target temperature": "60 - Целевая температура", "60 - Temperature correction": "60 - Коррекция температуры", "60 - Thermostat state": "60 - Состояние термостата", "60 - Vanes swing": "60 - Качание жалюзи", "60 - Vertical vanes": "60 - Вертикальные жалюзи", "61 - AC connected": "61 - Кондиционер подключен", "61 - Active": "61 - Состояние", "61 - Active mode": "61 - Состояние и режим", "61 - Current fan speed": "61 - Текущая скорость вентилятора", "61 - Fan speed": "61 - Скорость вентилятора", "61 - Indoor air temperature": "61 - Температура воздуха в помещении", "61 - Indoor heat exchanger temperature": "61 - Температура внутреннего теплообменника", "61 - Mode": "61 - Режим", "61 - Smart fan speed": "61 - Скорость вентилятора расширенная", "61 - Target temperature": "61 - Целевая температура", "61 - Temperature correction": "61 - Коррекция температуры", "61 - Thermostat state": "61 - Состояние термостата", "61 - Vanes swing": "61 - Качание жалюзи", "61 - Vertical vanes": "61 - Вертикальные жалюзи", "62 - AC connected": "62 - Кондиционер подключен", "62 - Active": "62 - Состояние", "62 - Active mode": "62 - Состояние и режим", "62 - Current fan speed": "62 - Текущая скорость вентилятора", "62 - Fan speed": "62 - Скорость вентилятора", "62 - Indoor air temperature": "62 - Температура воздуха в помещении", "62 - Indoor heat exchanger temperature": "62 - Температура внутреннего теплообменника", "62 - Mode": "62 - Режим", "62 - Smart fan speed": "62 - Скорость вентилятора расширенная", "62 - Target temperature": "62 - Целевая температура", "62 - Temperature correction": "62 - Коррекция температуры", "62 - Thermostat state": "62 - Состояние термостата", "62 - Vanes swing": "62 - Качание жалюзи", "62 - Vertical vanes": "62 - Вертикальные жалюзи", "63 - AC connected": "63 - Кондиционер подключен", "63 - Active": "63 - Состояние", "63 - Active mode": "63 - Состояние и режим", "63 - Current fan speed": "63 - Текущая скорость вентилятора", "63 - Fan speed": "63 - Скорость вентилятора", "63 - Indoor air temperature": "63 - Температура воздуха в помещении", "63 - Indoor heat exchanger temperature": "63 - Температура внутреннего теплообменника", "63 - Mode": "63 - Режим", "63 - Smart fan speed": "63 - Скорость вентилятора расширенная", "63 - Target temperature": "63 - Целевая температура", "63 - Temperature correction": "63 - Коррекция температуры", "63 - Thermostat state": "63 - Состояние термостата", "63 - Vanes swing": "63 - Качание жалюзи", "63 - Vertical vanes": "63 - Вертикальные жалюзи" } } } }