Product List
API Documentation
Welcome to the Heat Pumps Info API documentation. This API allows users to access the heat pump catalog and associated projects through a RESTful interface.
Data provided by the Portal for Large-Scale Heat Pumps © 2025 by Fraunhofer IEG is licensed under CC BY 4.0
How to Use the API
The API can be accessed using standard HTTP methods. Here are some common actions:
- GET: Retrieve data from the server (e.g., list of products or projects).
- OPTIONS: Retrieve allowed methods for a resource.
- Download Formats: You can specify the format of the data you want to receive, such as JSON or Excel (XLSX).
Available Endpoints
| Endpoint | Description |
|---|---|
| /api/products/ | Access the list of heat pump products. |
| /api/projects/ | Access the list of projects related to heat pumps. |
Example Requests
To download an Excel file of the products, you can use the following URL:
GET /api/products/?format=xlsx
This request will return an Excel file containing the product data.
Response Format
The API responds with data in various formats based on the requested format. For JSON, you may receive a response like:
{
"products": "http://grosswaermepumpen.info/api/products/",
"projects": "http://grosswaermepumpen.info/api/projects/"
}
GET /en-us/api/products/?format=api&offset=400
{ "count": 1251, "next": "https://grosswaermepumpen-info.de/en-us/api/products/?format=api&limit=100&offset=500", "previous": "https://grosswaermepumpen-info.de/en-us/api/products/?format=api&limit=100&offset=300", "results": [ { "id": 50, "refrigerants": [ "R1234ze(Z)" ], "sources": [ "Abwärme (Brine/Water)", "Serverabwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "61XWHHZE Modell 10", "series": "AquaForce 61XWHZE", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": "(2-4 Geräte)", "circuit_infos": null, "sink": null, "min_thermal_capacity": null, "max_thermal_capacity": 967.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 85.0, "min_temp_source": null, "max_temp_source": 55.0, "t_hub_max": 70.0, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1 (pro Kreislauf)", "filling_quantity": null, "min_load": 25, "lifespan": null, "length": 4730.0, "width": 1125.0, "height": 2002.0, "weight": 7265.0, "weight_max": null, "weight_description": null, "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": null, "condenser_outlet": null, "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 51, "refrigerants": [ "R1234ze(Z)" ], "sources": [ "Abwärme (Brine/Water)", "Serverabwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "61XWHHZE Modell 15", "series": "AquaForce 61XWHZE", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": "(2-4 Geräte)", "circuit_infos": null, "sink": null, "min_thermal_capacity": null, "max_thermal_capacity": 1468.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 85.0, "min_temp_source": null, "max_temp_source": 55.0, "t_hub_max": 70.0, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1 (pro Kreislauf)", "filling_quantity": null, "min_load": 25, "lifespan": null, "length": 4790.0, "width": 1399.0, "height": 2305.0, "weight": 9519.0, "weight_max": null, "weight_description": null, "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": null, "condenser_outlet": null, "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 47, "refrigerants": [ "R1234ze(Z)" ], "sources": [ "Abwärme (Brine/Water)", "Serverabwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "61XWHHZE Modell 3", "series": "AquaForce 61XWHZE", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": "(2-4 Geräte)", "circuit_infos": null, "sink": null, "min_thermal_capacity": null, "max_thermal_capacity": 300.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 85.0, "min_temp_source": null, "max_temp_source": 55.0, "t_hub_max": 70.0, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1", "filling_quantity": null, "min_load": 50, "lifespan": null, "length": 2724.0, "width": 981.0, "height": 1594.0, "weight": 2054.0, "weight_max": null, "weight_description": null, "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": null, "condenser_outlet": null, "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 48, "refrigerants": [ "R1234ze(Z)" ], "sources": [ "Abwärme (Brine/Water)", "Serverabwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "61XWHHZE Modell 5", "series": "AquaForce 61XWHZE", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": "(2-4 Geräte)", "circuit_infos": null, "sink": null, "min_thermal_capacity": null, "max_thermal_capacity": 484.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 85.0, "min_temp_source": null, "max_temp_source": 55.0, "t_hub_max": 70.0, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1", "filling_quantity": null, "min_load": 50, "lifespan": null, "length": 3059.0, "width": 1041.0, "height": 1745.0, "weight": 2942.0, "weight_max": null, "weight_description": null, "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": null, "condenser_outlet": null, "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 49, "refrigerants": [ "R1234ze(Z)" ], "sources": [ "Abwärme (Brine/Water)", "Serverabwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "61XWHHZE Modell 7", "series": "AquaForce 61XWHZE", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": "(2-4 Geräte)", "circuit_infos": null, "sink": null, "min_thermal_capacity": null, "max_thermal_capacity": 727.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 85.0, "min_temp_source": null, "max_temp_source": 55.0, "t_hub_max": 70.0, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1", "filling_quantity": null, "min_load": 50, "lifespan": null, "length": 3290.0, "width": 1079.0, "height": 1968.0, "weight": 4147.0, "weight_max": null, "weight_description": null, "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": null, "condenser_outlet": null, "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 36, "refrigerants": [ "R1234ze(Z)" ], "sources": [ "Abwärme (Brine/Water)", "Serverabwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "61XWHLZE Modell 10", "series": "AquaForce 61XWHZE", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": "(2-4 Geräte)", "circuit_infos": null, "sink": "Fernwärme", "min_thermal_capacity": null, "max_thermal_capacity": 967.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 85.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": 70.0, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1 (pro Kreislauf)", "filling_quantity": null, "min_load": 25, "lifespan": null, "length": 4730.0, "width": 1125.0, "height": 2002.0, "weight": 7265.0, "weight_max": null, "weight_description": null, "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": null, "condenser_outlet": null, "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 37, "refrigerants": [ "R1234ze(Z)" ], "sources": [ "Abwärme (Brine/Water)", "Serverabwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "61XWHLZE Modell 14", "series": "AquaForce 61XWHZE", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": "(2-4 Geräte)", "circuit_infos": null, "sink": "Fernwärme", "min_thermal_capacity": null, "max_thermal_capacity": 1453.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 85.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": 70.0, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1 (pro Kreislauf)", "filling_quantity": null, "min_load": 25, "lifespan": null, "length": 4730.0, "width": 1148.0, "height": 2070.0, "weight": 8031.0, "weight_max": null, "weight_description": null, "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": null, "condenser_outlet": null, "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 38, "refrigerants": [ "R1234ze(Z)" ], "sources": [ "Abwärme (Brine/Water)", "Serverabwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "61XWHLZE Modell 15", "series": "AquaForce 61XWHZE", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": "(2-4 Geräte)", "circuit_infos": null, "sink": "Fernwärme", "min_thermal_capacity": null, "max_thermal_capacity": 1468.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 85.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": 70.0, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1 (pro Kreislauf)", "filling_quantity": null, "min_load": 25, "lifespan": null, "length": 4790.0, "width": 1399.0, "height": 2305.0, "weight": 9519.0, "weight_max": null, "weight_description": null, "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": null, "condenser_outlet": null, "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 39, "refrigerants": [ "R1234ze(Z)" ], "sources": [ "Abwärme (Brine/Water)", "Serverabwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "61XWHLZE Modell 17", "series": "AquaForce 61XWHZE", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": "(2-4 Geräte)", "circuit_infos": null, "sink": "Fernwärme", "min_thermal_capacity": null, "max_thermal_capacity": 1570.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 85.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": 70.0, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1 (pro Kreislauf)", "filling_quantity": null, "min_load": 25, "lifespan": null, "length": 4790.0, "width": 1399.0, "height": 2305.0, "weight": 9519.0, "weight_max": null, "weight_description": null, "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": null, "condenser_outlet": null, "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 33, "refrigerants": [ "R1234ze(Z)" ], "sources": [ "Abwärme (Brine/Water)", "Serverabwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "61XWHLZE Modell 3", "series": "AquaForce 61XWHZE", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": "(2-4 Geräte)", "circuit_infos": null, "sink": "Fernwärme", "min_thermal_capacity": null, "max_thermal_capacity": 300.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 85.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": 70.0, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1", "filling_quantity": null, "min_load": 50, "lifespan": null, "length": 2724.0, "width": 981.0, "height": 1594.0, "weight": 2054.0, "weight_max": null, "weight_description": null, "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": null, "condenser_outlet": null, "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 34, "refrigerants": [ "R1234ze(Z)" ], "sources": [ "Abwärme (Brine/Water)", "Serverabwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "61XWHLZE Modell 5", "series": "AquaForce 61XWHZE", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": "(2-4 Geräte)", "circuit_infos": null, "sink": "Fernwärme", "min_thermal_capacity": null, "max_thermal_capacity": 484.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 85.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": 70.0, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1", "filling_quantity": null, "min_load": 50, "lifespan": null, "length": 3059.0, "width": 1041.0, "height": 1745.0, "weight": 2942.0, "weight_max": null, "weight_description": null, "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": null, "condenser_outlet": null, "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 35, "refrigerants": [ "R1234ze(Z)" ], "sources": [ "Abwärme (Brine/Water)", "Serverabwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "61XWHLZE Modell 7", "series": "AquaForce 61XWHZE", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": "(2-4 Geräte)", "circuit_infos": null, "sink": "Fernwärme", "min_thermal_capacity": null, "max_thermal_capacity": 727.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 85.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": 70.0, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1", "filling_quantity": null, "min_load": 50, "lifespan": null, "length": 3290.0, "width": 1079.0, "height": 1968.0, "weight": 4147.0, "weight_max": null, "weight_description": null, "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": null, "condenser_outlet": null, "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 23, "refrigerants": [ "R1233zd(E)" ], "sources": [ "Abwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "AquaForce 61CW-D130", "series": "AquaForce 61CW-D", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": null, "min_thermal_capacity": null, "max_thermal_capacity": 130.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": 75.0, "max_flow_temperature": 95.0, "min_temp_source": 35.0, "max_temp_source": 60.0, "t_hub_max": null, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1", "filling_quantity": null, "min_load": null, "lifespan": null, "length": 3300.0, "width": 1650.0, "height": 1800.0, "weight": 2000.0, "weight_max": null, "weight_description": null, "evaporator_inlet": "DN100", "evaporator_outlet": "DN100", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN65", "condenser_outlet": "DN65", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 24, "refrigerants": [ "R1233zd(E)" ], "sources": [ "Abwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "AquaForce 61CW-D190", "series": "AquaForce 61CW-D", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Fernwärme, Prozesswärme", "min_thermal_capacity": null, "max_thermal_capacity": 190.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": 75.0, "max_flow_temperature": 95.0, "min_temp_source": 35.0, "max_temp_source": 60.0, "t_hub_max": null, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1", "filling_quantity": null, "min_load": null, "lifespan": null, "length": 3350.0, "width": 1850.0, "height": 1800.0, "weight": 2200.0, "weight_max": null, "weight_description": null, "evaporator_inlet": "DN150", "evaporator_outlet": "DN200", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN100", "condenser_outlet": "DN100", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 25, "refrigerants": [ "R1233zd(E)" ], "sources": [ "Abwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "AquaForce 61CW-D240", "series": "AquaForce 61CW-D", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Fernwärme, Prozesswärme", "min_thermal_capacity": null, "max_thermal_capacity": 240.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": 75.0, "max_flow_temperature": 95.0, "min_temp_source": 35.0, "max_temp_source": 60.0, "t_hub_max": null, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1", "filling_quantity": null, "min_load": null, "lifespan": null, "length": 3950.0, "width": 1750.0, "height": 1800.0, "weight": 2500.0, "weight_max": null, "weight_description": null, "evaporator_inlet": "DN150", "evaporator_outlet": "DN200", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN100", "condenser_outlet": "DN100", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 26, "refrigerants": [ "R1233zd(E)" ], "sources": [ "Abwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "AquaForce 61CW-D320", "series": "AquaForce 61CW-D", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Fernwärme, Prozesswärme", "min_thermal_capacity": null, "max_thermal_capacity": 320.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": 75.0, "max_flow_temperature": 95.0, "min_temp_source": 35.0, "max_temp_source": 60.0, "t_hub_max": null, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1", "filling_quantity": null, "min_load": null, "lifespan": null, "length": 4450.0, "width": 2050.0, "height": 1900.0, "weight": 3200.0, "weight_max": null, "weight_description": null, "evaporator_inlet": "DN150", "evaporator_outlet": "DN200", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN100", "condenser_outlet": "DN125", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 27, "refrigerants": [ "R1233zd(E)" ], "sources": [ "Abwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "AquaForce 61CW-D540", "series": "AquaForce 61CW-D", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Fernwärme, Prozesswärme", "min_thermal_capacity": null, "max_thermal_capacity": 540.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": 75.0, "max_flow_temperature": 95.0, "min_temp_source": 35.0, "max_temp_source": 60.0, "t_hub_max": null, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1", "filling_quantity": null, "min_load": null, "lifespan": null, "length": 4600.0, "width": 2050.0, "height": 2000.0, "weight": 4000.0, "weight_max": null, "weight_description": null, "evaporator_inlet": "DN150", "evaporator_outlet": "DN200", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN150", "condenser_outlet": "DN150", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 28, "refrigerants": [ "R1233zd(E)" ], "sources": [ "Abwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "AquaForce 61CWTD110", "series": "AquaForce 61CWTD", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Fernwärme, Prozesswärme", "min_thermal_capacity": null, "max_thermal_capacity": 110.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": 75.0, "max_flow_temperature": 120.0, "min_temp_source": 35.0, "max_temp_source": 60.0, "t_hub_max": 73.0, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1", "filling_quantity": null, "min_load": null, "lifespan": null, "length": 3300.0, "width": 1650.0, "height": 1800.0, "weight": 2000.0, "weight_max": null, "weight_description": null, "evaporator_inlet": "DN100", "evaporator_outlet": "DN100", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN65", "condenser_outlet": "DN65", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 29, "refrigerants": [ "R1233zd(E)" ], "sources": [ "Abwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "AquaForce 61CWTD160", "series": "AquaForce 61CWTD", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Fernwärme, Prozesswärme", "min_thermal_capacity": null, "max_thermal_capacity": 160.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": 75.0, "max_flow_temperature": 120.0, "min_temp_source": 35.0, "max_temp_source": 60.0, "t_hub_max": 73.0, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1", "filling_quantity": null, "min_load": null, "lifespan": null, "length": 3350.0, "width": 1850.0, "height": 1800.0, "weight": 2200.0, "weight_max": null, "weight_description": null, "evaporator_inlet": "DN150", "evaporator_outlet": "DN150", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN100", "condenser_outlet": "DN100", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 30, "refrigerants": [ "R1233zd(E)" ], "sources": [ "Abwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "AquaForce 61CWTD210", "series": "AquaForce 61CWTD", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Fernwärme, Prozesswärme", "min_thermal_capacity": null, "max_thermal_capacity": 210.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": 75.0, "max_flow_temperature": 120.0, "min_temp_source": 35.0, "max_temp_source": 60.0, "t_hub_max": 73.0, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1", "filling_quantity": null, "min_load": null, "lifespan": null, "length": 3950.0, "width": 1750.0, "height": 1800.0, "weight": 2500.0, "weight_max": null, "weight_description": null, "evaporator_inlet": "DN150", "evaporator_outlet": "DN150", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN100", "condenser_outlet": "DN100", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 31, "refrigerants": [ "R1233zd(E)" ], "sources": [ "Abwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "AquaForce 61CWTD280", "series": "AquaForce 61CWTD", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Fernwärme, Prozesswärme", "min_thermal_capacity": null, "max_thermal_capacity": 280.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": 75.0, "max_flow_temperature": 120.0, "min_temp_source": 35.0, "max_temp_source": 60.0, "t_hub_max": 73.0, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1", "filling_quantity": null, "min_load": null, "lifespan": null, "length": 4450.0, "width": 2050.0, "height": 1900.0, "weight": 3200.0, "weight_max": null, "weight_description": null, "evaporator_inlet": "DN150", "evaporator_outlet": "DN150", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN100", "condenser_outlet": "DN125", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 32, "refrigerants": [ "R1233zd(E)" ], "sources": [ "Abwärme (Brine/Water)" ], "manufacturer": "Carrier Klimatechnik GmbH", "name": "AquaForce 61CWTD430", "series": "AquaForce 61CWTD", "operation_mode": "H&C", "trl_min": null, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Fernwärme, Prozesswärme", "min_thermal_capacity": null, "max_thermal_capacity": 430.0, "el_connection_voltage": null, "el_connection_phase": null, "el_connection_frequency": null, "el_connection_power": null, "min_flow_temperature": 75.0, "max_flow_temperature": 120.0, "min_temp_source": 35.0, "max_temp_source": 60.0, "t_hub_max": 73.0, "cop": null, "compressor": "Schraubenverdichter", "n_compressor": "1", "filling_quantity": null, "min_load": null, "lifespan": null, "length": 4950.0, "width": 2050.0, "height": 2000.0, "weight": 4000.0, "weight_max": null, "weight_description": null, "evaporator_inlet": "DN150", "evaporator_outlet": "DN150", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN150", "condenser_outlet": "DN150", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-01-15", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 1366, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "CM 140WW", "series": "HEATCO2OL CM WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 140.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 34.0, "min_flow_temperature": 25.0, "max_flow_temperature": 95.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "2", "filling_quantity": 150.0, "min_load": null, "lifespan": null, "length": 800.0, "width": 2940.0, "height": 1950.0, "weight": 2700.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN65", "evaporator_outlet": "DN65", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "35mm", "condenser_outlet": "35mm", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 49.5, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1367, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "CM 170WW", "series": "HEATCO2OL CM WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 170.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 44.0, "min_flow_temperature": 25.0, "max_flow_temperature": 95.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "3", "filling_quantity": 160.0, "min_load": null, "lifespan": null, "length": 800.0, "width": 2940.0, "height": 1950.0, "weight": 2700.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN65", "evaporator_outlet": "DN65", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "35mm", "condenser_outlet": "35mm", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 54.4, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1368, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "CM 210WW", "series": "HEATCO2OL CM WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 210.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 25.0, "max_flow_temperature": 95.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "3", "filling_quantity": 160.0, "min_load": null, "lifespan": null, "length": 800.0, "width": 2940.0, "height": 1950.0, "weight": 2700.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN65", "evaporator_outlet": "DN65", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "35mm", "condenser_outlet": "35mm", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 51.3, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1369, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "CM 240WW", "series": "HEATCO2OL CM WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 240.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 61.0, "min_flow_temperature": 25.0, "max_flow_temperature": 95.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "3", "filling_quantity": 160.0, "min_load": null, "lifespan": null, "length": 800.0, "width": 2940.0, "height": 1950.0, "weight": 2700.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN80", "evaporator_outlet": "DN80", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "42mm", "condenser_outlet": "42mm", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 51.3, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1370, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "CM 270WW", "series": "HEATCO2OL CM WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 270.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 69.0, "min_flow_temperature": 25.0, "max_flow_temperature": 95.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "3", "filling_quantity": 160.0, "min_load": null, "lifespan": null, "length": 800.0, "width": 2940.0, "height": 1950.0, "weight": 2700.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN80", "evaporator_outlet": "DN80", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "42mm", "condenser_outlet": "42mm", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 51.8, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1364, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "CS 110WW", "series": "HEATCO2OL CS WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 110.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 29.0, "min_flow_temperature": 29.0, "max_flow_temperature": 95.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "3", "filling_quantity": 110.0, "min_load": null, "lifespan": null, "length": 800.0, "width": 1900.0, "height": 1250.0, "weight": 1600.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN65", "evaporator_outlet": "DN65", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "35mm", "condenser_outlet": "35mm", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 42.8, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1365, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "CS 135WW", "series": "HEATCO2OL CS WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 135.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 35.0, "min_flow_temperature": 25.0, "max_flow_temperature": 95.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "3", "filling_quantity": 110.0, "min_load": null, "lifespan": null, "length": 800.0, "width": 1900.0, "height": 1250.0, "weight": 1600.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN65", "evaporator_outlet": "DN65", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "35mm", "condenser_outlet": "35mm", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 49.8, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1363, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "CS 95WW", "series": "HEATCO2OL CS WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 95.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 25.0, "min_flow_temperature": 25.0, "max_flow_temperature": 95.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "3", "filling_quantity": 110.0, "min_load": null, "lifespan": null, "length": 800.0, "width": 1900.0, "height": 1250.0, "weight": 1600.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN50", "evaporator_outlet": "DN50", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "35mm", "condenser_outlet": "35mm", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 42.8, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1062, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "IL 1450WW", "series": "HEATCO2OL IL WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Fernwärme", "min_thermal_capacity": null, "max_thermal_capacity": 1470.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 423.0, "min_flow_temperature": 25.0, "max_flow_temperature": 90.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "5", "filling_quantity": 1400.0, "min_load": null, "lifespan": null, "length": 6345.0, "width": 2200.0, "height": 2200.0, "weight": 14600.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN200", "evaporator_outlet": "DN200", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN100", "condenser_outlet": "DN100", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 70.4, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Daten basieren auf Herstellerinformationen", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1063, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "IL 1600WW", "series": "HEATCO2OL IL WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Fernwärme", "min_thermal_capacity": null, "max_thermal_capacity": 1620.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 466.0, "min_flow_temperature": 25.0, "max_flow_temperature": 90.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "6", "filling_quantity": 1900.0, "min_load": null, "lifespan": null, "length": 8340.0, "width": 2200.0, "height": 2200.0, "weight": 16100.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN200", "evaporator_outlet": "DN200", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN100", "condenser_outlet": "DN100", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 70.1, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Daten basieren auf Herstellerinformationen", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1064, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "IL 1740WW", "series": "HEATCO2OL IL WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Fernwärme", "min_thermal_capacity": null, "max_thermal_capacity": 1760.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 507.0, "min_flow_temperature": 25.0, "max_flow_temperature": 90.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "6", "filling_quantity": 1900.0, "min_load": null, "lifespan": null, "length": 8340.0, "width": 2200.0, "height": 2200.0, "weight": 16600.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN200", "evaporator_outlet": "DN200", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN100", "condenser_outlet": "DN100", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 71.2, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Daten basieren auf Herstellerinformationen", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1065, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "IL 1870WW", "series": "HEATCO2OL IL WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Fernwärme", "min_thermal_capacity": null, "max_thermal_capacity": 1890.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 545.0, "min_flow_temperature": 25.0, "max_flow_temperature": 90.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "7", "filling_quantity": 1950.0, "min_load": null, "lifespan": null, "length": 8340.0, "width": 2200.0, "height": 2200.0, "weight": 17700.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN250", "evaporator_outlet": "DN250", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN100", "condenser_outlet": "DN100", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 71.8, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Daten basieren auf Herstellerinformationen", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1066, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "IL 2030WW", "series": "HEATCO2OL IL WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Fernwärme", "min_thermal_capacity": null, "max_thermal_capacity": 2055.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 591.0, "min_flow_temperature": 25.0, "max_flow_temperature": 90.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "7", "filling_quantity": 1950.0, "min_load": null, "lifespan": null, "length": 8340.0, "width": 2200.0, "height": 2200.0, "weight": 18200.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN250", "evaporator_outlet": "DN250", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN100", "condenser_outlet": "DN100", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 71.8, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Daten basieren auf Herstellerinformationen", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1058, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "IM 1070WW", "series": "HEATCO2OL IM WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 1070.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 296.0, "min_flow_temperature": 25.0, "max_flow_temperature": 90.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "4", "filling_quantity": 780.0, "min_load": null, "lifespan": null, "length": 7750.0, "width": 1200.0, "height": 2200.0, "weight": 9700.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN150", "evaporator_outlet": "DN150", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN80", "condenser_outlet": "DN80", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 68.3, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Daten basieren auf Herstellerinformationen", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1059, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "IM 1120WW", "series": "HEATCO2OL IM WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 1130.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 333.0, "min_flow_temperature": 25.0, "max_flow_temperature": 90.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "5", "filling_quantity": 780.0, "min_load": null, "lifespan": null, "length": 7750.0, "width": 1200.0, "height": 2200.0, "weight": 10300.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN200", "evaporator_outlet": "DN200", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN80", "condenser_outlet": "DN80", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 68.2, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Daten basieren auf Herstellerinformationen", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1060, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "IM 1160WW", "series": "HEATCO2OL IM WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Drehzahlgeregelt", "min_thermal_capacity": null, "max_thermal_capacity": 1160.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 323.0, "min_flow_temperature": 25.0, "max_flow_temperature": 90.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "4", "filling_quantity": 790.0, "min_load": null, "lifespan": null, "length": 7750.0, "width": 1200.0, "height": 2200.0, "weight": 10200.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN200", "evaporator_outlet": "DN200", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN80", "condenser_outlet": "DN80", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 69.4, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Daten basieren auf Herstellerinformationen", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1061, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "IM 1340WW", "series": "HEATCO2OL IM WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 1350.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 388.0, "min_flow_temperature": 25.0, "max_flow_temperature": 90.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "5", "filling_quantity": 790.0, "min_load": null, "lifespan": null, "length": 7750.0, "width": 1200.0, "height": 2200.0, "weight": 10400.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN200", "evaporator_outlet": "DN200", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN80", "condenser_outlet": "DN80", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 69.3, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Daten basieren auf Herstellerinformationen", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1057, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "IM 900WW", "series": "HEATCO2OL IM WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 900.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 256.0, "min_flow_temperature": 25.0, "max_flow_temperature": 90.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "4", "filling_quantity": 750.0, "min_load": null, "lifespan": null, "length": 7750.0, "width": 1200.0, "height": 2200.0, "weight": 9200.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN150", "evaporator_outlet": "DN150", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN65", "condenser_outlet": "DN65", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 67.2, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Daten basieren auf Herstellerinformationen", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": null }, { "id": 1052, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "IS 460WW", "series": "HEATCO2OL IS WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme, Prozesswärme", "min_thermal_capacity": null, "max_thermal_capacity": 460.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 121.0, "min_flow_temperature": 25.0, "max_flow_temperature": 90.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "4", "filling_quantity": 510.0, "min_load": null, "lifespan": null, "length": 5200.0, "width": 1000.0, "height": 2200.0, "weight": 6400.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN100", "evaporator_outlet": "DN100", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN50", "condenser_outlet": "DN50", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 58.4, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Daten basieren auf Herstellerinformationen", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1053, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "IS 580WW", "series": "HEATCO2OL IS WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme, Prozesswärme", "min_thermal_capacity": null, "max_thermal_capacity": 580.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 154.0, "min_flow_temperature": 25.0, "max_flow_temperature": 90.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "5", "filling_quantity": 510.0, "min_load": null, "lifespan": null, "length": 6145.0, "width": 1000.0, "height": 2200.0, "weight": 6400.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN125", "evaporator_outlet": "DN125", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN65", "condenser_outlet": "DN65", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 59.4, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Daten basieren auf Herstellerinformationen", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1054, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "IS 650WW", "series": "HEATCO2OL IS WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme, Prozesswärme", "min_thermal_capacity": null, "max_thermal_capacity": 650.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 176.0, "min_flow_temperature": 25.0, "max_flow_temperature": 90.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "5", "filling_quantity": 520.0, "min_load": null, "lifespan": null, "length": 6145.0, "width": 1000.0, "height": 2200.0, "weight": 6700.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN125", "evaporator_outlet": "DN125", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN65", "condenser_outlet": "DN65", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 59.2, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Daten basieren auf Herstellerinformationen", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1056, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "IS 790WW", "series": "HEATCO2OL IS WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme, Prozesswärme", "min_thermal_capacity": null, "max_thermal_capacity": 790.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 213.0, "min_flow_temperature": 25.0, "max_flow_temperature": 90.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "5", "filling_quantity": 550.0, "min_load": null, "lifespan": null, "length": 6145.0, "width": 1000.0, "height": 2200.0, "weight": 7300.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN150", "evaporator_outlet": "DN150", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN65", "condenser_outlet": "DN65", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 61.6, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Daten basieren auf Herstellerinformationen", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1055, "refrigerants": [ "R744 (CO2)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "Carrier Kältetechnik Deutschland GmbH", "name": "IS 910WW", "series": "HEATCO2OL IS WW", "operation_mode": "H&C", "trl_min": 9, "trl_max": null, "trl_description": null, "circuit": "CLO", "n_circuits": null, "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme, Prozesswärme", "min_thermal_capacity": null, "max_thermal_capacity": 910.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": 249.0, "min_flow_temperature": 25.0, "max_flow_temperature": 90.0, "min_temp_source": -40.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Kolbenverdichter", "n_compressor": "5", "filling_quantity": 550.0, "min_load": null, "lifespan": null, "length": 6145.0, "width": 1000.0, "height": 2200.0, "weight": 7500.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN150", "evaporator_outlet": "DN150", "compressor_regulation": "Drehzahlgeregelt", "condenser_inlet": "DN65", "condenser_outlet": "DN65", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": 62.7, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Daten basieren auf Herstellerinformationen", "updated": "2025-05-22", "verified": true, "information_source": null, "information_source_archive": null, "information_source_date": "2025-05-22" }, { "id": 1113, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "0602R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 178.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "3", "filling_quantity": 26.5, "min_load": 33, "lifespan": null, "length": 2410.0, "width": 2253.0, "height": 2324.0, "weight": 1569.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": 88.0, "sound_pressure_1m": null, "sound_pressure_10m": 55.5, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1126, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "0700R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 197.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "3", "filling_quantity": 26.5, "min_load": 33, "lifespan": null, "length": 2410.0, "width": 2253.0, "height": 2324.0, "weight": 1575.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": 88.5, "sound_pressure_1m": null, "sound_pressure_10m": 56.0, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1127, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "0800R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 237.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "4", "filling_quantity": 32.0, "min_load": 25, "lifespan": null, "length": 2410.0, "width": 2253.0, "height": 2324.0, "weight": 1784.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": 89.0, "sound_pressure_1m": null, "sound_pressure_10m": 56.5, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1128, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "0900R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 256.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "4", "filling_quantity": 32.0, "min_load": 25, "lifespan": null, "length": 2410.0, "width": 2253.0, "height": 2324.0, "weight": 1811.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": 89.5, "sound_pressure_1m": null, "sound_pressure_10m": 57.0, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1129, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1000R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 275.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "4", "filling_quantity": 32.0, "min_load": 25, "lifespan": null, "length": 2410.0, "width": 2253.0, "height": 2324.0, "weight": 1817.0, "weight_max": null, "weight_description": "Bertriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": 89.5, "sound_pressure_1m": null, "sound_pressure_10m": 57.0, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1033, "refrigerants": [ "R410A (R32/R125)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1000V", "series": "DYNACIATPOWER LG", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": null, "sink": null, "min_thermal_capacity": null, "max_thermal_capacity": 384.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 55.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Scrollverdichter", "n_compressor": "4", "filling_quantity": 34.2, "min_load": 25, "lifespan": null, "length": 2099.0, "width": 996.0, "height": 1869.0, "weight": 1378.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN125", "evaporator_outlet": "DN125", "compressor_regulation": "4 Leistungsstufen", "condenser_inlet": "DN125", "condenser_outlet": "DN125", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Schallschutzausführung:\r\na - Ausführung STANDARD\r\nb - Ausführung LOW NOISE. Ummantelung der Verdichter\r\nc - Ausführung XTRA LOW NOISE. Schalldämmende Ummantelung der Verdichter", "updated": "2025-01-10", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/dynaciatpower-lg/#accordionGroup", "information_source_archive": null, "information_source_date": null }, { "id": 1075, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1008", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 422.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "1", "filling_quantity": 78.0, "min_load": 30, "lifespan": null, "length": 2724.0, "width": 928.0, "height": 1567.0, "weight": 2072.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 95.0, "sound_pressure_1m": 78.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-18", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1034, "refrigerants": [ "R410A (R32/R125)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1100V", "series": "DYNACIATPOWER LG", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 419.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 55.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Scrollverdichter", "n_compressor": "6", "filling_quantity": 39.4, "min_load": 21, "lifespan": null, "length": 2099.0, "width": 996.0, "height": 1869.0, "weight": 1436.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN125", "evaporator_outlet": "DN12", "compressor_regulation": "6 Leistungsstufen", "condenser_inlet": "DN12", "condenser_outlet": "DN12", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Schallschutzausführung:\r\na - Ausführung STANDARD\r\nb - Ausführung LOW NOISE. Ummantelung der Verdichter\r\nc - Ausführung XTRA LOW NOISE. Schalldämmende Ummantelung der Verdichter", "updated": "2025-01-10", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/dynaciatpower-lg/#accordionGroup", "information_source_archive": null, "information_source_date": null }, { "id": 1130, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1150R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 317.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "5", "filling_quantity": 34.5, "min_load": 20, "lifespan": null, "length": 3604.0, "width": 2253.0, "height": 2324.0, "weight": 2394.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": 90.5, "sound_pressure_1m": null, "sound_pressure_10m": 58.0, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1035, "refrigerants": [ "R410A (R32/R125)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1200V", "series": "DYNACIATPOWER LG", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 463.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 55.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Scrollverdichter", "n_compressor": "4", "filling_quantity": 42.6, "min_load": 25, "lifespan": null, "length": 2099.0, "width": 996.0, "height": 1869.0, "weight": 1510.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN125", "evaporator_outlet": "DN125", "compressor_regulation": "4 Leistungsstufen", "condenser_inlet": "DN125", "condenser_outlet": "DN125", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Schallschutzausführung:\r\na - Ausführung STANDARD\r\nb - Ausführung LOW NOISE. Ummantelung der Verdichter\r\nc - Ausführung XTRA LOW NOISE. Schalldämmende Ummantelung der Verdichter", "updated": "2025-01-10", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/dynaciatpower-lg/#accordionGroup", "information_source_archive": null, "information_source_date": null }, { "id": 1131, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1250R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 336.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "5", "filling_quantity": 46.5, "min_load": 20, "lifespan": null, "length": 3604.0, "width": 2253.0, "height": 2324.0, "weight": 2452.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": 91.0, "sound_pressure_1m": null, "sound_pressure_10m": 58.5, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1076, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1300", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "11", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 499.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "1", "filling_quantity": 92.0, "min_load": 30, "lifespan": null, "length": 2741.0, "width": 936.0, "height": 1692.0, "weight": 2575.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 99.0, "sound_pressure_1m": 82.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-18", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1077, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1302", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 555.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "1", "filling_quantity": 92.0, "min_load": 30, "lifespan": null, "length": 2741.0, "width": 936.0, "height": 1692.0, "weight": 2575.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 99.0, "sound_pressure_1m": 82.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-18", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1093, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1328", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 586.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "1", "filling_quantity": 130.0, "min_load": 30, "lifespan": null, "length": 3059.0, "width": 936.0, "height": 1743.0, "weight": 2981.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 99.0, "sound_pressure_1m": 82.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-20", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1132, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1400R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 387.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "6", "filling_quantity": 52.0, "min_load": 17, "lifespan": null, "length": 3604.0, "width": 2253.0, "height": 2324.0, "weight": 2672.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": 91.5, "sound_pressure_1m": null, "sound_pressure_10m": 59.5, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1036, "refrigerants": [ "R410A (R32/R125)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1400V", "series": "DYNACIATPOWER LG", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 530.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 55.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Scrollverdichter", "n_compressor": "6", "filling_quantity": 42.5, "min_load": 21, "lifespan": null, "length": 2499.0, "width": 996.0, "height": 1887.0, "weight": 1713.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN125", "evaporator_outlet": "DN125", "compressor_regulation": "6 Leistungsstufen", "condenser_inlet": "DN125", "condenser_outlet": "DN125", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Schallschutzausführung:\r\na - Ausführung STANDARD\r\nb - Ausführung LOW NOISE. Ummantelung der Verdichter\r\nc - Ausführung XTRA LOW NOISE. Schalldämmende Ummantelung der Verdichter", "updated": "2025-01-10", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/dynaciatpower-lg/#accordionGroup", "information_source_archive": null, "information_source_date": null }, { "id": 1078, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1500", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 626.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "1", "filling_quantity": 92.0, "min_load": 30, "lifespan": null, "length": 2741.0, "width": 936.0, "height": 1692.0, "weight": 2613.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 99.0, "sound_pressure_1m": 82.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-18", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1133, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1500R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 406.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "6", "filling_quantity": 52.0, "min_load": 17, "lifespan": null, "length": 3604.0, "width": 2253.0, "height": 2324.0, "weight": 2678.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": 91.5, "sound_pressure_1m": null, "sound_pressure_10m": 59.5, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1079, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1508", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 633.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "1", "filling_quantity": 92.0, "min_load": 30, "lifespan": null, "length": 2741.0, "width": 936.0, "height": 1692.0, "weight": 2644.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 99.0, "sound_pressure_1m": 82.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-18", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1094, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1528", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 667.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "1", "filling_quantity": 130.0, "min_load": 30, "lifespan": null, "length": 3059.0, "width": 936.0, "height": 1743.0, "weight": 3020.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 99.0, "sound_pressure_1m": 82.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-20", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1134, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1600R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 441.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "7", "filling_quantity": 3154.0, "min_load": 14, "lifespan": null, "length": 4798.0, "width": 2253.0, "height": 2324.0, "weight": 3154.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": 92.0, "sound_pressure_1m": null, "sound_pressure_10m": 60.0, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1037, "refrigerants": [ "R410A (R32/R125)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1600V", "series": "DYNACIATPOWER LG", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 593.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 55.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Scrollverdichter", "n_compressor": "4", "filling_quantity": 45.0, "min_load": 25, "lifespan": null, "length": 2499.0, "width": 996.0, "height": 1887.0, "weight": 1818.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN125", "evaporator_outlet": "DN125", "compressor_regulation": "4 Leistungsstufen", "condenser_inlet": "DN125", "condenser_outlet": "DN125", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Schallschutzausführung:\r\na - Ausführung STANDARD\r\nb - Ausführung LOW NOISE. Ummantelung der Verdichter\r\nc - Ausführung XTRA LOW NOISE. Schalldämmende Ummantelung der Verdichter", "updated": "2025-01-10", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/dynaciatpower-lg/#accordionGroup", "information_source_archive": null, "information_source_date": null }, { "id": 1135, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1750R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 467.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "7", "filling_quantity": 64.0, "min_load": 14, "lifespan": null, "length": 4798.0, "width": 2253.0, "height": 2324.0, "weight": 3180.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": 92.5, "sound_pressure_1m": null, "sound_pressure_10m": 60.0, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1038, "refrigerants": [ "R410A (R32/R125)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1800V", "series": "DYNACIATPOWER LG", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 687.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 55.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Scrollverdichter", "n_compressor": "6", "filling_quantity": 62.0, "min_load": 16, "lifespan": null, "length": 3350.0, "width": 996.0, "height": 1970.0, "weight": 2472.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN125", "evaporator_outlet": "DN125", "compressor_regulation": null, "condenser_inlet": "DN125", "condenser_outlet": "DN125", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Schallschutzausführung:\r\na - Ausführung STANDARD\r\nb - Ausführung LOW NOISE. Ummantelung der Verdichter\r\nc - Ausführung XTRA LOW NOISE. Schalldämmende Ummantelung der Verdichter", "updated": "2025-01-10", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/dynaciatpower-lg/#accordionGroup", "information_source_archive": null, "information_source_date": null }, { "id": 1080, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1900", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 793.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "1", "filling_quantity": 145.0, "min_load": 15, "lifespan": null, "length": 3059.0, "width": 1040.0, "height": 1848.0, "weight": 3247.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 99.0, "sound_pressure_1m": 82.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-18", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1095, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "1928", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 851.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "1", "filling_quantity": 180.0, "min_load": 15, "lifespan": null, "length": 3290.0, "width": 1069.0, "height": 1950.0, "weight": 3912.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 99.0, "sound_pressure_1m": 81.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-20", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1136, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "2000R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 537.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "8", "filling_quantity": 70.0, "min_load": 13, "lifespan": null, "length": 4798.0, "width": 2253.0, "height": 2324.0, "weight": 3430.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": 93.0, "sound_pressure_1m": null, "sound_pressure_10m": 60.5, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1081, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "2100", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 858.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "1", "filling_quantity": 135.0, "min_load": 15, "lifespan": null, "length": 3059.0, "width": 1040.0, "height": 1848.0, "weight": 3266.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 99.0, "sound_pressure_1m": 82.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-18", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1039, "refrigerants": [ "R410A (R32/R125)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "2100V", "series": "DYNACIATPOWER LG", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 795.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 55.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Scrollverdichter", "n_compressor": "6", "filling_quantity": 67.0, "min_load": 15, "lifespan": null, "length": null, "width": 3350.0, "height": 996.0, "weight": 1970.0, "weight_max": 2588.0, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN125", "evaporator_outlet": "DN125", "compressor_regulation": "8 Leistungsstufen", "condenser_inlet": "DN125", "condenser_outlet": "DN125", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Schallschutzausführung:\r\na - Ausführung STANDARD\r\nb - Ausführung LOW NOISE. Ummantelung der Verdichter\r\nc - Ausführung XTRA LOW NOISE. Schalldämmende Ummantelung der Verdichter", "updated": "2025-01-10", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/dynaciatpower-lg/#accordionGroup", "information_source_archive": null, "information_source_date": null }, { "id": 1096, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "2128", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 912.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "1", "filling_quantity": 175.0, "min_load": 15, "lifespan": null, "length": 3290.0, "width": 1069.0, "height": 1950.0, "weight": 3947.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 99.0, "sound_pressure_1m": 81.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-20", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1137, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "2200R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 590.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "5", "filling_quantity": 86.0, "min_load": 20, "lifespan": null, "length": 5992.0, "width": 2253.0, "height": 2324.0, "weight": 4105.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1082, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "2300", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 929.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "1", "filling_quantity": 125.0, "min_load": 30, "lifespan": null, "length": 3059.0, "width": 1040.0, "height": 1848.0, "weight": 3282.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 99.0, "sound_pressure_1m": 82.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-18", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1083, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "2308", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 981.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "1", "filling_quantity": 158.0, "min_load": 30, "lifespan": null, "length": 2780.0, "width": 1042.0, "height": 1898.0, "weight": 3492.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 99.0, "sound_pressure_1m": 82.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-18", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1097, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "2328", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "1", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 995.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "1", "filling_quantity": 177.0, "min_load": 30, "lifespan": null, "length": 3290.0, "width": 1069.0, "height": 1959.0, "weight": 3965.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 99.0, "sound_pressure_1m": 81.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-21", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1138, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "2400R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 632.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "6", "filling_quantity": 96.0, "min_load": 17, "lifespan": null, "length": 7186.0, "width": 2253.0, "height": 2324.0, "weight": 4728.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1040, "refrigerants": [ "R410A (R32/R125)" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "2400V", "series": "DYNACIATPOWER LG", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": null, "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 876.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 55.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Scrollverdichter", "n_compressor": "6", "filling_quantity": 68.0, "min_load": 16, "lifespan": null, "length": 3350.0, "width": 996.0, "height": 1970.0, "weight": 2638.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": "DN125", "evaporator_outlet": "DN125", "compressor_regulation": "6 Leistungsstufen", "condenser_inlet": "DN125", "condenser_outlet": "DN125", "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "Schallschutzausführung:\r\na - Ausführung STANDARD\r\nb - Ausführung LOW NOISE. Ummantelung der Verdichter\r\nc - Ausführung XTRA LOW NOISE. Schalldämmende Ummantelung der Verdichter", "updated": "2025-01-10", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/dynaciatpower-lg/#accordionGroup", "information_source_archive": null, "information_source_date": null }, { "id": 1104, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "2628", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 1201.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "2", "filling_quantity": 240.0, "min_load": 30, "lifespan": null, "length": 4730.0, "width": 1039.0, "height": 1997.0, "weight": 6872.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 102.0, "sound_pressure_1m": 83.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-21", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1139, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "2650R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 680.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "6", "filling_quantity": 96.0, "min_load": 17, "lifespan": null, "length": 7186.0, "width": 2253.0, "height": 2324.0, "weight": 4728.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": null, "sound_pressure_1m": null, "sound_pressure_10m": null, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1084, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "2800", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 1185.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "2", "filling_quantity": 170.0, "min_load": 30, "lifespan": null, "length": 4025.0, "width": 1036.0, "height": 1870.0, "weight": 5370.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 102.0, "sound_pressure_1m": 84.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-18", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1140, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "2800R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "4", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 774.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "12", "filling_quantity": 104.0, "min_load": 8, "lifespan": null, "length": 7708.0, "width": 2253.0, "height": 2324.0, "weight": 5344.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": 94.5, "sound_pressure_1m": null, "sound_pressure_10m": 62.5, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1085, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "3000", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 1237.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "2", "filling_quantity": 170.0, "min_load": 30, "lifespan": null, "length": 4025.0, "width": 1036.0, "height": 1870.0, "weight": 5408.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 102.0, "sound_pressure_1m": 84.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-18", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1141, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "3000R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "BOT", "n_circuits": "4", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 812.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "12", "filling_quantity": 104.0, "min_load": 8, "lifespan": null, "length": 7708.0, "width": 2253.0, "height": 2324.0, "weight": 5356.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": 94.5, "sound_pressure_1m": null, "sound_pressure_10m": 62.5, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1086, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "3008", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 1324.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "2", "filling_quantity": 210.0, "min_load": 30, "lifespan": null, "length": 4025.0, "width": 1036.0, "height": 1925.0, "weight": 5698.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 102.0, "sound_pressure_1m": 84.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-18", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1106, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "3028", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 1327.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "2", "filling_quantity": 240.0, "min_load": 30, "lifespan": null, "length": 4730.0, "width": 1039.0, "height": 1997.0, "weight": 6950.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 102.0, "sound_pressure_1m": 83.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-21", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1142, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "3200R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "4", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 883.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "14", "filling_quantity": 127.0, "min_load": 7, "lifespan": null, "length": 10096.0, "width": 2253.0, "height": 2324.0, "weight": 6308.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": 95.0, "sound_pressure_1m": null, "sound_pressure_10m": 63.0, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1087, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "3400", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 1457.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "2", "filling_quantity": 240.0, "min_load": 15, "lifespan": null, "length": 4730.0, "width": 1156.0, "height": 2051.0, "weight": 7066.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 102.0, "sound_pressure_1m": 83.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-18", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1109, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "3428", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 1522.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "2", "filling_quantity": 280.0, "min_load": 15, "lifespan": null, "length": 4730.0, "width": 1162.0, "height": 2051.0, "weight": 7542.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 102.0, "sound_pressure_1m": 83.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-21", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1143, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "3500R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "4", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 935.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "14", "filling_quantity": 128.0, "min_load": 7, "lifespan": null, "length": 10096.0, "width": 2253.0, "height": 2324.0, "weight": 6360.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": 95.5, "sound_pressure_1m": null, "sound_pressure_10m": 63.0, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1088, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "3800", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudesenke", "min_thermal_capacity": null, "max_thermal_capacity": 1557.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "2", "filling_quantity": 230.0, "min_load": 15, "lifespan": null, "length": 4730.0, "width": 1156.0, "height": 2051.0, "weight": 7267.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 102.0, "sound_pressure_1m": 83.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-21", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1110, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "3828", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 1680.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "2", "filling_quantity": 260.0, "min_load": 15, "lifespan": null, "length": 4730.0, "width": 1162.0, "height": 2051.0, "weight": 7752.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 102.0, "sound_pressure_1m": 83.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-21", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1144, "refrigerants": [ "R32" ], "sources": [ "Umweltwärme (Air)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "4000R", "series": "AQUACIAT ILD", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "4", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 1075.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": null, "max_flow_temperature": 65.0, "min_temp_source": -12.0, "max_temp_source": 40.0, "t_hub_max": null, "cop": null, "compressor": "Hermetischer Scrollverdichter", "n_compressor": "16", "filling_quantity": 140.0, "min_load": 6, "lifespan": null, "length": 10096.0, "width": 2253.0, "height": 2324.0, "weight": 6859.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": null, "condenser_inlet": null, "condenser_outlet": null, "sound_power": 96.0, "sound_pressure_1m": null, "sound_pressure_10m": 63.5, "installation_type": "Außenaufstellung", "space_requirements": null, "room_height_requirements": null, "comment": "Verfügbar in 19 Modellen, Baugrößen von 602R bis 4.000R. Ausführung in 3 Effizienzstufen: Standard, Hohe Effizienz, Hohe jahresbedingte Energieeffizienz; 3 Geräuschdämpfungsausführungen: Standard, Very Low Noise (VLN), Ultra Low Noise (ULN); 3 wasserseitige Ausführungen: Basis, mit Wasserpumpe, mit Wasserpumpe und -speicher.", "updated": "2025-01-26", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/luftgekuehlte-fluessigkeitskuehler-und-waermepumpen/aquaciatpower-ild-r-32/", "information_source_archive": null, "information_source_date": null }, { "id": 1089, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "4200", "series": "HYDROCIAT", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 1689.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "2", "filling_quantity": 220.0, "min_load": 15, "lifespan": null, "length": 4730.0, "width": 1156.0, "height": 2051.0, "weight": 7305.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 102.0, "sound_pressure_1m": 83.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-21", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1111, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "4228", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 1863.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "2", "filling_quantity": 480.0, "min_load": 15, "lifespan": null, "length": 4832.0, "width": 2129.0, "height": 1562.0, "weight": 10910.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 102.0, "sound_pressure_1m": 83.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-21", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1091, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "4408", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 1913.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 53.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "2", "filling_quantity": 390.0, "min_load": 30, "lifespan": null, "length": 4790.0, "width": 1902.0, "height": 1515.0, "weight": 8681.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 102.0, "sound_pressure_1m": 83.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-18", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null }, { "id": 1090, "refrigerants": [ "R134a" ], "sources": [ "Wasser/Sole (Brine/Water)" ], "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH", "name": "4600", "series": "HYDROCIAT LW", "operation_mode": "H&C", "trl_min": 9, "trl_max": 9, "trl_description": null, "circuit": "CLO", "n_circuits": "2", "circuit_configuration": null, "circuit_infos": "unabhängige Kreisläufe", "sink": "Gebäudewärme", "min_thermal_capacity": null, "max_thermal_capacity": 1795.0, "el_connection_voltage": 400.0, "el_connection_phase": 3.0, "el_connection_frequency": 50.0, "el_connection_power": null, "min_flow_temperature": 20.0, "max_flow_temperature": 63.0, "min_temp_source": null, "max_temp_source": null, "t_hub_max": null, "cop": null, "compressor": "Halbhermetischer Schraubenverdichter", "n_compressor": "2", "filling_quantity": 210.0, "min_load": 30, "lifespan": null, "length": 4730.0, "width": 1156.0, "height": 2051.0, "weight": 7337.0, "weight_max": null, "weight_description": "Betriebsgewicht", "evaporator_inlet": null, "evaporator_outlet": null, "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)", "condenser_inlet": null, "condenser_outlet": null, "sound_power": 102.0, "sound_pressure_1m": 83.0, "sound_pressure_10m": null, "installation_type": null, "space_requirements": null, "room_height_requirements": null, "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise", "updated": "2025-01-21", "verified": false, "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/", "information_source_archive": null, "information_source_date": null } ] }