@@ -224,13 +224,15 @@ namespace Hmu {
224224 @ inherit (r_2 )
225225 @ ext (0x3d )
226226 model FlowPressure {
227+ @ unit ("bar" )
227228 @ divisor (4 )
228229 value : D2C ;
229230 }
230231
231232 @ inherit (r_2 )
232233 @ ext (0x3e )
233234 model SourcePressure {
235+ @ unit ("bar" )
234236 @ divisor (4 )
235237 value : D2C ;
236238 }
@@ -1457,8 +1459,7 @@ namespace Hmu {
14571459 @ inherit (r_7 )
14581460 @ ext (0x53 , 0xd )
14591461 model RunDataStatuscode {
1460- @ values (Values_RunDataStatuscode )
1461- value : UIN ;
1462+ value : hmucode ;
14621463 }
14631464
14641465 @ inherit (r_7 )
@@ -1692,62 +1693,6 @@ namespace Hmu {
16921693 Cooling : 0x02 ,
16931694 }
16941695
1695- enum Values_RunDataStatuscode {
1696- Frost_protection : 34 ,
1697- Standby : 100 ,
1698- Heating_Compressor_shutdown : 101 ,
1699- Heating_Compressor_blocked : 102 ,
1700- Heating_Prerun : 103 ,
1701- Heating_Compressor_active : 104 ,
1702- Heating_Overrun : 107 ,
1703- Cooling_Compressor_shutdown : 111 ,
1704- Cooling_Compressor_blocked : 112 ,
1705- Cooling_Prerun : 113 ,
1706- Cooling_Compressor_active : 114 ,
1707- Cooling_Overrun : 117 ,
1708- Heating_Immersion_heater_active : 125 ,
1709- Warm_Water_Compressor_blocked : 132 ,
1710- Warm_Water_Prerun : 133 ,
1711- Warm_Water_Compressor_active : 134 ,
1712- Warm_Water_Immersion_Heater_active : 135 ,
1713- Warm_Water_Overrun : 137 ,
1714- Heating_Immersion_Heater_shutdown : 141 ,
1715- Heating_Immersion_Heater_blocked : 142 ,
1716- Warm_Water_Immersion_Heater_shutdown : 151 ,
1717- Warm_Water_Immersion_Heater_blocked : 152 ,
1718- Air_purging_program_active : 202 ,
1719- Compressor_oil_heating_activated : 240 ,
1720- Fan_1_blocked : 252 ,
1721- Fan_1_air_inlet_too_high : 255 ,
1722- Fan_1_air_inlet_too_low : 256 ,
1723- Fan_2_blocked : 260 ,
1724- Building_circuit_flow_too_low : 275 ,
1725- Building_circuit_pump_fault : 277 ,
1726- Frequency_converter_fault_Compressor : 280 ,
1727- Frequency_converter_fault_Mains_voltage : 281 ,
1728- Frequency_converter_fault_Overheating : 282 ,
1729- Deicing_time_too_long : 283 ,
1730- Deicing_flow_temperature_too_low : 284 ,
1731- Compressor_outlet_temperature_too_high : 285 ,
1732- Hot_gas_temperature_switch_open : 286 ,
1733- Fan_1_Wind : 287 ,
1734- Fan_2_Wind : 288 ,
1735- Current_limt_active : 289 ,
1736- High_pressure_switch_open : 302 ,
1737- Compressor_outlet_temperature_too_high_1 : 303 ,
1738- Evaporation_temperature_too_low : 304 ,
1739- Condensation_temperature_too_low : 305 ,
1740- Evaporation_temperature_too_high : 306 ,
1741- Condensation_temperature_too_high : 308 ,
1742- Building_circuit_return_temperature_too_low : 312 ,
1743- Building_circuit_return_temperature_too_high : 314 ,
1744- Immersion_heater_Flow_temperature_too_high : 351 ,
1745- Deicing_active : 516 ,
1746- Frequency_converter_fault : 575 ,
1747- Connection_fault_frequency_converter : 581 ,
1748- _4_port_valve_position_fault : 590 ,
1749- }
1750-
17511696 /** included parts */
17521697 union _includes {
17531698 Hcmode_inc ,
0 commit comments