API Documentation

Welcome to the Heat Pumps Info API documentation. This API allows users to access the heat pump catalog and associated projects through a RESTful interface.

Data provided by the Portal for Large-Scale Heat Pumps © 2025 by Fraunhofer IEG is licensed under CC BY 4.0

How to Use the API

The API can be accessed using standard HTTP methods. Here are some common actions:

  • GET: Retrieve data from the server (e.g., list of products or projects).
  • OPTIONS: Retrieve allowed methods for a resource.
  • Download Formats: You can specify the format of the data you want to receive, such as JSON or Excel (XLSX).

Available Endpoints

Endpoint Description
/api/products/ Access the list of heat pump products.
/api/projects/ Access the list of projects related to heat pumps.

Example Requests

To download an Excel file of the products, you can use the following URL:

GET /api/products/?format=xlsx

This request will return an Excel file containing the product data.

Response Format

The API responds with data in various formats based on the requested format. For JSON, you may receive a response like:

{
"products": "http://grosswaermepumpen.info/api/products/",
"projects": "http://grosswaermepumpen.info/api/projects/"
}

GET /en-us/api/products/?format=api&offset=1000
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1256,
    "next": null,
    "previous": "https://grosswaermepumpen-info.de/en-us/api/products/?format=api&limit=500&offset=500",
    "results": [
        {
            "id": 509,
            "refrigerants": [
                "R1224yd(Z)",
                "R1233zd(E)",
                "R1234ze(Z)",
                "R1336mzz(Z)",
                "R515B (R1234ze(E)/ 227ea)",
                "R600 (Butan)",
                "R600a (Isobutan)",
                "R601 (Pentan)",
                "R601a (Isopentan)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Dampf (Steam)",
                "feuchte Heißluft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SPH Sustainable Process Heat GmbH",
            "name": "LL3",
            "series": "ThermBooster",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1 bis 3",
            "circuit_configuration": "Verbund",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 200.0,
            "max_thermal_capacity": 8000.0,
            "el_connection_voltage": null,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 160.0,
            "min_temp_source": 10.0,
            "max_temp_source": 120.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": 400.0,
            "min_load": 11,
            "lifespan": 20,
            "length": 6000.0,
            "width": 2500.0,
            "height": 2500.0,
            "weight": 10000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": 95.0,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": "33000",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-10",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 510,
            "refrigerants": [
                "R1224yd(Z)",
                "R1233zd(E)",
                "R1234ze(Z)",
                "R1336mzz(Z)",
                "R515B (R1234ze(E)/ 227ea)",
                "R600 (Butan)",
                "R600a (Isobutan)",
                "R601 (Pentan)",
                "R601a (Isopentan)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Dampf (Steam)",
                "feuchte Heißluft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SPH Sustainable Process Heat GmbH",
            "name": "LS1",
            "series": "ThermBooster",
            "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": null,
            "min_thermal_capacity": 200.0,
            "max_thermal_capacity": 8000.0,
            "el_connection_voltage": null,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 160.0,
            "min_temp_source": 10.0,
            "max_temp_source": 120.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": 300.0,
            "min_load": 33,
            "lifespan": 20,
            "length": 5000.0,
            "width": 2150.0,
            "height": 2500.0,
            "weight": 7500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": 95.0,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": "25750",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-10",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 515,
            "refrigerants": [
                "R1224yd(Z)",
                "R1233zd(E)",
                "R1234ze(Z)",
                "R1336mzz(Z)",
                "R515B (R1234ze(E)/ 227ea)",
                "R600 (Butan)",
                "R600a (Isobutan)",
                "R601 (Pentan)",
                "R601a (Isopentan)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Dampf (Steam)",
                "feuchte Heißluft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SPH Sustainable Process Heat GmbH",
            "name": "LS1-2",
            "series": "ThermBooster",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": "seriell",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 200.0,
            "max_thermal_capacity": 8000.0,
            "el_connection_voltage": null,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 160.0,
            "min_temp_source": 10.0,
            "max_temp_source": 120.0,
            "t_hub_max": 140.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": 450.0,
            "min_load": 33,
            "lifespan": 20,
            "length": 7000.0,
            "width": 2500.0,
            "height": 2500.0,
            "weight": 12000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": 95.0,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": "38500",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-10",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 511,
            "refrigerants": [
                "R1224yd(Z)",
                "R1233zd(E)",
                "R1234ze(Z)",
                "R1336mzz(Z)",
                "R515B (R1234ze(E)/ 227ea)",
                "R600 (Butan)",
                "R600a (Isobutan)",
                "R601 (Pentan)",
                "R601a (Isopentan)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Dampf (Steam)",
                "feuchte Heißluft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SPH Sustainable Process Heat GmbH",
            "name": "LS2",
            "series": "ThermBooster",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1 bis 2",
            "circuit_configuration": "Verbund",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 200.0,
            "max_thermal_capacity": 8000.0,
            "el_connection_voltage": null,
            "el_connection_phase": 3.0,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 160.0,
            "min_temp_source": 10.0,
            "max_temp_source": 120.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": 350.0,
            "min_load": 16,
            "lifespan": 20,
            "length": 6000.0,
            "width": 2500.0,
            "height": 2500.0,
            "weight": 9500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": 95.0,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": "33000",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-10",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 516,
            "refrigerants": [
                "R1224yd(Z)",
                "R1233zd(E)",
                "R1234ze(Z)",
                "R1336mzz(Z)",
                "R515B (R1234ze(E)/ 227ea)",
                "R600 (Butan)",
                "R600a (Isobutan)",
                "R601 (Pentan)",
                "R601a (Isopentan)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Dampf (Steam)",
                "feuchte Heißluft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SPH Sustainable Process Heat GmbH",
            "name": "LS2-2",
            "series": "ThermBooster",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2 bis 4",
            "circuit_configuration": "Verbund und/oder seriell",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 200.0,
            "max_thermal_capacity": 8000.0,
            "el_connection_voltage": null,
            "el_connection_phase": 3.0,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 160.0,
            "min_temp_source": 10.0,
            "max_temp_source": 120.0,
            "t_hub_max": 140.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": 550.0,
            "min_load": 16,
            "lifespan": 20,
            "length": 9500.0,
            "width": 2500.0,
            "height": 2500.0,
            "weight": 15750.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": 95.0,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": "52250",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-10",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 512,
            "refrigerants": [
                "R1224yd(Z)",
                "R1233zd(E)",
                "R1234ze(Z)",
                "R1336mzz(Z)",
                "R515B (R1234ze(E)/ 227ea)",
                "R600 (Butan)",
                "R600a (Isobutan)",
                "R601 (Pentan)",
                "R601a (Isopentan)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Dampf (Steam)",
                "feuchte Heißluft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SPH Sustainable Process Heat GmbH",
            "name": "LS3",
            "series": "ThermBooster",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1 bis 3",
            "circuit_configuration": "Verbund",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 200.0,
            "max_thermal_capacity": 8000.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 160.0,
            "min_temp_source": 10.0,
            "max_temp_source": 120.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": 420.0,
            "min_load": 11,
            "lifespan": 20,
            "length": 7000.0,
            "width": 2500.0,
            "height": 2500.0,
            "weight": 11500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": 95.0,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": "38500",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-10",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1071,
            "refrigerants": [
                "R718 (Wasser)"
            ],
            "sources": [
                "Dampf (Steam)"
            ],
            "manufacturer": "Spilling Technologies GmbH",
            "name": "Spilling Steam Compressor",
            "series": "Spilling Steam Compressor",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "BOT",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1000.0,
            "el_connection_voltage": 15000.0,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 280.0,
            "min_temp_source": 120.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "1-3",
            "filling_quantity": null,
            "min_load": 30,
            "lifespan": null,
            "length": null,
            "width": null,
            "height": null,
            "weight": 15000.0,
            "weight_max": 45000.0,
            "weight_description": "Gewicht Abhängig von Auslegung",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": "35-70",
            "room_height_requirements": null,
            "comment": "Kundenspezifische Auslegung als offene Dampfkompression oder geschlossene HTWP.",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://heatpumpingtechnologies.org/annex58/wp-content/uploads/sites/70/2022/07/hthpannex58suppliertechnologyspilling.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 518,
            "refrigerants": [
                "R718 (Wasser)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Star Refrigeration",
            "name": "Industrial Air Source Neatpump",
            "series": "Industrial Air Source Neatpump",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "möglich",
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": 300.0,
            "max_thermal_capacity": 1000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": "-",
            "n_compressor": null,
            "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": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.neatpumps.com/heatpumps/air-source-heatpumps/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 517,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Umweltwärme (Brine/Water)"
            ],
            "manufacturer": "Star Refrigeration",
            "name": "Water Source Neatpump",
            "series": "Water Source Neatpump",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Fernwärme, Prozesswärme, Prozessdampf",
            "min_thermal_capacity": 750.0,
            "max_thermal_capacity": 8000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 130.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter/Kolbenverdichter",
            "n_compressor": null,
            "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": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Auslegung bis 120 °C möglich.",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.neatpumps.com/heatpumps/water-source-heatpumps/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1072,
            "refrigerants": [
                "R717 (Ammoniak)",
                "R718 (Wasser)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Svenska Rotor Maskiner, SRM",
            "name": "Screw compressor for water vapor heat pump technology",
            "series": "Screw compressor for water vapor heat pump technology",
            "operation_mode": "H",
            "trl_min": 5,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": "Reihenschaltung",
            "circuit_infos": "Ammoniak- und Wasserkreislauf",
            "sink": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": 250.0,
            "max_thermal_capacity": 2000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 80.0,
            "max_flow_temperature": 165.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": 20,
            "length": null,
            "width": null,
            "height": null,
            "weight": 2500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": "6",
            "room_height_requirements": null,
            "comment": "Prototyp",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://heatpumpingtechnologies.org/annex58/wp-content/uploads/sites/70/2022/07/srmhthpannex58final.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 556,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "10.4",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 100.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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 2297.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 1700.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 611,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "101.2",
            "series": "OMEGA SKY OH/HPW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1136.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": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 4980.0,
            "width": 1300.0,
            "height": 2010.0,
            "weight": 5572.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 74.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Unterschiedliche Konfigurationen:\r\n\r\nOH: nicht umkehrbare Wärmepumpe\r\nHPW: Wärmepumpe, umkehrbar auf der Wasser\u0002seite\r\n/SLN: besonders schallgedämpft\r\n/LN: schallgedämpft\r\nLC: mit Fern-Wärmetauscher Quellenseite\r\nDC/: mit vollständiger Rückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 553,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "11.2",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 110.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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 4172.0,
            "width": 1200.0,
            "height": 2110.0,
            "weight": 1700.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 573,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "11.2",
            "series": "SIGMA SKY OH R7",
            "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": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 125.1,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 32,
            "lifespan": null,
            "length": 1490.0,
            "width": 795.0,
            "height": 1900.0,
            "weight": 635.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 63.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 612,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "116.2",
            "series": "OMEGA SKY OH/HPW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1309.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": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 4980.0,
            "width": 1300.0,
            "height": 2010.0,
            "weight": 5701.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": 75.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Unterschiedliche Konfigurationen:\r\n\r\nOH: nicht umkehrbare Wärmepumpe\r\nHPW: Wärmepumpe, umkehrbar auf der Wasser\u0002seite\r\n/SLN: besonders schallgedämpft\r\n/LN: schallgedämpft\r\nLC: mit Fern-Wärmetauscher Quellenseite\r\nDC/: mit vollständiger Rückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 574,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "12.2",
            "series": "SIGMA SKY OH R7",
            "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": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 140.2,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 1490.0,
            "width": 795.0,
            "height": 1900.0,
            "weight": 671.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 81.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 65.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 557,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "12.4",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 112.0,
            "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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 2297.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 1700.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 613,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "132.2",
            "series": "OMEGA SKY OH/HPW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1492.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": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 5250.0,
            "width": 1300.0,
            "height": 2010.0,
            "weight": 6031.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 76.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 554,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "14.2",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 141.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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 5170.0,
            "width": 1200.0,
            "height": 2110.0,
            "weight": 2000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 575,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "14.2",
            "series": "SIGMA SKY OH R7",
            "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": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 157.3,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 1490.0,
            "width": 795.0,
            "height": 1900.0,
            "weight": 677.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 82.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 66.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 614,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "143.2",
            "series": "OMEGA SKY OH/HPW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1606.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": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 5380.0,
            "width": 1350.0,
            "height": 2240.0,
            "weight": 6854.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": 77.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Unterschiedliche Konfigurationen:\r\n\r\nOH: nicht umkehrbare Wärmepumpe\r\nHPW: Wärmepumpe, umkehrbar auf der Wasser\u0002seite\r\n/SLN: besonders schallgedämpft\r\n/LN: schallgedämpft\r\nLC: mit Fern-Wärmetauscher Quellenseite\r\nDC/: mit vollständiger Rückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 576,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "15.2",
            "series": "SIGMA SKY OH R7",
            "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": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 174.8,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 1490.0,
            "width": 795.0,
            "height": 1900.0,
            "weight": 690.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 82.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 66.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 615,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "159.2",
            "series": "OMEGA SKY OH/HPW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1785.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": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 5380.0,
            "width": 1350.0,
            "height": 2240.0,
            "weight": 7045.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": 75.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Unterschiedliche Konfigurationen:\r\n\r\nOH: nicht umkehrbare Wärmepumpe\r\nHPW: Wärmepumpe, umkehrbar auf der Wasser\u0002seite\r\n/SLN: besonders schallgedämpft\r\n/LN: schallgedämpft\r\nLC: mit Fern-Wärmetauscher Quellenseite\r\nDC/: mit vollständiger Rückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 555,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "16.2",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 172.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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 5170.0,
            "width": 1200.0,
            "height": 2110.0,
            "weight": 2200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 580,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "16.4",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 189.1,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 2323.0,
            "width": 876.0,
            "height": 1990.0,
            "weight": 1069.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 79.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 61.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\n\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 577,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "17.2",
            "series": "SIGMA SKY OH R7",
            "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": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 199.9,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 1686.0,
            "width": 795.0,
            "height": 1900.0,
            "weight": 839.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 83.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 66.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 558,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "17.4",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 168.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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 2297.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 2000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 581,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "18.4",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 221.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 2323.0,
            "width": 876.0,
            "height": 1990.0,
            "weight": 1086.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 80.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 62.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\n\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 578,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "19.2",
            "series": "SIGMA SKY OH R7",
            "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": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 224.3,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 1686.0,
            "width": 795.0,
            "height": 1900.0,
            "weight": 943.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 85.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 68.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 559,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "19.4",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 192.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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 2297.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 2000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 579,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "20.2",
            "series": "SIGMA SKY OH R7",
            "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": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 232.2,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 1686.0,
            "width": 795.0,
            "height": 1900.0,
            "weight": 878.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 86.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 69.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 560,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "21.4",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 217.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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 2297.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 2100.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 582,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "21.4",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 250.5,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 21,
            "lifespan": null,
            "length": 2323.0,
            "width": 876.0,
            "height": 1990.0,
            "weight": 1185.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 82.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 64.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\n\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 583,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "24.4",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 279.6,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 2323.0,
            "width": 876.0,
            "height": 1990.0,
            "weight": 1244.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 83.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 65.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\n\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 593,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "25.1",
            "series": "OMEGA SKY Xi HPW",
            "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": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 272.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 64.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": 25,
            "lifespan": null,
            "length": 3700.0,
            "width": 1500.0,
            "height": 2050.0,
            "weight": 2215.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.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 81.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/omega-sky-xi/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 561,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "25.4",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 248.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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 5002.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 3500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 617,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "26.4",
            "series": "TETRIS SKY HP R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 259.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": 58.0,
            "min_temp_source": -20.0,
            "max_temp_source": 52.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 22,
            "lifespan": null,
            "length": 3838.0,
            "width": 2260.0,
            "height": 2476.0,
            "weight": 2612.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 84.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 52.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Konfigurationen:\r\nHP    Ausführung als reversible Wärmepumpe\r\nLN    Schallgedämpfte Einheit\r\nSLN  Extrem schallgedämpfte Einheit\r\nHAT  Ausführung für hohe Außenlufttemperaturen\r\nDS   Teilweise Wärmerückgewinnung\r\nDC   Vollständige Wärmerückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/luftgekuhlte-reversible-kaltemaschinen/tetris-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 584,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "27.4",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 314.7,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 22,
            "lifespan": null,
            "length": 2715.0,
            "width": 936.0,
            "height": 1996.0,
            "weight": 1370.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 84.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 66.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\n\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 618,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "28.4",
            "series": "TETRIS SKY HP R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 284.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": 58.0,
            "min_temp_source": -20.0,
            "max_temp_source": 52.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 3838.0,
            "width": 2260.0,
            "height": 2476.0,
            "weight": 2642.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 84.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 52.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Konfigurationen:\r\nHP    Ausführung als reversible Wärmepumpe\r\nLN    Schallgedämpfte Einheit\r\nSLN  Extrem schallgedämpfte Einheit\r\nHAT  Ausführung für hohe Außenlufttemperaturen\r\nDS   Teilweise Wärmerückgewinnung\r\nDC   Vollständige Wärmerückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/luftgekuhlte-reversible-kaltemaschinen/tetris-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 594,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "29.1",
            "series": "OMEGA SKY Xi HPW",
            "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": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 324.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 64.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": 25,
            "lifespan": null,
            "length": 3700.0,
            "width": 1500.0,
            "height": 2050.0,
            "weight": 2335.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.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 81.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/omega-sky-xi/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 562,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "29.4",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 269.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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 5002.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 3600.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 585,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "30.4",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 349.4,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 2175.0,
            "width": 936.0,
            "height": 1996.0,
            "weight": 1401.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 85.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 67.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\n\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 563,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "32.4",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 315.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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 5002.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 3900.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 619,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "34.4",
            "series": "TETRIS SKY HP R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 326.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": 58.0,
            "min_temp_source": -20.0,
            "max_temp_source": 52.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 22,
            "lifespan": null,
            "length": 3838.0,
            "width": 2260.0,
            "height": 2476.0,
            "weight": 2780.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 86.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 54.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Konfigurationen:\r\nHP    Ausführung als reversible Wärmepumpe\r\nLN    Schallgedämpfte Einheit\r\nSLN  Extrem schallgedämpfte Einheit\r\nHAT  Ausführung für hohe Außenlufttemperaturen\r\nDS   Teilweise Wärmerückgewinnung\r\nDC   Vollständige Wärmerückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/luftgekuhlte-reversible-kaltemaschinen/tetris-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 595,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "35.1",
            "series": "OMEGA SKY Xi HPW",
            "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": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 386.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 64.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": 25,
            "lifespan": null,
            "length": 3800.0,
            "width": 1550.0,
            "height": 2100.0,
            "weight": 2694.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.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 82.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/omega-sky-xi/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 586,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "35.4",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 400.5,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 23,
            "lifespan": null,
            "length": 2715.0,
            "width": 936.0,
            "height": 1996.0,
            "weight": 1673.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 86.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 68.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\n\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 564,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "36.4",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 346.7,
            "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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 5002.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 4000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 620,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "38.4",
            "series": "TETRIS SKY HP R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 379.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": 58.0,
            "min_temp_source": -20.0,
            "max_temp_source": 52.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 19,
            "lifespan": null,
            "length": 4992.0,
            "width": 2260.0,
            "height": 2476.0,
            "weight": 3366.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 88.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 56.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Konfigurationen:\r\nHP    Ausführung als reversible Wärmepumpe\r\nLN    Schallgedämpfte Einheit\r\nSLN  Extrem schallgedämpfte Einheit\r\nHAT  Ausführung für hohe Außenlufttemperaturen\r\nDS   Teilweise Wärmerückgewinnung\r\nDC   Vollständige Wärmerückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/luftgekuhlte-reversible-kaltemaschinen/tetris-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 596,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "40.1",
            "series": "OMEGA SKY Xi HPW",
            "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": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 432.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 64.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": 25,
            "lifespan": null,
            "length": 3800.0,
            "width": 1550.0,
            "height": 2100.0,
            "weight": 2832.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.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 82.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/omega-sky-xi/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 565,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "40.4",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 387.7,
            "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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 5002.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 4000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 587,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "40.4",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 460.5,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 19,
            "lifespan": null,
            "length": 2715.0,
            "width": 936.0,
            "height": 1996.0,
            "weight": 1704.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 71.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\n\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 621,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "40.4",
            "series": "TETRIS SKY HP R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 420.5,
            "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": 58.0,
            "min_temp_source": -20.0,
            "max_temp_source": 52.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 4992.0,
            "width": 2260.0,
            "height": 2476.0,
            "weight": 3500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 88.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 56.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Konfigurationen:\r\nHP    Ausführung als reversible Wärmepumpe\r\nLN    Schallgedämpfte Einheit\r\nSLN  Extrem schallgedämpfte Einheit\r\nHAT  Ausführung für hohe Außenlufttemperaturen\r\nDS   Teilweise Wärmerückgewinnung\r\nDC   Vollständige Wärmerückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/luftgekuhlte-reversible-kaltemaschinen/tetris-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 602,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "41.1",
            "series": "OMEGA SKY OH/HPW",
            "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": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 505.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": 63.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": 25,
            "lifespan": null,
            "length": 4090.0,
            "width": 900.0,
            "height": 1950.0,
            "weight": 2758.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 75.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Unterschiedliche Konfigurationen:\r\n\r\nOH: nicht umkehrbare Wärmepumpe\r\nHPW: Wärmepumpe, umkehrbar auf der Wasser\u0002seite\r\n/SLN: besonders schallgedämpft\r\n/LN: schallgedämpft\r\nLC: mit Fern-Wärmetauscher Quellenseite\r\nDC/: mit vollständiger Rückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 566,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "43.4",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 424.0,
            "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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 5002.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 4100.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 622,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "44.4",
            "series": "TETRIS SKY HP R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 459.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": 58.0,
            "min_temp_source": -20.0,
            "max_temp_source": 52.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 4992.0,
            "width": 2260.0,
            "height": 2476.0,
            "weight": 3670.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 88.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 56.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Konfigurationen:\r\nHP    Ausführung als reversible Wärmepumpe\r\nLN    Schallgedämpfte Einheit\r\nSLN  Extrem schallgedämpfte Einheit\r\nHAT  Ausführung für hohe Außenlufttemperaturen\r\nDS   Teilweise Wärmerückgewinnung\r\nDC   Vollständige Wärmerückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/luftgekuhlte-reversible-kaltemaschinen/tetris-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 588,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "45.4",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 521.6,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 2715.0,
            "width": 936.0,
            "height": 1996.0,
            "weight": 1907.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 72.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\n\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 597,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "47.1",
            "series": "OMEGA SKY Xi HPW",
            "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": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 491.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 64.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": 25,
            "lifespan": null,
            "length": 3800.0,
            "width": 1550.0,
            "height": 2100.0,
            "weight": 2987.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": 83.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/omega-sky-xi/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 623,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "47.5",
            "series": "TETRIS SKY HP R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 485.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": 58.0,
            "min_temp_source": -20.0,
            "max_temp_source": 52.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "5",
            "filling_quantity": null,
            "min_load": 24,
            "lifespan": null,
            "length": 6136.0,
            "width": 2260.0,
            "height": 2476.0,
            "weight": 4142.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 57.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Konfigurationen:\r\nHP    Ausführung als reversible Wärmepumpe\r\nLN    Schallgedämpfte Einheit\r\nSLN  Extrem schallgedämpfte Einheit\r\nHAT  Ausführung für hohe Außenlufttemperaturen\r\nDS   Teilweise Wärmerückgewinnung\r\nDC   Vollständige Wärmerückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/luftgekuhlte-reversible-kaltemaschinen/tetris-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 603,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "50.1",
            "series": "OMEGA SKY OH/HPW",
            "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": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 573.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": 63.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": 25,
            "lifespan": null,
            "length": 4690.0,
            "width": 900.0,
            "height": 1950.0,
            "weight": 2829.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 75.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Unterschiedliche Konfigurationen:\r\n\r\nOH: nicht umkehrbare Wärmepumpe\r\nHPW: Wärmepumpe, umkehrbar auf der Wasser\u0002seite\r\n/SLN: besonders schallgedämpft\r\n/LN: schallgedämpft\r\nLC: mit Fern-Wärmetauscher Quellenseite\r\nDC/: mit vollständiger Rückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 589,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "50.4",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 579.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 2715.0,
            "width": 936.0,
            "height": 1996.0,
            "weight": 2041.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 73.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\n\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 624,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "50.5",
            "series": "TETRIS SKY HP R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "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": null,
            "max_flow_temperature": 58.0,
            "min_temp_source": -20.0,
            "max_temp_source": 52.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "5",
            "filling_quantity": null,
            "min_load": 22,
            "lifespan": null,
            "length": 6136.0,
            "width": 2260.0,
            "height": 2476.0,
            "weight": 4335.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Konfigurationen:\r\nHP    Ausführung als reversible Wärmepumpe\r\nLN    Schallgedämpfte Einheit\r\nSLN  Extrem schallgedämpfte Einheit\r\nHAT  Ausführung für hohe Außenlufttemperaturen\r\nDS   Teilweise Wärmerückgewinnung\r\nDC   Vollständige Wärmerückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/luftgekuhlte-reversible-kaltemaschinen/tetris-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 567,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "51.6",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 519.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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 7383.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 6900.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 598,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "53.1",
            "series": "OMEGA SKY Xi HPW",
            "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": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 558.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 64.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": 25,
            "lifespan": null,
            "length": 3900.0,
            "width": 1550.0,
            "height": 2150.0,
            "weight": 3381.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": 82.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/omega-sky-xi/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 625,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "54.5",
            "series": "TETRIS SKY HP R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 579.5,
            "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": 58.0,
            "min_temp_source": -20.0,
            "max_temp_source": 52.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "5",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 7282.0,
            "width": 2260.0,
            "height": 2476.0,
            "weight": 4893.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Konfigurationen:\r\nHP    Ausführung als reversible Wärmepumpe\r\nLN    Schallgedämpfte Einheit\r\nSLN  Extrem schallgedämpfte Einheit\r\nHAT  Ausführung für hohe Außenlufttemperaturen\r\nDS   Teilweise Wärmerückgewinnung\r\nDC   Vollständige Wärmerückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/luftgekuhlte-reversible-kaltemaschinen/tetris-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 590,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "57.5",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 663.5,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 14,
            "lifespan": null,
            "length": 3330.0,
            "width": 936.0,
            "height": 1996.0,
            "weight": 2354.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 72.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 604,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "58.1",
            "series": "OMEGA SKY OH/HPW",
            "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": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 653.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": 63.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": 25,
            "lifespan": null,
            "length": 4120.0,
            "width": 900.0,
            "height": 1990.0,
            "weight": 3140.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": 75.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Unterschiedliche Konfigurationen:\r\n\r\nOH: nicht umkehrbare Wärmepumpe\r\nHPW: Wärmepumpe, umkehrbar auf der Wasser\u0002seite\r\n/SLN: besonders schallgedämpft\r\n/LN: schallgedämpft\r\nLC: mit Fern-Wärmetauscher Quellenseite\r\nDC/: mit vollständiger Rückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 599,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "60.1",
            "series": "OMEGA SKY Xi HPW",
            "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": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 626.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 64.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": 25,
            "lifespan": null,
            "length": 3900.0,
            "width": 1550.0,
            "height": 2150.0,
            "weight": 3509.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 102.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 83.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/omega-sky-xi/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 568,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "60.6",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 631.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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 7383.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 7500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 626,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "60.6",
            "series": "TETRIS SKY HP R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 611.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": 58.0,
            "min_temp_source": -20.0,
            "max_temp_source": 52.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 7282.0,
            "width": 2260.0,
            "height": 2476.0,
            "weight": 4953.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Konfigurationen:\r\nHP    Ausführung als reversible Wärmepumpe\r\nLN    Schallgedämpfte Einheit\r\nSLN  Extrem schallgedämpfte Einheit\r\nHAT  Ausführung für hohe Außenlufttemperaturen\r\nDS   Teilweise Wärmerückgewinnung\r\nDC   Vollständige Wärmerückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/luftgekuhlte-reversible-kaltemaschinen/tetris-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 608,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "63.2",
            "series": "OMEGA SKY OH/HPW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 727.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": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 4600.0,
            "width": 1300.0,
            "height": 1850.0,
            "weight": 4030.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 79.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Unterschiedliche Konfigurationen:\r\n\r\nOH: nicht umkehrbare Wärmepumpe\r\nHPW: Wärmepumpe, umkehrbar auf der Wasser\u0002seite\r\n/SLN: besonders schallgedämpft\r\n/LN: schallgedämpft\r\nLC: mit Fern-Wärmetauscher Quellenseite\r\nDC/: mit vollständiger Rückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 627,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "64.6",
            "series": "TETRIS SKY HP R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 657.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": 58.0,
            "min_temp_source": -20.0,
            "max_temp_source": 52.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 26,
            "lifespan": null,
            "length": 8430.0,
            "width": 2260.0,
            "height": 2476.0,
            "weight": 5520.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Konfigurationen:\r\nHP    Ausführung als reversible Wärmepumpe\r\nLN    Schallgedämpfte Einheit\r\nSLN  Extrem schallgedämpfte Einheit\r\nHAT  Ausführung für hohe Außenlufttemperaturen\r\nDS   Teilweise Wärmerückgewinnung\r\nDC   Vollständige Wärmerückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/luftgekuhlte-reversible-kaltemaschinen/tetris-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 591,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "65.6",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 749.3,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 3330.0,
            "width": 936.0,
            "height": 1996.0,
            "weight": 2575.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 73.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\n\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 605,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "66.1",
            "series": "OMEGA SKY OH/HPW",
            "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": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 739.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": 63.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": 25,
            "lifespan": null,
            "length": 4180.0,
            "width": 900.0,
            "height": 1990.0,
            "weight": 3193.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 76.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Unterschiedliche Konfigurationen:\r\n\r\nOH: nicht umkehrbare Wärmepumpe\r\nHPW: Wärmepumpe, umkehrbar auf der Wasser\u0002seite\r\n/SLN: besonders schallgedämpft\r\n/LN: schallgedämpft\r\nLC: mit Fern-Wärmetauscher Quellenseite\r\nDC/: mit vollständiger Rückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 569,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "68.8",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "4",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 693.7,
            "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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "8",
            "filling_quantity": null,
            "min_load": 13,
            "lifespan": null,
            "length": 9183.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 9200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 606,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "70.1",
            "series": "OMEGA SKY OH/HPW",
            "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": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 803.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": 63.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": 25,
            "lifespan": null,
            "length": 4180.0,
            "width": 900.0,
            "height": 2000.0,
            "weight": 3276.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Unterschiedliche Konfigurationen:\r\n\r\nOH: nicht umkehrbare Wärmepumpe\r\nHPW: Wärmepumpe, umkehrbar auf der Wasser\u0002seite\r\n/SLN: besonders schallgedämpft\r\n/LN: schallgedämpft\r\nLC: mit Fern-Wärmetauscher Quellenseite\r\nDC/: mit vollständiger Rückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 628,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "70.6",
            "series": "TETRIS SKY HP R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 702.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": 58.0,
            "min_temp_source": -20.0,
            "max_temp_source": 52.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 28,
            "lifespan": null,
            "length": 8430.0,
            "width": 2260.0,
            "height": 2476.0,
            "weight": 5757.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Konfigurationen:\r\nHP    Ausführung als reversible Wärmepumpe\r\nLN    Schallgedämpfte Einheit\r\nSLN  Extrem schallgedämpfte Einheit\r\nHAT  Ausführung für hohe Außenlufttemperaturen\r\nDS   Teilweise Wärmerückgewinnung\r\nDC   Vollständige Wärmerückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/luftgekuhlte-reversible-kaltemaschinen/tetris-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 600,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "72.1",
            "series": "OMEGA SKY Xi HPW",
            "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": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 765.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 64.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": 25,
            "lifespan": null,
            "length": 4100.0,
            "width": 1670.0,
            "height": 2300.0,
            "weight": 4260.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 102.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 83.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/omega-sky-xi/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 609,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "72.2",
            "series": "OMEGA SKY OH/HPW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 827.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": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 4600.0,
            "width": 1300.0,
            "height": 1850.0,
            "weight": 4115.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 73.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Unterschiedliche Konfigurationen:\r\n\r\nOH: nicht umkehrbare Wärmepumpe\r\nHPW: Wärmepumpe, umkehrbar auf der Wasser\u0002seite\r\n/SLN: besonders schallgedämpft\r\n/LN: schallgedämpft\r\nLC: mit Fern-Wärmetauscher Quellenseite\r\nDC/: mit vollständiger Rückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 570,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "75.8",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "4",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 768.0,
            "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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "8",
            "filling_quantity": null,
            "min_load": 13,
            "lifespan": null,
            "length": 9183.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 9300.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 607,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "79.1",
            "series": "OMEGA SKY OH/HPW",
            "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": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 891.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": 63.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": 25,
            "lifespan": null,
            "length": 4460.0,
            "width": 900.0,
            "height": 2000.0,
            "weight": 3353.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": 78.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Unterschiedliche Konfigurationen:\r\n\r\nOH: nicht umkehrbare Wärmepumpe\r\nHPW: Wärmepumpe, umkehrbar auf der Wasser\u0002seite\r\n/SLN: besonders schallgedämpft\r\n/LN: schallgedämpft\r\nLC: mit Fern-Wärmetauscher Quellenseite\r\nDC/: mit vollständiger Rückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 601,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "81.1",
            "series": "OMEGA SKY Xi HPW",
            "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": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 862.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 64.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": 25,
            "lifespan": null,
            "length": 4150.0,
            "width": 1670.0,
            "height": 2400.0,
            "weight": 4742.0,
            "weight_max": null,
            "weight_description": null,
            "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": 85.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/omega-sky-xi/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 571,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "82.8",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "4",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 832.7,
            "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": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "8",
            "filling_quantity": null,
            "min_load": 13,
            "lifespan": null,
            "length": 9183.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 9500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 610,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "88.2",
            "series": "OMEGA SKY OH/HPW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 987.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": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 5280.0,
            "width": 1300.0,
            "height": 1930.0,
            "weight": 5242.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 72.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Unterschiedliche Konfigurationen:\r\n\r\nOH: nicht umkehrbare Wärmepumpe\r\nHPW: Wärmepumpe, umkehrbar auf der Wasser\u0002seite\r\n/SLN: besonders schallgedämpft\r\n/LN: schallgedämpft\r\nLC: mit Fern-Wärmetauscher Quellenseite\r\nDC/: mit vollständiger Rückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 572,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "9.2",
            "series": "SIGMA SKY OH R7",
            "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": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 110.4,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 1490.0,
            "width": 795.0,
            "height": 1900.0,
            "weight": 590.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 77.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 61.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 616,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "OMEGA Sky LGW OH",
            "series": "OMEGA Sky LGW OH",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": 227.0,
            "max_thermal_capacity": 1096.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/omega-sky-lgw/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 592,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "TETRIS W Rev OH TB",
            "series": "TETRIS W Rev OH TB",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": 70.0,
            "max_thermal_capacity": 530.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": "Scrollverdichter",
            "n_compressor": "2-4",
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Nicht reversible Wasserwärmepumpe optimiert für Hochtemperaturanwendungen. 16 Größen verfügbar.",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/tetris-w-rev-oh-tb/?unit=m3h",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1184,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "140",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 140.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 4000.0,
            "width": 1100.0,
            "height": 2500.0,
            "weight": 1312.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1185,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "170",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 170.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 4000.0,
            "width": 1100.0,
            "height": 2500.0,
            "weight": 1355.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1186,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "230",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 230.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 19,
            "lifespan": null,
            "length": 3500.0,
            "width": 2150.0,
            "height": 2500.0,
            "weight": 2078.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 60.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1187,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "260",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 260.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "SCrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 3500.0,
            "width": 2150.0,
            "height": 2500.0,
            "weight": 2343.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 61.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1188,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "280",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 280.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 16,
            "lifespan": null,
            "length": 3500.0,
            "width": 2150.0,
            "height": 2500.0,
            "weight": 2458.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 61.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1189,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "300",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 300.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 24,
            "lifespan": null,
            "length": 4550.0,
            "width": 2150.0,
            "height": 2500.0,
            "weight": 2702.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 62.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1190,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "330",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 330.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 23,
            "lifespan": null,
            "length": 4550.0,
            "width": 2150.0,
            "height": 2500.0,
            "weight": 2887.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 63.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1191,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "360",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 360.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 4550.0,
            "width": 2150.0,
            "height": 2500.0,
            "weight": 3063.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 63.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1192,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "400",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 400.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 118.0,
            "min_load": 21,
            "lifespan": null,
            "length": 5620.0,
            "width": 2175.0,
            "height": 2500.0,
            "weight": 3769.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1193,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "450",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 450.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 139.0,
            "min_load": 25,
            "lifespan": null,
            "length": 5620.0,
            "width": 2175.0,
            "height": 2500.0,
            "weight": 3938.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1194,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "490",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 490.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "5",
            "filling_quantity": 142.0,
            "min_load": 24,
            "lifespan": null,
            "length": 6680.0,
            "width": 2175.0,
            "height": 2500.0,
            "weight": null,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": "4412",
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1195,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "530",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 530.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": 154.0,
            "min_load": 17,
            "lifespan": null,
            "length": 6680.0,
            "width": 2175.0,
            "height": 2500.0,
            "weight": 4744.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1196,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "580",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 580.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": 178.0,
            "min_load": 15,
            "lifespan": null,
            "length": 7760.0,
            "width": 2175.0,
            "height": 2500.0,
            "weight": 5214.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1197,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "620",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 620.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": 190.0,
            "min_load": 14,
            "lifespan": null,
            "length": 8800.0,
            "width": 2175.0,
            "height": 2500.0,
            "weight": 5554.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1198,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "670",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 670.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": 202.0,
            "min_load": 17,
            "lifespan": null,
            "length": 8800.0,
            "width": 2175.0,
            "height": 2500.0,
            "weight": 5691.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1199,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "750",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "4",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 750.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "8",
            "filling_quantity": 226.0,
            "min_load": 12,
            "lifespan": null,
            "length": 9950.0,
            "width": 2175.0,
            "height": 2500.0,
            "weight": 6790.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "8 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1200,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "800",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "4",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 800.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "8",
            "filling_quantity": 238.0,
            "min_load": 11,
            "lifespan": null,
            "length": 9950.0,
            "width": 2175.0,
            "height": 2500.0,
            "weight": 6985.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "8 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1201,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "850",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "4",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 850.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "8",
            "filling_quantity": 249.0,
            "min_load": 10,
            "lifespan": null,
            "length": 11000.0,
            "width": 2175.0,
            "height": 2500.0,
            "weight": 7231.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "8 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1202,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "900",
            "series": "SYSCROLL AIR EVO HP",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "4",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 900.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -13.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "8",
            "filling_quantity": 262.0,
            "min_load": 13,
            "lifespan": null,
            "length": 11000.0,
            "width": 2175.0,
            "height": 2500.0,
            "weight": 7408.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "8 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Die Einheiten können in 3 akustischen Versionen geliefert werden: \"Standard\", \"Low Noise\" und \"Super Low Noise\".",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-luftgekuhlt/syscroll-air-evo-hp",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1208,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "WQH 1004",
            "series": "WQH",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 331.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": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": 21.8,
            "min_load": 26,
            "lifespan": null,
            "length": 2250.0,
            "width": 1005.0,
            "height": 1850.0,
            "weight": 1603.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "2 unterschiedliche Schalloptionen möglich: Standard (STD) - Ohne Verdichtergehäuse; Super Low Noise (S) - Verdichtergehäuse mit zusätzlicher Schalldämmung zur Schallreduzierung",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-wasser-wasser/wqh",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1209,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "WQH 1104",
            "series": "WQH",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 376.6,
            "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": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": 24.4,
            "min_load": 23,
            "lifespan": null,
            "length": 2250.0,
            "width": 1005.0,
            "height": 1850.0,
            "weight": 1701.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "2 unterschiedliche Schalloptionen möglich: Standard (STD) - Ohne Verdichtergehäuse; Super Low Noise (S) - Verdichtergehäuse mit zusätzlicher Schalldämmung zur Schallreduzierung",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-wasser-wasser/wqh",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1210,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "WQH 1204",
            "series": "WQH",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 418.5,
            "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": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": 27.9,
            "min_load": 25,
            "lifespan": null,
            "length": 2250.0,
            "width": 1005.0,
            "height": 1850.0,
            "weight": 1807.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "2 unterschiedliche Schalloptionen möglich: Standard (STD) - Ohne Verdichtergehäuse; Super Low Noise (S) - Verdichtergehäuse mit zusätzlicher Schalldämmung zur Schallreduzierung",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-wasser-wasser/wqh",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1211,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "WQH 1404",
            "series": "WQH",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 477.5,
            "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": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": 30.4,
            "min_load": 23,
            "lifespan": null,
            "length": 2250.0,
            "width": 1005.0,
            "height": 1850.0,
            "weight": 1833.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 60.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "2 unterschiedliche Schalloptionen möglich: Standard (STD) - Ohne Verdichtergehäuse; Super Low Noise (S) - Verdichtergehäuse mit zusätzlicher Schalldämmung zur Schallreduzierung",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-wasser-wasser/wqh",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1212,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "WQH 1604",
            "series": "WQH",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 532.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": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": 30.4,
            "min_load": 25,
            "lifespan": null,
            "length": 2250.0,
            "width": 1005.0,
            "height": 1850.0,
            "weight": 1859.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 62.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "2 unterschiedliche Schalloptionen möglich: Standard (STD) - Ohne Verdichtergehäuse; Super Low Noise (S) - Verdichtergehäuse mit zusätzlicher Schalldämmung zur Schallreduzierung",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-wasser-wasser/wqh",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1203,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "WQH 524",
            "series": "WQH",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 170.2,
            "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": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": 9.0,
            "min_load": 25,
            "lifespan": null,
            "length": 2250.0,
            "width": 1005.0,
            "height": 1850.0,
            "weight": 1012.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 81.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 49.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "2 unterschiedliche Schalloptionen möglich: Standard (STD) - Ohne Verdichtergehäuse; Super Low Noise (S) - Verdichtergehäuse mit zusätzlicher Schalldämmung zur Schallreduzierung",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-wasser-wasser/wqh",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1204,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "WQH 604",
            "series": "WQH",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 201.1,
            "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": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": 11.4,
            "min_load": 25,
            "lifespan": null,
            "length": 2250.0,
            "width": 1005.0,
            "height": 1850.0,
            "weight": 1092.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 82.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 50.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "2 unterschiedliche Schalloptionen möglich: Standard (STD) - Ohne Verdichtergehäuse; Super Low Noise (S) - Verdichtergehäuse mit zusätzlicher Schalldämmung zur Schallreduzierung",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-wasser-wasser/wqh",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1205,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "WQH 704",
            "series": "WQH",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 231.8,
            "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": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": 13.1,
            "min_load": 21,
            "lifespan": null,
            "length": 2250.0,
            "width": 1005.0,
            "height": 1850.0,
            "weight": 1290.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 85.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 53.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "2 unterschiedliche Schalloptionen möglich: Standard (STD) - Ohne Verdichtergehäuse; Super Low Noise (S) - Verdichtergehäuse mit zusätzlicher Schalldämmung zur Schallreduzierung",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-wasser-wasser/wqh",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1206,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "WQH 804",
            "series": "WQH",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 256.5,
            "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": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": 13.9,
            "min_load": 25,
            "lifespan": null,
            "length": 2250.0,
            "width": 1005.0,
            "height": 1850.0,
            "weight": 1463.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 55.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "2 unterschiedliche Schalloptionen möglich: Standard (STD) - Ohne Verdichtergehäuse; Super Low Noise (S) - Verdichtergehäuse mit zusätzlicher Schalldämmung zur Schallreduzierung",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-wasser-wasser/wqh",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1207,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Systemair GmbH",
            "name": "WQH 904",
            "series": "WQH",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 295.6,
            "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": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": 17.3,
            "min_load": 22,
            "lifespan": null,
            "length": 2250.0,
            "width": 1005.0,
            "height": 1850.0,
            "weight": 1479.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "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": 57.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "2 unterschiedliche Schalloptionen möglich: Standard (STD) - Ohne Verdichtergehäuse; Super Low Noise (S) - Verdichtergehäuse mit zusätzlicher Schalldämmung zur Schallreduzierung",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.systemair.com/de-de/produkte/klimaanlage/kaltwassersatze-und-warmepumpen/warmepumpen-wasser-wasser/wqh",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1183,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Geothermie (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermia AB",
            "name": "Mega XL",
            "series": "Thermia Mega",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-16",
            "circuit_configuration": "Kaskadierbar",
            "circuit_infos": "1 Modul: 88 kW; 16 Module: 1406 kW",
            "sink": "Gebäudewärme",
            "min_thermal_capacity": 88.0,
            "max_thermal_capacity": 1408.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": -10.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": 9.0,
            "min_load": null,
            "lifespan": null,
            "length": 900.0,
            "width": 849.0,
            "height": 1744.0,
            "weight": 487.0,
            "weight_max": null,
            "weight_description": "pro Modul",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 50.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Kältemittelmenge, Gewicht und Maße beziehen sich auf ein Modul",
            "updated": "2025-02-06",
            "verified": false,
            "information_source": "https://germany.thermia.com/produkte/grosswaermepumpen-fuer-den-gewerblichen-einsatz/mega/",
            "information_source_archive": null,
            "information_source_date": "2025-02-06"
        },
        {
            "id": 1213,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Thermocold",
            "name": "AWA HP SEA/XEA",
            "series": "AWA HP SEA/XEA",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": 124.0,
            "max_thermal_capacity": 644.0,
            "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": -15.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "VERSIONS: H Heat pumps; D Energy versions; L/E Acoustic versions; B1/A2/B2/A2 Hydraulic versions; SB/SA - XB/XA Hydraulic versions with water tank",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.thermocold.it/index.php?option=com_content&view=article&id=547&Itemid=828&prodID=132&lang=en",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1214,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermocold",
            "name": "CWC HP XEA",
            "series": "CWC HP XEA",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": 59.0,
            "max_thermal_capacity": 837.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 61.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "geschlossenes Modul",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Low noise und Super Low noise Version,",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.thermocold.it/index.php?option=com_content&view=article&id=547&Itemid=828&prodID=119&lang=en",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1215,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermocold",
            "name": "CWC SHT",
            "series": "CWC SHT",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 37.0,
            "max_thermal_capacity": 550.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SL: Acoustic versions",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.thermocold.it/index.php?option=com_content&view=article&id=547&Itemid=828&prodID=129&lang=en",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1145,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "100G",
            "series": "HTHP G",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 104.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 36.3,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-02-04",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-03"
        },
        {
            "id": 1151,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "2.100G",
            "series": "HTHP G",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 208.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 72.6,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-02-04",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1175,
            "refrigerants": [
                "R1233zd(E)",
                "R245fa"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "2.200T",
            "series": "HTHP T",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": "Kann um MVR erweitert werden.",
            "sink": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 227.2,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 85.8,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Für höhere Dampftemperaturen um MVR erweiterbar.",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1152,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "2.230G",
            "series": "HTHP G",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 517.4,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 168.6,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-02-04",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-03"
        },
        {
            "id": 1176,
            "refrigerants": [
                "R1233zd(E)",
                "R245fa"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "2.300T",
            "series": "HTHP T",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": "Kann um MVR erweitert werden.",
            "sink": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 353.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 133.0,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Für höhere Dampftemperaturen um MVR erweiterbar.",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1153,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "2.410G",
            "series": "HTHP G",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 867.4,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 272.8,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-02-04",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-03"
        },
        {
            "id": 1177,
            "refrigerants": [
                "R1233zd(E)",
                "R245fa"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "2.410T",
            "series": "HTHP T",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": "Kann um MVR erweitert werden.",
            "sink": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 497.8,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 188.6,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Für höhere Dampftemperaturen um MVR erweiterbar.",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1154,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "2.470G",
            "series": "HTHP G",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 985.8,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 308.2,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-02-03",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1178,
            "refrigerants": [
                "R1233zd(E)",
                "R245fa"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "2.550T",
            "series": "HTHP T",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": "Kann um MVR erweitert werden.",
            "sink": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 670.8,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 248.2,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Für höhere Dampftemperaturen um MVR erweiterbar.",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1179,
            "refrigerants": [
                "R1233zd(E)",
                "R245fa"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "2.620T",
            "series": "HTHP T",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": "Kann um MVR erweitert werden.",
            "sink": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 757.6,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 280.0,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Für höhere Dampftemperaturen um MVR erweiterbar.",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1155,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "2.710G",
            "series": "HTHP G",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1489.4,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 459.8,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-02-03",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-03"
        },
        {
            "id": 1180,
            "refrigerants": [
                "R1233zd(E)",
                "R245fa"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "2.710T",
            "series": "HTHP T",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": "Kann um MVR erweitert werden.",
            "sink": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 879.2,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 325.0,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Für höhere Dampftemperaturen um MVR erweiterbar.",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1156,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "2.790G",
            "series": "HTHP G",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1641.4,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 498.8,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-02-04",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-03"
        },
        {
            "id": 1181,
            "refrigerants": [
                "R1233zd(E)",
                "R245fa"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "2.830T",
            "series": "HTHP T",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": "Kann um MVR erweitert werden.",
            "sink": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1042.2,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 384.2,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Für höhere Dampftemperaturen um MVR erweiterbar.",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1182,
            "refrigerants": [
                "R1233zd(E)",
                "R245fa"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "2.930T",
            "series": "HTHP T",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": "Kann um MVR erweitert werden.",
            "sink": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1164.8,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 428.8,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Für höhere Dampftemperaturen um MVR erweiterbar.",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1169,
            "refrigerants": [
                "R1233zd(E)",
                "R245fa"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "200T",
            "series": "HTHP T",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": "Kann um MVR erweitert werden.",
            "sink": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 113.6,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 42.9,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Für höhere Dampftemperaturen um MVR erweiterbar.",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1146,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "230G",
            "series": "HTHP G",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 258.7,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 84.3,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-02-04",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1170,
            "refrigerants": [
                "R1233zd(E)",
                "R245fa"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "300T",
            "series": "HTHP T",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": "Kann um MVR erweitert werden.",
            "sink": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 176.5,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 66.5,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Für höhere Dampftemperaturen um MVR erweiterbar.",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1147,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "410G",
            "series": "HTHP G",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 433.7,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 136.4,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-02-04",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1171,
            "refrigerants": [
                "R1233zd(E)",
                "R245fa"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "410T",
            "series": "HTHP T",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": "Kann um MVR erweitert werden.",
            "sink": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 248.9,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 94.3,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Für höhere Dampftemperaturen um MVR erweiterbar.",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1148,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "470G",
            "series": "HTHP G",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 492.9,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 154.1,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": 49.0,
            "max_temp_source": 90.0,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-02-03",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1172,
            "refrigerants": [
                "R1233zd(E)",
                "R245fa"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "550T",
            "series": "HTHP T",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": "Kann um MVR erweitert werden.",
            "sink": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 335.4,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 124.1,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Für höhere Dampftemperaturen um MVR erweiterbar.",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1173,
            "refrigerants": [
                "R1233zd(E)",
                "R245fa"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "620T",
            "series": "HTHP T",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": "Kann um MVR erweitert werden.",
            "sink": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 439.6,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 162.5,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Für höhere Dampftemperaturen um MVR erweiterbar.",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1149,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "710G",
            "series": "HTHP G",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 744.7,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 229.9,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-02-04",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1150,
            "refrigerants": [
                "R1234ze(E)"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "790G",
            "series": "HTHP G",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 820.7,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 249.4,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-02-04",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1174,
            "refrigerants": [
                "R1233zd(E)",
                "R245fa"
            ],
            "sources": [
                "Solarthermie (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Thermodraft IKE",
            "name": "830T",
            "series": "HTHP T",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": "Kann um MVR erweitert werden.",
            "sink": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 582.4,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 214.4,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": 40.0,
            "max_temp_source": 90.0,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug & play",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Für höhere Dampftemperaturen um MVR erweiterbar.",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://thermodraft.gr/products/high-temperature-heat-pumps",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1337,
            "refrigerants": [
                "R718 (Wasser)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Steam)"
            ],
            "manufacturer": "TLT-Turbo GmbH",
            "name": "Vapor Fans",
            "series": "Vapor Fans",
            "operation_mode": "H",
            "trl_min": 7,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "MVR",
            "n_circuits": null,
            "circuit_configuration": "Reihenschaltung von Ventillatoren",
            "circuit_infos": null,
            "sink": "Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 5000.0,
            "el_connection_voltage": 1000.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 170.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Turboventilator",
            "n_compressor": "unbegrenzte Anzahl möglich",
            "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": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Anlagenbau auf Fundament",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Kundenspezifischer Anlagenbau mit max. 11 K Temperaturhub pro Verdichter.\r\n\r\nBesonderheiten des TLT-Designs:\r\nDurch die eingesetzte Hybrid-Lagerung, wird keine Ölversorgung benötigt.\r\nDie hohe Steifigkeit der Lagerung ermöglicht es, die Maschine grundsätzlich im unterkritischen Drehzahlbereich zu betreiben.",
            "updated": "2025-03-17",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-03-17"
        },
        {
            "id": 630,
            "refrigerants": [
                "R718 (Wasser)"
            ],
            "sources": [
                "Dampf (Steam)"
            ],
            "manufacturer": "Tocircle Industries AS",
            "name": "MVR-1200",
            "series": "HIGH TEMPERATURE OPEN-LOOP HEAT PUMP",
            "operation_mode": "H",
            "trl_min": 7,
            "trl_max": 8,
            "trl_description": null,
            "circuit": "MVR",
            "n_circuits": null,
            "circuit_configuration": "Modulares Design",
            "circuit_infos": null,
            "sink": "Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2200.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 100.0,
            "max_flow_temperature": 188.0,
            "min_temp_source": 90.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Drehschieberverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5000.0,
            "width": 2000.0,
            "height": 2300.0,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://tocircle.com/solutions/#mvr",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 629,
            "refrigerants": [
                "R718 (Wasser)"
            ],
            "sources": [
                "Dampf (Steam)"
            ],
            "manufacturer": "Tocircle Industries AS",
            "name": "MVR-400",
            "series": "HIGH TEMPERATURE OPEN-LOOP HEAT PUMP",
            "operation_mode": "H",
            "trl_min": 7,
            "trl_max": 8,
            "trl_description": null,
            "circuit": "MVR",
            "n_circuits": null,
            "circuit_configuration": "Modulares Design",
            "circuit_infos": null,
            "sink": "Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 650.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 100.0,
            "max_flow_temperature": 188.0,
            "min_temp_source": 90.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Drehschieberverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5000.0,
            "width": 2000.0,
            "height": 2300.0,
            "weight": 8000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://tocircle.com/solutions/#mvr",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 849,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CMAF 080 SE SN",
            "series": "CMAF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 298.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 68.0,
            "min_temp_source": -18.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 97.0,
            "min_load": 25,
            "lifespan": null,
            "length": 4520.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 2835.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Teillastschritte",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 58.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "• 23 Größen mit Heizleistungen von 290 bis 680 kW \r\n• 3 Wirkungsgrade: SSE, SE und HE \r\n• 3 Akustikpakete: SN, LN, XLN",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=232",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 850,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CMAF 090 SE SN",
            "series": "CMAF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 331.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 68.0,
            "min_temp_source": -18.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 98.0,
            "min_load": 23,
            "lifespan": null,
            "length": 4520.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 2985.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "8 Teillastschritte",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 60.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "• 23 Größen mit Heizleistungen von 290 bis 680 kW \r\n• 3 Wirkungsgrade: SSE, SE und HE \r\n• 3 Akustikpakete: SN, LN, XLN",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=232",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 851,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CMAF 100 SE SN",
            "series": "CMAF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 368.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 68.0,
            "min_temp_source": -18.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 97.0,
            "min_load": 25,
            "lifespan": null,
            "length": 4520.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 3085.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Teillastschritte",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 61.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "• 23 Größen mit Heizleistungen von 290 bis 680 kW \r\n• 3 Wirkungsgrade: SSE, SE und HE \r\n• 3 Akustikpakete: SN, LN, XLN",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=232",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 852,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CMAF 110 SE SN",
            "series": "CMAF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 408.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 68.0,
            "min_temp_source": -18.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 97.0,
            "min_load": 21,
            "lifespan": null,
            "length": 4520.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 3230.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 62.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "• 23 Größen mit Heizleistungen von 290 bis 680 kW \r\n• 3 Wirkungsgrade: SSE, SE und HE \r\n• 3 Akustikpakete: SN, LN, XLN",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=232",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 853,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CMAF 130 SE SN",
            "series": "CMAF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 447.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 68.0,
            "min_temp_source": -18.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": 99.0,
            "min_load": 25,
            "lifespan": null,
            "length": 4520.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 3355.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Teillastschritte",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 63.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "• 23 Größen mit Heizleistungen von 290 bis 680 kW \r\n• 3 Wirkungsgrade: SSE, SE und HE \r\n• 3 Akustikpakete: SN, LN, XLN",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=232",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 854,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CMAF 140 SE SN",
            "series": "CMAF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 504.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 68.0,
            "min_temp_source": -18.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": 125.0,
            "min_load": 15,
            "lifespan": null,
            "length": 5645.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 3905.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "14 Teillaststufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 62.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "• 23 Größen mit Heizleistungen von 290 bis 680 kW \r\n• 3 Wirkungsgrade: SSE, SE und HE \r\n• 3 Akustikpakete: SN, LN, XLN",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=232",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 855,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CMAF 150 SE SN",
            "series": "CMAF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 537.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 68.0,
            "min_temp_source": -18.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": 125.0,
            "min_load": 17,
            "lifespan": null,
            "length": 5645.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 4125.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "14 Teillastschritte",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 63.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "• 23 Größen mit Heizleistungen von 290 bis 680 kW \r\n• 3 Wirkungsgrade: SSE, SE und HE \r\n• 3 Akustikpakete: SN, LN, XLN",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=232",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 856,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CMAF 165 SE SN",
            "series": "CMAF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 572.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 68.0,
            "min_temp_source": -18.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": 127.0,
            "min_load": 15,
            "lifespan": null,
            "length": 5645.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 4240.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Teillastschritte",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 64.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "• 23 Größen mit Heizleistungen von 290 bis 680 kW \r\n• 3 Wirkungsgrade: SSE, SE und HE \r\n• 3 Akustikpakete: SN, LN, XLN",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=232",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 857,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CMAF 180 SE SN",
            "series": "CMAF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 637.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 68.0,
            "min_temp_source": -18.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": 148.0,
            "min_load": 14,
            "lifespan": null,
            "length": 6770.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 4645.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "14 Teillastschritte",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 63.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "• 23 Größen mit Heizleistungen von 290 bis 680 kW \r\n• 3 Wirkungsgrade: SSE, SE und HE \r\n• 3 Akustikpakete: SN, LN, XLN",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=232",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 858,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CMAF 190 SE SN",
            "series": "CMAF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 673.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 68.0,
            "min_temp_source": -18.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": 149.0,
            "min_load": 17,
            "lifespan": null,
            "length": 6770.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 4755.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsschritte",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 97.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 64.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "• 23 Größen mit Heizleistungen von 290 bis 680 kW \r\n• 3 Wirkungsgrade: SSE, SE und HE \r\n• 3 Akustikpakete: SN, LN, XLN",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=232",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 812,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 055 HE EC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 178.9,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2505.0,
            "width": 1997.0,
            "height": 2412.0,
            "weight": 1549.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": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 794,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 055 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 178.9,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2505.0,
            "width": 1997.0,
            "height": 2412.0,
            "weight": 1549.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": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 813,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 060 HE EC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 202.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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2505.0,
            "width": 1997.0,
            "height": 2412.0,
            "weight": 1630.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 795,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 060 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 202.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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2505.0,
            "width": 1997.0,
            "height": 2412.0,
            "weight": 1630.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": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 814,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 061 HE EC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 218.1,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3255.0,
            "width": 2232.0,
            "height": 2531.0,
            "weight": 2044.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 796,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 061 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 218.1,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3255.0,
            "width": 2232.0,
            "height": 2531.0,
            "weight": 2044.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 815,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 070 HE EC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 240.1,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3255.0,
            "width": 2232.0,
            "height": 2531.0,
            "weight": 2044.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 797,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 070 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 240.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3255.0,
            "width": 2232.0,
            "height": 2531.0,
            "weight": 2044.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 816,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 074 HE EC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 266.9,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3255.0,
            "width": 2232.0,
            "height": 2531.0,
            "weight": 2030.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 798,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 074 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 266.8,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3255.0,
            "width": 2232.0,
            "height": 2531.0,
            "weight": 2030.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": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 817,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 075 HE EC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 274.7,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3255.0,
            "width": 2232.0,
            "height": 2531.0,
            "weight": 2190.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 799,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 075 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 274.4,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3255.0,
            "width": 2232.0,
            "height": 2531.0,
            "weight": 2190.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 818,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 080 HE AC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 297.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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4520.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 2885.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 800,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 080 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 288.6,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4520.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 2835.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 819,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 085 HE EC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 305.2,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3255.0,
            "width": 2232.0,
            "height": 2531.0,
            "weight": 2316.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 801,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 085 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 304.9,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3255.0,
            "width": 2232.0,
            "height": 2531.0,
            "weight": 2316.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 820,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 090 HE AC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 326.6,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4520.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 2984.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": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 802,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 090 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 318.6,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4520.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 2934.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": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 821,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 095 HE EC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 335.0,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3255.0,
            "width": 2232.0,
            "height": 2531.0,
            "weight": 2702.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": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 803,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 095 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 334.6,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3255.0,
            "width": 2232.0,
            "height": 2531.0,
            "weight": 2702.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": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 822,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 100 HE AC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 357.0,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4520.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 3138.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 804,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 100 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 349.1,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4520.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 3078.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 823,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 110 HE AC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 400.0,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4520.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 3228.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": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 805,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 110 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 392.4,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4520.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 3168.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": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 824,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 130 HE AC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 437.9,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4520.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 3295.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 806,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 130 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 430.6,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4520.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 3235.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 825,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 140 HE AC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 491.8,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5645.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 3956.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": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 807,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 140 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 483.0,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5645.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 3876.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": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 826,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 150 HE AC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 518.4,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5645.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 4140.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 808,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 150 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 510.3,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5645.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 4060.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 827,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 165 HE AC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 555.3,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5645.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 4180.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 809,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 165 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 547.8,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5645.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 4100.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 828,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 180 HE AC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 619.2,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6770.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 4639.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": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 810,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 180 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 610.4,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6770.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 4554.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": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 829,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 190 HE AC SN R454B",
            "series": "CXAF HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 657.0,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6770.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 4713.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": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 811,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXAF 190 SE AC SN R454B",
            "series": "CXAF SE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 649.2,
            "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": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6770.0,
            "width": 2200.0,
            "height": 2530.0,
            "weight": 4628.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": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "SE: Standard Efficiency \r\nHE: High Efficiency",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=216",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 631,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 025",
            "series": "CXWF",
            "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, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 104.4,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 1555.0,
            "width": 676.0,
            "height": 1417.0,
            "weight": 510.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 632,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 029",
            "series": "CXWF",
            "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, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 123.5,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 1755.0,
            "width": 810.0,
            "height": 1417.0,
            "weight": 692.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 633,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 033",
            "series": "CXWF",
            "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, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 142.9,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 1755.0,
            "width": 810.0,
            "height": 1417.0,
            "weight": 738.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 634,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 037",
            "series": "CXWF",
            "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, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 158.3,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 1755.0,
            "width": 810.0,
            "height": 1417.0,
            "weight": 747.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 635,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 041",
            "series": "CXWF",
            "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, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 173.2,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 1755.0,
            "width": 810.0,
            "height": 1417.0,
            "weight": 749.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 636,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 042",
            "series": "CXWF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 175.1,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2511.0,
            "width": 882.0,
            "height": 1652.0,
            "weight": 950.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 637,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 049",
            "series": "CXWF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 206.7,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2511.0,
            "width": 882.0,
            "height": 1652.0,
            "weight": 1043.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 638,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 056",
            "series": "CXWF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 243.3,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2511.0,
            "width": 882.0,
            "height": 1642.0,
            "weight": 1145.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 639,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 064",
            "series": "CXWF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 280.8,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2511.0,
            "width": 882.0,
            "height": 1844.0,
            "weight": 1348.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 640,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 072",
            "series": "CXWF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 311.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2511.0,
            "width": 882.0,
            "height": 1844.0,
            "weight": 1422.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 641,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 078",
            "series": "CXWF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 340.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2511.0,
            "width": 882.0,
            "height": 1844.0,
            "weight": 1425.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 642,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 088",
            "series": "CXWF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 377.1,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2511.0,
            "width": 882.0,
            "height": 1844.0,
            "weight": 1532.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 643,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 096",
            "series": "CXWF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 421.8,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2511.0,
            "width": 882.0,
            "height": 1844.0,
            "weight": 1808.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 644,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 112",
            "series": "CXWF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 484.8,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2511.0,
            "width": 882.0,
            "height": 1844.0,
            "weight": 1917.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 645,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 128",
            "series": "CXWF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 543.5,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2511.0,
            "width": 883.0,
            "height": 1953.0,
            "weight": 2038.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 646,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 144",
            "series": "CXWF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 635.9,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3914.0,
            "width": 883.0,
            "height": 1953.0,
            "weight": 2605.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 647,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 162",
            "series": "CXWF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 694.2,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3914.0,
            "width": 883.0,
            "height": 1953.0,
            "weight": 2649.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 648,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 176",
            "series": "CXWF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 751.3,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3914.0,
            "width": 883.0,
            "height": 1953.0,
            "weight": 2672.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 649,
            "refrigerants": [
                "R410A (R32/R125)",
                "R454B"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "CXWF 192",
            "series": "CXWF",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 792.3,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3914.0,
            "width": 883.0,
            "height": 1953.0,
            "weight": 2706.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=221",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 1407,
            "refrigerants": [
                "R1234ze(E)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Serverabwärme (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "GVWF 116 XSH G",
            "series": "GVWF",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Prozesswärme",
            "min_thermal_capacity": 154.0,
            "max_thermal_capacity": 383.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": 7.0,
            "max_temp_source": 35.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": "1",
            "filling_quantity": 106.0,
            "min_load": 40,
            "lifespan": null,
            "length": 2863.0,
            "width": 1127.0,
            "height": 1975.0,
            "weight": 2037.0,
            "weight_max": 2247.0,
            "weight_description": "Transportgewicht / Betriebsgewicht",
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN150",
            "condenser_outlet": "DN150",
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 74.0,
            "installation_type": "Innenaufstellung, Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-09-19",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-09-19"
        },
        {
            "id": 1411,
            "refrigerants": [
                "R1234ze(E)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "GVWF 116 XSH G",
            "series": "GVWF",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Prozesswärme",
            "min_thermal_capacity": 154.0,
            "max_thermal_capacity": 383.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": 7.0,
            "max_temp_source": 35.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": "1",
            "filling_quantity": 106.0,
            "min_load": 40,
            "lifespan": null,
            "length": 2863.0,
            "width": 1127.0,
            "height": 1975.0,
            "weight": 2037.0,
            "weight_max": 2247.0,
            "weight_description": "Transportgewicht / Betriebsgewicht",
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN150",
            "condenser_outlet": "DN150",
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 74.0,
            "installation_type": "Innenaufstellung, Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 1408,
            "refrigerants": [
                "R1234ze(E)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Serverabwärme (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "GVWF 226 XSH G",
            "series": "GVWF",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Prozesswärme",
            "min_thermal_capacity": 312.0,
            "max_thermal_capacity": 760.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": 7.0,
            "max_temp_source": 35.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": "2",
            "filling_quantity": 130.0,
            "min_load": 40,
            "lifespan": null,
            "length": 3036.0,
            "width": 1127.0,
            "height": 2299.0,
            "weight": 2168.0,
            "weight_max": 2505.0,
            "weight_description": "Transportgewicht / Betriebsgewicht",
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN150",
            "condenser_outlet": "DN150",
            "sound_power": 95.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 77.0,
            "installation_type": "Innenaufstellung, Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-09-19",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-09-19"
        },
        {
            "id": 1412,
            "refrigerants": [
                "R1234ze(E)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "GVWF 226 XSH G",
            "series": "GVWF",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Prozesswärme",
            "min_thermal_capacity": 312.0,
            "max_thermal_capacity": 760.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": 7.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": "2",
            "filling_quantity": 130.0,
            "min_load": 41,
            "lifespan": null,
            "length": 3036.0,
            "width": 1127.0,
            "height": 2299.0,
            "weight": 2168.0,
            "weight_max": 2505.0,
            "weight_description": "Transportgewicht / Betriebsgewicht",
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN150",
            "condenser_outlet": "DN150",
            "sound_power": 95.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 77.0,
            "installation_type": "Innenaufstellung, Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 1409,
            "refrigerants": [
                "R1234ze(E)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Serverabwärme (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "GVWF 326 XSH G",
            "series": "GVWF",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Prozesswärme",
            "min_thermal_capacity": 452.0,
            "max_thermal_capacity": 1129.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": 7.0,
            "max_temp_source": 35.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": "3",
            "filling_quantity": 292.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4718.0,
            "width": 1710.0,
            "height": 2032.0,
            "weight": 4297.0,
            "weight_max": 4683.0,
            "weight_description": "Transportgewicht / Betriebsgewicht",
            "evaporator_inlet": "DN150",
            "evaporator_outlet": "DN150",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN125",
            "condenser_outlet": "DN125",
            "sound_power": 97.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 77.0,
            "installation_type": "Innenaufstellung, Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-27",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-09-19"
        },
        {
            "id": 1413,
            "refrigerants": [
                "R1234ze(E)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "GVWF 326 XSH G",
            "series": "GVWF",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Prozesswärme",
            "min_thermal_capacity": 452.0,
            "max_thermal_capacity": 1129.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": 7.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": "3",
            "filling_quantity": 292.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4718.0,
            "width": 1710.0,
            "height": 2032.0,
            "weight": 4297.0,
            "weight_max": 4683.0,
            "weight_description": "Transportgewicht / Betriebsgewicht",
            "evaporator_inlet": "DN150",
            "evaporator_outlet": "DN150",
            "compressor_regulation": null,
            "condenser_inlet": "DN125",
            "condenser_outlet": "DN125",
            "sound_power": 97.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 77.0,
            "installation_type": "Innenaufstellung, Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 1410,
            "refrigerants": [
                "R1234ze(E)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Serverabwärme (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "GVWF 426 XSH G",
            "series": "GVWF",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Prozesswärme",
            "min_thermal_capacity": 618.0,
            "max_thermal_capacity": 1507.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": 7.0,
            "max_temp_source": 35.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": "4",
            "filling_quantity": 338.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4779.0,
            "width": 1808.0,
            "height": 2135.0,
            "weight": 5211.0,
            "weight_max": 5758.0,
            "weight_description": "Transportgewicht / Betriebsgewicht",
            "evaporator_inlet": "DN200",
            "evaporator_outlet": "DN200",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN150",
            "condenser_outlet": "DN150",
            "sound_power": 98.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 78.0,
            "installation_type": "Werksseitige Schalldämmung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-09-19",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-09-19"
        },
        {
            "id": 1414,
            "refrigerants": [
                "R1234ze(E)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "GVWF 426 XSH G",
            "series": "GVWF",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Prozesswärme",
            "min_thermal_capacity": 618.0,
            "max_thermal_capacity": 1507.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": 7.0,
            "max_temp_source": 35.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": "3",
            "filling_quantity": 338.0,
            "min_load": 41,
            "lifespan": null,
            "length": 4779.0,
            "width": 1808.0,
            "height": 2135.0,
            "weight": 5211.0,
            "weight_max": 5758.0,
            "weight_description": "Transportgewicht / Betriebsgewicht",
            "evaporator_inlet": "DN200",
            "evaporator_outlet": "DN200",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN150",
            "condenser_outlet": "DN150",
            "sound_power": 98.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 78.0,
            "installation_type": "Innenaufstellung, Containerlösung möglich",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 869,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTMG 120 XE R513A",
            "series": "RTMG",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 519.7,
            "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": -15.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5000.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 5870.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 99.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Duplex-Konfiguration möglich: Doppelte Heizleistung",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=233",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 1098,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTMG 140 XE R513A",
            "series": "RTMG",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 622.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": -15.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5000.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 5990.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 99.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Duplex-Konfiguration möglich: Doppelte Heizleistung",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=233",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 1099,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTMG 170 XE R513A",
            "series": "RTMG",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 742.2,
            "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": -15.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6180.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 6450.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 100.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Duplex-Konfiguration möglich: Doppelte Heizleistung",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/uk/equipment/product-details.html?prodId=233",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 1100,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTMG 200 XE R513A",
            "series": "RTMG",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 869.2,
            "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": -15.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7360.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 7130.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 101.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Duplex-Konfiguration möglich: Doppelte Heizleistung",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/uk/equipment/product-details.html?prodId=233",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 1101,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTMG 220 XE R513A",
            "series": "RTMG",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 967.2,
            "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": -15.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 8540.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 7670.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 104.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Duplex-Konfiguration möglich: Doppelte Heizleistung",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=233",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 1102,
            "refrigerants": [
                "R1234ze(E)",
                "R134a",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTWD",
            "series": "RTWD",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Prozesswärme",
            "min_thermal_capacity": 260.0,
            "max_thermal_capacity": 1140.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": null,
            "filling_quantity": null,
            "min_load": 15,
            "lifespan": null,
            "length": null,
            "width": null,
            "height": null,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Kompaktbauweise",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "3 verschiedene Effizienzklassen",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=124",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 1103,
            "refrigerants": [
                "R1234ze(E)",
                "R134a",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTWF - SE/HE",
            "series": "RTWF",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Bürogebäuden, Prozesswärme",
            "min_thermal_capacity": 385.0,
            "max_thermal_capacity": 2020.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 85.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 15,
            "lifespan": null,
            "length": null,
            "width": null,
            "height": null,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Direktantrieb mit niedriger Drehzahl",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "RTWF bietet 3 Effizienzniveaus:\r\nStandardeffizienz (SE),\r\nHohe Effizienz (HE),\r\nHohe saisonale Effizienz (HSE)",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=224",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 840,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 110 HSE-EC",
            "series": "RTXC HSE EC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 399.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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4720.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 4344.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 101.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 835,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 110 XE",
            "series": "RTXC XE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 386.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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4300.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 4220.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 100.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 830,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 110 XE-EC",
            "series": "RTXC XE EC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 396.7,
            "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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4300.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 4220.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 100.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 841,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 130 HSE-EC",
            "series": "RTXC HSE EC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 456.3,
            "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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4720.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 4396.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 105.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 842,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 140 HSE-EC",
            "series": "RTXC HSE EC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 503.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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4720.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 4396.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 102.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 843,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 160 HSE-EC",
            "series": "RTXC HSE EC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 549.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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7900.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 7251.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 102.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 836,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 160 XE",
            "series": "RTXC XE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 551.7,
            "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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7700.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 7020.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 102.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 831,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 160 XE-EC",
            "series": "RTXC XE EC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 548.7,
            "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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7700.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 7020.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 102.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 844,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 180 HSE-EC",
            "series": "RTXC HSE EC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 618.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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7900.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 7371.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 104.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 837,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 180 XE",
            "series": "RTXC XE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 644.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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7700.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 7140.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 103.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 832,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 180 XE-EC",
            "series": "RTXC XE EC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 643.9,
            "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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7700.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 7140.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 103.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 845,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 200 HSE-EC",
            "series": "RTXC HSE EC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 699.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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 8900.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 7759.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 102.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 838,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 200 XE",
            "series": "RTXC XE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 665.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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 8700.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 7501.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 101.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 833,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 200 XE-EC",
            "series": "RTXC XE EC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 672.7,
            "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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 8700.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 7501.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 101.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 846,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 220 HSE-EC",
            "series": "RTXC HSE EC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 802.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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 8900.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 7879.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 104.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 839,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 220 XE",
            "series": "RTXC XE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 765.9,
            "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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 8700.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 7621.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 102.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 834,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 220 XE-EC",
            "series": "RTXC XE EC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 798.7,
            "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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 8700.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 7621.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 102.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 847,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 250 HSE-EC",
            "series": "RTXC HSE EC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 891.3,
            "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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 8900.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 7965.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 108.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 848,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Trane Deutschland GmbH",
            "name": "RTXC 280 HSE-EC",
            "series": "RTXC HSE EC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1026.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": -12.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 8900.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 7965.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 105.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "XE: Kompressoren mit fester Drehzahl\r\nHSE: Inverterbetriebene Kompressoren",
            "updated": "2025-11-25",
            "verified": true,
            "information_source": "https://trane.eu/de/equipment/product-details.html?prodId=217",
            "information_source_archive": null,
            "information_source_date": "2025-11-25"
        },
        {
            "id": 870,
            "refrigerants": [
                "HC",
                "HFO"
            ],
            "sources": [
                "Abwärme (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Turboden S.p.A",
            "name": "Large Heat Pump",
            "series": "Large Heat Pump",
            "operation_mode": "H&C",
            "trl_min": 7,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "möglich",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 3000.0,
            "max_thermal_capacity": 30000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 200.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": null,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-15",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 871,
            "refrigerants": [
                "HFO",
                "HFO/HFKW"
            ],
            "sources": [
                "Sole (Brine/Water)"
            ],
            "manufacturer": "Viessmann Climate Solutions SE",
            "name": "BW 352.AHT058",
            "series": "Vitocal 350-HT PRO",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 133.3,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": "2",
            "filling_quantity": null,
            "min_load": 0,
            "lifespan": null,
            "length": 2153.0,
            "width": 911.0,
            "height": 1650.0,
            "weight": 1077.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-21",
            "verified": false,
            "information_source": "https://www.viessmann.de/de/wissen/technik-und-systeme/waermepumpe.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 872,
            "refrigerants": [
                "HFO",
                "HFO/HFKW"
            ],
            "sources": [
                "Sole (Brine/Water)"
            ],
            "manufacturer": "Viessmann Climate Solutions SE",
            "name": "BW 352.AHT071",
            "series": "Vitocal 350-HT PRO",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 174.7,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2153.0,
            "width": 911.0,
            "height": 1650.0,
            "weight": 1195.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-21",
            "verified": false,
            "information_source": "https://www.viessmann.de/de/wissen/technik-und-systeme/waermepumpe.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 874,
            "refrigerants": [
                "HFO",
                "HFO/HFKW"
            ],
            "sources": [
                "Sole (Brine/Water)"
            ],
            "manufacturer": "Viessmann Climate Solutions SE",
            "name": "BW 352.AHT084",
            "series": "Vitocal 350-HT PRO",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 202.2,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2153.0,
            "width": 911.0,
            "height": 1650.0,
            "weight": 1251.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-21",
            "verified": false,
            "information_source": "https://www.viessmann.de/de/wissen/technik-und-systeme/waermepumpe.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 873,
            "refrigerants": [
                "HFO",
                "HFO/HFKW"
            ],
            "sources": [
                "Sole (Brine/Water)"
            ],
            "manufacturer": "Viessmann Climate Solutions SE",
            "name": "BW 352.AHT096",
            "series": "Vitocal 350-HT PRO",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 234.4,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": null,
            "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": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-21",
            "verified": false,
            "information_source": "https://www.viessmann.de/de/wissen/technik-und-systeme/waermepumpe.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1105,
            "refrigerants": [
                "HFO",
                "HFO/HFKW"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Viessmann Climate Solutions SE",
            "name": "BW 352.AHT119",
            "series": "Vitocal 350-HT PRO",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 262.8,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2153.0,
            "width": 911.0,
            "height": 1650.0,
            "weight": 1426.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-21",
            "verified": false,
            "information_source": "https://www.viessmann.de/de/wissen/technik-und-systeme/waermepumpe.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1107,
            "refrigerants": [
                "HFO",
                "HFO/HFKW"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Viessmann Climate Solutions SE",
            "name": "BW 353.AHT126",
            "series": "Vitocal 350-HT PRO",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 303.3,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": "3",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2816.0,
            "width": 911.0,
            "height": 1650.0,
            "weight": 1779.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-21",
            "verified": false,
            "information_source": "https://www.viessmann.de/de/wissen/technik-und-systeme/waermepumpe.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1108,
            "refrigerants": [
                "HFO",
                "HFO/HFKW"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Viessmann Climate Solutions SE",
            "name": "BW 353.AHT147",
            "series": "Vitocal 350-HT PRO",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 351.5,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "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": "3",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2816.0,
            "width": 911.0,
            "height": 1650.0,
            "weight": 1865.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-21",
            "verified": false,
            "information_source": "https://www.viessmann.de/de/wissen/technik-und-systeme/waermepumpe.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 875,
            "refrigerants": [
                "R718 (Wasser)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)"
            ],
            "manufacturer": "Weel & Sandvig - Energy and Process Innovation Aps",
            "name": "WS Turbo",
            "series": "WS Turbo",
            "operation_mode": "H",
            "trl_min": 4,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "BOT",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozessdampf, Prozesswärme",
            "min_thermal_capacity": 1000.0,
            "max_thermal_capacity": 5000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 180.0,
            "min_temp_source": 80.0,
            "max_temp_source": 110.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": 20,
            "length": null,
            "width": null,
            "height": null,
            "weight": 700.0,
            "weight_max": null,
            "weight_description": "pro Verdichtermodul inkl. Frequenzumrichter",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": "2 (pro Modul)",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": false,
            "information_source": "https://heatpumpingtechnologies.org/annex58/wp-content/uploads/sites/70/2022/07/weel-and-sandvig-wsturbosteam.pdf",
            "information_source_archive": null,
            "information_source_date": null
        }
    ]
}