<?xml version="1.0" encoding="UTF-8"?>
<!--Copyright (C) 2004-2015 InsBud www.insbud.net-->
<Device xmlns="http://www.insbud.net/common/devcfg"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.insbud.net/common/devcfg devcfg.xsd"
Version="1.2"
HardwareId="1014"
FirmwareId="1"
FirmwareVersion="0">
<!--
plik konfiguracyjny pompy ciepła (KAISAI; MIDEA; SEVRA; NETSU itp)
dla aplikacji ibvunit-2.0
niniejszy plik konfiguracyjny został opracowany na podstawie dokumentacji rejestrów dostarczonej przez
producenta.
fabryczne parametry komunikacji: 9600/8-N-1 ID16
ustawienie ID:
przełącznik obrotowy S3
The rotating coded switch S3(0-F) on the main control board of hydraulic module is used for set the modbus address.
By default the units have this coded switch positioned=0, but this corresponds to the modbus address 16 , while the
others positions corresponds the number, e.g. pos=2 is address 2, pos=5 is address 5.
-->
<!-- <HoldingRegisters SetMode="Single"> -->
<HoldingRegisters>
<!--
Power on or off
▪ bit 0: 0: power off air conditioner; 1: power on air conditioner; (zone 1) (room temperature control)
▪ bit 1: 0: power off floor heating; 1: power on floor heating;(zone 1) (water flow temperature control)
▪ bit 2: 0: DHW(T5S) power off; 1: DHW(T5S) power on
▪ bit 3: 0: power off floor heating; 1: power on floor heating;(zone 2) (water flow temperature control)
-->
<HReg Addr="0" Name="power.on.off" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Setting the mode
▪ 0:Auto
▪ 1:Cool
▪ 2:Heat
-->
<HReg Addr="1" Name="mode" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Setting water water temperature T1S
Bit0-Bit7 - Water temperature T1s is corresponding to the floor heating.(zone 1)
Bit8-Bit15 - Water temperature T1s is corresponding to the floor heating.(zone 2)
-->
<HReg Addr="2" Name="setting.t1s" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Setting air temperature Ts
The room temperature range is between 17°C and 30°C, and is valid when there is Ta.
Portocol value=actual value*2
In cooling mode, T1S low temp setting range is 5~25°C;T1S high temp setting range is 18~25°C.
In heating mode, T1S low temp setting range is 22~55°C;T1S high temp setting range is 35~70°C.
-->
<HReg Addr="3" Name="setting.ts" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T5s
The water tank temperature range is between 20°C and 75°C.
-->
<HReg Addr="4" Name="setting.t5s" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Function Setting
▪ bit 4: Disinfect
▪ bit 5: Holiday away (the status can only be read, but cannot be changed)
▪ bit 6: Silent mode
▪ bit 7: 0: Silent mode level1; 1: Silent mode level2
▪ bit 8: Holiday home (the status can only be read, not changed)
▪ bit 10: ECO mode
▪ bit 11: DHW pump's running constant-temperature water recycling
▪ bit 12: 1: climate curve setting is valid; 0: climate curve setting is invalid. (zone1)
▪ bit 13: 1: climate curve setting is valid; 0: climate curve setting is invalid. (zone2)
-->
<HReg Addr="5" Name="function.setting" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Curve selection
Bit8-Bit15 - Climate Curve 1-9(zone 2)
Bit0-Bit7 - Climate Curve 1-9(zone 1)
-->
<HReg Addr="6" Name="curve.selection" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Forced water heating
0: Invalid
1: Forced on
2: Forced off
TBH is the electric water tank heater.
IBH1 and 2 are the hydraulic module's rear electric heater.
IBH1 and 2 can be activated together.
TBH cannot be activated together with IBH1 and IBH2.
-->
<HReg Addr="7" Name="forced.water.heating" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Forced TBH
0: Invalid
1: Forced on
2: Forced off
-->
<HReg Addr="8" Name="forced.tbh" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Forced IBH1
0: Invalid
1: Forced on
2: Forced off
-->
<HReg Addr="9" Name="forced.ibh" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
t_SG_MAX
0-24 Hours
-->
<HReg Addr="10" Name="t_SG_MAX" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Operating frequency
Compressor operating frequency in Hz
-->
<HReg Addr="100" Name="operating.frequency" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Operating Mode
Outdoor unit's actual operating mode, 2: cooling, 3: heating, 0: off
-->
<HReg Addr="101" Name="operating.mode" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Fan Speed [r/min]
-->
<HReg Addr="102" Name="fan.speed" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
PMV openness
Openness of the outdoor unit's electronic expansion valve in P
-->
<HReg Addr="103" Name="PMV.openness" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Water inlet temperature TW_in, unit: °C
-->
<HReg Addr="104" Name="TW_in" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Water outlet temperature TW_out, unit: °C
-->
<HReg Addr="105" Name="TW_out" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T3 Temperature
Condenser temperature, unit: °C
-->
<HReg Addr="106" Name="T3" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T4 Temperature
Outdoor ambient temperature unit: °C
-->
<HReg Addr="107" Name="T4" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Discharge temperature
Compressor discharge temperature Tp unit: °C
-->
<HReg Addr="108" Name="discharge.temperature" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Return air temperature
Compressor air return temperature unit: °C
-->
<HReg Addr="109" Name="return.air.temperature" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T1
Total water outlet temperature unit: °C
-->
<HReg Addr="110" Name="T1" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T1B
System total water outlet temperature (behind the auxiliary heater) , unit: °C
-->
<HReg Addr="111" Name="T1B" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T2
Refrigerant liquid side temperature, unit: °C
-->
<HReg Addr="112" Name="T2" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T2B
Refrigerant gas side temperature, unit: °C
-->
<HReg Addr="113" Name="T2B" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Ta
Room temperature, unit: °C
-->
<HReg Addr="114" Name="Ta" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T5
Water tank temperature, unit: °C
-->
<HReg Addr="115" Name="T5" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Pressure 1
Outdoor unit high pressure value, unit: kPa
-->
<HReg Addr="116" Name="pressure.1" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Pressure 2
Outdoor unit low pressure value, unit: kPa
-->
<HReg Addr="117" Name="pressure.2" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Outdoor unit current
Outdoor unit operating current, unit: A
-->
<HReg Addr="118" Name="outdoor.unit.current" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Outdoor unit voltage
Outdoor unit voltage, unit: V
-->
<HReg Addr="119" Name="outdoor.unit.voltage" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Tbt1
Tbt1, unit: °C
-->
<HReg Addr="120" Name="Tbt1" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Tbt2
Tbt2, unit: °C
-->
<HReg Addr="121" Name="Tbt2" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Compressor operation time
Compressor operating time in hour
-->
<HReg Addr="122" Name="compressor.operation.time" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Unit capacity
0702 for 200 register is reserved. When it is 071x, data 4-30 means 4-30kW
-->
<HReg Addr="123" Name="unit.capacity" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Current fault
Check the code table for detailed fault codes
-->
<HReg Addr="124" Name="fault.current" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Fault 1
Check the code table for detailed fault codes.
-->
<HReg Addr="125" Name="fault.1" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Fault 2
Check the code table for detailed fault codes.
-->
<HReg Addr="126" Name="fault.2" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Fault 3
Check the code table for detailed fault codes.
-->
<HReg Addr="127" Name="fault.3" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Status bit 1
▪ bit 1: Defrosting
▪ bit 2: Anti-freezing
▪ bit 3: Oil return
▪ bit 4: Remote On/Off (1: d8)
▪ bit 5: Outdoor unit test mode mark
▪ bit 6: Heating mode set by room thermostat
▪ bit 7: Cooling mode set by room thermostat
▪ bit 8: Solar energy signal input
▪ bit 9: Anti-freezing operation for water tank
▪ bit 10: SG 1: normal electricity; 0: high price electricity (judge when EUV is 0)
▪ bit 11: EUV 1: free electricity; 0: judge by SG's signal
▪ bit 13: Request to send SN code, 1: request; 0: not request
▪ bit 14: Request to send software version, 1: request; 0: not request
▪ bit 15: Request to send operation parameter, 1: request; 0: not request
-->
<HReg Addr="128" Name="status.bit.1" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Load output
▪ bit 0: Electric heater IBH1
▪ bit 1: Electric heater IBH2
▪ bit 2: Electric heater TBH
▪ bit 3: Water pump PUMP_I
▪ bit 4: SV1
▪ bit 5: SV2
▪ bit 6: External water pump P_o
▪ bit 7: Water return water P_d
▪ bit 8: Mixed water pump P_c
▪ bit 9: SV3
▪ bit 10: HEAT4
▪ bit 11: Solar water pump
▪ bit 12: ALARM
▪ bit 13: RUN
▪ bit 14: Auxiliary heat source
▪ bit 15: DEFROST
-->
<HReg Addr="129" Name="load.output" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Software version
1~99 is the software version of hydronic module
-->
<HReg Addr="130" Name="software.version" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Wired controller version No.
1~99 is the wired controller's version number.
-->
<HReg Addr="131" Name="wired.controller.version" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Unit target frequency
Hz
-->
<HReg Addr="132" Name="unit.target.frequency" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
DC bus current
Unit: A
-->
<HReg Addr="133" Name="dc.bus.current" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
DC bus voltage
The actual value/10, unit: V
-->
<HReg Addr="134" Name="dc.bus.voltage" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
TF module temperature
Feedback on outdoor unit, unit: °C
-->
<HReg Addr="135" Name="tf.module.temperature" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Climate curve T1S calculated value 1
The corresponding calculated T1S of zone 1
-->
<HReg Addr="136" Name="climate.curve.t1s.calculated.value.1" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Climate curve T1S calculated value 2
The corresponding calculated T1S of zone 2
-->
<HReg Addr="137" Name="climate.curve.t1s.calculated.value.2" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Water flow
The actual value*100, unit: m3/H
-->
<HReg Addr="138" Name="water.flow" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Limit scheme of outdoor unit current
Scheme value
-->
<HReg Addr="139" Name="limit.scheme.of.outdoor.unit.current" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Ability of Hydraulic module
The actual value*100, unit: kW
-->
<HReg Addr="140" Name="ability.of.hydraulic.module" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Tsolar
-->
<HReg Addr="141" Name="tsolar" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Quantity of units in parallel
BIT1-BIT15 - Respectively represent the online status of slaves unit 1-15
-->
<HReg Addr="142" Name="quantity.of.units.in.parallel" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Higher bits for electricity consumption
-->
<HReg Addr="143" Name="electricity.consumption.hi" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Lower bits for electricity consumption
-->
<HReg Addr="144" Name="electricity.consumption.lo" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Higher bits for power output
-->
<HReg Addr="145" Name="power.output.hi" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Lower bits for power output
-->
<HReg Addr="146" Name="power.output.lo" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Home appliance type
The upper 8 bits are the types of home appliances:
Air to water heat pump: 0x07
The middle 4 bits are product codes: 0x1*
The lower 4 bits are sub-type: R32: 0x*2
-->
<HReg Addr="200" Name="home.appliance.type" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Temperature upper limit of T1S cooling
Lower 8 bits are for zone 1. higher 8 bits are for zone 2
-->
<HReg Addr="201" Name="temperature.upper.limit.of.t1s.cooling" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Temperature lower limit of T1S cooling
Lower 8 bits are for zone 1. higher 8 bits are for zone 2
-->
<HReg Addr="202" Name="temperature.lower.limit.of.t1s.cooling" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Temperature upper limit of T1S heating
-->
<HReg Addr="203" Name="temperature.upper.limit.of.t1s.heating" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Temperature lower limit of T1S heating
-->
<HReg Addr="204" Name="temperature.lower.limit.of.t1s.heating" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Temperature upper limit of TS setting
Protocol value = actual value * 2
-->
<HReg Addr="205" Name="temperature.upper.limit.of.ts.setting" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Temperature lower limit of TS setting
Protocol value = actual value * 2
-->
<HReg Addr="206" Name="temperature.lower.limit.of.ts.setting" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Temperature upper limit of water heating
-->
<HReg Addr="207" Name="temperature.upper.limit.of.water.heating" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
Temperature lower limit of water heating
-->
<HReg Addr="208" Name="temperature.lower.limit.of.water.heating" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
PUMP RUNNING TIME
DHW PUMP water return running time. It is five minutes by
default and can be adjusted between 5 and 120 min at an interval
of 1 min.
-->
<HReg Addr="209" Name="pump.running.time" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Parameter setting 1
▪ bit 0: 0: room cooling/heating first, 1: water heating first
▪ bit 1: Dual Room Thermostat, 0: not supported;1: supported
▪ bit 2: Room thermostat
▪ bit 3: Supports room thermostat
▪ bit 4: Supports room temperature Sensor Ta
▪ bit 5: PUMPI silent mode, 1; valid, 0: invalid
▪ bit 6: T1S heating high/low temperature settings(Read-only)
▪ bit 7: Enable heating
▪ bit 8: T1S cooling high/low temperature settings(Read-only)
▪ bit 9: Enable cooling
▪ bit 10: DHW pump is valid in disinfection mode
▪ bit 12: DHW PUMP, 1: supported; 0: not supported
▪ bit 13: Supports disinfection
▪ bit 14: Supports water tank electric heater TBH(Read-only)
▪ bit 15: Enable water heating
-->
<HReg Addr="210" Name="parameter.setting.1" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
Parameter setting 2
▪ bit 0: IBH/AHS installation position 1: buffer tank 0: pipe
▪ bit 1: Tbt sensor enable1: Yes 0: No
▪ bit 2: Ta sensor position 1: IDU 0: HMI
▪ bit 3: Double zone setting is valid
▪ bit 4: Setting the high/low temperature of heating mode T1S
▪ bit 5: Setting the high/low temperature of cooling mode T1S
▪ bit 6: T1B sensor enable 0: None 1: Yes
▪ bit 7: Smart grid, 0=NON; 1=YES
▪ bit 8: Define the port, 0=remote ON/OFF; 1=DHW heater
▪ bit 9: Solar energy kit enable 1: Yes 0: No
▪ bit 10: Solar energy input port 1: CN18 0: CN11
▪ bit 11: Piping length selection 1: >10m 0: <10m
▪ bit 12: Tbt2 sensor is valid 1: Yes 0: No
▪ bit 13: RT_Ta_PCNEn(enable Temperature Collection Kit) 1: Yes 0: No
▪ bit 14: M1M2 is used for AHS control 1: Yes 0: No
▪ bit 15: Reserved, wrong address is reported whe n this register is queried
-->
<HReg Addr="211" Name="parameter.setting.2" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
dT5_On
Default setting: 10°C, range: 1~30°C;
-->
<HReg Addr="212" Name="dt5_on" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
dT1S5
Default setting: 10°C, range: 5~40°C, setting interval: 1°C
-->
<HReg Addr="213" Name="dt1s5" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T_Interval_DHW
Default setting: 5 min, range: 5~30 min, setting interval: 1 min
-->
<HReg Addr="214" Name="t_interval_dhw" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
T4DHWmax
Default setting: 43°C, range: 35~43°C, setting interval: 1°C
-->
<HReg Addr="215" Name="t4dhwmax" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T4DHWmin
Default: -10°C, range: -25~30°C;
-->
<HReg Addr="216" Name="t4dhwmin" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
t_TBH_delay
Default setting: 30 min, range: 0~240 min, setting interval: 5 min
-->
<HReg Addr="217" Name="t_tbh_delay" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
dT5S_TBH_off
Default setting: 5°C, range: 0~10°C, setting interval: 1°C
-->
<HReg Addr="218" Name="dt5s_tbh_off" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T4_TBH_on
Default setting: 5°C, range: -5~50°C;
-->
<HReg Addr="219" Name="t4_tbh_on" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T5s_DI
Temperature for the disinfection operation, range: 60~70 ° C, default setting: 65°C
-->
<HReg Addr="220" Name="t5s_di" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
t_DI_max
Maximum disinfection duration, range: 90~300 min, default setting: 210 min
-->
<HReg Addr="221" Name="t_di_max" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
t_DI_hightemp
Disinfection high temperature duration, range: 5~60 min, default setting: 15 min
-->
<HReg Addr="222" Name="t_di_hightemp" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
t_interval_C
Time interval of compressor start-up in cooling mode; range: 5~30 min, default setting: 5 min
-->
<HReg Addr="223" Name="t_interval_c" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
dT1SC
Default setting: 5°C, range: 2~10°C, setting interval: 1°C
-->
<HReg Addr="224" Name="dt1sc" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
dTSC
Default setting: 2°C, range: 1~10°C, setting interval: 1°C
-->
<HReg Addr="225" Name="dtsc" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T4cmax
Default setting: 43°C, range: 35~46°C, setting interval: 1°C
-->
<HReg Addr="226" Name="t4cmax" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T4cmin
Default setting: 10°C, range: -5~25°C, setting interval: 1°C
-->
<HReg Addr="227" Name="t4cmin" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
t_interval_H
Time interval of compressor start-up in the heating mode; range: 5~60 min, default setting: 5 min
-->
<HReg Addr="228" Name="t_interval_h" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
dT1SH
Default setting: 5°C, range: 2-20°C;
-->
<HReg Addr="229" Name="dt1sh" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
dTSH
Default setting: 2°C, range: 1~10°C, setting interval: 1°C
-->
<HReg Addr="230" Name="dtsh" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T4hmax
Default setting: 25°C, range: 20~35°C, setting interval: 1°C
-->
<HReg Addr="231" Name="t4hmax" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T4hmin
Default setting: -15°C, range: -25-30°C, Setting interval 1°C
-->
<HReg Addr="232" Name="t4hmin" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T4_IBH_on
Ambient temperature for enabling the hydraulic module auxiliary
electric heating IBH, range: -15~10°C; default setting: -5°C
-->
<HReg Addr="233" Name="t4_ibh_on" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
dT1_IBH_on
Temperature return difference for enabling the hydraulic module auxiliary
-->
<HReg Addr="234" Name="dt1_ibh_on" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
t_IBH_delay
Delay time of enabling the hydraulic module auxiliary electric heating IBH
-->
<HReg Addr="235" Name="t_ibh_delay" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
T4_AHS_on
The trigger ambient temperature for turning on AHS
-->
<HReg Addr="237" Name="t4_ahs_on" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
dT1_AHS_on
The temperature difference between the heat pump ’ s leaving water set temperature (T1S) and the heat
-->
<HReg Addr="238" Name="dt1_ahs_on" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
t_AHS_delay
Delay time for enabling the external heater AHS, range: 5~120 min;
default setting: 30 min
-->
<HReg Addr="240" Name="t_ahs_delay" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
t_DHWHP_max
Longest duration of water heating by the heat pump, range:
10~600 min, default setting: 120 min;
-->
<HReg Addr="241" Name="t_dhwhp_max" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
t_DHWHP_restrict
Duration of limited water heating by the heat pump, range: 10~600 min, default setting: 30 min;
-->
<HReg Addr="242" Name="t_dhwhp_restrict" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
T4autocmin
Default setting: 25°C, range: 20~29°C, setting interval: 1°C
-->
<HReg Addr="243" Name="t4autocmin" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T4autohmax
Default setting: 17°C, range: 10~17°C, setting interval: 1°C
-->
<HReg Addr="244" Name="t4autohmax" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T1S_H.A_H
Default setting: 25°C, range: 20~29°C, setting interval: 1°C
-->
<HReg Addr="245" Name="t1a_h.a_h" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T5S_H.A_DHW
In the holiday mode, setting of T1 in the water heating mode, range: 20~25°C, default setting: 25°C
-->
<HReg Addr="246" Name="t5s_h.a_dhw" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
PER_START ratio
Range10-100, default setting10.Setting interval10
-->
<HReg Addr="247" Name="per_start.ratio" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
TIME_ADJUST
Range1-60 default setting5
-->
<HReg Addr="248" Name="time_adjust" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
dTbt2
Rrange0-50 default setting15
-->
<HReg Addr="249" Name="dtbt2" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
IBH1 power
Range0-200, default setting0, unit: 100W
-->
<HReg Addr="250" Name="ibh1.power" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
IBH2 power
Range0-200, default setting0, unit: 100W
-->
<HReg Addr="251" Name="ibh2.power" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
TBH power
Range0-200, default setting0,unit: 100W
-->
<HReg Addr="252" Name="tbh.power" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
t_DRYUP
Temperature rise day number, range: 4~15 days, default setting: 8 days
-->
<HReg Addr="255" Name="t_dryup" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
t_HIGHPEAK
Drying day number, range: 3~7 days, default setting: 5 days
-->
<HReg Addr="256" Name="t_highpeak" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
t_DRYD
Temperature drop day number, range: 4~15 days, default setting: 5 days
-->
<HReg Addr="257" Name="t_dryd" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
T_DRYPEAK
Highest drying temperature, range: 30~55°C, default setting: 45°C
-->
<HReg Addr="258" Name="t_drypeak" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
t_firstFH
Running time of floor heating for the first time, default setting: 72 hrs, range: 48-96 hrs
-->
<HReg Addr="259" Name="t_firstfh" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
T1S (first floor heating)
T1S of floor heating for the first time, range: 25~35 ° C, default setting: 25°C
-->
<HReg Addr="260" Name="t1s.first.floor.heating" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T1SetC1
Parameter of the ninth temperature curves for cooling mode, range: 5~25°C, default setting: 10°C
-->
<HReg Addr="261" Name="t1setc1" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T1SetC2
Parameter of the ninth temperature curves for cooling mode, range: 5~25°C, default setting: 16°C
-->
<HReg Addr="262" Name="t1setc2" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T4C1
Parameter of the ninth temperature curves for cooling mode, range: (-5) ~46°C, default setting: 35°C
-->
<HReg Addr="263" Name="t4c1" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T4C2
Parameter of the ninth temperature curves for cooling mode, range: (-5) ~46°C, default setting: 25°C
-->
<HReg Addr="264" Name="t4c2" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T1SetH1
Parameter of the ninth temperature curves for cooling mode, range: 25~65°C, default setting: 35°C
-->
<HReg Addr="265" Name="t1seth1" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T1SetH2
Parameter of the ninth temperature curves for cooling mode, range: 25~65°C, default setting: 28°C
-->
<HReg Addr="266" Name="t1seth2" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T4H1
Parameter of the ninth temperature curves for cooling mode, range: (-25) ~30°C, default setting: -5°C
-->
<HReg Addr="267" Name="t4h1" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
T4H2
Parameter of the ninth temperature curves for cooling mode, range: (-25) ~30°C, default setting: 7°C
-->
<HReg Addr="268" Name="t4h2" Rd="1" Wr="1" Min="-32766" Max="32766" Presentation="signed"/>
<!--
The type of power input limitation, 0=NON, 1~8=type 1~8, default: 0
-->
<HReg Addr="269" Name="type.of.power.input.limitation" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
HB: t_T4_FRESH_C: Range: 0.5~6 hour, setting interval: 0.5 hour, sending value=actural value*2
LB: t_T4_FRESH_H: Range: 0.5~6 hour, setting interval: 0.5 hour, sending value=actural value*2
-->
<HReg Addr="270" Name="t_t4_fresh" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
T_PUMPI_DELAY
Range: 0.5~20 hour, setting interval: 0.5 hour, sending value=actural value*2
-->
<HReg Addr="271" Name="t_pumpi_delay" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
EMISSION TYPE
Bit0-3: The type of zone 1 end for heating mode
Bit4-7: The type of zone 2 end for heating mode
Bit8-11: The type of zone 1 end for cooling mode
Bit12-15: The type of zone 2 end for cooling mode
-->
<HReg Addr="272" Name="emission.type" Rd="1" Wr="1" Min="0" Max="65535" Presentation="unsigned"/>
<!--
<HReg Addr="" Name="" Rd="1" Wr="0" Min="-32766" Max="32766" Presentation="signed"/>
-->
</HoldingRegisters>
<InputRegisters>
</InputRegisters>
<Coils>
</Coils>
<DiscreteInputs>
</DiscreteInputs>
</Device>