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.

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
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1222,
    "next": "https://grosswaermepumpen-info.de/en-us/api/products/?format=api&limit=100&offset=100",
    "previous": null,
    "results": [
        {
            "id": 884,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEK-R290-10",
            "series": "afilia air M-sl AEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "10",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 888.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "20",
            "filling_quantity": 65.0,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 11000.0,
            "height": 2450.0,
            "weight": 8400.0,
            "weight_max": 8400.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "20 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 65.0,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 876,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEK-R290-2",
            "series": "afilia air M-sl AEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "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": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 13.0,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 2200.0,
            "height": 2450.0,
            "weight": 1680.0,
            "weight_max": 1680.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 877,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEK-R290-3",
            "series": "afilia air M-sl AEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 266.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": 19.5,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 3300.0,
            "height": 2450.0,
            "weight": 2520.0,
            "weight_max": 2520.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.8,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 59.8,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 878,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEK-R290-4",
            "series": "afilia air M-sl AEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "4",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 355.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "8",
            "filling_quantity": 26.0,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 4400.0,
            "height": 2450.0,
            "weight": 3360.0,
            "weight_max": 3360.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "8 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 61.0,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 879,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEK-R290-5",
            "series": "afilia air M-sl AEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "5",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 444.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "10",
            "filling_quantity": 32.5,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 5500.0,
            "height": 2450.0,
            "weight": 4200.0,
            "weight_max": 4200.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "10 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 62.0,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 880,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEK-R290-6",
            "series": "afilia air M-sl AEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "6",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 533.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "12",
            "filling_quantity": 39.0,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 6600.0,
            "height": 2450.0,
            "weight": 5040.0,
            "weight_max": 5040.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "12 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.8,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 62.8,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 881,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEK-R290-7",
            "series": "afilia air M-sl AEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "7",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 622.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "14",
            "filling_quantity": 45.5,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 7700.0,
            "height": 2450.0,
            "weight": 5880.0,
            "weight_max": 5880.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "14 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 63.5,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 882,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEK-R290-8",
            "series": "afilia air M-sl AEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "8",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 710.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "16",
            "filling_quantity": 52.0,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 8800.0,
            "height": 2450.0,
            "weight": 6720.0,
            "weight_max": 6720.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "16 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 64.0,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 883,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEK-R290-9",
            "series": "afilia air M-sl AEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "9",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 799.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "18",
            "filling_quantity": 58.5,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 9900.0,
            "height": 2450.0,
            "weight": 7560.0,
            "weight_max": 7560.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "18 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 64.5,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 893,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEW-R290-10",
            "series": "afilia air M-sl AEW-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "10",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 882.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "20",
            "filling_quantity": 65.0,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 11000.0,
            "height": 2450.0,
            "weight": 8400.0,
            "weight_max": 8400.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "20 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 65.0,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "auf den Kühlbetrieb optimiert",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 885,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Umgebungsluft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEW-R290-2",
            "series": "afilia air M-sl AEW-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 176.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 13.0,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 2200.0,
            "height": 2450.0,
            "weight": 1680.0,
            "weight_max": 1680.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": "Containerleistung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "auf den Kühlbetrieb optimiert",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 886,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEW-R290-3",
            "series": "afilia air M-sl AEW-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 265.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": 58.5,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 3300.0,
            "height": 2450.0,
            "weight": 2520.0,
            "weight_max": 2520.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.8,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 59.8,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "auf den Kühlbetrieb optimiert",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 887,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEW-R290-4",
            "series": "afilia air M-sl AEW-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "4",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 353.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "8",
            "filling_quantity": 78.0,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 4400.0,
            "height": 2450.0,
            "weight": 3360.0,
            "weight_max": 3360.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "8 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 61.0,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "auf den Kühlbetrieb optimiert",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 888,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEW-R290-5",
            "series": "afilia air M-sl AEW-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "5",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "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": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "10",
            "filling_quantity": 32.5,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 5500.0,
            "height": 2450.0,
            "weight": 4200.0,
            "weight_max": 4200.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "10 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 62.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "auf den Kühlbetrieb optimiert",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 889,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEW-R290-6",
            "series": "afilia air M-sl AEW-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "6",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 529.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "12",
            "filling_quantity": 39.0,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 6600.0,
            "height": 2450.0,
            "weight": 5040.0,
            "weight_max": 5040.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "12 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.8,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 62.8,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "auf den Kühlbetrieb optimiert",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 890,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEW-R290-7",
            "series": "afilia air M-sl AEW-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "7",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 617.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "14",
            "filling_quantity": 45.5,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 7700.0,
            "height": 2450.0,
            "weight": 5880.0,
            "weight_max": 5880.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "14 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 63.5,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "auf den Kühlbetrieb optimiert",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 891,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEW-R290-8",
            "series": "afilia air M-sl AEW-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "8",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 706.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "16",
            "filling_quantity": 52.0,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 8800.0,
            "height": 2450.0,
            "weight": 6720.0,
            "weight_max": 6720.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "16 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 64.0,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "auf den Kühlbetrieb optimiert",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 892,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "AEW-R290-9",
            "series": "afilia air M-sl AEW-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "9",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 794.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "18",
            "filling_quantity": 58.5,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 9900.0,
            "height": 2450.0,
            "weight": 7560.0,
            "weight_max": 7560.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "18 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 64.5,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "auf den Kühlbetrieb optimiert",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 922,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-50-S-r-08L",
            "series": "afilia water C-S-r series VSD-R717",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": "Kaskade möglich",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 629.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": 50.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "1",
            "filling_quantity": 71.0,
            "min_load": 40,
            "lifespan": null,
            "length": 6300.0,
            "width": 1200.0,
            "height": 2500.0,
            "weight": 6950.0,
            "weight_max": null,
            "weight_description": "Transportgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 104.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 921,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-50-S-r-12L",
            "series": "afilia water C-S-r series VSD-R717",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": "Kaskade möglich",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 942.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": 50.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": 81.0,
            "min_load": 40,
            "lifespan": null,
            "length": 7300.0,
            "width": 1200.0,
            "height": 2500.0,
            "weight": 7950.0,
            "weight_max": null,
            "weight_description": "Transportgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 104.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 920,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-50-S-r-16L",
            "series": "afilia water C-S-r series VSD-R717",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": "Kaskade möglich",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1255.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": 50.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": 91.0,
            "min_load": 40,
            "lifespan": null,
            "length": 7300.0,
            "width": 1200.0,
            "height": 2500.0,
            "weight": 8330.0,
            "weight_max": null,
            "weight_description": "Transportgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 104.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 919,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-70-S-r-08",
            "series": "afilia water C-S-r series VSD-R717",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": "Kaskade möglich",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 946.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": 70.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "1",
            "filling_quantity": null,
            "min_load": 40,
            "lifespan": null,
            "length": 6300.0,
            "width": 1200.0,
            "height": 2500.0,
            "weight": 6950.0,
            "weight_max": null,
            "weight_description": "Transportgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 104.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 918,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-70-S-r-12",
            "series": "afilia water C-S-r series VSD-R717",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": "Kaskade möglich",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1418.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": 70.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "kolbenverdichter",
            "n_compressor": "1",
            "filling_quantity": 88.0,
            "min_load": 40,
            "lifespan": null,
            "length": 7300.0,
            "width": 1200.0,
            "height": 2500.0,
            "weight": 7950.0,
            "weight_max": null,
            "weight_description": "Transportgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 104.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 917,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-70-S-r-16",
            "series": "afilia water C-S-r series VSD-R717",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": "Kaskade möglich",
            "sink": null,
            "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": null,
            "min_flow_temperature": null,
            "max_flow_temperature": null,
            "min_temp_source": 70.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "1",
            "filling_quantity": 98.0,
            "min_load": 40,
            "lifespan": null,
            "length": 7300.0,
            "width": 1200.0,
            "height": 2500.0,
            "weight": 8330.0,
            "weight_max": null,
            "weight_description": "Transportgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 104.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 912,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-80-E-s-902-WHK-R1234ze",
            "series": "afilia water C-E-sc series R1234ze",
            "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": 902.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": 80.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": 140.0,
            "min_load": 30,
            "lifespan": null,
            "length": 4000.0,
            "width": 2150.0,
            "height": 2450.0,
            "weight": 6526.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 101.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 913,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-80-E-sc-1002-WHK-R1234ze",
            "series": "afilia water C-E-sc series R1234ze",
            "operation_mode": "H",
            "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": 1006.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": 80.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": 130.0,
            "min_load": 30,
            "lifespan": null,
            "length": null,
            "width": null,
            "height": null,
            "weight": 6526.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 101.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 903,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-80-E-sc-151-WHK-R1234ze",
            "series": "afilia water C-E-sc series R1234ze",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 150.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": 80.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 15.0,
            "min_load": 60,
            "lifespan": null,
            "length": 1882.0,
            "width": 924.0,
            "height": 1905.0,
            "weight": 1555.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 904,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-80-E-sc-201-WHK-R1234z",
            "series": "afilia water C-E-sc series R1234ze",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 194.1,
            "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": 80.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 17.0,
            "min_load": 60,
            "lifespan": null,
            "length": 1882.0,
            "width": 924.0,
            "height": 1905.0,
            "weight": 1690.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 905,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-80-E-sc-251-WHK-R1234ze",
            "series": "afilia water C-E-sc series R1234ze",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 244.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": 80.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 19.0,
            "min_load": 60,
            "lifespan": null,
            "length": 2200.0,
            "width": 1024.0,
            "height": 1905.0,
            "weight": 2131.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 906,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-80-E-sc-301-WHK-R1234ze",
            "series": "afilia water C-E-sc series R1234ze",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 312.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": 80.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 20.0,
            "min_load": 60,
            "lifespan": null,
            "length": 2200.0,
            "width": 1024.0,
            "height": 1905.0,
            "weight": 2118.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 907,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-80-E-sc-401-WHK-R1234ze",
            "series": "afilia water C-E-sc series R1234ze",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 381.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": 80.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 70.0,
            "min_load": 60,
            "lifespan": null,
            "length": 4000.0,
            "width": 1550.0,
            "height": 1750.0,
            "weight": 3182.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 97.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 908,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-80-E-sc-501-WHK-R1234ze",
            "series": "afilia water C-E-sc series R1234ze",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 500.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": 80.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 90.0,
            "min_load": 60,
            "lifespan": null,
            "length": 4000.0,
            "width": 1550.0,
            "height": 1750.0,
            "weight": 3182.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 97.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 909,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-80-E-sc-601-WHK-R1234",
            "series": "afilia water C-E-sc series R1234ze",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 587.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": 80.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 80.0,
            "min_load": 60,
            "lifespan": null,
            "length": 4000.0,
            "width": 1550.0,
            "height": 1750.0,
            "weight": 3182.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 98.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 910,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-80-E-sc-702-WHK-R1234ze",
            "series": "afilia water C-E-sc series R1234ze",
            "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": 710.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": 80.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": 90.0,
            "min_load": 30,
            "lifespan": null,
            "length": 4000.0,
            "width": 2150.0,
            "height": 2450.0,
            "weight": 6526.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 100.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 911,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-80-E-sc-802-WHK-R1234z",
            "series": "afilia water C-E-sc series R1234ze",
            "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": 790.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": 80.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": 120.0,
            "min_load": 30,
            "lifespan": null,
            "length": 4000.0,
            "width": 2150.0,
            "height": 2450.0,
            "weight": 6526.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 99.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 916,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-90-S-r-08",
            "series": "afilia water C-S-r series VSD-R717",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": "Kaskade möglich",
            "sink": null,
            "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": 90.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "1",
            "filling_quantity": 71.0,
            "min_load": 40,
            "lifespan": null,
            "length": 6300.0,
            "width": 1200.0,
            "height": 2500.0,
            "weight": 6950.0,
            "weight_max": null,
            "weight_description": "Transportgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 104.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 915,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-90-S-r-12",
            "series": "afilia water C-S-r series VSD-R717",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": "Kaskade möglich",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 890.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": 90.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "1",
            "filling_quantity": 78.0,
            "min_load": 40,
            "lifespan": null,
            "length": 7300.0,
            "width": 1200.0,
            "height": 2500.0,
            "weight": 7950.0,
            "weight_max": null,
            "weight_description": "Transportgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 104.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 914,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-90-S-r-16",
            "series": "afilia water C-S-r series VSD-R717",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": "Kaskade möglich",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1186.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": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "1",
            "filling_quantity": 88.0,
            "min_load": 40,
            "lifespan": null,
            "length": 7300.0,
            "width": 1200.0,
            "height": 2500.0,
            "weight": 8330.0,
            "weight_max": null,
            "weight_description": "Transportgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 107.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 925,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-95-G-r-550",
            "series": "afilia water C-G-r series VSD-R717",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": "Kaskade möglich",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1833.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": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "1",
            "filling_quantity": 48.0,
            "min_load": 40,
            "lifespan": null,
            "length": 7500.0,
            "width": 1524.0,
            "height": 2726.0,
            "weight": 8130.0,
            "weight_max": null,
            "weight_description": "Transportgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 104.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 924,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-95-G-r-750",
            "series": "afilia water C-G-r series VSD-R717",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": "Kaskade möglich",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2455.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": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "1",
            "filling_quantity": 64.0,
            "min_load": 40,
            "lifespan": null,
            "length": 7750.0,
            "width": 1524.0,
            "height": 2726.0,
            "weight": 1524.0,
            "weight_max": null,
            "weight_description": "Transportgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 104.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 923,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "C-95-G-r-950",
            "series": "afilia water C-G-r series VSD-R717",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": "Kaskade möglich",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 3057.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": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "1",
            "filling_quantity": 98.0,
            "min_load": 40,
            "lifespan": null,
            "length": 8000.0,
            "width": 1524.0,
            "height": 2726.0,
            "weight": 8900.0,
            "weight_max": null,
            "weight_description": "Transportgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 104.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 902,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "PEK-R290-10",
            "series": "afilia air M-sl PEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "10",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 866.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "20",
            "filling_quantity": 65.0,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 11000.0,
            "height": 2450.0,
            "weight": 8400.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "20 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 65.0,
            "installation_type": "Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 894,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "PEK-R290-2",
            "series": "afilia air M-sl PEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 173.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 13.0,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 2200.0,
            "height": 2450.0,
            "weight": 1680.0,
            "weight_max": 1680.0,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 895,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "PEK-R290-3",
            "series": "afilia air M-sl PEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 260.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": 19.5,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 3300.0,
            "height": 2450.0,
            "weight": 2520.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.8,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 59.8,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 896,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "PEK-R290-4",
            "series": "afilia air M-sl PEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "4",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 346.0,
            "el_connection_voltage": null,
            "el_connection_phase": 400.0,
            "el_connection_frequency": 3.0,
            "el_connection_power": 50.0,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "8",
            "filling_quantity": 26.0,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 4400.0,
            "height": 2450.0,
            "weight": 3360.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "8 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 61.0,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 897,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "PEK-R290-5",
            "series": "afilia air M-sl PEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "5",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 433.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "10",
            "filling_quantity": 32.5,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 5500.0,
            "height": 2450.0,
            "weight": 4200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "10 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 62.0,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 898,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "PEK-R290-6",
            "series": "afilia air M-sl PEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "6",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 520.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "12",
            "filling_quantity": 39.0,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 6600.0,
            "height": 2450.0,
            "weight": 5040.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "12 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.8,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 62.8,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 899,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "PEK-R290-7",
            "series": "afilia air M-sl PEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "7",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 606.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "14",
            "filling_quantity": 45.5,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 7700.0,
            "height": 2450.0,
            "weight": 5880.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "14 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 63.5,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 900,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "PEK-R290-8",
            "series": "afilia air M-sl PEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "8",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 693.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "16",
            "filling_quantity": 52.0,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 8800.0,
            "height": 2450.0,
            "weight": 6720.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "16 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 64.0,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 901,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "2G Energy AG",
            "name": "PEK-R290-9",
            "series": "afilia air M-sl PEK-R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "9",
            "circuit_configuration": "modulares Konzept",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 779.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 78.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "18",
            "filling_quantity": 58.5,
            "min_load": null,
            "lifespan": null,
            "length": 2560.0,
            "width": 9900.0,
            "height": 2450.0,
            "weight": 7560.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "18 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 64.5,
            "installation_type": "Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://2-g.com/de",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1360,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Advansor A/S",
            "name": "CuBig II",
            "series": "Konfigurierbare Wärmepumpen",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": "Serienmodel",
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": "Verbund",
            "circuit_infos": null,
            "sink": "Gebäudewärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": 98.0,
            "max_thermal_capacity": 650.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": -15.0,
            "max_temp_source": 45.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "4-8",
            "filling_quantity": null,
            "min_load": 15,
            "lifespan": null,
            "length": 6000.0,
            "width": 800.0,
            "height": 2000.0,
            "weight": 4000.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": "DN 65",
            "evaporator_outlet": "DN 65",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN 65",
            "condenser_outlet": "DN 65",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Anlagenbau, Wetterschutzgehäuse möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-05-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-05-20"
        },
        {
            "id": 1361,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Advansor A/S",
            "name": "SteelXL (1600 kW)",
            "series": "Konfigurierbare Wärmepumpen",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": "Serienmodel",
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": "Verbund",
            "circuit_infos": null,
            "sink": "Gebäudewärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": 240.0,
            "max_thermal_capacity": 1600.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": 85.0,
            "min_temp_source": -15.0,
            "max_temp_source": 45.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "8-13",
            "filling_quantity": null,
            "min_load": 15,
            "lifespan": null,
            "length": 11000.0,
            "width": 1400.0,
            "height": 2200.0,
            "weight": 9500.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": "DN 65",
            "evaporator_outlet": "DN 65",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN 65",
            "condenser_outlet": "DN 65",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Anlagenbau, Wetterschutzgehäuse möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-05-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-05-20"
        },
        {
            "id": 1362,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Advansor A/S",
            "name": "SteelXL (3000 kW)",
            "series": "Konfigurierbare Wärmepumpen",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": "Serienmodel",
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": "Verbund",
            "circuit_infos": null,
            "sink": "Gebäudewärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": 240.0,
            "max_thermal_capacity": 1600.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": -15.0,
            "max_temp_source": 45.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "8-13",
            "filling_quantity": null,
            "min_load": 15,
            "lifespan": null,
            "length": 12000.0,
            "width": 1400.0,
            "height": 2200.0,
            "weight": 20000.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": "DN 65",
            "evaporator_outlet": "DN 65",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN 65",
            "condenser_outlet": "DN 65",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Anlagenbau",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-05-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-05-20"
        },
        {
            "id": 1352,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Advansor A/S",
            "name": "ValueBox 250",
            "series": "Plug and Play Wärmepumpe",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": "Serienmodel",
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": "Verbund",
            "circuit_infos": null,
            "sink": "Gebäudewärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": 45.0,
            "max_thermal_capacity": 306.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": -20.0,
            "max_temp_source": 45.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "3",
            "filling_quantity": 200.0,
            "min_load": 15,
            "lifespan": null,
            "length": 8700.0,
            "width": 2580.0,
            "height": 2350.0,
            "weight": 10100.0,
            "weight_max": 11900.0,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN 65",
            "condenser_outlet": "DN 65",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 56.0,
            "installation_type": "Gehäuse für die Aufstellung im Freien",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-05-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-05-20"
        },
        {
            "id": 1356,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Advansor A/S",
            "name": "ValueBox 250 mit Kühlfunktion",
            "series": "Plug and Play Wärmepumpe",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": "Serienmodel",
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": "Verbund",
            "circuit_infos": null,
            "sink": "Gebäudewärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": 45.0,
            "max_thermal_capacity": 306.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": -20.0,
            "max_temp_source": 45.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "3",
            "filling_quantity": 200.0,
            "min_load": 15,
            "lifespan": null,
            "length": 8700.0,
            "width": 2580.0,
            "height": 2350.0,
            "weight": 10100.0,
            "weight_max": 11900.0,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": "DN 80",
            "evaporator_outlet": "DN 80",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN 65",
            "condenser_outlet": "DN 65",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 56.0,
            "installation_type": "Gehäuse für die Aufstellung im Freien",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-05-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-05-20"
        },
        {
            "id": 1353,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Advansor A/S",
            "name": "ValueBox 400",
            "series": "Plug and Play Wärmepumpe",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": "Serienmodel",
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": "Verbund",
            "circuit_infos": null,
            "sink": "Gebäudewärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": 65.0,
            "max_thermal_capacity": 430.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": -20.0,
            "max_temp_source": 45.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "3",
            "filling_quantity": 250.0,
            "min_load": 15,
            "lifespan": null,
            "length": 8700.0,
            "width": 2580.0,
            "height": 2350.0,
            "weight": 10150.0,
            "weight_max": 13150.0,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "Daten",
            "condenser_outlet": "Daten",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": "Gehäuse für die Aufstellung im Freien",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-05-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-05-20"
        },
        {
            "id": 1357,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Advansor A/S",
            "name": "ValueBox 400 mit Kühlfunktion",
            "series": "Plug and Play Wärmepumpe",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": "Verbund",
            "circuit_infos": null,
            "sink": "Gebäudewärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": 65.0,
            "max_thermal_capacity": 430.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": -20.0,
            "max_temp_source": 45.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "3",
            "filling_quantity": 250.0,
            "min_load": 15,
            "lifespan": null,
            "length": 8700.0,
            "width": 2580.0,
            "height": 2350.0,
            "weight": 10150.0,
            "weight_max": 13150.0,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": "DN 80",
            "evaporator_outlet": "DN 80",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN 65",
            "condenser_outlet": "DN 65",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": "Gehäuse für die Aufstellung im Freien",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-05-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-05-20"
        },
        {
            "id": 1354,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Advansor A/S",
            "name": "ValueBox 500",
            "series": "Plug and Play Wärmepumpe",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": "Daten werden abgerufen. Warten Sie ein paar Sekunden, und versuchen Sie noch mal, auszuschneiden ode",
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": "Verbund",
            "circuit_infos": null,
            "sink": "Gebäudewärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": 78.0,
            "max_thermal_capacity": 523.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": -20.0,
            "max_temp_source": 45.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "3",
            "filling_quantity": 300.0,
            "min_load": 15,
            "lifespan": null,
            "length": 8700.0,
            "width": 2580.0,
            "height": 2350.0,
            "weight": 10300.0,
            "weight_max": 13300.0,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN 65",
            "condenser_outlet": "DN 65",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": "Gehäuse für die Aufstellung im Freien",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-05-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-05-20"
        },
        {
            "id": 1358,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Advansor A/S",
            "name": "ValueBox 500 mit Kühlfunktion",
            "series": "Plug and Play Wärmepumpe",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": "Serienmodel",
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": "Verbund",
            "circuit_infos": null,
            "sink": "Gebäudewärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": 78.0,
            "max_thermal_capacity": 523.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": -20.0,
            "max_temp_source": 45.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "3",
            "filling_quantity": 300.0,
            "min_load": 15,
            "lifespan": null,
            "length": 8700.0,
            "width": 2580.0,
            "height": 2350.0,
            "weight": 10300.0,
            "weight_max": 13300.0,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": "DN 80",
            "evaporator_outlet": "DN 80",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN 65",
            "condenser_outlet": "DN 65",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": "Gehäuse für die Aufstellung im Freien",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-05-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-05-20"
        },
        {
            "id": 1355,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Advansor A/S",
            "name": "ValueBox 600",
            "series": "Plug and Play Wärmepumpe",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": "Serienmodel",
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": "Verbund",
            "circuit_infos": null,
            "sink": "Gebäudewärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": 107.0,
            "max_thermal_capacity": 717.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": -20.0,
            "max_temp_source": 45.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "4",
            "filling_quantity": 350.0,
            "min_load": 10,
            "lifespan": null,
            "length": 8700.0,
            "width": 2580.0,
            "height": 2350.0,
            "weight": 10750.0,
            "weight_max": 13750.0,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN 65",
            "condenser_outlet": "DN 65",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": "Gehäuse für die Aufstellung im Freien",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-05-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-05-20"
        },
        {
            "id": 1359,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Advansor A/S",
            "name": "ValueBox 600 mit Kühlfunktion",
            "series": "Plug and Play Wärmepumpe",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": "Serienmodel",
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": "Verbund",
            "circuit_infos": null,
            "sink": "Gebäudewärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": 107.0,
            "max_thermal_capacity": 717.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": -15.0,
            "max_temp_source": 45.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "4",
            "filling_quantity": 350.0,
            "min_load": 10,
            "lifespan": null,
            "length": 8700.0,
            "width": 2580.0,
            "height": 2350.0,
            "weight": 10750.0,
            "weight_max": 13750.0,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": "DN 80",
            "evaporator_outlet": "DN 80",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN 65",
            "condenser_outlet": "DN 65",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": "Gehäuse für die Aufstellung im Freien",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-05-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-05-20"
        },
        {
            "id": 973,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0503H",
            "series": "NXW",
            "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": "Klimatisierungsbedürfnisse in Wohnkomplexen und Geschäftszentren",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 125.4,
            "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": -8.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "3",
            "filling_quantity": 13.0,
            "min_load": null,
            "lifespan": null,
            "length": 1795.0,
            "width": 800.0,
            "height": 1835.0,
            "weight": 578.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 78.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 46.4,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version ist zusätzliche Version verfügbar:\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=16300",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 974,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0553H",
            "series": "NXW",
            "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": "Klimatisierungsbedürfnisse in Wohnkomplexen und Geschäftszentren",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 135.8,
            "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": -8.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "3",
            "filling_quantity": 13.0,
            "min_load": null,
            "lifespan": null,
            "length": 1795.0,
            "width": 800.0,
            "height": 1835.0,
            "weight": 582.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 79.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 47.4,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version ist zusätzliche Version verfügbar:\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=16300",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 986,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0601",
            "series": "WS",
            "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": "Klimatisierungsbedürfnisse in Wohnkomplexen und Geschäftszentren",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 164.9,
            "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": 50.0,
            "min_temp_source": -6.0,
            "max_temp_source": 16.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 18.0,
            "min_load": null,
            "lifespan": null,
            "length": 2960.0,
            "width": 810.0,
            "height": 1775.0,
            "weight": 1101.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 86.1,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 54.3,
            "installation_type": "Inneninstallation",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version ist zusätzliche Version verfügbar:\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=16305",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1241,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0601",
            "series": "HWS",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "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": 163.9,
            "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": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2960.0,
            "width": 810.0,
            "height": 1775.0,
            "weight": 1101.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 85.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 53.2,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Weitere Version: L - Standard silenced",
            "updated": "2025-02-10",
            "verified": false,
            "information_source": "https://global.aermec.com/en/data-centres/products/product-sheet/?Code=HWS_1603_CO",
            "information_source_archive": null,
            "information_source_date": "2025-02-10"
        },
        {
            "id": 975,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0604H",
            "series": "NXW",
            "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": "Klimatisierungsbedürfnisse in Wohnkomplexen und Geschäftszentren",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 165.8,
            "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": -8.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 17.0,
            "min_load": null,
            "lifespan": null,
            "length": 1795.0,
            "width": 800.0,
            "height": 1835.0,
            "weight": 682.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 79.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 47.4,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version ist zusätzliche Version verfügbar:\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=16300",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 976,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0654H",
            "series": "NXW",
            "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": "Klimatisierungsbedürfnisse in Wohnkomplexen und Geschäftszentren",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 187.6,
            "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": -8.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 17.0,
            "min_load": null,
            "lifespan": null,
            "length": 1795.0,
            "width": 800.0,
            "height": 1835.0,
            "weight": 690.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 80.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 48.4,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version ist zusätzliche Version verfügbar:\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=16300",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 987,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0701",
            "series": "WS",
            "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": "Klimatisierungsbedürfnisse in Wohnkomplexen und Geschäftszentren",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 208.7,
            "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": 50.0,
            "min_temp_source": -6.0,
            "max_temp_source": 16.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 22.0,
            "min_load": null,
            "lifespan": null,
            "length": 2960.0,
            "width": 810.0,
            "height": 1775.0,
            "weight": 1251.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 86.8,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 55.0,
            "installation_type": "Inneninstallation",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version ist zusätzliche Version verfügbar:\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=16305",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1242,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0701",
            "series": "HWS",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "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": 199.3,
            "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": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2960.0,
            "width": 810.0,
            "height": 1775.0,
            "weight": 1251.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 86.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 54.2,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Weitere Version: L - Standard silenced",
            "updated": "2025-02-10",
            "verified": false,
            "information_source": "https://global.aermec.com/en/data-centres/products/product-sheet/?Code=HWS_1603_CO",
            "information_source_archive": null,
            "information_source_date": "2025-02-10"
        },
        {
            "id": 1254,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0701",
            "series": "WFN",
            "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": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 204.8,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 41.0,
            "min_load": null,
            "lifespan": null,
            "length": 3480.0,
            "width": 1450.0,
            "height": 1720.0,
            "weight": 1610.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.7,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen: ° Standart/A Hoher Wirkungsgrad; geräuscharme und extra-schallgedämpfte Ausstattung ebenfalls erhältlich.",
            "updated": "2025-02-11",
            "verified": false,
            "information_source": "https://global.aermec.com/en/products/product-sheet/?t=Water-cooled%20chillers%20and%20heat%20pumps&c=CAT_50HZ_UE&f=chiller_water&Code=WFN_2007_CO",
            "information_source_archive": null,
            "information_source_date": "2025-02-11"
        },
        {
            "id": 1301,
            "refrigerants": [
                "R1234ze(E)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0701",
            "series": "WFGN",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "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": 153.1,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 41.0,
            "min_load": null,
            "lifespan": null,
            "length": 3480.0,
            "width": 1450.0,
            "height": 1720.0,
            "weight": 1610.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.7,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen: ° Standart/A Hoher Wirkungsgrad; schallgedämpfte Ausstattung ebenfalls erhältlich",
            "updated": "2025-02-12",
            "verified": false,
            "information_source": "https://global.aermec.com/de/products/product-sheet/?t=Wassergek%C3%BChlte%20Kaltwassers%C3%A4tze%20und%20W%C3%A4rmepumpen&c=CAT_50HZ_UE&f=chiller_water&Code=WFGN_2011_CO",
            "information_source_archive": null,
            "information_source_date": "2025-02-12"
        },
        {
            "id": 977,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0704H",
            "series": "NXW",
            "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": "Klimatisierungsbedürfnisse in Wohnkomplexen und Geschäftszentren",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 210.4,
            "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": -8.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 20.0,
            "min_load": null,
            "lifespan": null,
            "length": 1795.0,
            "width": 800.0,
            "height": 1835.0,
            "weight": 727.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 82.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 50.4,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version ist zusätzliche Version verfügbar:\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=16300",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 978,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0754H",
            "series": "NXW",
            "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": "Klimatisierungsbedürfnisse in Wohnkomplexen und Geschäftszentren",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 269.6,
            "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": -18.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 22.0,
            "min_load": null,
            "lifespan": null,
            "length": 2420.0,
            "width": 800.0,
            "height": 1775.0,
            "weight": 882.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 86.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 54.3,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version ist zusätzliche Version verfügbar:\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=16300",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 927,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0800",
            "series": "NRB",
            "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": "Raumwärme, industrielle Anwendungen",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 215.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": -15.0,
            "max_temp_source": 50.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 44.0,
            "min_load": null,
            "lifespan": null,
            "length": 2780.0,
            "width": 2200.0,
            "height": 2450.0,
            "weight": 2520.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 57.4,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version sind weitere Versionen verfügbar:\r\nA: Hoher Wirkungsgrad \r\nE: Hoher Wirkungsgrad, Schallgedämpft\r\nL: Standard, Schallgedämpft\r\n\r\nLieferbar auch mit Rohrbündelwärmetauscher",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=17769",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 955,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0800H",
            "series": "NRG",
            "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": "Raumwärme, industrielle Anwendungen",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 212.2,
            "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": 60.0,
            "min_temp_source": -15.0,
            "max_temp_source": 49.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 33.0,
            "min_load": null,
            "lifespan": null,
            "length": 2780.0,
            "width": 2200.0,
            "height": 2450.0,
            "weight": 2397.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.4,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Hoher Wirkungsgrad\"-Version sind zusätzliche Versionen verfügbar:\r\nA: Hoher Wirkungsgrad\r\nE: Hoher Wirkungsgrad, Schalldämpfer\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=18561",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 988,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0801",
            "series": "WS",
            "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": "Klimatisierungsbedürfnisse in Wohnkomplexen und Geschäftszentren",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 237.3,
            "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": 50.0,
            "min_temp_source": -6.0,
            "max_temp_source": 16.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 22.0,
            "min_load": null,
            "lifespan": null,
            "length": 2960.0,
            "width": 810.0,
            "height": 1775.0,
            "weight": 1301.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.1,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 55.3,
            "installation_type": "Inneninstallation",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version ist zusätzliche Version verfügbar:\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=16305",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1243,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0801",
            "series": "HWS",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "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": 234.8,
            "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": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2960.0,
            "width": 810.0,
            "height": 1775.0,
            "weight": 1301.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 86.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 54.2,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Weitere Version: L - Standard silenced",
            "updated": "2025-02-10",
            "verified": false,
            "information_source": "https://global.aermec.com/en/data-centres/products/product-sheet/?Code=HWS_1603_CO",
            "information_source_archive": null,
            "information_source_date": "2025-02-10"
        },
        {
            "id": 1255,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0801",
            "series": "WFN",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": null,
            "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": 230.6,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 41.0,
            "min_load": null,
            "lifespan": null,
            "length": 3480.0,
            "width": 1450.0,
            "height": 1720.0,
            "weight": 1630.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 88.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen: ° Standart/A Hoher Wirkungsgrad; geräuscharme und extra-schallgedämpfte Ausstattung ebenfalls erhältlich.",
            "updated": "2025-02-11",
            "verified": false,
            "information_source": "https://global.aermec.com/en/products/product-sheet/?t=Water-cooled%20chillers%20and%20heat%20pumps&c=CAT_50HZ_UE&f=chiller_water&Code=WFN_2007_CO",
            "information_source_archive": null,
            "information_source_date": "2025-02-11"
        },
        {
            "id": 1302,
            "refrigerants": [
                "R1234ze(E)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0801",
            "series": "WFGN",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "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": 172.4,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 41.0,
            "min_load": null,
            "lifespan": null,
            "length": 3480.0,
            "width": 1450.0,
            "height": 1720.0,
            "weight": 1630.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 88.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen: ° Standart/A Hoher Wirkungsgrad; schallgedämpfte Ausstattung ebenfalls erhältlich",
            "updated": "2025-02-12",
            "verified": false,
            "information_source": "https://global.aermec.com/de/products/product-sheet/?t=Wassergek%C3%BChlte%20Kaltwassers%C3%A4tze%20und%20W%C3%A4rmepumpen&c=CAT_50HZ_UE&f=chiller_water&Code=WFGN_2011_CO",
            "information_source_archive": null,
            "information_source_date": "2025-02-12"
        },
        {
            "id": 979,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0804H",
            "series": "NXW",
            "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": "Klimatisierungsbedürfnisse in Wohnkomplexen und Geschäftszentren",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 310.2,
            "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": -8.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 26.0,
            "min_load": null,
            "lifespan": null,
            "length": 2420.0,
            "width": 800.0,
            "height": 1775.0,
            "weight": 989.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 88.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 56.3,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version ist zusätzliche Version verfügbar:\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=16300",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 928,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0900",
            "series": "NRB",
            "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": "Raumwärme, industrielle Anwendungen",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 237.4,
            "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": -15.0,
            "max_temp_source": 50.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 44.0,
            "min_load": null,
            "lifespan": null,
            "length": 2780.0,
            "width": 2200.0,
            "height": 2450.0,
            "weight": 2580.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 57.4,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version sind weitere Versionen verfügbar:\r\nA: Hoher Wirkungsgrad \r\nE: Hoher Wirkungsgrad, Schallgedämpft\r\nL: Standard, Schallgedämpft\r\n\r\nLieferbar auch mit Rohrbündelwärmetauscher",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=17769",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 956,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0900H",
            "series": "NRG",
            "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": "Raumwärme, industrielle Anwendungen",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 235.2,
            "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": 60.0,
            "min_temp_source": -15.0,
            "max_temp_source": 49.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 33.0,
            "min_load": null,
            "lifespan": null,
            "length": 2780.0,
            "width": 2200.0,
            "height": 2450.0,
            "weight": 2427.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.4,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Hoher Wirkungsgrad\"-Version sind zusätzliche Versionen verfügbar:\r\nA: Hoher Wirkungsgrad\r\nE: Hoher Wirkungsgrad, Schalldämpfer\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=18561",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 989,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0901",
            "series": "WS",
            "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": "Klimatisierungsbedürfnisse in Wohnkomplexen und Geschäftszentren",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 261.4,
            "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": 50.0,
            "min_temp_source": -6.0,
            "max_temp_source": 16.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 25.0,
            "min_load": null,
            "lifespan": null,
            "length": 2960.0,
            "width": 810.0,
            "height": 1775.0,
            "weight": 1357.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.8,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 55.3,
            "installation_type": "Inneninstallation",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version ist zusätzliche Version verfügbar:\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=16305",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1244,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0901",
            "series": "HWS",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "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": 260.1,
            "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": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3360.0,
            "width": 810.0,
            "height": 1775.0,
            "weight": 1357.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 86.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 54.2,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Weitere Version: L - Standard silenced",
            "updated": "2025-02-10",
            "verified": false,
            "information_source": "https://global.aermec.com/en/data-centres/products/product-sheet/?Code=HWS_1603_CO",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1256,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0901",
            "series": "WFN",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "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": 262.5,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 38.0,
            "min_load": null,
            "lifespan": null,
            "length": 3480.0,
            "width": 1450.0,
            "height": 1720.0,
            "weight": 1630.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.7,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen: ° Standart/A Hoher Wirkungsgrad; geräuscharme und extra-schallgedämpfte Ausstattung ebenfalls erhältlich.",
            "updated": "2025-02-11",
            "verified": false,
            "information_source": "https://global.aermec.com/en/products/product-sheet/?t=Water-cooled%20chillers%20and%20heat%20pumps&c=CAT_50HZ_UE&f=chiller_water&Code=WFN_2007_CO",
            "information_source_archive": null,
            "information_source_date": "2025-02-11"
        },
        {
            "id": 1303,
            "refrigerants": [
                "R1234ze(E)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0901",
            "series": "WFGN",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "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": 196.2,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 38.0,
            "min_load": null,
            "lifespan": null,
            "length": 3480.0,
            "width": 1450.0,
            "height": 1720.0,
            "weight": 1630.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.7,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen: ° Standart/A Hoher Wirkungsgrad; schallgedämpfte Ausstattung ebenfalls erhältlich",
            "updated": "2025-02-12",
            "verified": false,
            "information_source": "https://global.aermec.com/de/products/product-sheet/?t=Wassergek%C3%BChlte%20Kaltwassers%C3%A4tze%20und%20W%C3%A4rmepumpen&c=CAT_50HZ_UE&f=chiller_water&Code=WFGN_2011_CO",
            "information_source_archive": null,
            "information_source_date": "2025-02-12"
        },
        {
            "id": 980,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "0904H",
            "series": "NXW",
            "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": "Klimatisierungsbedürfnisse in Wohnkomplexen und Geschäftszentren",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 325.2,
            "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": -8.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 36.0,
            "min_load": null,
            "lifespan": null,
            "length": 2420.0,
            "width": 800.0,
            "height": 1820.0,
            "weight": 1180.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 88.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 56.3,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version ist zusätzliche Version verfügbar:\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=16300",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 929,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "1000",
            "series": "NRB",
            "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": "Raumwärme, industrielle Anwendungen",
            "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": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 50.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 54.0,
            "min_load": null,
            "lifespan": null,
            "length": 3970.0,
            "width": 2200.0,
            "height": 2450.0,
            "weight": 3160.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.6,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 59.3,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version sind weitere Versionen verfügbar:\r\nA: Hoher Wirkungsgrad \r\nE: Hoher Wirkungsgrad, Schallgedämpft\r\nL: Standard, Schallgedämpft\r\n\r\nLieferbar auch mit Rohrbündelwärmetauscher",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=17769",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 957,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "1000H",
            "series": "NRG",
            "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": "Raumwärme, industrielle Anwendungen",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 256.2,
            "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": 60.0,
            "min_temp_source": -15.0,
            "max_temp_source": 49.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 45.0,
            "min_load": null,
            "lifespan": null,
            "length": 2780.0,
            "width": 2200.0,
            "height": 2450.0,
            "weight": 2427.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.4,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Hoher Wirkungsgrad\"-Version sind zusätzliche Versionen verfügbar:\r\nA: Hoher Wirkungsgrad\r\nE: Hoher Wirkungsgrad, Schalldämpfer\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=18561",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 981,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "1004H",
            "series": "NXW",
            "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": "Klimatisierungsbedürfnisse in Wohnkomplexen und Geschäftszentren",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 365.6,
            "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": -8.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 54.0,
            "min_load": null,
            "lifespan": null,
            "length": 2420.0,
            "width": 800.0,
            "height": 1820.0,
            "weight": 1417.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 88.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 56.3,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version ist zusätzliche Version verfügbar:\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=16300",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 930,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "1100",
            "series": "NRB",
            "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": "Raumwärme, industrielle Anwendungen",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 306.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": -15.0,
            "max_temp_source": 50.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 62.0,
            "min_load": null,
            "lifespan": null,
            "length": 3970.0,
            "width": 2200.0,
            "height": 2450.0,
            "weight": 3210.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.6,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 59.3,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version sind weitere Versionen verfügbar:\r\nA: Hoher Wirkungsgrad \r\nE: Hoher Wirkungsgrad, Schallgedämpft\r\nL: Standard, Schallgedämpft\r\n\r\nLieferbar auch mit Rohrbündelwärmetauscher",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=17769",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 958,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "1100H",
            "series": "NRG",
            "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": "Raumwärme, industrielle Anwendungen",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 310.2,
            "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": 60.0,
            "min_temp_source": -15.0,
            "max_temp_source": 49.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 46.6,
            "min_load": null,
            "lifespan": null,
            "length": 3970.0,
            "width": 2200.0,
            "height": 2450.0,
            "weight": 3090.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.4,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 60.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Hoher Wirkungsgrad\"-Version sind zusätzliche Versionen verfügbar:\r\nA: Hoher Wirkungsgrad\r\nE: Hoher Wirkungsgrad, Schalldämpfer\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=18561",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 990,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "1101",
            "series": "WS",
            "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": "Klimatisierungsbedürfnisse in Wohnkomplexen und Geschäftszentren",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 334.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": 50.0,
            "min_temp_source": -6.0,
            "max_temp_source": 16.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 38.0,
            "min_load": null,
            "lifespan": null,
            "length": 3360.0,
            "width": 810.0,
            "height": 1775.0,
            "weight": 1788.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.1,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 55.3,
            "installation_type": "Inneninstallation",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version ist zusätzliche Version verfügbar:\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=16305",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1006,
            "refrigerants": [
                "R1234ze(E)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "1101",
            "series": "WFGI",
            "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": "Raumwärme, industrielle Anwendungen",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 243.2,
            "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": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": null,
            "width": null,
            "height": null,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Inneninstallation",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version ist zusätzliche Version verfügbar:\r\nA: Hocher Wirkungsgrad",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=16655",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1245,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "1101",
            "series": "HWS",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "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": 324.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": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3360.0,
            "width": 810.0,
            "height": 1775.0,
            "weight": 1788.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 60.2,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Weitere Version: L - Standard silenced",
            "updated": "2025-02-10",
            "verified": false,
            "information_source": "https://global.aermec.com/en/data-centres/products/product-sheet/?Code=HWS_1603_CO",
            "information_source_archive": null,
            "information_source_date": "2025-02-10"
        },
        {
            "id": 1257,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "1101",
            "series": "WFN",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "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": 327.5,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 59.0,
            "min_load": null,
            "lifespan": null,
            "length": 3470.0,
            "width": 1510.0,
            "height": 1720.0,
            "weight": 2120.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.1,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen: ° Standart/A Hoher Wirkungsgrad; geräuscharme und extra-schallgedämpfte Ausstattung ebenfalls erhältlich.",
            "updated": "2025-02-11",
            "verified": false,
            "information_source": "https://global.aermec.com/en/products/product-sheet/?t=Water-cooled%20chillers%20and%20heat%20pumps&c=CAT_50HZ_UE&f=chiller_water&Code=WFN_2007_CO",
            "information_source_archive": null,
            "information_source_date": "2025-02-11"
        },
        {
            "id": 1278,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "1101",
            "series": "WFI",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "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": 325.5,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 59.0,
            "min_load": null,
            "lifespan": null,
            "length": 3460.0,
            "width": 1510.0,
            "height": 1720.0,
            "weight": 2020.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Inverter-Verdichter",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen: ° Standart/A Hoher Wirkungsgrad; Standartausführung bis 50 °C/H-Ausführung bis 60 °C; geräuscharme und extra-schallgedämpfte Ausstattung ebenfalls erhältlich",
            "updated": "2025-02-11",
            "verified": false,
            "information_source": "https://global.aermec.com/de/products/product-sheet/?t=Wassergek%C3%BChlte%20Kaltwassers%C3%A4tze%20und%20W%C3%A4rmepumpen&c=CAT_50HZ_UE&f=chiller_water&Code=WFI_2011_CO",
            "information_source_archive": null,
            "information_source_date": "2025-02-11"
        },
        {
            "id": 1304,
            "refrigerants": [
                "R1234ze(E)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "1101",
            "series": "WFGN",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "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": 245.2,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 59.0,
            "min_load": null,
            "lifespan": null,
            "length": 3470.0,
            "width": 1510.0,
            "height": 1720.0,
            "weight": 2120.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.1,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen: ° Standart/A Hoher Wirkungsgrad; schallgedämpfte Ausstattung ebenfalls erhältlich",
            "updated": "2025-02-12",
            "verified": false,
            "information_source": "https://global.aermec.com/de/products/product-sheet/?t=Wassergek%C3%BChlte%20Kaltwassers%C3%A4tze%20und%20W%C3%A4rmepumpen&c=CAT_50HZ_UE&f=chiller_water&Code=WFGN_2011_CO",
            "information_source_archive": null,
            "information_source_date": "2025-02-12"
        },
        {
            "id": 931,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "1200",
            "series": "NRB",
            "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": "Raumwärme, industrielle Anwendungen",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 343.9,
            "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": -15.0,
            "max_temp_source": 50.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 62.0,
            "min_load": null,
            "lifespan": null,
            "length": 3970.0,
            "width": 2200.0,
            "height": 2450.0,
            "weight": 3250.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.6,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 59.3,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Standard\"-Version sind weitere Versionen verfügbar:\r\nA: Hoher Wirkungsgrad \r\nE: Hoher Wirkungsgrad, Schallgedämpft\r\nL: Standard, Schallgedämpft\r\n\r\nLieferbar auch mit Rohrbündelwärmetauscher",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=17769",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 959,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "AERMEC Deutschland GmbH",
            "name": "1200H",
            "series": "NRG",
            "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": 348.1,
            "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": 60.0,
            "min_temp_source": -15.0,
            "max_temp_source": 49.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 46.6,
            "min_load": null,
            "lifespan": null,
            "length": 3970.0,
            "width": 2200.0,
            "height": 2450.0,
            "weight": 3244.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.4,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 60.1,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben aufgeführter \"Hoher Wirkungsgrad\"-Version sind zusätzliche Versionen verfügbar:\r\nA: Hoher Wirkungsgrad\r\nE: Hoher Wirkungsgrad, Schalldämpfer\r\nL: Standard, Schallgedämpft",
            "updated": "2025-01-08",
            "verified": false,
            "information_source": "https://www.aermec.com/download/?id=18561",
            "information_source_archive": null,
            "information_source_date": null
        }
    ]
}