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

{
    "count": 1256,
    "next": "https://grosswaermepumpen-info.de/en-us/api/products/?format=api&limit=500&offset=1000",
    "previous": "https://grosswaermepumpen-info.de/en-us/api/products/?format=api&limit=500",
    "results": [
        {
            "id": 1092,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH",
            "name": "4608",
            "series": "HYDROCIAT LW",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": "unabhängige Kreisläufe",
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2001.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Halbhermetischer Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": 390.0,
            "min_load": 30,
            "lifespan": null,
            "length": 4790.0,
            "width": 1902.0,
            "height": 1515.0,
            "weight": 8699.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 102.0,
            "sound_pressure_1m": 83.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise",
            "updated": "2025-01-21",
            "verified": false,
            "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1112,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH",
            "name": "4628",
            "series": "HYDROCIAT LW",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": "unabhängige Kreisläufe",
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2019.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Halbhermetischer Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": 500.0,
            "min_load": 30,
            "lifespan": null,
            "length": 4832.0,
            "width": 2129.0,
            "height": 1562.0,
            "weight": 10946.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 102.0,
            "sound_pressure_1m": 83.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise",
            "updated": "2025-01-21",
            "verified": false,
            "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1030,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH",
            "name": "700V",
            "series": "DYNACIATPOWER LG",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 246.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 17.5,
            "min_load": 21,
            "lifespan": null,
            "length": 2099.0,
            "width": 996.0,
            "height": 1869.0,
            "weight": 1088.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Schallschutzausführung:\r\na - Ausführung STANDARD\r\nb - Ausführung LOW NOISE. Ummantelung der Verdichter\r\nc - Ausführung XTRA LOW NOISE. Schalldämmende Ummantelung der Verdichter",
            "updated": "2025-01-10",
            "verified": false,
            "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/dynaciatpower-lg/#accordionGroup",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1041,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH",
            "name": "708",
            "series": "HYDROCIAT LW",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 317.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 20.0,
            "max_flow_temperature": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Halbhermetischer Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 84.0,
            "min_load": 15,
            "lifespan": null,
            "length": 2724.0,
            "width": 928.0,
            "height": 1567.0,
            "weight": 2017.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": 78.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "31 Modelle von Baugröße 708 bis 4.628\r\n\r\nZwei Energieeffizienzausführungen:\r\nStandardleistungsversion (ST), 20 Baugrößen\r\nAusführung mit hoher Energieeffizienz (HE), 11 Baugrößen\r\n\r\nZwei Geräuschpegelausführungen:\r\nStandard\r\nLow Noise",
            "updated": "2025-01-21",
            "verified": false,
            "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1031,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH",
            "name": "800V",
            "series": "DYNACIATPOWER LG",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 293.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 20.5,
            "min_load": 25,
            "lifespan": null,
            "length": 2099.0,
            "width": 996.0,
            "height": 1869.0,
            "weight": 1205.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Schallschutzausführung:\r\na - Ausführung STANDARD\r\nb - Ausführung LOW NOISE. Ummantelung der Verdichter\r\nc - Ausführung XTRA LOW NOISE. Schalldämmende Ummantelung der Verdichter",
            "updated": "2025-01-10",
            "verified": false,
            "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/dynaciatpower-lg/#accordionGroup",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1074,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH",
            "name": "858",
            "series": "HYDROCIAT LW",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 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": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Halbhermetischer Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 80.0,
            "min_load": 15,
            "lifespan": null,
            "length": 2724.0,
            "width": 928.0,
            "height": 1567.0,
            "weight": 2036.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Connect Touch, elektronische Expansionsventile (EXV)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": 78.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "31 Modelle von Baugröße 708 bis 4.628 Zwei Energieeffizienzausführungen: Standardleistungsversion (ST), 20 Baugrößen Ausführung mit hoher Energieeffizienz (HE), 11 Baugrößen Zwei Geräuschpegelausführungen: Standard Low Noise",
            "updated": "2025-01-18",
            "verified": false,
            "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/hydrociat-lw-st-lw-he/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1032,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "CIAT Deutschland/Carrier Klimatechnik GmbH",
            "name": "900V",
            "series": "DYNACIATPOWER LG",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 335.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 32.8,
            "min_load": 21,
            "lifespan": null,
            "length": 2099.0,
            "width": 996.0,
            "height": 1869.0,
            "weight": 1246.0,
            "weight_max": null,
            "weight_description": "Betriebsgewicht",
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Schallschutzausführung:\r\na - Ausführung STANDARD\r\nb - Ausführung LOW NOISE. Ummantelung der Verdichter\r\nc - Ausführung XTRA LOW NOISE. Schalldämmende Ummantelung der Verdichter",
            "updated": "2025-01-10",
            "verified": false,
            "information_source": "https://www.ciat.com/de/de/produkte-und-systeme/waermepumpen-und-fluessigkeitskuehler/wassergekuehlte-fluessigkeitskuehler-und-waermepumpen/dynaciatpower-lg/#accordionGroup",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1327,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Clade Engineering Systems Ltd",
            "name": "Maple SN/200",
            "series": "MAPLE RANGE",
            "operation_mode": "H",
            "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": 200.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 80.0,
            "min_temp_source": -10.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3350.2,
            "width": 2400.0,
            "height": 2382.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": 67.0,
            "sound_pressure_10m": 55.0,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ebenfalls als geräuscharme Version (-5 Db(A)) erhältlich.",
            "updated": "2025-02-21",
            "verified": false,
            "information_source": "https://clade-es.com/products/commercial-heat-pumps/maple-heat-pump/",
            "information_source_archive": null,
            "information_source_date": "2025-02-20"
        },
        {
            "id": 1328,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Clade Engineering Systems Ltd",
            "name": "Maple SN/300",
            "series": "MAPLE RANGE",
            "operation_mode": "H",
            "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": null,
            "max_flow_temperature": 80.0,
            "min_temp_source": -10.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4750.2,
            "width": 2400.0,
            "height": 2382.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": 67.0,
            "sound_pressure_10m": 55.0,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ebenfalls als geräuscharme Version (-5 Db(A)) erhältlich.",
            "updated": "2025-02-21",
            "verified": false,
            "information_source": "https://clade-es.com/products/commercial-heat-pumps/maple-heat-pump/",
            "information_source_archive": null,
            "information_source_date": "2025-02-21"
        },
        {
            "id": 1329,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Clade Engineering Systems Ltd",
            "name": "Maple SN/400",
            "series": "MAPLE RANGE",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "MIX",
            "n_circuits": null,
            "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": null,
            "max_flow_temperature": 80.0,
            "min_temp_source": -10.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6150.2,
            "width": 2400.0,
            "height": 2382.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": 67.0,
            "sound_pressure_10m": 55.0,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ebenfalls als geräuscharme Version (-5 Db(A)) erhältlich.",
            "updated": "2025-02-21",
            "verified": false,
            "information_source": "https://clade-es.com/products/commercial-heat-pumps/maple-heat-pump/",
            "information_source_archive": null,
            "information_source_date": "2025-02-21"
        },
        {
            "id": 1330,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Clade Engineering Systems Ltd",
            "name": "Maple SN/500",
            "series": "MAPLE RANGE",
            "operation_mode": "H",
            "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": 500.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 80.0,
            "min_temp_source": -10.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7550.2,
            "width": 2400.0,
            "height": 2382.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": 67.0,
            "sound_pressure_10m": 55.0,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ebenfalls als geräuscharme Version (-5 Db(A)) erhältlich.",
            "updated": "2025-02-21",
            "verified": false,
            "information_source": "https://clade-es.com/products/commercial-heat-pumps/maple-heat-pump/",
            "information_source_archive": null,
            "information_source_date": "2025-02-21"
        },
        {
            "id": 141,
            "refrigerants": [
                "R1234yf",
                "R1234ze(Z)",
                "R245fa",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Combitherm GmbH",
            "name": "HWW 2/200",
            "series": "HWW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": "Kundenspezifischer Anlagenbau",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 100.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.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": 2600.0,
            "width": 1200.0,
            "height": 2100.0,
            "weight": 1500.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": "Innen, Außen, Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Auslegung erfolgt als kundenspezifischer Anlagenbau.",
            "updated": "2025-01-16",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 142,
            "refrigerants": [
                "R1234yf",
                "R1234ze(Z)",
                "R245fa",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Combitherm GmbH",
            "name": "HWW 2/220",
            "series": "HWW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": "Kundenspezifischer Anlagenbau",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 113.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.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": 2600.0,
            "width": 1200.0,
            "height": 2100.0,
            "weight": 1500.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": "Innen, Außen, Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Auslegung erfolgt als kundenspezifischer Anlagenbau.",
            "updated": "2025-01-16",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 143,
            "refrigerants": [
                "R1234yf",
                "R1234ze(Z)",
                "R245fa",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Combitherm GmbH",
            "name": "HWW 2/250",
            "series": "HWW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": "Kundenspezifischer Anlagenbau",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 131.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.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": 2600.0,
            "width": 1400.0,
            "height": 2100.0,
            "weight": 1700.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": "Innen, Außen, Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Auslegung erfolgt als kundenspezifischer Anlagenbau.",
            "updated": "2025-01-16",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 144,
            "refrigerants": [
                "R1234yf",
                "R1234ze(Z)",
                "R245fa",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Combitherm GmbH",
            "name": "HWW 2/300",
            "series": "HWW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": "Kundenspezifischer Anlagenbau",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 151.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.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": 2800.0,
            "width": 1400.0,
            "height": 2200.0,
            "weight": 1800.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": "Innen, Außen, Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Auslegung erfolgt als kundenspezifischer Anlagenbau.",
            "updated": "2025-01-16",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 145,
            "refrigerants": [
                "R1234yf",
                "R1234ze(Z)",
                "R245fa",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Combitherm GmbH",
            "name": "HWW 2/330",
            "series": "HWW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": "Kundenspezifischer Anlagenbau",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 170.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.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": 2800.0,
            "width": 1400.0,
            "height": 2200.0,
            "weight": 1900.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": "Innen, Außen, Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Auslegung erfolgt als kundenspezifischer Anlagenbau.",
            "updated": "2025-01-16",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 146,
            "refrigerants": [
                "R1234yf",
                "R1234ze(Z)",
                "R245fa",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Combitherm GmbH",
            "name": "HWW 2/350",
            "series": "HWW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": "Kundenspezifischer Anlagenbau",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 197.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.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": 2800.0,
            "width": 1400.0,
            "height": 2200.0,
            "weight": 1900.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": "Innen, Außen, Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Auslegung erfolgt als kundenspezifischer Anlagenbau.",
            "updated": "2025-01-16",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 147,
            "refrigerants": [
                "R1234yf",
                "R1234ze(Z)",
                "R245fa",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Combitherm GmbH",
            "name": "HWW 2/400",
            "series": "HWW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": "Kundenspezifischer Anlagenbau",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 226.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.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": 2800.0,
            "width": 1400.0,
            "height": 2200.0,
            "weight": 2000.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": "Innen, Außen, Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Auslegung erfolgt als kundenspezifischer Anlagenbau.",
            "updated": "2025-01-16",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 148,
            "refrigerants": [
                "R1234yf",
                "R1234ze(Z)",
                "R245fa",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Combitherm GmbH",
            "name": "HWW 2/500",
            "series": "HWW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": "Kundenspezifischer Anlagenbau",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 270.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.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": 2800.0,
            "width": 1400.0,
            "height": 2200.0,
            "weight": 2100.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": "Innen, Außen, Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Auslegung erfolgt als kundenspezifischer Anlagenbau.",
            "updated": "2025-01-16",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 136,
            "refrigerants": [
                "R1234yf",
                "R1234ze(Z)",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Combitherm GmbH",
            "name": "HWW 2/8593",
            "series": "HWW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": "Kundenspezifischer Anlagenbau",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1376.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.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": 4900.0,
            "width": 2000.0,
            "height": 2100.0,
            "weight": 6300.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": "Innen, Außen, Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Auslegung erfolgt als kundenspezifischer Anlagenbau.",
            "updated": "2025-01-16",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 137,
            "refrigerants": [
                "R1234yf",
                "R1234ze(Z)",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Combitherm GmbH",
            "name": "HWW 2/9553",
            "series": "HWW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": "Kundenspezifischer Anlagenbau",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1376.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.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": 4900.0,
            "width": 2000.0,
            "height": 2200.0,
            "weight": 7200.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": "Innen, Außen, Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Auslegung erfolgt als kundenspezifischer Anlagenbau.",
            "updated": "2025-01-16",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 138,
            "refrigerants": [
                "R1234yf",
                "R1234ze(Z)",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Combitherm GmbH",
            "name": "HWW 2/9563",
            "series": "HWW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": "Kundenspezifischer Anlagenbau",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1582.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.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": 4900.0,
            "width": 2000.0,
            "height": 2200.0,
            "weight": 7400.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": "Innen, Außen, Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Auslegung erfolgt als kundenspezifischer Anlagenbau.",
            "updated": "2025-01-16",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 139,
            "refrigerants": [
                "R1233zd(E)",
                "R1234yf",
                "R1234ze(Z)",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Combitherm GmbH",
            "name": "HWW 2/9573",
            "series": "HWW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": "Kundenspezifischer Anlagenbau",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1801.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.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": 4900.0,
            "width": 2000.0,
            "height": 2200.0,
            "weight": 7800.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": "Innen, Außen, Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Auslegung erfolgt als kundenspezifischer Anlagenbau.",
            "updated": "2025-01-16",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 140,
            "refrigerants": [
                "R1233zd(E)",
                "R1234yf",
                "R1234ze(Z)",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Combitherm GmbH",
            "name": "HWW 2/9583",
            "series": "HWW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": "Kundenspezifischer Anlagenbau",
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2071.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.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": 4900.0,
            "width": 2000.0,
            "height": 2200.0,
            "weight": 8500.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": "Innen, Außen, Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Auslegung erfolgt als kundenspezifischer Anlagenbau.",
            "updated": "2025-01-16",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 135,
            "refrigerants": [
                "HFKW",
                "HFO",
                "Natürlich"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Combitherm GmbH",
            "name": "Wärmepumpe",
            "series": "Wärmepumpe",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": "Kundenspezifischer Anlagenbau",
            "sink": null,
            "min_thermal_capacity": 30.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": 30.0,
            "max_flow_temperature": 80.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": 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": "Auslegung erfolgt als kundenspezifischer Anlagenbau.",
            "updated": "2025-01-16",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1344,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Copeland Europe GmbH",
            "name": "VQ95-1051",
            "series": "340er Serie",
            "operation_mode": "H&C",
            "trl_min": 8,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 5460.0,
            "el_connection_voltage": null,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter (Vilter Single Screw)",
            "n_compressor": "1",
            "filling_quantity": 230.0,
            "min_load": 20,
            "lifespan": null,
            "length": 6200.0,
            "width": 2300.0,
            "height": 2900.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Integrierte Schiebersteuerung plus optionale Drehzahlregelung",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": "42",
            "room_height_requirements": 3400.0,
            "comment": "",
            "updated": "2025-03-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-03-20"
        },
        {
            "id": 1345,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Copeland Europe GmbH",
            "name": "VQ95-1201",
            "series": "340er Serie",
            "operation_mode": "H&C",
            "trl_min": 8,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 5919.0,
            "el_connection_voltage": null,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter (Vilter Single Screw)",
            "n_compressor": "1",
            "filling_quantity": 230.0,
            "min_load": 20,
            "lifespan": null,
            "length": 6200.0,
            "width": 2300.0,
            "height": 2900.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Integrierte Schiebersteuerung plus optionale Drehzahlregelung",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": "42",
            "room_height_requirements": 3400.0,
            "comment": "",
            "updated": "2025-03-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-03-20"
        },
        {
            "id": 1338,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Copeland Europe GmbH",
            "name": "VQ95-291",
            "series": "240er Serie",
            "operation_mode": "H&C",
            "trl_min": 8,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1451.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter (Vilter Single Screw)",
            "n_compressor": "1",
            "filling_quantity": 150.0,
            "min_load": 20,
            "lifespan": null,
            "length": 5600.0,
            "width": 2000.0,
            "height": 2700.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Integrierte Schiebersteuerung plus optionale Drehzahlregelung",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": "37",
            "room_height_requirements": 3200.0,
            "comment": "",
            "updated": "2025-03-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-03-20"
        },
        {
            "id": 1339,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Copeland Europe GmbH",
            "name": "VQ95-341",
            "series": "240er Serie",
            "operation_mode": "H&C",
            "trl_min": 8,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1703.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter (Vilter Single Screw)",
            "n_compressor": "1",
            "filling_quantity": 150.0,
            "min_load": 20,
            "lifespan": null,
            "length": 5600.0,
            "width": 2000.0,
            "height": 2700.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Integrierte Schiebersteuerung plus optionale Drehzahlregelung",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": "37",
            "room_height_requirements": 3200.0,
            "comment": "",
            "updated": "2025-03-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-03-20"
        },
        {
            "id": 1340,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Copeland Europe GmbH",
            "name": "VQ95-451",
            "series": "240er Serie",
            "operation_mode": "H&C",
            "trl_min": 8,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2403.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter (Vilter Single Screw)",
            "n_compressor": "1",
            "filling_quantity": 150.0,
            "min_load": 20,
            "lifespan": null,
            "length": 5600.0,
            "width": 2000.0,
            "height": 2700.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Integrierte Schiebersteuerung plus optionale Drehzahlregelung",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": "37",
            "room_height_requirements": 3200.0,
            "comment": "",
            "updated": "2025-03-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-03-20"
        },
        {
            "id": 1341,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Copeland Europe GmbH",
            "name": "VQ95-601",
            "series": "240er Serie",
            "operation_mode": "H&C",
            "trl_min": 8,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2742.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter (Vilter Single Screw)",
            "n_compressor": "1",
            "filling_quantity": 150.0,
            "min_load": 20,
            "lifespan": null,
            "length": 5600.0,
            "width": 2000.0,
            "height": 2700.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Integrierte Schiebersteuerung plus optionale Drehzahlregelung",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": "37",
            "room_height_requirements": 3200.0,
            "comment": "",
            "updated": "2025-03-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-03-20"
        },
        {
            "id": 1342,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Copeland Europe GmbH",
            "name": "VQ95-791",
            "series": "340er Serie",
            "operation_mode": "H&C",
            "trl_min": 8,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 4150.0,
            "el_connection_voltage": null,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter (Vilter Single Screw)",
            "n_compressor": "1",
            "filling_quantity": 230.0,
            "min_load": 20,
            "lifespan": null,
            "length": 6200.0,
            "width": 2300.0,
            "height": 2900.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Integrierte Schiebersteuerung plus optionale Drehzahlregelung",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": "42",
            "room_height_requirements": 3400.0,
            "comment": "",
            "updated": "2025-03-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-03-20"
        },
        {
            "id": 1343,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Copeland Europe GmbH",
            "name": "VQ95-891",
            "series": "340er Serie",
            "operation_mode": "H&C",
            "trl_min": 8,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 4692.0,
            "el_connection_voltage": null,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter (Vilter Single Screw)",
            "n_compressor": "1",
            "filling_quantity": 230.0,
            "min_load": 20,
            "lifespan": null,
            "length": 6200.0,
            "width": 2300.0,
            "height": 2900.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Integrierte Schiebersteuerung plus optionale Drehzahlregelung",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": "42",
            "room_height_requirements": 3400.0,
            "comment": "",
            "updated": "2025-03-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-03-20"
        },
        {
            "id": 1067,
            "refrigerants": [
                "R702/R756"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ecop Technologies GmbH",
            "name": "K7.2.4",
            "series": "Rotations-Wärmepumpe",
            "operation_mode": "H&C",
            "trl_min": 7,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": "Single-Stage",
            "circuit_infos": "Geschlossener reverse Joule Cycle",
            "sink": null,
            "min_thermal_capacity": 250.0,
            "max_thermal_capacity": 700.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": 150.0,
            "min_temp_source": -15.0,
            "max_temp_source": 110.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Rotationsverdichtung + Radial-Ventilator",
            "n_compressor": "1",
            "filling_quantity": null,
            "min_load": 30,
            "lifespan": null,
            "length": null,
            "width": null,
            "height": null,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Rotor und Fan können unabhängig drehzahlgeregelt werden.",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": 84.0,
            "sound_pressure_10m": null,
            "installation_type": "Standard-Lösung (Sicherheitskältemittel A1)",
            "space_requirements": "35",
            "room_height_requirements": 2800.0,
            "comment": "",
            "updated": "2025-01-16",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1068,
            "refrigerants": [
                "GEN3"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ecop Technologies GmbH",
            "name": "K7.3.2",
            "series": "Rotations-Wärmepumpe",
            "operation_mode": "H&C",
            "trl_min": 6,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": "Single-Stage",
            "circuit_infos": "Geschlossener reverse Joule Cycle",
            "sink": null,
            "min_thermal_capacity": 350.0,
            "max_thermal_capacity": 700.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": 200.0,
            "min_temp_source": -50.0,
            "max_temp_source": 150.0,
            "t_hub_max": 100.0,
            "cop": null,
            "compressor": "Rotationsverdichtung + Radial-Ventilator",
            "n_compressor": "1",
            "filling_quantity": null,
            "min_load": 30,
            "lifespan": 20,
            "length": 6000.0,
            "width": 1500.0,
            "height": 2500.0,
            "weight": 9000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "80",
            "evaporator_outlet": "80",
            "compressor_regulation": "Rotor und Fan können unabhängig drehzahlgeregelt werden.",
            "condenser_inlet": "80",
            "condenser_outlet": "80",
            "sound_power": null,
            "sound_pressure_1m": 84.0,
            "sound_pressure_10m": null,
            "installation_type": "Standard-Lösung (Sicherheitskältemittel A1)",
            "space_requirements": "24",
            "room_height_requirements": 2800.0,
            "comment": "",
            "updated": "2025-01-16",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1377,
            "refrigerants": [
                "Edelgasge."
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ecop Technologies GmbH",
            "name": "RHP K7.3",
            "series": "Rotations-Wärmepumpe",
            "operation_mode": "H&C",
            "trl_min": 7,
            "trl_max": 8,
            "trl_description": "2 Pilotanlagen installiert, 3 kommerzielle Anlagen werden 2025 installiert",
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": "Kaskade möglich",
            "circuit_infos": null,
            "sink": "Gebäudewärme, Prozesswärme, Prozessdampf, Fernwärme, sehr flexibel",
            "min_thermal_capacity": 280.0,
            "max_thermal_capacity": 700.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": 497.0,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 200.0,
            "min_temp_source": -20.0,
            "max_temp_source": 135.0,
            "t_hub_max": 100.0,
            "cop": null,
            "compressor": "Integrale Rotationsverdichtung",
            "n_compressor": "1",
            "filling_quantity": 60.0,
            "min_load": 40,
            "lifespan": 20,
            "length": 6000.0,
            "width": 1800.0,
            "height": 2300.0,
            "weight": 10000.0,
            "weight_max": null,
            "weight_description": "inkl. Schaltschränke und Peripherie ohne Verrohrung zu Senke und Quelle",
            "evaporator_inlet": "DN80",
            "evaporator_outlet": "DN80",
            "compressor_regulation": "Drehzahlregelung Rotor für Hub Drehzahlregelung Ventilator für th. Leistung (unabhängig)",
            "condenser_inlet": "DN80",
            "condenser_outlet": "DN80",
            "sound_power": 75.0,
            "sound_pressure_1m": 78.0,
            "sound_pressure_10m": null,
            "installation_type": "Aufstellung in Maschinenraum",
            "space_requirements": "30",
            "room_height_requirements": 3.0,
            "comment": "",
            "updated": "2025-06-06",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-06-06"
        },
        {
            "id": 149,
            "refrigerants": [
                "R704 (Helium)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Enerin AS",
            "name": "HoegTemp UHT heat pump",
            "series": "HoegTemp UHT heat pump",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 7,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": "Stirling-Prozess",
            "sink": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": 300.0,
            "max_thermal_capacity": 10000.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": 250.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": 200.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": 20,
            "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-16",
            "verified": false,
            "information_source": "https://heatpumpingtechnologies.org/annex58/wp-content/uploads/sites/70/2022/07/enerin-hoegtemp.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 161,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Engie Refrigeration GmbH",
            "name": "HHR1000",
            "series": "thermeco2 HHR",
            "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": "Raumwärme, Nahwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "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": 90.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "mehrstufig",
            "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-16",
            "verified": false,
            "information_source": "https://www.engie-refrigeration.de/sites/engie-refrigeration/files/2022-10/2022-10-06_engie_broschuere-thermeco2_de.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 155,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Engie Refrigeration GmbH",
            "name": "HHR130",
            "series": "thermeco2 HHR",
            "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": "Raumwärme, Nahwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 130.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "mehrstufig",
            "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-16",
            "verified": false,
            "information_source": "https://www.engie-refrigeration.de/sites/engie-refrigeration/files/2022-10/2022-10-06_engie_broschuere-thermeco2_de.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 156,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Engie Refrigeration GmbH",
            "name": "HHR180",
            "series": "thermeco2 HHR",
            "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": "Raumwärme, Nahwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 180.0,
            "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": "mehrstufig",
            "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-16",
            "verified": false,
            "information_source": "https://www.engie-refrigeration.de/sites/engie-refrigeration/files/2022-10/2022-10-06_engie_broschuere-thermeco2_de.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 157,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Engie Refrigeration GmbH",
            "name": "HHR260",
            "series": "thermeco2 HHR",
            "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": "Raumwärme, Nahwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 260.0,
            "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": "mehrstufig",
            "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-16",
            "verified": false,
            "information_source": "https://www.engie-refrigeration.de/sites/engie-refrigeration/files/2022-10/2022-10-06_engie_broschuere-thermeco2_de.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 158,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Engie Refrigeration GmbH",
            "name": "HHR360",
            "series": "thermeco2 HHR",
            "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": "Raumwärme, Nahwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 360.0,
            "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": "mehrstufig",
            "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-16",
            "verified": false,
            "information_source": "https://www.engie-refrigeration.de/sites/engie-refrigeration/files/2022-10/2022-10-06_engie_broschuere-thermeco2_de.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 159,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Engie Refrigeration GmbH",
            "name": "HHR520",
            "series": "thermeco2 HHR",
            "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": "Raumwärme, Nahwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 520.0,
            "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": "mehrstufig",
            "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-16",
            "verified": false,
            "information_source": "https://www.engie-refrigeration.de/sites/engie-refrigeration/files/2022-10/2022-10-06_engie_broschuere-thermeco2_de.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 160,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Engie Refrigeration GmbH",
            "name": "HHR720",
            "series": "thermeco2 HHR",
            "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": "Raumwärme, Nahwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 720.0,
            "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": "mehrstufig",
            "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-16",
            "verified": false,
            "information_source": "https://www.engie-refrigeration.de/sites/engie-refrigeration/files/2022-10/2022-10-06_engie_broschuere-thermeco2_de.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 154,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Engie Refrigeration GmbH",
            "name": "HHR90",
            "series": "thermeco2 HHR",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 8,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Raumwärme, Nahwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 130.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 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-16",
            "verified": false,
            "information_source": "https://www.engie-refrigeration.de/sites/engie-refrigeration/files/2022-10/2022-10-06_engie_broschuere-thermeco2_de.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 152,
            "refrigerants": [
                "R1234ze(Z)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Serverabwärme (Brine/Water)"
            ],
            "manufacturer": "Engie Refrigeration GmbH",
            "name": "SPECTRUM Water",
            "series": "SPECTRUM Water",
            "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": 350.0,
            "max_thermal_capacity": 3100.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": "Turboverdichter",
            "n_compressor": "bis zu 6 Stufen",
            "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-16",
            "verified": false,
            "information_source": "https://www.engie-refrigeration.de/de/waermepumpen/spectrum-water-waermepumpe",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 153,
            "refrigerants": [
                "R1234ze(Z)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Sole (Brine/Water)"
            ],
            "manufacturer": "Engie Refrigeration GmbH",
            "name": "SPECTRUM Water Sole-Wasser",
            "series": "SPECTRUM Water Sole-Wasser",
            "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": 170.0,
            "max_thermal_capacity": 1060.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 50.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": "bis zu 6 Stufen",
            "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-16",
            "verified": false,
            "information_source": "https://www.engie-refrigeration.de/de/waermepumpen/spectrum-water-waermepumpe",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 162,
            "refrigerants": [
                "R718 (Wasser)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "feuchte Heißluft (Air)",
                "Kältemittel (Refrigerant)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "EPCON Evaporation Technology AS",
            "name": "MVR-HP",
            "series": "MVR-HP",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "BOT",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozessdampf, Wasser, andere Flüssigkeiten",
            "min_thermal_capacity": 200.0,
            "max_thermal_capacity": 100000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 60.0,
            "max_flow_temperature": 210.0,
            "min_temp_source": 50.0,
            "max_temp_source": 200.0,
            "t_hub_max": 120.0,
            "cop": null,
            "compressor": "Radialventilator, Kompaktventilator, Turboverdichter, Kolbengebläse",
            "n_compressor": "UNBEKANNT",
            "filling_quantity": null,
            "min_load": 70,
            "lifespan": 20,
            "length": null,
            "width": null,
            "height": null,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahl, Anströmwinkel",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Container, Betonfundament, Skid",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1326,
            "refrigerants": [
                "Natürlich"
            ],
            "sources": [
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "EQUANS Kältetechnik GmbH",
            "name": "Upgrader95°",
            "series": "Upgrader95°",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": null,
            "trl_description": "kundenspezifisch / Serie in Planung",
            "circuit": "CLO",
            "n_circuits": "kundenspezifisch",
            "circuit_configuration": "Kaskade",
            "circuit_infos": null,
            "sink": "Gebäudewärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": 500.0,
            "max_thermal_capacity": 25000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter, Schraubenverdichter, 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": "Drehzahlgeregelt oder Stufenregelung",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containterlösung, Split-Einheiten, Systembau  verfügbar",
            "space_requirements": "kundenspezifisch",
            "room_height_requirements": null,
            "comment": "Kundenspezifischer Anlagenbau",
            "updated": "2025-02-20",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-02-20"
        },
        {
            "id": 1227,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "170-2-2 PV",
            "series": "HERA HT R290",
            "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": 173.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3665.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 2800.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 86.0,
            "sound_pressure_1m": 67.0,
            "sound_pressure_10m": 54.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1216,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "200-2-2 PV",
            "series": "HERA BS R290",
            "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.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3665.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 2800.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 86.0,
            "sound_pressure_1m": 67.0,
            "sound_pressure_10m": 54.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise; 2 weitere Effizienzklassen erhältlich: HE, HE+",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1228,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "205-2-2 PV",
            "series": "HERA HT R290",
            "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": 202.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3665.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 2840.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.0,
            "sound_pressure_1m": 68.0,
            "sound_pressure_10m": 55.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1217,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "240-2-2 PV",
            "series": "HERA BS R290",
            "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": 239.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3665.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 2840.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.0,
            "sound_pressure_1m": 68.0,
            "sound_pressure_10m": 55.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise; 2 weitere Effizienzklassen erhältlich: HE, HE+",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1229,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "245-2-2 PV",
            "series": "HERA HT R290",
            "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": 240.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5230.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 3970.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.0,
            "sound_pressure_1m": 71.0,
            "sound_pressure_10m": 59.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1230,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "280-2-2 PV",
            "series": "HERA HT R290",
            "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": 279.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5230.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 3990.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": 72.0,
            "sound_pressure_10m": 60.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1218,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "305-2-2 PV",
            "series": "HERA BS R290",
            "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": 297.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5230.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 3970.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.0,
            "sound_pressure_1m": 71.0,
            "sound_pressure_10m": 59.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise; 2 weitere Effizienzklassen erhältlich: HE, HE+",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1231,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "310-2-2 PV",
            "series": "HERA HT R290",
            "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": 307.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5230.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 4180.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": 73.0,
            "sound_pressure_10m": 61.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1219,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "335-2-2 PV",
            "series": "HERA BS R290",
            "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": 333.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5230.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 3990.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": 72.0,
            "sound_pressure_10m": 60.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise; 2 weitere Effizienzklassen erhältlich: HE, HE+",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1232,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "365-3-3 PV",
            "series": "HERA HT R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "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": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "3",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7475.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 5960.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": 72.0,
            "sound_pressure_10m": 60.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1220,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "380-2-2 PV",
            "series": "HERA BS R290",
            "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": 377.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5230.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 4180.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": 73.0,
            "sound_pressure_10m": 61.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise; 2 weitere Effizienzklassen erhältlich: HE, HE+",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1233,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "425-3-3 PV",
            "series": "HERA HT R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 419.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "3",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7475.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 5960.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": 72.0,
            "sound_pressure_10m": 60.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1221,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "455-3-3 PV",
            "series": "HERA BS R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 446.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -20.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "3",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7475.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 5960.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": 72.0,
            "sound_pressure_10m": 60.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise; 2 weitere Effizienzklassen erhältlich: HE, HE+",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1234,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "465-3-3 PV",
            "series": "HERA HT R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 461.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "3",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7475.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 6250.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": 72.0,
            "sound_pressure_10m": 60.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1222,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "500-3-3 PV",
            "series": "HERA BS R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 499.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "3",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7475.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 5960.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": 72.0,
            "sound_pressure_10m": 60.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise; 2 weitere Effizienzklassen erhältlich: HE, HE+",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1235,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "510-3-3 PV",
            "series": "HERA HT R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 507.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "3",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7475.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 6290.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": 74.0,
            "sound_pressure_10m": 62.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1223,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "535-3-3 PV",
            "series": "HERA BS R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "GEbäudewä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": 30.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "3",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7475.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 6250.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": 72.0,
            "sound_pressure_10m": 60.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise; 2 weitere Effizienzklassen erhältlich: HE, HE+",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1236,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "560-4-4 PV",
            "series": "HERA HT R290",
            "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": 559.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 9615.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 7880.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": 74.0,
            "sound_pressure_10m": 62.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1224,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "565-3-3 PV",
            "series": "HERA BS R290",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "565-3-3 PV",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 566.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "3",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7475.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 6290.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": 74.0,
            "sound_pressure_10m": 62.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise; 2 weitere Effizienzklassen erhältlich: HE, HE+",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1237,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "620-4-4 PV",
            "series": "HERA HT R290",
            "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": 614.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 9615.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 8250.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": 74.0,
            "sound_pressure_10m": 62.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1225,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "665-4-4 PV",
            "series": "HERA BS R290",
            "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": 666.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 9615.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 7880.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": 74.0,
            "sound_pressure_10m": 62.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise; 2 weitere Effizienzklassen erhältlich: HE, HE+",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1238,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "680-4-4 PV",
            "series": "HERA HT R290",
            "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": 676.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 9615.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 8340.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": 74.0,
            "sound_pressure_10m": 63.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1226,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Euroklimat S.p.A.",
            "name": "720-4-4 PV",
            "series": "HERA BS R290",
            "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": 710.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 9615.0,
            "width": 2280.0,
            "height": 2550.0,
            "weight": 8340.0,
            "weight_max": null,
            "weight_description": "Transportgewicht - BP/LN/AS/EC/II Version",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": 74.0,
            "sound_pressure_10m": 63.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Dimension, Gewicht und Schallemissionen beziehen sich auf LN (Low Noise)-Version; Ebenfalls erhältlich: SL - Super Low Noise; XL - Extra Low Noise; 2 weitere Effizienzklassen erhältlich: HE, HE+",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://www.euroklimat.it/en/natural-cooling/#contatti",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 167,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "FENAGY A/S",
            "name": "CHC-1200",
            "series": "CHC-RANGE",
            "operation_mode": "H&C",
            "trl_min": 8,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "möglich",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1200.0,
            "el_connection_voltage": 4.0,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 85.0,
            "min_temp_source": -20.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "4-8",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2400.0,
            "width": 8000.0,
            "height": 1400.0,
            "weight": 7500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN80",
            "evaporator_outlet": "DN80",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN80",
            "condenser_outlet": "DN80",
            "sound_power": 101.0,
            "sound_pressure_1m": 40.0,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 168,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "FENAGY A/S",
            "name": "CHC-1800",
            "series": "CHC-RANGE",
            "operation_mode": "H&C",
            "trl_min": 8,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "möglich",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1800.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 85.0,
            "min_temp_source": -20.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2400.0,
            "width": 11000.0,
            "height": 1400.0,
            "weight": 12000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": 102.0,
            "sound_pressure_1m": 40.0,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 169,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "FENAGY A/S",
            "name": "CHC-2600",
            "series": "CHC-RANGE",
            "operation_mode": "H&C",
            "trl_min": 8,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "möglich",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2600.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 85.0,
            "min_temp_source": -20.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "8",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2400.0,
            "width": 12000.0,
            "height": 1600.0,
            "weight": 16000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN200",
            "evaporator_outlet": "DN200",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN200",
            "condenser_outlet": "DN200",
            "sound_power": 105.0,
            "sound_pressure_1m": 40.0,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 164,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "FENAGY A/S",
            "name": "H-1200",
            "series": "H-RANGE",
            "operation_mode": "H",
            "trl_min": 8,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "möglich",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1200.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 85.0,
            "min_temp_source": -20.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "4-8",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2400.0,
            "width": 8000.0,
            "height": 1400.0,
            "weight": 7500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN80",
            "evaporator_outlet": "DN80",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN80",
            "condenser_outlet": "DN80",
            "sound_power": 101.0,
            "sound_pressure_1m": 40.0,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 165,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "FENAGY A/S",
            "name": "H-1800",
            "series": "H-RANGE",
            "operation_mode": "H",
            "trl_min": 8,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "möglich",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1800.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 85.0,
            "min_temp_source": -20.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2400.0,
            "width": 11000.0,
            "height": 1400.0,
            "weight": 12000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": 102.0,
            "sound_pressure_1m": 40.0,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 166,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "FENAGY A/S",
            "name": "H-2600",
            "series": "H-RANGE",
            "operation_mode": "H",
            "trl_min": 8,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "möglich",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2600.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 85.0,
            "min_temp_source": -20.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "8",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2400.0,
            "width": 12000.0,
            "height": 1600.0,
            "weight": 16000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN200",
            "evaporator_outlet": "DN200",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN200",
            "condenser_outlet": "DN200",
            "sound_power": 105.0,
            "sound_pressure_1m": 40.0,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 163,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "FENAGY A/S",
            "name": "H-600",
            "series": "H-RANGE",
            "operation_mode": "H",
            "trl_min": 8,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "möglich",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 600.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 85.0,
            "min_temp_source": -20.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "3-4",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2400.0,
            "width": 5000.0,
            "height": 1400.0,
            "weight": 4500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN50",
            "evaporator_outlet": "DN50",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN50",
            "condenser_outlet": "DN50",
            "sound_power": 98.0,
            "sound_pressure_1m": 40.0,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 170,
            "refrigerants": [
                "R600 (Butan)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "FENAGY A/S",
            "name": "HCI-1000",
            "series": "HCI-RANGE",
            "operation_mode": "H",
            "trl_min": 8,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "möglich",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "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": 95.0,
            "min_temp_source": -5.0,
            "max_temp_source": 55.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 2800.0,
            "width": 3500.0,
            "height": 1600.0,
            "weight": 3500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "3 Leistungsstufen",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 171,
            "refrigerants": [
                "R600 (Butan)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "FENAGY A/S",
            "name": "HCI-3000",
            "series": "HCI-RANGE",
            "operation_mode": "H",
            "trl_min": 8,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "möglich",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 3000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 95.0,
            "min_temp_source": -5.0,
            "max_temp_source": 55.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "3",
            "filling_quantity": null,
            "min_load": 16,
            "lifespan": null,
            "length": 3000.0,
            "width": 4600.0,
            "height": 3200.0,
            "weight": 10000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN150",
            "evaporator_outlet": "DN150",
            "compressor_regulation": "9 Leistungsstufen",
            "condenser_inlet": "DN150",
            "condenser_outlet": "DN150",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 172,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "FENAGY A/S",
            "name": "HCP-1000",
            "series": "HCP-RANGE",
            "operation_mode": "H&C",
            "trl_min": 8,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "möglich",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 73.0,
            "min_temp_source": -30.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 2800.0,
            "width": 3500.0,
            "height": 1600.0,
            "weight": 3500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "3 Leistungsstufen",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-08",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 173,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "FENAGY A/S",
            "name": "HCP-3000",
            "series": "HCP-RANGE",
            "operation_mode": "H&C",
            "trl_min": 8,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "möglich",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 3000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 5.0,
            "max_flow_temperature": 73.0,
            "min_temp_source": -30.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "3",
            "filling_quantity": null,
            "min_load": 16,
            "lifespan": null,
            "length": 3000.0,
            "width": 4600.0,
            "height": 3200.0,
            "weight": 10000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN150",
            "evaporator_outlet": "DN150",
            "compressor_regulation": "9 Leistungsstufen",
            "condenser_inlet": "DN150",
            "condenser_outlet": "DN150",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2024-12-18",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1157,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "FläktGroup Deutschland GmbH",
            "name": "FGAS 4034 EG2",
            "series": "HeaMo Air",
            "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": "Heizwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 445.5,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 77.4,
            "min_load": 25,
            "lifespan": null,
            "length": 3905.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 3400.0,
            "weight_max": null,
            "weight_description": "Gilt für Geräte ohne Pumpenmodul(e)",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 64.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen: Standard; SL-Gerät – besonders leise Ausführung; HE HE-Gerät – hocheffiziente Ausführung",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://www.flaktgroup.com/de/products/luftklimatisierung-heizung/kaltwassererzeuger-und-warmepumpen/luftgekuhlte-kaltwassererzeuger-und-luft-wasser-warmepumpen-fur-aubenaufstellung/luft-wasser-warmep",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1158,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "FläktGroup Deutschland GmbH",
            "name": "FGAS 4036 EG2",
            "series": "HeaMo Air",
            "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": "Heizwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 468.8,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 93.6,
            "min_load": 25,
            "lifespan": null,
            "length": 3905.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 3490.0,
            "weight_max": null,
            "weight_description": "Gilt für Geräte ohne Pumpenmodul(e)",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 64.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen: Standard; SL-Gerät – besonders leise Ausführung; HE HE-Gerät – hocheffiziente Ausführung",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://www.flaktgroup.com/de/products/luftklimatisierung-heizung/kaltwassererzeuger-und-warmepumpen/luftgekuhlte-kaltwassererzeuger-und-luft-wasser-warmepumpen-fur-aubenaufstellung/luft-wasser-warmep",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1159,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "FläktGroup Deutschland GmbH",
            "name": "FGAS 4040 EG2",
            "series": "HeaMo Air",
            "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": "Heizwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 514.9,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichte",
            "n_compressor": "4",
            "filling_quantity": 93.6,
            "min_load": 25,
            "lifespan": null,
            "length": 3905.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 3530.0,
            "weight_max": null,
            "weight_description": "Gilt für Geräte ohne Pumpenmodul(e)",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 64.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen: Standard; SL-Gerät – besonders leise Ausführung; HE HE-Gerät – hocheffiziente Ausführung",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://www.flaktgroup.com/de/products/luftklimatisierung-heizung/kaltwassererzeuger-und-warmepumpen/luftgekuhlte-kaltwassererzeuger-und-luft-wasser-warmepumpen-fur-aubenaufstellung/luft-wasser-warmep",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1160,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "FläktGroup Deutschland GmbH",
            "name": "FGAS 6044 EG2",
            "series": "HeaMo Air",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Heizwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 581.4,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": 97.2,
            "min_load": 17,
            "lifespan": null,
            "length": 4515.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 4670.0,
            "weight_max": null,
            "weight_description": "Gilt für Geräte ohne Pumpenmodul(e)",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 64.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen: Standard; SL-Gerät – besonders leise Ausführung; HE HE-Gerät – hocheffiziente Ausführung",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://www.flaktgroup.com/de/products/luftklimatisierung-heizung/kaltwassererzeuger-und-warmepumpen/luftgekuhlte-kaltwassererzeuger-und-luft-wasser-warmepumpen-fur-aubenaufstellung/luft-wasser-warmep",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1161,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "FläktGroup Deutschland GmbH",
            "name": "FGAS 6050 EG2",
            "series": "HeaMo Air",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Heizwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 633.4,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": 108.0,
            "min_load": 17,
            "lifespan": null,
            "length": 5690.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 5030.0,
            "weight_max": null,
            "weight_description": "Gilt für Geräte ohne Pumpenmodul(e)",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 97.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 65.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen: Standard; SL-Gerät – besonders leise Ausführung; HE HE-Gerät – hocheffiziente Ausführung",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://www.flaktgroup.com/de/products/luftklimatisierung-heizung/kaltwassererzeuger-und-warmepumpen/luftgekuhlte-kaltwassererzeuger-und-luft-wasser-warmepumpen-fur-aubenaufstellung/luft-wasser-warmep",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1162,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "FläktGroup Deutschland GmbH",
            "name": "FGAS 6052 EG2",
            "series": "HeaMo Air",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Heizwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 681.2,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": 124.0,
            "min_load": 17,
            "lifespan": null,
            "length": 5690.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 5170.0,
            "weight_max": null,
            "weight_description": "Gilt für Geräte ohne Pumpenmodul(e)",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 97.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 65.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen: Standard; SL-Gerät – besonders leise Ausführung; HE HE-Gerät – hocheffiziente Ausführung",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://www.flaktgroup.com/de/products/luftklimatisierung-heizung/kaltwassererzeuger-und-warmepumpen/luftgekuhlte-kaltwassererzeuger-und-luft-wasser-warmepumpen-fur-aubenaufstellung/luft-wasser-warmep",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1163,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "FläktGroup Deutschland GmbH",
            "name": "FGAS 6054 EG2",
            "series": "HeaMo Air",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Heizwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 704.1,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.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": 5690.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 5230.0,
            "weight_max": null,
            "weight_description": "Gilt für Geräte ohne Pumpenmodul(e)",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 97.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 65.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen: Standard; SL-Gerät – besonders leise Ausführung; HE HE-Gerät – hocheffiziente Ausführung",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://www.flaktgroup.com/de/products/luftklimatisierung-heizung/kaltwassererzeuger-und-warmepumpen/luftgekuhlte-kaltwassererzeuger-und-luft-wasser-warmepumpen-fur-aubenaufstellung/luft-wasser-warmep",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1164,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "FläktGroup Deutschland GmbH",
            "name": "FGAS 6060 EG2.HE",
            "series": "HeaMo Air",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Heizwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 772.6,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "3",
            "filling_quantity": 142.0,
            "min_load": 17,
            "lifespan": null,
            "length": 7430.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 5840.0,
            "weight_max": null,
            "weight_description": "Gilt für Geräte ohne Pumpenmodul(e)",
            "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": 66.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "HE-Gerät – hocheffiziente Ausführung",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://www.flaktgroup.com/de/products/luftklimatisierung-heizung/kaltwassererzeuger-und-warmepumpen/luftgekuhlte-kaltwassererzeuger-und-luft-wasser-warmepumpen-fur-aubenaufstellung/luft-wasser-warmep",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1165,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "FläktGroup Deutschland GmbH",
            "name": "FGAS 8070 EG2.HE",
            "series": "HeaMo Air",
            "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": "Heizwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 890.9,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "8",
            "filling_quantity": 178.0,
            "min_load": 13,
            "lifespan": null,
            "length": 9780.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 7440.0,
            "weight_max": null,
            "weight_description": "Gilt für Geräte ohne Pumpenmodul(e)",
            "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": 66.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "HE-Gerät – hocheffiziente Ausführung",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://www.flaktgroup.com/de/products/luftklimatisierung-heizung/kaltwassererzeuger-und-warmepumpen/luftgekuhlte-kaltwassererzeuger-und-luft-wasser-warmepumpen-fur-aubenaufstellung/luft-wasser-warmep",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1166,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "FläktGroup Deutschland GmbH",
            "name": "FGAS 8073 EG2.HE",
            "series": "HeaMo Air",
            "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": "Heizwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 938.6,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "8",
            "filling_quantity": 190.0,
            "min_load": 13,
            "lifespan": null,
            "length": 9780.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 7640.0,
            "weight_max": null,
            "weight_description": "Gilt für Geräte ohne Pumpenmodul(e)",
            "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": 67.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "HE-Gerät – hocheffiziente Ausführung",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://www.flaktgroup.com/de/products/luftklimatisierung-heizung/kaltwassererzeuger-und-warmepumpen/luftgekuhlte-kaltwassererzeuger-und-luft-wasser-warmepumpen-fur-aubenaufstellung/luft-wasser-warmep",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1167,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "FläktGroup Deutschland GmbH",
            "name": "FGAS 8076 EG2.HE",
            "series": "HeaMo Air",
            "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": "Heizwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 983.8,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 190.0,
            "min_load": 13,
            "lifespan": null,
            "length": 9780.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 7680.0,
            "weight_max": null,
            "weight_description": "Gilt für Geräte ohne Pumpenmodul(e)",
            "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": 67.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "HE-Gerät – hocheffiziente Ausführung",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://www.flaktgroup.com/de/products/luftklimatisierung-heizung/kaltwassererzeuger-und-warmepumpen/luftgekuhlte-kaltwassererzeuger-und-luft-wasser-warmepumpen-fur-aubenaufstellung/luft-wasser-warmep",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1168,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "FläktGroup Deutschland GmbH",
            "name": "FGAS 8080 EG2.HE",
            "series": "HeaMo Air",
            "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": "Heizwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1030.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "8",
            "filling_quantity": 190.0,
            "min_load": 13,
            "lifespan": null,
            "length": 9780.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 7720.0,
            "weight_max": null,
            "weight_description": "Gilt für Geräte ohne Pumpenmodul(e)",
            "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": 67.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "HE-Gerät – hocheffiziente Ausführung",
            "updated": "2025-02-05",
            "verified": false,
            "information_source": "https://www.flaktgroup.com/de/products/luftklimatisierung-heizung/kaltwassererzeuger-und-warmepumpen/luftgekuhlte-kaltwassererzeuger-und-luft-wasser-warmepumpen-fur-aubenaufstellung/luft-wasser-warmep",
            "information_source_archive": null,
            "information_source_date": "2025-02-05"
        },
        {
            "id": 1069,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Friotherm Deutschland GmbH",
            "name": "Unitop",
            "series": "Unitop",
            "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": 300.0,
            "max_thermal_capacity": 20000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 92.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Turboverdichter, Schraubenverdichter",
            "n_compressor": "1-2",
            "filling_quantity": null,
            "min_load": 10,
            "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": "Kundenspezifisch geplant und ausgeführt.",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.friotherm.com/de/produkte/unitop/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 524,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Umweltwärme (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBH12M-WFAA",
            "series": "Open-type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 371.8,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 10,
            "lifespan": null,
            "length": 3800.0,
            "width": 2000.0,
            "height": 2400.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN50",
            "condenser_outlet": "DN50",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 525,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Umweltwärme (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBH16M-WFAA",
            "series": "Open-type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 699.6,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 10,
            "lifespan": null,
            "length": 4400.0,
            "width": 2200.0,
            "height": 2700.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN65",
            "condenser_outlet": "DN65",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 526,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Umweltwärme (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBH18M-WFAA",
            "series": "Open-type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1070.3,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 10,
            "lifespan": null,
            "length": 4700.0,
            "width": 2400.0,
            "height": 2800.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN150",
            "evaporator_outlet": "DN150",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN80",
            "condenser_outlet": "DN80",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 527,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Umweltwärme (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBH20M-WFAA",
            "series": "Open-type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1399.2,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 10,
            "lifespan": null,
            "length": 5100.0,
            "width": 2600.0,
            "height": 3000.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN200",
            "evaporator_outlet": "DN200",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 528,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Umweltwärme (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBH26M-WFAA",
            "series": "Open-type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2518.6,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 90.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 10,
            "lifespan": null,
            "length": 5500.0,
            "width": 2800.0,
            "height": 3200.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN250",
            "evaporator_outlet": "DN250",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN125",
            "condenser_outlet": "DN125",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 536,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL16M-WDAA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 744.9,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 4400.0,
            "width": 2150.0,
            "height": 2650.0,
            "weight": 6850.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 530,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL16M-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 411.0,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 3800.0,
            "width": 2250.0,
            "height": 2550.0,
            "weight": 6850.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 542,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL16M-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 447.6,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 3800.0,
            "width": 2250.0,
            "height": 2550.0,
            "weight": 6850.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 548,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL16M-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 816.9,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 4400.0,
            "width": 2150.0,
            "height": 2650.0,
            "weight": 6850.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 535,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL16S-WDAA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 599.5,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 4400.0,
            "width": 2100.0,
            "height": 2550.0,
            "weight": 6600.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 529,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL16S-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 336.9,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 3500.0,
            "width": 2200.0,
            "height": 2450.0,
            "weight": 6600.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 541,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL16S-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 357.0,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 3500.0,
            "width": 2200.0,
            "height": 2450.0,
            "weight": 6600.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 547,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL16S-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 657.4,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 4400.0,
            "width": 2100.0,
            "height": 2550.0,
            "weight": 6600.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 538,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL20M-WDAA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1529.0,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 5100.0,
            "width": 2275.0,
            "height": 2855.0,
            "weight": 9450.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 532,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL20M-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 853.7,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 4805.0,
            "width": 2350.0,
            "height": 2800.0,
            "weight": 10450.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 544,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL20M-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 929.3,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 4805.0,
            "width": 2350.0,
            "height": 2800.0,
            "weight": 10450.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 550,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL20M-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1676.9,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 5100.0,
            "width": 2275.0,
            "height": 2855.0,
            "weight": 9450.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 537,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL20S-WDAA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1182.2,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 4900.0,
            "width": 2250.0,
            "height": 2800.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 531,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL20S-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 610.0,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 4600.0,
            "width": 2300.0,
            "height": 2700.0,
            "weight": 9000.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 543,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL20S-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 714.8,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 4600.0,
            "width": 2300.0,
            "height": 2700.0,
            "weight": 9000.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 549,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL20S-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1296.4,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 4900.0,
            "width": 2250.0,
            "height": 2800.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 540,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL26M-WDAA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2915.1,
            "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": 10,
            "lifespan": null,
            "length": 5300.0,
            "width": 2400.0,
            "height": 2950.0,
            "weight": 18500.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 534,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL26M-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1633.9,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 5200.0,
            "width": 2500.0,
            "height": 2950.0,
            "weight": 16500.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 546,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL26M-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1778.6,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 5200.0,
            "width": 2500.0,
            "height": 2950.0,
            "weight": 16500.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 552,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL26M-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 3196.7,
            "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": 10,
            "lifespan": null,
            "length": 5300.0,
            "width": 2400.0,
            "height": 2950.0,
            "weight": 18500.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 539,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL26S-WDAA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2315.9,
            "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": 10,
            "lifespan": null,
            "length": 5255.0,
            "width": 2350.0,
            "height": 2930.0,
            "weight": 16200.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 533,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Grundwasser (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL26S-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1298.8,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 5155.0,
            "width": 2460.0,
            "height": 2930.0,
            "weight": 16000.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 545,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL26S-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1413.6,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "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": 10,
            "lifespan": null,
            "length": 5155.0,
            "width": 2460.0,
            "height": 2930.0,
            "weight": 16000.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 551,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBL26S-WDMA",
            "series": "Open-Type Screw Water Source Heat Pump Unit",
            "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": "Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2539.4,
            "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": 10,
            "lifespan": null,
            "length": 5255.0,
            "width": 2350.0,
            "height": 2930.0,
            "weight": 16200.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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 520,
            "refrigerants": [
                "R245fa"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBS12MWF ZANA",
            "series": "Open-type Steam Heat Pump Unit (125℃)",
            "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": "Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 145.0,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 125.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": 10,
            "lifespan": null,
            "length": 3800.0,
            "width": 2300.0,
            "height": 2500.0,
            "weight": 3100.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN50",
            "evaporator_outlet": "DN50",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN32",
            "condenser_outlet": "DN32",
            "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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 522,
            "refrigerants": [
                "R245fa"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBS16MWF ZANA",
            "series": "Open-type Steam Heat Pump Unit (125℃)",
            "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": "Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 375.0,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 125.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": 10,
            "lifespan": null,
            "length": 4500.0,
            "width": 2300.0,
            "height": 2500.0,
            "weight": 3700.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN50",
            "evaporator_outlet": "DN50",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN40",
            "condenser_outlet": "DN40",
            "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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 521,
            "refrigerants": [
                "R245fa"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBS16SWF ZANA",
            "series": "Open-type Steam Heat Pump Unit (125℃)",
            "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": "Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 297.0,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 125.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": 10,
            "lifespan": null,
            "length": 4100.0,
            "width": 2300.0,
            "height": 2500.0,
            "weight": 3200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN50",
            "evaporator_outlet": "DN50",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN32",
            "condenser_outlet": "DN32",
            "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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 523,
            "refrigerants": [
                "R245fa"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Fujian Snowman Co., Ltd. (SRMtec)",
            "name": "RBS20SWF ZANA",
            "series": "Open-type Steam Heat Pump Unit (125℃)",
            "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": "Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 586.0,
            "el_connection_voltage": 380.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 125.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": 10,
            "lifespan": null,
            "length": 5000.0,
            "width": 2300.0,
            "height": 3000.0,
            "weight": 4200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN65",
            "evaporator_outlet": "DN65",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN40",
            "condenser_outlet": "DN40",
            "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-16",
            "verified": false,
            "information_source": "https://www.srmtec.group/en/product/productlist.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 174,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Futraheat",
            "name": "Greensteam",
            "series": "Greensteam",
            "operation_mode": "H",
            "trl_min": 6,
            "trl_max": 7,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozessdampf",
            "min_thermal_capacity": 300.0,
            "max_thermal_capacity": 1500.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 70.0,
            "max_flow_temperature": 150.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": 60.0,
            "cop": null,
            "compressor": "Turboverdichter (TurboClaw)",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": 20,
            "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-16",
            "verified": false,
            "information_source": "https://heatpumpingtechnologies.org/annex58/wp-content/uploads/sites/70/2023/10/futraheat-annex-58-final.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 180,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "BA1500-RAMH",
            "series": "Blu-Red Fusion",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1950.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -14.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7500.0,
            "width": 3800.0,
            "height": 2400.0,
            "weight": 18325.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN125",
            "condenser_outlet": "DN125",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/chillers/gea-blu-red-fusion/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 189,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "BA1500-RAML",
            "series": "Blu-Red Fusion",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2050.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": -14.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7500.0,
            "width": 4000.0,
            "height": 2500.0,
            "weight": 23050.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN125",
            "condenser_outlet": "DN125",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/chillers/gea-blu-red-fusion/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 181,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "BA1800-RAML",
            "series": "Blu-Red Fusion",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2250.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -14.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7500.0,
            "width": 3800.0,
            "height": 2400.0,
            "weight": 20695.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN125",
            "condenser_outlet": "DN125",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/chillers/gea-blu-red-fusion/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 182,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "BA1800-RARM",
            "series": "Blu-Red Fusion",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2350.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -14.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7500.0,
            "width": 3800.0,
            "height": 2450.0,
            "weight": 21500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN125",
            "condenser_outlet": "DN125",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/chillers/gea-blu-red-fusion/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 190,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "BA1800-RARM",
            "series": "Blu-Red Fusion",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2360.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": -14.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7500.0,
            "width": 4000.0,
            "height": 2450.0,
            "weight": 26765.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN125",
            "condenser_outlet": "DN125",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/chillers/gea-blu-red-fusion/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 183,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "BA1800-RARN",
            "series": "Blu-Red Fusion",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2425.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -14.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7800.0,
            "width": 3800.0,
            "height": 2450.0,
            "weight": 22270.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN125",
            "condenser_outlet": "DN125",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/chillers/gea-blu-red-fusion/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 191,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "BA1800-RARN",
            "series": "Blu-Red Fusion",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2425.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": -14.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7800.0,
            "width": 4000.0,
            "height": 2450.0,
            "weight": 27450.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN125",
            "condenser_outlet": "DN125",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/chillers/gea-blu-red-fusion/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 187,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "BG1200-RAHG",
            "series": "Blu-Red Fusion",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1500.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": -14.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7100.0,
            "width": 3980.0,
            "height": 2500.0,
            "weight": 16515.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/chillers/gea-blu-red-fusion/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 188,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "BG1200-RAMH",
            "series": "Blu-Red Fusion",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1755.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": -14.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7300.0,
            "width": 4180.0,
            "height": 2500.0,
            "weight": 20930.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/chillers/gea-blu-red-fusion/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 179,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "BG1200-RG1100",
            "series": "Blu-Red Fusion",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1670.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -14.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6300.0,
            "width": 3980.0,
            "height": 2500.0,
            "weight": 19475.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/chillers/gea-blu-red-fusion/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 175,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "BG300-RG500",
            "series": "Blu-Red Fusion",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 425.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -14.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5000.0,
            "width": 3780.0,
            "height": 2250.0,
            "weight": 10415.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN80",
            "evaporator_outlet": "DN80",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN80",
            "condenser_outlet": "DN80",
            "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-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/chillers/gea-blu-red-fusion/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 184,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "BG450-RAEC",
            "series": "Blu-Red Fusion",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 625.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": -14.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6000.0,
            "width": 3780.0,
            "height": 2250.0,
            "weight": 12320.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/chillers/gea-blu-red-fusion/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 176,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "BG450-RG500",
            "series": "Blu-Red Fusion",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 625.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -14.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5300.0,
            "width": 3780.0,
            "height": 2250.0,
            "weight": 11355.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/chillers/gea-blu-red-fusion/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 185,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "BG600-RAED",
            "series": "Blu-Red Fusion",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 840.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": -14.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6000.0,
            "width": 3780.0,
            "height": 2250.0,
            "weight": 14380.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/chillers/gea-blu-red-fusion/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 177,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "BG600-RG800",
            "series": "Blu-Red Fusion",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 875.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -14.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5900.0,
            "width": 3780.0,
            "height": 2300.0,
            "weight": 14075.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/chillers/gea-blu-red-fusion/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 186,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "BG900-RAHE",
            "series": "Blu-Red Fusion",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1150.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": -14.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6000.0,
            "width": 3780.0,
            "height": 2350.0,
            "weight": 15150.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/chillers/gea-blu-red-fusion/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 178,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "BG900-RG800",
            "series": "Blu-Red Fusion",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1100.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -14.0,
            "max_temp_source": 25.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5900.0,
            "width": 3780.0,
            "height": 2300.0,
            "weight": 14385.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/chillers/gea-blu-red-fusion/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 211,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "GEA RedGenium 300",
            "series": "GEA RedGenium",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 555.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": 10.0,
            "max_temp_source": 34.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4900.0,
            "width": 1600.0,
            "height": 2250.0,
            "weight": 5655.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "D80",
            "evaporator_outlet": "D80",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "D80",
            "condenser_outlet": "D80",
            "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-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/compact-heatpump-small-heat-load-redgenium/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 207,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "GEA RedGenium 35",
            "series": "GEA RedGenium",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 205.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": 10.0,
            "max_temp_source": 34.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4500.0,
            "width": 1600.0,
            "height": 2250.0,
            "weight": 5050.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN80",
            "evaporator_outlet": "DN80",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN80",
            "condenser_outlet": "DN80",
            "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-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/compact-heatpump-small-heat-load-redgenium/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 214,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "GEA RedGenium 350",
            "series": "GEA RedGenium",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1195.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 95.0,
            "min_temp_source": 10.0,
            "max_temp_source": 34.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5900.0,
            "width": 1600.0,
            "height": 2250.0,
            "weight": 6960.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "D100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN80",
            "condenser_outlet": "DN80",
            "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-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/compact-heatpump-small-heat-load-redgenium/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 208,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "GEA RedGenium 45",
            "series": "GEA RedGenium",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 275.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": 10.0,
            "max_temp_source": 34.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4500.0,
            "width": 1600.0,
            "height": 2250.0,
            "weight": 5150.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN80",
            "evaporator_outlet": "DN80",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN80",
            "condenser_outlet": "DN80",
            "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-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/compact-heatpump-small-heat-load-redgenium/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 212,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "GEA RedGenium 450",
            "series": "GEA RedGenium",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 835.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": 10.0,
            "max_temp_source": 34.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5300.0,
            "width": 1600.0,
            "height": 2450.0,
            "weight": 6665.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "D100",
            "evaporator_outlet": "D100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "D80",
            "condenser_outlet": "D80",
            "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-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/compact-heatpump-small-heat-load-redgenium/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 209,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "GEA RedGenium 55",
            "series": "GEA RedGenium",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 345.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": 10.0,
            "max_temp_source": 34.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4700.0,
            "width": 1600.0,
            "height": 2250.0,
            "weight": 5355.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN80",
            "evaporator_outlet": "DN80",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN80",
            "condenser_outlet": "DN80",
            "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-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/compact-heatpump-small-heat-load-redgenium/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 215,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "GEA RedGenium 550",
            "series": "GEA RedGenium",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1775.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 95.0,
            "min_temp_source": 10.0,
            "max_temp_source": 34.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6100.0,
            "width": 1800.0,
            "height": 2450.0,
            "weight": 7280.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "D100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/compact-heatpump-small-heat-load-redgenium/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 213,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "GEA RedGenium 600",
            "series": "GEA RedGenium",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1120.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": 10.0,
            "max_temp_source": 34.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5700.0,
            "width": 1600.0,
            "height": 2450.0,
            "weight": 7380.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "D100",
            "evaporator_outlet": "D100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "D100",
            "condenser_outlet": "D100",
            "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-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/compact-heatpump-small-heat-load-redgenium/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 210,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "GEA RedGenium 65",
            "series": "GEA RedGenium",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 410.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": 10.0,
            "max_temp_source": 34.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4700.0,
            "width": 1600.0,
            "height": 2250.0,
            "weight": 5455.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN80",
            "evaporator_outlet": "DN80",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN80",
            "condenser_outlet": "DN80",
            "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-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/compact-heatpump-small-heat-load-redgenium/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 216,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "GEA RedGenium 750",
            "series": "GEA RedGenium",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2385.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 95.0,
            "min_temp_source": 10.0,
            "max_temp_source": 34.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6900.0,
            "width": 1800.0,
            "height": 2450.0,
            "weight": 8020.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "D125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/compact-heatpump-small-heat-load-redgenium/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 217,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "GEA RedGenium 950",
            "series": "GEA RedGenium",
            "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": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2995.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 95.0,
            "min_temp_source": 10.0,
            "max_temp_source": 34.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7200.0,
            "width": 1800.0,
            "height": 2450.0,
            "weight": 9070.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "D125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN125",
            "condenser_outlet": "DN125",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/compact-heatpump-small-heat-load-redgenium/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 192,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "RedAstrum EC",
            "series": "GEA RedAstrum",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 745.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": 10.0,
            "max_temp_source": 45.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6000.0,
            "width": 1600.0,
            "height": 2350.0,
            "weight": 7420.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/redastrum-ammonia-heatpump/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 193,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "RedAstrum ED",
            "series": "GEA RedAstrum",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 880.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": 10.0,
            "max_temp_source": 45.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7000.0,
            "width": 1800.0,
            "height": 2350.0,
            "weight": 7725.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/redastrum-ammonia-heatpump/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 200,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "RedAstrum EE",
            "series": "GEA RedAstrum",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 745.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": 10.0,
            "max_temp_source": 45.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6000.0,
            "width": 1600.0,
            "height": 2350.0,
            "weight": 6995.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/redastrum-ammonia-heatpump/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 201,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "RedAstrum GG",
            "series": "GEA RedAstrum",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Fernwärme, Prozesswärme, Gebäudewärme",
            "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": 55.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": 10.0,
            "max_temp_source": 45.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6000.0,
            "width": 1600.0,
            "height": 2350.0,
            "weight": 7400.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/redastrum-ammonia-heatpump/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 194,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "RedAstrum HE",
            "series": "GEA RedAstrum",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1095.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": 10.0,
            "max_temp_source": 45.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7000.0,
            "width": 1800.0,
            "height": 2450.0,
            "weight": 7945.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/redastrum-ammonia-heatpump/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 195,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "RedAstrum HG",
            "series": "GEA RedAstrum",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1300.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": 10.0,
            "max_temp_source": 45.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7000.0,
            "width": 1800.0,
            "height": 2450.0,
            "weight": 8465.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/redastrum-ammonia-heatpump/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 202,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "RedAstrum HH",
            "series": "GEA RedAstrum",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 880.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": 10.0,
            "max_temp_source": 45.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6000.0,
            "width": 1600.0,
            "height": 2450.0,
            "weight": 7705.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/redastrum-ammonia-heatpump/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 203,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "RedAstrum LL",
            "series": "GEA RedAstrum",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 780.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": 10.0,
            "max_temp_source": 45.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6000.0,
            "width": 1600.0,
            "height": 2450.0,
            "weight": 7915.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/redastrum-ammonia-heatpump/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 196,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "RedAstrum MH",
            "series": "GEA RedAstrum",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1690.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": 10.0,
            "max_temp_source": 45.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7300.0,
            "width": 1800.0,
            "height": 2450.0,
            "weight": 9185.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN125",
            "condenser_outlet": "DN125",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/redastrum-ammonia-heatpump/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 197,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "RedAstrum ML",
            "series": "GEA RedAstrum",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1940.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": 10.0,
            "max_temp_source": 45.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7600.0,
            "width": 1800.0,
            "height": 2450.0,
            "weight": 10205.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN125",
            "condenser_outlet": "DN125",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/redastrum-ammonia-heatpump/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 204,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "RedAstrum MM",
            "series": "GEA RedAstrum",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1095.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": 10.0,
            "max_temp_source": 45.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7300.0,
            "width": 1800.0,
            "height": 2450.0,
            "weight": 8725.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/redastrum-ammonia-heatpump/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 205,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "RedAstrum NN",
            "series": "GEA RedAstrum",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 985.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": 10.0,
            "max_temp_source": 45.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7300.0,
            "width": 1800.0,
            "height": 2450.0,
            "weight": 9945.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/redastrum-ammonia-heatpump/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 198,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "RedAstrum RM",
            "series": "GEA RedAstrum",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2380.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": 10.0,
            "max_temp_source": 45.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7900.0,
            "width": 2000.0,
            "height": 2450.0,
            "weight": 11540.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN125",
            "condenser_outlet": "DN125",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/redastrum-ammonia-heatpump/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 199,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "RedAstrum RN",
            "series": "GEA RedAstrum",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2910.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": 10.0,
            "max_temp_source": 45.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7900.0,
            "width": 2000.0,
            "height": 2450.0,
            "weight": 12860.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN125",
            "condenser_outlet": "DN125",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/redastrum-ammonia-heatpump/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 206,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Germany GmbH",
            "name": "RedAstrum RR",
            "series": "GEA RedAstrum",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1300.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 55.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": 10.0,
            "max_temp_source": 45.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7600.0,
            "width": 2000.0,
            "height": 2450.0,
            "weight": 11260.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN125",
            "evaporator_outlet": "DN125",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN125",
            "condenser_outlet": "DN125",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-16",
            "verified": false,
            "information_source": "https://www.gea.com/de/products/heat-pumps/redastrum-ammonia-heatpump/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 218,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "GEA Refrigeration Netherlands",
            "name": "CO2 Heat Pump",
            "series": "CO2 Heat Pump",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 8,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme, Fernwärme",
            "min_thermal_capacity": 100.0,
            "max_thermal_capacity": 1200.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 90.0,
            "max_flow_temperature": 130.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": 15,
            "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-16",
            "verified": false,
            "information_source": "https://heatpumpingtechnologies.org/annex58/wp-content/uploads/sites/70/2022/07/hthpannex58suppliertechnologygea.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1048,
            "refrigerants": [
                "HC",
                "HFO"
            ],
            "sources": [
                "Abwärme (Steam)",
                "Dampf (Steam)"
            ],
            "manufacturer": "Heaten Germany GmbH",
            "name": "HBL16-S/S",
            "series": "HBL16",
            "operation_mode": "H",
            "trl_min": 7,
            "trl_max": 9,
            "trl_description": "ab 2026",
            "circuit": "BOT",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 8000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 90.0,
            "max_flow_temperature": 180.0,
            "min_temp_source": 10.0,
            "max_temp_source": 150.0,
            "t_hub_max": 140.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 20,
            "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": "HeatBooster System bis 50 MW (thermisch) möglich.",
            "updated": "2025-01-14",
            "verified": false,
            "information_source": "https://www.heaten.com/products/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1047,
            "refrigerants": [
                "HC",
                "HFO"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Heaten Germany GmbH",
            "name": "HBL16-W/S",
            "series": "HBL16",
            "operation_mode": "H&C",
            "trl_min": 7,
            "trl_max": 9,
            "trl_description": "ab 2026",
            "circuit": "BOT",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 8000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 90.0,
            "max_flow_temperature": 180.0,
            "min_temp_source": 10.0,
            "max_temp_source": 150.0,
            "t_hub_max": 140.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 20,
            "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": "HeatBooster System bis 50 MW (thermisch) möglich.",
            "updated": "2025-01-14",
            "verified": false,
            "information_source": "https://www.heaten.com/products/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1046,
            "refrigerants": [
                "HC",
                "HFO"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Heaten Germany GmbH",
            "name": "HBL16-W/W",
            "series": "HBL16",
            "operation_mode": "H&C",
            "trl_min": 7,
            "trl_max": 9,
            "trl_description": "ab 2026",
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme, Fernwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 8000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 90.0,
            "max_flow_temperature": 200.0,
            "min_temp_source": 10.0,
            "max_temp_source": 150.0,
            "t_hub_max": 140.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 20,
            "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": "HeatBooster System bis 50 MW (thermisch) möglich.",
            "updated": "2025-01-14",
            "verified": false,
            "information_source": "https://www.heaten.com/products/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1045,
            "refrigerants": [
                "HC",
                "HFO"
            ],
            "sources": [
                "Abwärme (Steam)",
                "Dampf (Steam)"
            ],
            "manufacturer": "Heaten Germany GmbH",
            "name": "HBL4-S/S",
            "series": "HBL4",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "BOT",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozessdampf",
            "min_thermal_capacity": 800.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": 90.0,
            "max_flow_temperature": 180.0,
            "min_temp_source": 50.0,
            "max_temp_source": 130.0,
            "t_hub_max": 140.0,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 20,
            "lifespan": null,
            "length": 8300.0,
            "width": 2700.0,
            "height": 3200.0,
            "weight": 23500.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": 77.0,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "HeatBooster System bis 50 MW (thermisch) möglich.",
            "updated": "2025-01-14",
            "verified": false,
            "information_source": "https://www.heaten.com/products/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1044,
            "refrigerants": [
                "HC",
                "HFO"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Heaten Germany GmbH",
            "name": "HBL4-W/S",
            "series": "HBL4",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "MIX",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozessdampf",
            "min_thermal_capacity": 800.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": 90.0,
            "max_flow_temperature": 180.0,
            "min_temp_source": 10.0,
            "max_temp_source": 150.0,
            "t_hub_max": 140.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 20,
            "lifespan": null,
            "length": 7500.0,
            "width": 2700.0,
            "height": 3200.0,
            "weight": 19000.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": 77.0,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "HeatBooster System bis 50 MW (thermisch) möglich.",
            "updated": "2025-01-14",
            "verified": false,
            "information_source": "https://www.heaten.com/products/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1043,
            "refrigerants": [
                "HC",
                "HFO"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Heaten Germany GmbH",
            "name": "HBL4-W/W",
            "series": "HBL4",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme, Fernwärme",
            "min_thermal_capacity": 800.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": 90.0,
            "max_flow_temperature": 200.0,
            "min_temp_source": 10.0,
            "max_temp_source": 150.0,
            "t_hub_max": 140.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 20,
            "lifespan": null,
            "length": 5600.0,
            "width": 2340.0,
            "height": 2350.0,
            "weight": 13500.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": 77.0,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "HeatBooster System bis 50 MW (thermisch) möglich.",
            "updated": "2025-01-14",
            "verified": false,
            "information_source": "https://www.heaten.com/products/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1347,
            "refrigerants": [
                "R1233zd(E)",
                "R1234ze(E)",
                "R601 (Pentan)",
                "R601a (Isopentan)"
            ],
            "sources": [
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "feuchte Heißluft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Heatlift",
            "name": "Heatlift HA",
            "series": "Heatlift",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 8,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Heiße Prozessluft",
            "min_thermal_capacity": 2000.0,
            "max_thermal_capacity": 15000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 90.0,
            "max_flow_temperature": 200.0,
            "min_temp_source": 0.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": "2-3",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": 20,
            "length": null,
            "width": null,
            "height": null,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "VFD & IGV",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": 85.0,
            "sound_pressure_10m": null,
            "installation_type": "Preassembled skids < 10 MW. On-site assembly above",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Kundenspezifische Auslegung",
            "updated": "2025-05-19",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-05-19"
        },
        {
            "id": 1348,
            "refrigerants": [
                "R1233zd(E)",
                "R1234ze(E)",
                "R600a (Isobutan)",
                "R601a (Isopentan)"
            ],
            "sources": [
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Heatlift",
            "name": "Heatlift HW",
            "series": "Heatlift",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 8,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Heiswasser",
            "min_thermal_capacity": 2000.0,
            "max_thermal_capacity": 15000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 210.0,
            "min_temp_source": 0.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": "2-3",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": 20,
            "length": null,
            "width": null,
            "height": null,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "VFD & IGV",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": 85.0,
            "sound_pressure_10m": null,
            "installation_type": "Preassembled skids < 10 MW. On-site assembly above",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Kundenspezifische Auslegung",
            "updated": "2025-05-19",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-05-19"
        },
        {
            "id": 1346,
            "refrigerants": [
                "R1233zd(E)",
                "R1234ze(E)",
                "R600a (Isobutan)",
                "R601a (Isopentan)"
            ],
            "sources": [
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Heatlift",
            "name": "Heatlift SG",
            "series": "Heatlift",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 8,
            "trl_description": null,
            "circuit": "MIX",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozessdampf",
            "min_thermal_capacity": 2000.0,
            "max_thermal_capacity": 15000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 90.0,
            "max_flow_temperature": 250.0,
            "min_temp_source": 0.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": "2-3",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": 20,
            "length": null,
            "width": null,
            "height": null,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "VFD & IGV",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": 85.0,
            "sound_pressure_10m": null,
            "installation_type": "Preassembled skids < 10 MW. On-site assembly above",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Kundenspezifische Auslegung",
            "updated": "2025-05-19",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-05-19"
        },
        {
            "id": 1382,
            "refrigerants": [
                "R1233zd(E)",
                "R1234ze(E)",
                "R1234ze(Z)",
                "R450A (R1234ze(E)/R134a)",
                "R454C",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "HECK Kältetechnik GmbH",
            "name": "Sonderanlagenbau Wärmepumpe",
            "series": "Industriewärmepumpen /  Großwärmepumpen",
            "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, Fernwärme, Nahwärme, Prozesswärme",
            "min_thermal_capacity": 25.0,
            "max_thermal_capacity": 2500.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter, 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": "Drehzahlgeregelt oder Stufenregelung",
            "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": "Alle Anlagen werden projekt-/anwendungsspezifisch nach Kundenwunsch geplant und gefertigt",
            "updated": "2025-07-09",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-07-09"
        },
        {
            "id": 239,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "-",
            "series": "YORK YCSE",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-8",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 170.0,
            "max_thermal_capacity": 2400.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 35.0,
            "max_flow_temperature": 60.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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 282,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "-",
            "series": "YORK YMC2",
            "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": null,
            "min_thermal_capacity": 900.0,
            "max_thermal_capacity": 4000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 35.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": 2.0,
            "max_temp_source": 40.0,
            "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-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 283,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "-",
            "series": "YORK YK",
            "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": null,
            "min_thermal_capacity": 1200.0,
            "max_thermal_capacity": 13000.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": "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-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 289,
            "refrigerants": [
                "R1233zd(E)",
                "R1234ze(Z)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "-",
            "series": "YORK CYK",
            "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": null,
            "min_thermal_capacity": 2051.0,
            "max_thermal_capacity": 11136.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 110.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": 25,
            "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-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 290,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "-",
            "series": "YORK Titan OM HP",
            "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": null,
            "min_thermal_capacity": 5000.0,
            "max_thermal_capacity": 20000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "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-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 260,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "DualPAC 104-W",
            "series": "Sabroe DualPAC",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1039.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": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5000.0,
            "width": 3000.0,
            "height": 2000.0,
            "weight": 7578.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": 84.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 261,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "DualPAC 106-W",
            "series": "Sabroe DualPAC",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1557.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": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5500.0,
            "width": 3000.0,
            "height": 2000.0,
            "weight": 9303.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": 85.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 262,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "DualPAC 108-W",
            "series": "Sabroe DualPAC",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2075.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": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6000.0,
            "width": 3000.0,
            "height": 2000.0,
            "weight": 12619.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": 86.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 263,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "DualPAC 112-W",
            "series": "Sabroe DualPAC",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2895.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": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7500.0,
            "width": 3000.0,
            "height": 2000.0,
            "weight": 16132.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": 86.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 257,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "DualPAC 24-W",
            "series": "Sabroe DualPAC",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 434.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": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3500.0,
            "width": 3000.0,
            "height": 2000.0,
            "weight": 5853.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": 82.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 258,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "DualPAC 26-W",
            "series": "Sabroe DualPAC",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 652.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": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3700.0,
            "width": 3000.0,
            "height": 2000.0,
            "weight": 6260.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": 83.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 259,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "DualPAC 28-W",
            "series": "Sabroe DualPAC",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 869.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": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3750.0,
            "width": 3000.0,
            "height": 2000.0,
            "weight": 6571.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": 84.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 264,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "DualPAC 704-W",
            "series": "Sabroe DualPAC",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 460.0,
            "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": 4200.0,
            "width": 3000.0,
            "height": 2100.0,
            "weight": 7053.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": 86.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 265,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "DualPAC 706-W",
            "series": "Sabroe DualPAC",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 690.0,
            "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": 4500.0,
            "width": 3000.0,
            "height": 2100.0,
            "weight": 8564.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": 86.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 266,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "DualPAC 708-W",
            "series": "Sabroe DualPAC",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 920.0,
            "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": 5000.0,
            "width": 3000.0,
            "height": 2100.0,
            "weight": 10078.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": 87.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 267,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "DualPAC 712-W",
            "series": "Sabroe DualPAC",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1381.0,
            "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": 5500.0,
            "width": 3000.0,
            "height": 2100.0,
            "weight": 13606.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": 88.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 268,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "DualPAC 716-W",
            "series": "Sabroe DualPAC",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1841.0,
            "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": 6100.0,
            "width": 3000.0,
            "height": 2100.0,
            "weight": 16618.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": 89.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 247,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HeatPAC 104-W",
            "series": "Sabroe HeatPAC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 725.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": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4500.0,
            "width": 1000.0,
            "height": 2000.0,
            "weight": 5173.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": 82.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 248,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HeatPAC 106-W",
            "series": "Sabroe HeatPAC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1087.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": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4900.0,
            "width": 1000.0,
            "height": 2000.0,
            "weight": 5687.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": 83.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 249,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HeatPAC 108-W",
            "series": "Sabroe HeatPAC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1432.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": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5300.0,
            "width": 1000.0,
            "height": 2000.0,
            "weight": 6304.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": 84.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 250,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HeatPAC 112-W",
            "series": "Sabroe HeatPAC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2078.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": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5700.0,
            "width": 1000.0,
            "height": 2000.0,
            "weight": 8921.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": 85.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 251,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HeatPAC 116-W",
            "series": "Sabroe HeatPAC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2663.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": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6000.0,
            "width": 1000.0,
            "height": 2000.0,
            "weight": 9930.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": 85.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 244,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HeatPAC 24-W",
            "series": "Sabroe HeatPAC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 307.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": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3900.0,
            "width": 1000.0,
            "height": 2000.0,
            "weight": 3138.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": 76.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 245,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HeatPAC 26-W",
            "series": "Sabroe HeatPAC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 461.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": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4100.0,
            "width": 1000.0,
            "height": 2000.0,
            "weight": 3948.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": 78.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 246,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HeatPAC 28-W",
            "series": "Sabroe HeatPAC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 615.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": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4300.0,
            "width": 1000.0,
            "height": 2000.0,
            "weight": 4255.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": 79.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 252,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HeatPAC 704-W",
            "series": "Sabroe HeatPAC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 341.0,
            "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": 3800.0,
            "width": 1000.0,
            "height": 2100.0,
            "weight": 3535.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": 83.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 253,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HeatPAC 706-W",
            "series": "Sabroe HeatPAC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 511.0,
            "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": 4000.0,
            "width": 1000.0,
            "height": 2100.0,
            "weight": 4244.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": 85.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 254,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HeatPAC 708-W",
            "series": "Sabroe HeatPAC",
            "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, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 682.0,
            "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": 440.0,
            "width": 1000.0,
            "height": 2100.0,
            "weight": 5054.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": 85.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 255,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HeatPAC 712-W",
            "series": "Sabroe HeatPAC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1023.0,
            "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": 5200.0,
            "width": 1000.0,
            "height": 2100.0,
            "weight": 6323.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": 86.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 256,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HeatPAC 716-W",
            "series": "Sabroe HeatPAC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1346.0,
            "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": 6000.0,
            "width": 1000.0,
            "height": 2100.0,
            "weight": 7088.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": 86.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 269,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HicaHP 193 S",
            "series": "Sabroe HicaHP",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1690.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 72.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": 84.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 270,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HicaHP 233 S",
            "series": "Sabroe HicaHP",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 3021.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 72.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": 86.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 271,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HicaHP 273 S",
            "series": "Sabroe HicaHP",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 5375.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "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": 84.3,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 275,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HicaHP 273 S/283 L",
            "series": "Sabroe HicaHP",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 7260.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "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": 86.4,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 276,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HicaHP 273 S/283 L",
            "series": "Sabroe HicaHP",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 6450.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "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": 86.2,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 274,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HicaHP 273 S/283 S",
            "series": "Sabroe HicaHP",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 6750.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "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": 86.6,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 273,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HicaHP 407 L",
            "series": "Sabroe HicaHP",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 23986.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "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": 84.3,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 272,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "HicaHP 407 S",
            "series": "Sabroe HicaHP",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 17937.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 95.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "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": 84.3,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 291,
            "refrigerants": [
                "R717 (Ammoniak)",
                "R718 (Wasser)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "Kolbenverdichter",
            "series": "HyePAC",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": "Hybrid (Kompression + Absorption)",
            "sink": null,
            "min_thermal_capacity": 500.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": 120.0,
            "min_temp_source": 30.0,
            "max_temp_source": 100.0,
            "t_hub_max": 90.0,
            "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-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 277,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "NS heat pump 193 HP",
            "series": "Sabroe NS heat pump",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 3399.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": "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": 84.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 278,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "NS heat pump 233 HP",
            "series": "Sabroe NS heat pump",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 5466.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": "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": 86.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 281,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "NS heat pump 273",
            "series": "Sabroe NS heat pump",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 7090.0,
            "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": "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-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 279,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "NS heat pump 283 HP",
            "series": "Sabroe NS heat pump",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 7744.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": "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": 88.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 280,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "NS heat pump 355 HP",
            "series": "Sabroe NS heat pump",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 12491.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": "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": 89.0,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 292,
            "refrigerants": [
                "R717 (Ammoniak)",
                "R718 (Wasser)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "Schraubenverdichter",
            "series": "HyePAC",
            "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": "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": 80.0,
            "max_flow_temperature": 120.0,
            "min_temp_source": 30.0,
            "max_temp_source": 100.0,
            "t_hub_max": 90.0,
            "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-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 286,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme aus Ammoniak-Kälteanlagen (Refrigerant)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "SmartPAC 100",
            "series": "Frick SmartPAC",
            "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": null,
            "min_thermal_capacity": 1816.0,
            "max_thermal_capacity": 2785.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 66.0,
            "min_temp_source": 18.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6248.0,
            "width": 3302.0,
            "height": 3657.6,
            "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-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 287,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme aus Ammoniak-Kälteanlagen (Refrigerant)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "SmartPAC 166",
            "series": "Frick SmartPAC",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 2817.0,
            "max_thermal_capacity": 4322.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 88.0,
            "min_temp_source": 18.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 7620.0,
            "width": 3937.0,
            "height": 3657.6,
            "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-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 288,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Unbekannt (Unknown)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "SmartPAC 221",
            "series": "Frick SmartPAC",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 3756.0,
            "max_thermal_capacity": 5763.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 88.0,
            "min_temp_source": 18.0,
            "max_temp_source": 35.0,
            "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-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 284,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme aus Ammoniak-Kälteanlagen (Refrigerant)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "SmartPAC 36",
            "series": "Frick SmartPAC",
            "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": null,
            "min_thermal_capacity": 613.0,
            "max_thermal_capacity": 949.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 88.0,
            "min_temp_source": 18.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5588.0,
            "width": 3149.6,
            "height": 3657.6,
            "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-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 285,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme aus Ammoniak-Kälteanlagen (Refrigerant)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "SmartPAC 42",
            "series": "Frick SmartPAC",
            "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": "Prozesswärme, Fernwärme, Gebäudewärme",
            "min_thermal_capacity": 720.0,
            "max_thermal_capacity": 1115.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 88.0,
            "min_temp_source": 18.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5791.0,
            "width": 3149.6,
            "height": 3657.6,
            "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-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 225,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YHA 1002",
            "series": "YORK YHA",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 104.9,
            "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": 60.0,
            "min_temp_source": -20.0,
            "max_temp_source": 42.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 1840.0,
            "width": 2905.0,
            "height": 1145.0,
            "weight": 1160.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 83.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 51.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 226,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YHA 1202",
            "series": "YORK YHA",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 114.9,
            "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": 60.0,
            "min_temp_source": -20.0,
            "max_temp_source": 42.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 1840.0,
            "width": 2905.0,
            "height": 1145.0,
            "weight": 1240.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "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": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 227,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YHA 1402",
            "series": "YORK YHA",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 137.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": 60.0,
            "min_temp_source": -20.0,
            "max_temp_source": 42.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 1820.0,
            "width": 3965.0,
            "height": 1150.0,
            "weight": 1560.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "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": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 228,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YHA 1602",
            "series": "YORK YHA",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 151.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": 60.0,
            "min_temp_source": -20.0,
            "max_temp_source": 42.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 1820.0,
            "width": 3965.0,
            "height": 1150.0,
            "weight": 1580.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "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": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 229,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YHA 1802",
            "series": "YORK YHA",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 167.9,
            "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": 60.0,
            "min_temp_source": -20.0,
            "max_temp_source": 42.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 1820.0,
            "width": 3965.0,
            "height": 1150.0,
            "weight": 1600.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "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": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 230,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YHA 2002",
            "series": "YORK YHA",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 182.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": 60.0,
            "min_temp_source": -20.0,
            "max_temp_source": 42.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 1820.0,
            "width": 3905.0,
            "height": 1150.0,
            "weight": 1620.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "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": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 231,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YHA 2302",
            "series": "YORK YHA",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 210.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": 60.0,
            "min_temp_source": -20.0,
            "max_temp_source": 42.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2280.0,
            "width": 3905.0,
            "height": 1145.0,
            "weight": 1790.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 57.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 232,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YHA 2502",
            "series": "YORK YHA",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 241.3,
            "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": 60.0,
            "min_temp_source": -20.0,
            "max_temp_source": 42.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2280.0,
            "width": 3905.0,
            "height": 1145.0,
            "weight": 1820.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 59.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 233,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YHA 2504",
            "series": "YORK YHA",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 299.4,
            "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": 60.0,
            "min_temp_source": -20.0,
            "max_temp_source": 42.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2355.0,
            "width": 4205.0,
            "height": 2210.0,
            "weight": 3170.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 88.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 56.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 234,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YHA 3004",
            "series": "YORK YHA",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 271.4,
            "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": 60.0,
            "min_temp_source": -20.0,
            "max_temp_source": 42.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2355.0,
            "width": 4205.0,
            "height": 2210.0,
            "weight": 3270.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 57.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 235,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YHA 3204",
            "series": "YORK YHA",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 296.7,
            "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": 60.0,
            "min_temp_source": -20.0,
            "max_temp_source": 42.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2355.0,
            "width": 4205.0,
            "height": 2210.0,
            "weight": 3320.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "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": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 236,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YHA 3504",
            "series": "YORK YHA",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 339.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": 60.0,
            "min_temp_source": -20.0,
            "max_temp_source": 42.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2355.0,
            "width": 4205.0,
            "height": 2210.0,
            "weight": 3370.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "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": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 237,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YHA 4004",
            "series": "YORK YHA",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 364.9,
            "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": 60.0,
            "min_temp_source": -20.0,
            "max_temp_source": 42.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2350.0,
            "width": 4805.0,
            "height": 2210.0,
            "weight": 3660.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "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": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 238,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YHA 4504",
            "series": "YORK YHA",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 407.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": 60.0,
            "min_temp_source": -20.0,
            "max_temp_source": 42.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2350.0,
            "width": 4805.0,
            "height": 2210.0,
            "weight": 3720.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 60.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 224,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YHA 902",
            "series": "YORK YHA",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 93.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": 60.0,
            "min_temp_source": -20.0,
            "max_temp_source": 42.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 1840.0,
            "width": 2905.0,
            "height": 1145.0,
            "weight": 1120.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "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": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 219,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YLPB 0345",
            "series": "YORK YLPB",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 343.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 35.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 35.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4721.0,
            "width": 2242.0,
            "height": 2391.0,
            "weight": 3793.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 220,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YLPB 0430",
            "series": "YORK YLPB",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 427.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 35.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 35.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4721.0,
            "width": 2242.0,
            "height": 2391.0,
            "weight": 4043.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 221,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YLPB 0525",
            "series": "YORK YLPB",
            "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": "Nahwärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 514.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 35.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 35.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4721.0,
            "width": 2242.0,
            "height": 2391.0,
            "weight": 4210.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": null,
            "updated": "2025-01-08",
            "verified": false,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 222,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YLPB 0575",
            "series": "YORK YLPB",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 574.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 35.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 35.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 5839.0,
            "width": 2242.0,
            "height": 2391.0,
            "weight": 4747.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 223,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YLPB 0650",
            "series": "YORK YLPB",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 652.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 35.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 35.0,
            "t_hub_max": 50.0,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 6958.0,
            "width": 2242.0,
            "height": 2391.0,
            "weight": 5495.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "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": "",
            "updated": "2025-01-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 240,
            "refrigerants": [
                "R1234ze(Z)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YVWH HP 270",
            "series": "YORK YVWH HP",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 900.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": "1",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4169.0,
            "width": 2005.0,
            "height": 2110.0,
            "weight": 6908.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-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 241,
            "refrigerants": [
                "R1234ze(Z)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YVWH HP 370",
            "series": "YORK YVWH HP",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1245.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",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4235.0,
            "width": 2140.0,
            "height": 2456.0,
            "weight": 9391.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-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 242,
            "refrigerants": [
                "R1234ze(Z)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YVWH HP 450",
            "series": "YORK YVWH HP",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1440.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",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4235.0,
            "width": 2160.0,
            "height": 2482.0,
            "weight": 10286.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-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 243,
            "refrigerants": [
                "R1234ze(Z)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Johnson Controls",
            "name": "YVWH HP 550",
            "series": "YORK YVWH HP",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1800.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",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 4543.0,
            "width": 2240.0,
            "height": 2541.0,
            "weight": 12399.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-24",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 293,
            "refrigerants": [
                "Unbekannt"
            ],
            "sources": [
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "KKT Chillers",
            "name": "MAGMA",
            "series": "THERMODYNAMIXX",
            "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": null,
            "min_thermal_capacity": 200.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": "Unbekannt",
            "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-16",
            "verified": false,
            "information_source": "https://www.kkt-chillerscn.com/en/products/thermodynamixx/magma.html",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 296,
            "refrigerants": [
                "R718 (Wasser)"
            ],
            "sources": [
                "Dampf (Steam)"
            ],
            "manufacturer": "Kobelco",
            "name": "MSRC160L",
            "series": "MSRC",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "MVR",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 800.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 145.0,
            "max_flow_temperature": 175.0,
            "min_temp_source": 110.0,
            "max_temp_source": 120.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 10,
            "lifespan": 15,
            "length": null,
            "width": null,
            "height": null,
            "weight": 2700.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": "3,5",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://heatpumpingtechnologies.org/annex58/wp-content/uploads/sites/70/2022/07/technologykobelcomsrc160l-1.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 294,
            "refrigerants": [
                "R245fa"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Kobelco",
            "name": "SGH 120",
            "series": "Steam Grow Heat Pump",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "1- 5 Geräte",
            "circuit_infos": "Flashtank für Prozessdampf",
            "sink": "Prozessdampf",
            "min_thermal_capacity": 370.0,
            "max_thermal_capacity": 1850.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": 120.0,
            "min_temp_source": 25.0,
            "max_temp_source": 65.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": 15,
            "length": null,
            "width": null,
            "height": null,
            "weight": 4250.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,6 pro Einheit",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://heatpumpingtechnologies.org/annex58/wp-content/uploads/sites/70/2022/07/technologykobelcosgh120-1.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 295,
            "refrigerants": [
                "R134a",
                "R245fa",
                "R718 (Wasser)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Kobelco",
            "name": "SGH 165",
            "series": "Steam Grow Heat Pump",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "MIX",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 624.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 135.0,
            "max_flow_temperature": 175.0,
            "min_temp_source": 35.0,
            "max_temp_source": 70.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": 15,
            "length": null,
            "width": null,
            "height": null,
            "weight": 7050.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": "13,8",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://heatpumpingtechnologies.org/annex58/wp-content/uploads/sites/70/2022/07/technologykobelcosgh165.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1239,
            "refrigerants": [
                "R718 (Wasser)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Lübbers Anlagen- und Umwelttechnik GmbH",
            "name": "HT-H2O-WP",
            "series": "P2H",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "BOT",
            "n_circuits": null,
            "circuit_configuration": "Mehrstufig",
            "circuit_infos": null,
            "sink": "Prozessdampf",
            "min_thermal_capacity": 1000.0,
            "max_thermal_capacity": 50000.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": 250.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": 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": "Kundenspezifischer Anlagenbau, integrierbar in bestehendes Prozessdampfsystem.",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://industrie-waermepumpe.de/#Dampferzeugung",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 1240,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Eiswasser (Brine/Water)"
            ],
            "manufacturer": "Lübbers Anlagen- und Umwelttechnik GmbH",
            "name": "WKK",
            "series": "WKK",
            "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": "Prozesswärme",
            "min_thermal_capacity": 1000.0,
            "max_thermal_capacity": 20000.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": 7.0,
            "max_temp_source": 20.0,
            "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": 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": "Kundenspezifischer Anlagenbau bei gleichzeitigem Wärme- und Kältebedarf.",
            "updated": "2025-02-07",
            "verified": false,
            "information_source": "https://industrie-waermepumpe.de/#Waerme-Kaelte",
            "information_source_archive": null,
            "information_source_date": "2025-02-07"
        },
        {
            "id": 369,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "MAN Energy Solutions, Schweiz AG",
            "name": "HPU28",
            "series": "HPU",
            "operation_mode": "H&C",
            "trl_min": 7,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "BOT",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme, Prozessdampf, Fernwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 9670.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": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 170.0,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": 35,
            "length": 12000.0,
            "width": 8000.0,
            "height": 8000.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN500",
            "evaporator_outlet": "DN500",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN200",
            "condenser_outlet": "DN200",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Kundenspezifischer Anlagenbau",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://www.man-es.com/docs/default-source/document-sync-archive/man-heat-pump-hpu-eng.pdf?sfvrsn=e83c2883_6",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 370,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "MAN Energy Solutions, Schweiz AG",
            "name": "HPU33",
            "series": "HPU",
            "operation_mode": "H&C",
            "trl_min": 7,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "BOT",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme, Prozessdampf, Fernwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 25230.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": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 170.0,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": 35,
            "length": 16000.0,
            "width": 8000.0,
            "height": 8000.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN900",
            "evaporator_outlet": "DN900",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN300",
            "condenser_outlet": "DN300",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Kundenspezifischer Anlagenbau",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://www.man-es.com/docs/default-source/document-sync-archive/man-heat-pump-hpu-eng.pdf?sfvrsn=e83c2883_6",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 371,
            "refrigerants": [
                "R744 (CO2)"
            ],
            "sources": [
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "MAN Energy Solutions, Schweiz AG",
            "name": "HPU43",
            "series": "HPU",
            "operation_mode": "H&C",
            "trl_min": 8,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "BOT",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme, Prozessdampf, Fernwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 48400.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": -20.0,
            "max_temp_source": 40.0,
            "t_hub_max": 170.0,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": 35,
            "length": 19000.0,
            "width": 10000.0,
            "height": 8000.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN140",
            "evaporator_outlet": "DN140",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN400",
            "condenser_outlet": "DN400",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Kundenspezifischer Anlagenbau",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://www.man-es.com/docs/default-source/document-sync-archive/man-heat-pump-hpu-eng.pdf?sfvrsn=e83c2883_6",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 372,
            "refrigerants": [
                "HFO",
                "Natürlich"
            ],
            "sources": [
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "MAN Energy Solutions, Schweiz AG",
            "name": "MAN HPS / HPL",
            "series": "Vapor compression cycle (VCC)",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "BOT",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme, Prozessdampf, Fernwärme",
            "min_thermal_capacity": 10000.0,
            "max_thermal_capacity": 100000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 60.0,
            "max_flow_temperature": 280.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-17",
            "verified": false,
            "information_source": "https://www.man-es.com/docs/default-source/document-sync/man-heat-pumps---vapor-compression-cycle-(vcc)-eng.pdf?sfvrsn=ef27de90_17",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1376,
            "refrigerants": [
                "R601 (Pentan)"
            ],
            "sources": [
                "Kältemittel (Refrigerant)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Mayekawa",
            "name": "FC-Package",
            "series": "Mycom",
            "operation_mode": "H",
            "trl_min": 7,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme, Prozessdampf, Fernwärme",
            "min_thermal_capacity": 300.0,
            "max_thermal_capacity": 3500.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": 150.0,
            "min_temp_source": 50.0,
            "max_temp_source": 100.0,
            "t_hub_max": 70.0,
            "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-06-06",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-06-06"
        },
        {
            "id": 1372,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Kältemittel (Refrigerant)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Mayekawa",
            "name": "HS-Package",
            "series": "Mycom",
            "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, Prozesswärme",
            "min_thermal_capacity": 300.0,
            "max_thermal_capacity": 1100.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": 91.0,
            "min_temp_source": 10.0,
            "max_temp_source": 70.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "1-2",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 6300.0,
            "width": 2200.0,
            "height": 2500.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Inverter und Zylinderkopfabschaltung",
            "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-06-06",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-06-06"
        },
        {
            "id": 1374,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Kältemittel (Refrigerant)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Mayekawa",
            "name": "J-Package",
            "series": "Mycom",
            "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, Prozesswärme",
            "min_thermal_capacity": 300.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": null,
            "max_flow_temperature": 65.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": 75.0,
            "cop": null,
            "compressor": "Kolbenverdichter oder 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-06-06",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-06-06"
        },
        {
            "id": 1373,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Kältemittel (Refrigerant)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Mayekawa",
            "name": "M+HS-Package",
            "series": "Mycom",
            "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, Prozesswärme",
            "min_thermal_capacity": 500.0,
            "max_thermal_capacity": 3500.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": 91.0,
            "min_temp_source": -5.0,
            "max_temp_source": 30.0,
            "t_hub_max": 105.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "2-4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 11000.0,
            "width": 3249.0,
            "height": 3623.0,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Inverter und Zylinderkopfabschaltung",
            "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-06-06",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-06-06"
        },
        {
            "id": 1371,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Mayekawa",
            "name": "NEZU",
            "series": "mHeat",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": 300.0,
            "max_thermal_capacity": 1500.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 90.0,
            "min_temp_source": 10.0,
            "max_temp_source": 50.0,
            "t_hub_max": 55.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "1",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 5100.0,
            "width": 1200.0,
            "height": 2400.0,
            "weight": 12000.0,
            "weight_max": null,
            "weight_description": "Leergewicht",
            "evaporator_inlet": "DN100",
            "evaporator_outlet": "DN100",
            "compressor_regulation": "Inverter und Zylinderkopfabschaltung",
            "condenser_inlet": "DN100",
            "condenser_outlet": "DN100",
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Plug in / Indoor / Outdoor",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-06-06",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-06-06"
        },
        {
            "id": 301,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme aus Ammoniak-Kälteanlagen (Refrigerant)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Mayekawa",
            "name": "PH-R105",
            "series": "Plus+HEAT",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": "Ammoniak-Abwärmenutzung",
            "sink": "Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 444.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 75.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter, Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 20,
            "lifespan": null,
            "length": 3795.0,
            "width": 1000.0,
            "height": 2200.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-06-06",
            "verified": true,
            "information_source": "https://mayekawa.com.au/494/wp-content/uploads/2013/02/Plus-Heat-Water-Heat-Source-Heat-Pump.pdf",
            "information_source_archive": null,
            "information_source_date": "2025-06-06"
        },
        {
            "id": 302,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme aus Ammoniak-Kälteanlagen (Refrigerant)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Mayekawa",
            "name": "PH-R125",
            "series": "Plus+HEAT",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": "Ammoniak-Abwärmenutzung",
            "sink": "Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 487.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 80.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter, Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 20,
            "lifespan": null,
            "length": 3795.0,
            "width": 1000.0,
            "height": 2200.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-06-06",
            "verified": true,
            "information_source": "https://mayekawa.com.au/494/wp-content/uploads/2013/02/Plus-Heat-Water-Heat-Source-Heat-Pump.pdf",
            "information_source_archive": null,
            "information_source_date": "2025-06-06"
        },
        {
            "id": 300,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme aus Ammoniak-Kälteanlagen (Refrigerant)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Mayekawa",
            "name": "PH-R85",
            "series": "Plus+HEAT",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": "Ammoniak-Abwärmenutzung",
            "sink": "Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 471.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 65.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter, Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 20,
            "lifespan": null,
            "length": 3795.0,
            "width": 1000.0,
            "height": 2200.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-06-06",
            "verified": true,
            "information_source": "https://mayekawa.com.au/494/wp-content/uploads/2013/02/Plus-Heat-Water-Heat-Source-Heat-Pump.pdf",
            "information_source_archive": null,
            "information_source_date": "2025-06-06"
        },
        {
            "id": 298,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Mayekawa",
            "name": "PH-W105",
            "series": "Plus+HEAT",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 444.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 75.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter, Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 20,
            "lifespan": null,
            "length": 3795.0,
            "width": 1000.0,
            "height": 2200.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-06-06",
            "verified": true,
            "information_source": "https://mayekawa.com.au/494/wp-content/uploads/2013/02/Plus-Heat-Water-Heat-Source-Heat-Pump.pdf",
            "information_source_archive": null,
            "information_source_date": "2025-06-06"
        },
        {
            "id": 299,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Mayekawa",
            "name": "PH-W125",
            "series": "Plus+HEAT",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 487.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": 85.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter, Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 20,
            "lifespan": null,
            "length": 3795.0,
            "width": 1000.0,
            "height": 2200.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-06-06",
            "verified": true,
            "information_source": "https://mayekawa.com.au/494/wp-content/uploads/2013/02/Plus-Heat-Water-Heat-Source-Heat-Pump.pdf",
            "information_source_archive": null,
            "information_source_date": "2025-06-06"
        },
        {
            "id": 297,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Mayekawa",
            "name": "PH-W85",
            "series": "Plus+HEAT",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 471.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 65.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter, Schraubenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": 20,
            "lifespan": null,
            "length": 3795.0,
            "width": 1000.0,
            "height": 2200.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-06-06",
            "verified": true,
            "information_source": "https://mayekawa.com.au/494/wp-content/uploads/2013/02/Plus-Heat-Water-Heat-Source-Heat-Pump.pdf",
            "information_source_archive": null,
            "information_source_date": "2025-06-06"
        },
        {
            "id": 304,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme aus Ammoniak-Kälteanlagen (Refrigerant)"
            ],
            "manufacturer": "Mayekawa",
            "name": "PHX-R110",
            "series": "Plus+HEAT",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": "Ammoniak-Abwärmenutzung",
            "sink": "Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 480.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": 75.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": 3500.0,
            "width": 1050.0,
            "height": 2250.0,
            "weight": 3200.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-06-06",
            "verified": true,
            "information_source": "http://www.mayekawa.eu/ru/media/brochure-downloads/download/20",
            "information_source_archive": null,
            "information_source_date": "2025-06-06"
        },
        {
            "id": 305,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme aus Ammoniak-Kälteanlagen (Refrigerant)"
            ],
            "manufacturer": "Mayekawa",
            "name": "PHX-R132",
            "series": "Plus+HEAT",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": "Ammoniak-Abwärmenutzung",
            "sink": "Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 465.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 80.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3500.0,
            "width": 1050.0,
            "height": 2250.0,
            "weight": 3300.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-06-06",
            "verified": true,
            "information_source": "http://www.mayekawa.eu/ru/media/brochure-downloads/download/20",
            "information_source_archive": null,
            "information_source_date": "2025-06-06"
        },
        {
            "id": 306,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme aus Ammoniak-Kälteanlagen (Refrigerant)"
            ],
            "manufacturer": "Mayekawa",
            "name": "PHX-R132H",
            "series": "Plus+HEAT",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": "Ammoniak-Abwärmenutzung",
            "sink": "Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 523.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 85.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-06-06",
            "verified": true,
            "information_source": "http://www.mayekawa.eu/ru/media/brochure-downloads/download/20",
            "information_source_archive": null,
            "information_source_date": "2025-06-06"
        },
        {
            "id": 303,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme aus Ammoniak-Kälteanlagen (Refrigerant)"
            ],
            "manufacturer": "Mayekawa",
            "name": "PHX-R90",
            "series": "Plus+HEAT",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": "Ammoniak-Abwärmenutzung",
            "sink": "Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 510.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 65.0,
            "min_temp_source": 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": 3500.0,
            "width": 1050.0,
            "height": 2250.0,
            "weight": 3000.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-06-06",
            "verified": true,
            "information_source": "http://www.mayekawa.eu/ru/media/brochure-downloads/download/20",
            "information_source_archive": null,
            "information_source_date": "2025-06-06"
        },
        {
            "id": 1375,
            "refrigerants": [
                "R600 (Butan)",
                "R600a (Isobutan)"
            ],
            "sources": [
                "Kältemittel (Refrigerant)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Mayekawa",
            "name": "SCV-Package",
            "series": "Mycom",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme, Prozessdampf, Gebäudewärme, Fernwärme",
            "min_thermal_capacity": 300.0,
            "max_thermal_capacity": 4500.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": 120.0,
            "min_temp_source": 30.0,
            "max_temp_source": 100.0,
            "t_hub_max": 70.0,
            "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-06-06",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-06-06"
        },
        {
            "id": 307,
            "refrigerants": [
                "R134a",
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)"
            ],
            "manufacturer": "Mayekawa",
            "name": "Separate heat pump for air conditioning",
            "series": "Separate heat pump for air conditioning",
            "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": "Luft",
            "min_thermal_capacity": 100.0,
            "max_thermal_capacity": 3000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": null,
            "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": "seperate Aufstellung von Kompressor und Luftwärmeübertrager",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://mayekawa.com/products/heat_pumps/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 308,
            "refrigerants": [
                "R600 (Butan)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Mayekawa Europe NV",
            "name": "Hydrocarbon Heat Pump / HS-compressor",
            "series": "Hydrocarbon Heat Pump / HS-compressor",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": 7,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme, Fernwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 750.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 70.0,
            "max_flow_temperature": 120.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": 13750.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-17",
            "verified": false,
            "information_source": "https://heatpumpingtechnologies.org/annex58/wp-content/uploads/sites/70/2022/07/hthpannex58hs-compressor.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 356,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "1002 (High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1007.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 11800.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 11578.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 106.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 82.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 365,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "1002 (Low Noise & High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 997.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 11800.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 11840.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 98.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 74.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 357,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "1152 (High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1112.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 11800.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 12651.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 106.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 82.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 366,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "1152 (Low Noise & High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1101.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 11800.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 15158.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 98.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 74.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 337,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "2022",
            "series": "FOCS-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 467.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": 25,
            "lifespan": null,
            "length": 4900.0,
            "width": 2260.0,
            "height": 2430.0,
            "weight": 6190.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 69.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/focs-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 341,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "2022 (High Efficiency Version)",
            "series": "FOCS-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 476.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": 25,
            "lifespan": null,
            "length": 4900.0,
            "width": 2260.0,
            "height": 2430.0,
            "weight": 6050.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 99.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 79.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/focs-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 345,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "2022 (Low Noise & High Efficiency Version)",
            "series": "FOCS-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 467.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": 25,
            "lifespan": null,
            "length": 4900.0,
            "width": 2260.0,
            "height": 2430.0,
            "weight": 6190.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 69.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/focs-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 338,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "2222",
            "series": "FOCS-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 521.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": 25,
            "lifespan": null,
            "length": 5800.0,
            "width": 2260.0,
            "height": 2430.0,
            "weight": 6680.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 70.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/focs-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 342,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "2222 (High Efficiency Version)",
            "series": "FOCS-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 527.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": 25,
            "lifespan": null,
            "length": 5800.0,
            "width": 2260.0,
            "height": 2430.0,
            "weight": 6630.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 101.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 80.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/focs-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 346,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "2222 (Low Noise & High Efficiency Version)",
            "series": "FOCS-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 521.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": 25,
            "lifespan": null,
            "length": 5800.0,
            "width": 2260.0,
            "height": 2430.0,
            "weight": 6680.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 70.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/focs-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 339,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "2422",
            "series": "FOCS-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 554.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": 25,
            "lifespan": null,
            "length": 5800.0,
            "width": 2260.0,
            "height": 2430.0,
            "weight": 6770.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 70.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/focs-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 343,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "2422 (High Efficiency Version)",
            "series": "FOCS-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 561.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": 25,
            "lifespan": null,
            "length": 5800.0,
            "width": 2260.0,
            "height": 2430.0,
            "weight": 6710.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 101.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 80.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/focs-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 347,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "2422 (Low Noise & High Efficiency Version)",
            "series": "FOCS-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 554.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": 25,
            "lifespan": null,
            "length": 5800.0,
            "width": 2260.0,
            "height": 2430.0,
            "weight": 6770.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 70.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/focs-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 340,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "2622",
            "series": "FOCS-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 585.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": 25,
            "lifespan": null,
            "length": 5800.0,
            "width": 2260.0,
            "height": 2430.0,
            "weight": 7010.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 70.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/focs-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 344,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "2622 (High Efficiency Version)",
            "series": "FOCS-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 597.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": 25,
            "lifespan": null,
            "length": 5800.0,
            "width": 2260.0,
            "height": 2430.0,
            "weight": 6950.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 101.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 80.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/focs-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 348,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "2622 (Low Noise & High Efficiency Version)",
            "series": "FOCS-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 585.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": 25,
            "lifespan": null,
            "length": 5800.0,
            "width": 2260.0,
            "height": 2430.0,
            "weight": 7010.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 92.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 70.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/focs-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 309,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "344",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 365.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 3905.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 3030.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "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": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 316,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "344 (High Efficiency Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 376.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 5080.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 3350.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "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": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 328,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "344 (Low Noise Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 362.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 4515.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 3330.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 68.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 310,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "364",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 387.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 3905.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 3110.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "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": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 317,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "364 (High Efficiency Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 397.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 5080.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 3440.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "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": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 329,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "364 (Low Noise Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 380.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 5080.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 3460.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 68.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 311,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "404",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 415.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 3905.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 3150.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "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": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 318,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "404 (High Efficiency Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 427.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 5080.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 3480.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "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": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 330,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "404 (Low Noise Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 420.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 5080.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 3630.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "4 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 68.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 312,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "446",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 470.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 4515.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 4040.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 76.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 319,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "446 (High Efficiency Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 493.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 6255.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 4650.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 97.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 76.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 331,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "446 (Low Noise Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 471.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 5690.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 4640.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 68.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 349,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "472 (High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 453.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 4900.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 6400.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 101.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 80.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 358,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "472 (Low Noise & High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 449.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 4900.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 6672.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 72.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 313,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "506",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 513.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 5690.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 4400.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 97.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 76.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 320,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "506 (High Efficiency Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 531.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 7430.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 4900.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 98.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 332,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "506 (Low Noise Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 511.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 5690.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 4750.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 90.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 68.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 350,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "512 (High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 507.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 5800.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 6894.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 103.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 81.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 359,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "512 (Low Noise & High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 500.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 5800.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 7155.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 73.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 314,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "526",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 560.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 5690.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 4530.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 97.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 76.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 321,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "526 (High Efficiency Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 574.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 7430.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 5060.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 98.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 333,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "526 (Low Noise Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 552.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 6865.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 5050.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 68.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 315,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "546",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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": "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": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 5690.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 4600.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 97.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 76.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 322,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "546 (High Efficiency Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 596.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 7430.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 5140.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 98.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 334,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "546 (Low Noise Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 569.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 7430.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 5170.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 68.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 351,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "572 (High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 548.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 5800.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 7033.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 103.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 81.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 360,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "572 (Low Noise & High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 542.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 5800.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 7307.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 73.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 352,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "602 (High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 576.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 5800.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 7256.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 103.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 81.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 361,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "602 (Low Noise & High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 568.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 5800.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 7550.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 73.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 323,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "606 (High Efficiency Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 640.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": 17,
            "lifespan": null,
            "length": 7430.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 5200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "6 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 99.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 78.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 353,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "652 (High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 664.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 7000.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 7518.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 103.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 81.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 362,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "652 (Low Noise & High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 658.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 7000.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 7791.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 73.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 324,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "708 (High Efficiency Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 753.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "8",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 9780.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 6580.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "8 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 99.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 325,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "738 (High Efficiency Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 795.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "8",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 9780.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 6760.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "8 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 100.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 78.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 326,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "768 (High Efficiency Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 826.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "8",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 9780.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 6800.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "8 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 100.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 78.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 354,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "772 (High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 748.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 7900.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 8551.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 104.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 81.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 363,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "772 (Low Noise & High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 741.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 7900.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 8921.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 73.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 327,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "808 (High Efficiency Version)",
            "series": "Climaveneta NX2-N Commercial Air Source Heat Pump",
            "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": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 854.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 24.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "8",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 9780.0,
            "width": 2260.0,
            "height": 2450.0,
            "weight": 6840.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "8 Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 100.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 78.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/nx2-n-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 355,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "902 (High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 872.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 10000.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 9835.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 104.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 81.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 364,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "902 (Low Noise & High Efficiency Version)",
            "series": "Climaveneta i-FX-N Air Source Heat Pump",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 863.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 60.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": null,
            "length": 10000.0,
            "width": 2260.0,
            "height": 2260.0,
            "weight": 10101.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "stufenlos",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 73.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://library.mitsubishielectric.co.uk/pdf/book/Climaveneta-i-FX-N-Air-Source-Heat-Pump-Product-Information-Sheet#page-1",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 335,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "EAHV-M1500YCL-N",
            "series": "EAHV R32 Modular Air Source Heat Pump",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-6",
            "circuit_configuration": "1-6 Module",
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": 150.0,
            "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": 25.0,
            "max_flow_temperature": 55.0,
            "min_temp_source": -20.0,
            "max_temp_source": 43.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2350.0,
            "width": 3400.0,
            "height": 1080.0,
            "weight": 1280.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": "Höhe pro Modul",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/eahv-r32-modular-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 336,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Mitsubishi Electric, Living Environment Systems",
            "name": "EAHV-M1800YCL-N",
            "series": "EAHV R32 Modular Air Source Heat Pump",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1-6",
            "circuit_configuration": "1-6 Module",
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": 180.0,
            "max_thermal_capacity": 1080.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": -20.0,
            "max_temp_source": 43.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2350.0,
            "width": 3400.0,
            "height": 1080.0,
            "weight": 1281.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": "Höhe pro Modul",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://les.mitsubishielectric.co.uk/products/commercial-heat-pumps-and-chillers/commercial-heat-pumps/eahv-r32-modular-air-source-heat-pump",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 367,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Mitsubishi Heavy Industries, Ltd.",
            "name": "ETW-L",
            "series": "ETW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "1-6 Module",
            "circuit_infos": null,
            "sink": "Gebäudewärme, Prozesswärme, Fernwärme",
            "min_thermal_capacity": 320.0,
            "max_thermal_capacity": 3762.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 50.0,
            "max_flow_temperature": 90.0,
            "min_temp_source": 10.0,
            "max_temp_source": 50.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": "1 (zweistufig)",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 1550.0,
            "width": 1200.0,
            "height": 2056.0,
            "weight": 2700.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "On-Off",
            "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-17",
            "verified": false,
            "information_source": "https://www.mhi.co.jp/technology/review/pdf/e482/e482045.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 368,
            "refrigerants": [
                "R134a"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Mitsubishi Heavy Industries, Ltd.",
            "name": "ETW-S",
            "series": "ETW",
            "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": "Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 627.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": 130.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": "1  (zweistufig)",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": 15,
            "length": null,
            "width": null,
            "height": null,
            "weight": 6500.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": "7,7",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://heatpumpingtechnologies.org/annex58/wp-content/uploads/sites/70/2022/07/hthpannex58hs-compressor.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1125,
            "refrigerants": [
                "R1234yf"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ILWHS 385 ER5c2",
            "series": "ILWHS",
            "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": 385.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 32.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 225.0,
            "min_load": 50,
            "lifespan": null,
            "length": 8100.0,
            "width": 2420.0,
            "height": 2753.0,
            "weight": 10700.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Leistungsstufen (50%, 75%,100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 373,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 120 ER6a u",
            "series": "ISWS ER a u",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 120.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": 70.0,
            "min_temp_source": -5.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 70.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3050.0,
            "width": 1500.0,
            "height": 1950.0,
            "weight": 1400.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.4,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 374,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 120 ER7a u",
            "series": "ISWS ER a u",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 120.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": 70.0,
            "min_temp_source": -5.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 70.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3050.0,
            "width": 1500.0,
            "height": 1950.0,
            "weight": 1400.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.4,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 382,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 120 R6a",
            "series": "ISWS R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 120.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": 75.0,
            "min_temp_source": -6.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 48.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3300.0,
            "width": 1300.0,
            "height": 1700.0,
            "weight": 1750.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.6,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 391,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 120 R7a",
            "series": "ISWS R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 120.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": 72.0,
            "min_temp_source": -6.0,
            "max_temp_source": 36.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 40.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3300.0,
            "width": 1300.0,
            "height": 1700.0,
            "weight": 1650.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.6,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 383,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 150 R6a",
            "series": "ISWS R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 150.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 75.0,
            "min_temp_source": -6.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 54.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3900.0,
            "width": 1400.0,
            "height": 1800.0,
            "weight": 1950.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.7,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 392,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 150 R7a",
            "series": "ISWS R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 150.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 72.0,
            "min_temp_source": -6.0,
            "max_temp_source": 36.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 45.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3900.0,
            "width": 1400.0,
            "height": 1800.0,
            "weight": 1850.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.7,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 375,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 200 ER6a u",
            "series": "ISWS ER a u",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 200.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": 70.0,
            "min_temp_source": -5.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 90.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3400.0,
            "width": 1700.0,
            "height": 2000.0,
            "weight": 2100.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.6,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 376,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 200 ER7a u",
            "series": "ISWS ER a u",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 200.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": 70.0,
            "min_temp_source": -5.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 90.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3400.0,
            "width": 1700.0,
            "height": 2000.0,
            "weight": 2100.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.6,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 384,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 200 R6a",
            "series": "ISWS R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 200.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": 75.0,
            "min_temp_source": -6.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 61.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4000.0,
            "width": 1500.0,
            "height": 1900.0,
            "weight": 2350.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.8,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 393,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 200 R7a",
            "series": "ISWS R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 200.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": 72.0,
            "min_temp_source": -6.0,
            "max_temp_source": 36.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 49.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4000.0,
            "width": 1500.0,
            "height": 1900.0,
            "weight": 2150.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.8,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 377,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 250 ER6a u",
            "series": "ISWS ER a u",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 250.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": 70.0,
            "min_temp_source": -5.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 100.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3750.0,
            "width": 1650.0,
            "height": 2000.0,
            "weight": 2500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.4,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 378,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 250 ER7a u",
            "series": "ISWS ER a u",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 250.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": 70.0,
            "min_temp_source": -5.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 100.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3750.0,
            "width": 1650.0,
            "height": 2000.0,
            "weight": 2500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.4,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 385,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 250 R6a",
            "series": "ISWS R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 250.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": 75.0,
            "min_temp_source": -6.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 71.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4000.0,
            "width": 1600.0,
            "height": 1900.0,
            "weight": 3100.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.4,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 394,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 250 R7a",
            "series": "ISWS R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 250.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": 72.0,
            "min_temp_source": -6.0,
            "max_temp_source": 36.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 58.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4000.0,
            "width": 1600.0,
            "height": 1900.0,
            "weight": 2900.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.4,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 379,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 330 ER6a u",
            "series": "ISWS ER a u",
            "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": null,
            "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": 25.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -5.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 130.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4050.0,
            "width": 1950.0,
            "height": 2050.0,
            "weight": 3200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.1,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 380,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 330 ER7a u",
            "series": "ISWS ER a u",
            "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": null,
            "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": 25.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": -5.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 130.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4050.0,
            "width": 1950.0,
            "height": 2050.0,
            "weight": 3200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.1,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 386,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 330 R6a",
            "series": "ISWS R6a",
            "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": null,
            "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": 25.0,
            "max_flow_temperature": 75.0,
            "min_temp_source": -6.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 95.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4100.0,
            "width": 1700.0,
            "height": 1900.0,
            "weight": 3800.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 395,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 330 R7a",
            "series": "ISWS R7a",
            "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": null,
            "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": 25.0,
            "max_flow_temperature": 72.0,
            "min_temp_source": -6.0,
            "max_temp_source": 36.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 76.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4100.0,
            "width": 1700.0,
            "height": 1900.0,
            "weight": 3600.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 387,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 380 R6a",
            "series": "ISWS R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 380.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": 75.0,
            "min_temp_source": -6.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 108.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4150.0,
            "width": 1700.0,
            "height": 1900.0,
            "weight": 4000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 396,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 380 R7a",
            "series": "ISWS R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 380.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": 72.0,
            "min_temp_source": -6.0,
            "max_temp_source": 36.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 85.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4150.0,
            "width": 1700.0,
            "height": 1900.0,
            "weight": 3900.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 388,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 490 R6a",
            "series": "ISWS R6a",
            "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": null,
            "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": 25.0,
            "max_flow_temperature": 75.0,
            "min_temp_source": -6.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 128.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4300.0,
            "width": 1850.0,
            "height": 2000.0,
            "weight": 4500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.6,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 397,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 490 R7a",
            "series": "ISWS R7a",
            "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": null,
            "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": 25.0,
            "max_flow_temperature": 72.0,
            "min_temp_source": -6.0,
            "max_temp_source": 36.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 99.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4300.0,
            "width": 1850.0,
            "height": 2000.0,
            "weight": 4400.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.6,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 389,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 630 R6a",
            "series": "ISWS R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 630.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": 75.0,
            "min_temp_source": -6.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 148.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4400.0,
            "width": 1900.0,
            "height": 2500.0,
            "weight": 5000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.3,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 398,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 630 R7a",
            "series": "ISWS R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 630.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": 72.0,
            "min_temp_source": -6.0,
            "max_temp_source": 36.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 126.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4400.0,
            "width": 1900.0,
            "height": 2500.0,
            "weight": 4900.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.3,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 381,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 80 R6a",
            "series": "ISWS R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 80.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": 75.0,
            "min_temp_source": -6.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 40.0,
            "min_load": 50,
            "lifespan": null,
            "length": 2900.0,
            "width": 1300.0,
            "height": 1700.0,
            "weight": 1450.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 85.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 390,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWS 80 R7a",
            "series": "ISWS R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 80.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": 72.0,
            "min_temp_source": -6.0,
            "max_temp_source": 36.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 32.0,
            "min_load": 50,
            "lifespan": null,
            "length": 2900.0,
            "width": 1300.0,
            "height": 1700.0,
            "weight": 1350.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 85.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 399,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWSV 320 ER7a",
            "series": "ISWSV ER7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 320.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": 60.0,
            "min_temp_source": -6.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 85.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4200.0,
            "width": 1600.0,
            "height": 1800.0,
            "weight": 3000.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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 404,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWSV 320 R7a",
            "series": "ISWSV R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 320.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": 63.0,
            "min_temp_source": -6.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 77.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4200.0,
            "width": 1600.0,
            "height": 1800.0,
            "weight": 2900.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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 400,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWSV 400 ER7a",
            "series": "ISWSV ER7a",
            "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": null,
            "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": 25.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -6.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 93.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4200.0,
            "width": 1700.0,
            "height": 1800.0,
            "weight": 3100.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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 405,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWSV 400 R7a",
            "series": "ISWSV R7a",
            "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": null,
            "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": 25.0,
            "max_flow_temperature": 63.0,
            "min_temp_source": -6.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 84.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4200.0,
            "width": 1700.0,
            "height": 1800.0,
            "weight": 3000.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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 401,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWSV 490 ER7a",
            "series": "ISWSV ER7a",
            "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": null,
            "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": 25.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -6.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 108.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4300.0,
            "width": 1800.0,
            "height": 1800.0,
            "weight": 3200.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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 406,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWSV 490 R7a",
            "series": "ISWSV R7a",
            "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": null,
            "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": 25.0,
            "max_flow_temperature": 63.0,
            "min_temp_source": -6.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 98.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4300.0,
            "width": 1800.0,
            "height": 1800.0,
            "weight": 3100.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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 402,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWSV 650 ER7a",
            "series": "ISWSV ER7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 650.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -6.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 130.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4800.0,
            "width": 1900.0,
            "height": 1900.0,
            "weight": 3850.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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 407,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWSV 650 R7a",
            "series": "ISWSV R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 650.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 63.0,
            "min_temp_source": -6.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 117.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4800.0,
            "width": 1900.0,
            "height": 1900.0,
            "weight": 3800.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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 403,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWSV 780 ER7a",
            "series": "ISWSV ER7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 780.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": 60.0,
            "min_temp_source": -6.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 144.0,
            "min_load": 40,
            "lifespan": null,
            "length": 5000.0,
            "width": 1900.0,
            "height": 2000.0,
            "weight": 3950.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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 408,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "ISWSV 780 R7a",
            "series": "ISWSV R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 780.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": 63.0,
            "min_temp_source": -6.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 130.0,
            "min_load": 40,
            "lifespan": null,
            "length": 5000.0,
            "width": 1900.0,
            "height": 2000.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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 410,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWDS 110 ER4b",
            "series": "IWWDS ER4b",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 110.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 75.0,
            "max_flow_temperature": 120.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 65.0,
            "min_load": 75,
            "lifespan": null,
            "length": 3700.0,
            "width": 1400.0,
            "height": 1800.0,
            "weight": 2000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "2 Stufen (75%, 100%) / Drehzahlgeregelt (75%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 416,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWDS 110 R4b",
            "series": "IWWDS R4b",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 110.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 75.0,
            "max_flow_temperature": 130.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 65.0,
            "min_load": null,
            "lifespan": null,
            "length": 3700.0,
            "width": 1400.0,
            "height": 1800.0,
            "weight": 2000.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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 411,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWDS 160 ER4b",
            "series": "IWWDS ER4b",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 160.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 75.0,
            "max_flow_temperature": 120.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 75.0,
            "min_load": 75,
            "lifespan": null,
            "length": 3700.0,
            "width": 1500.0,
            "height": 1900.0,
            "weight": 2200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "2 Stufen (75%, 100%) / Drehzahlgeregelt (75%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 417,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWDS 160 R4b",
            "series": "IWWDS R4b",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 160.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 75.0,
            "max_flow_temperature": 130.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 75.0,
            "min_load": null,
            "lifespan": null,
            "length": 3700.0,
            "width": 1500.0,
            "height": 1900.0,
            "weight": 2200.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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 412,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWDS 210 ER4b",
            "series": "IWWDS ER4b",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 210.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 75.0,
            "max_flow_temperature": 120.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 90.0,
            "min_load": 75,
            "lifespan": null,
            "length": 4000.0,
            "width": 1700.0,
            "height": 2000.0,
            "weight": 2500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "2 Stufen (75%, 100%) / Drehzahlgeregelt (75%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 418,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWDS 210 R4b",
            "series": "IWWDS R4b",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 210.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 75.0,
            "max_flow_temperature": 130.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 90.0,
            "min_load": null,
            "lifespan": null,
            "length": 4000.0,
            "width": 1700.0,
            "height": 2000.0,
            "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": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 413,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWDS 280 ER4b",
            "series": "IWWDS ER4b",
            "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": null,
            "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": 75.0,
            "max_flow_temperature": 120.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 115.0,
            "min_load": 75,
            "lifespan": null,
            "length": 4100.0,
            "width": 1800.0,
            "height": 2000.0,
            "weight": 3200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "2 Stufen (75%, 100%) / Drehzahlgeregelt (75%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 419,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWDS 280 R4b",
            "series": "IWWDS R4b",
            "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": null,
            "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": 75.0,
            "max_flow_temperature": 130.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 115.0,
            "min_load": null,
            "lifespan": null,
            "length": 4100.0,
            "width": 1800.0,
            "height": 2000.0,
            "weight": 3200.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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 414,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWDS 430 ER4b",
            "series": "IWWDS ER4b",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 430.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 75.0,
            "max_flow_temperature": 120.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 150.0,
            "min_load": 75,
            "lifespan": null,
            "length": 4300.0,
            "width": 1900.0,
            "height": 2100.0,
            "weight": 4000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "2 Stufen (75%, 100%) / Drehzahlgeregelt (75%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 420,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWDS 430 R4b",
            "series": "IWWDS R4b",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 430.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 75.0,
            "max_flow_temperature": 130.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 150.0,
            "min_load": null,
            "lifespan": null,
            "length": 4300.0,
            "width": 1900.0,
            "height": 2100.0,
            "weight": 4000.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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 409,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWDS 50 ER4b",
            "series": "IWWDS ER4b",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 50.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 75.0,
            "max_flow_temperature": 120.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 55.0,
            "min_load": 75,
            "lifespan": null,
            "length": 3200.0,
            "width": 1400.0,
            "height": 1700.0,
            "weight": 1800.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "2 Stufen (75%, 100%) / Drehzahlgeregelt (75%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 415,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWDS 50 R4b",
            "series": "IWWDS R4b",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 50.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 75.0,
            "max_flow_temperature": 130.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 55.0,
            "min_load": null,
            "lifespan": null,
            "length": 3200.0,
            "width": 1400.0,
            "height": 1700.0,
            "weight": 1800.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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 422,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWHS 130 ER4b",
            "series": "IWWHS ER4b",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 130.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 75.0,
            "max_flow_temperature": 95.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 65.0,
            "min_load": 75,
            "lifespan": null,
            "length": 3700.0,
            "width": 1400.0,
            "height": 1800.0,
            "weight": 2000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "2 Stufen (75%, 100%) / Drehzahlgeregelt (75%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 423,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWHS 190 ER4b",
            "series": "IWWHS ER4b",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 190.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 75.0,
            "max_flow_temperature": 95.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 75.0,
            "min_load": 75,
            "lifespan": null,
            "length": 3700.0,
            "width": 1500.0,
            "height": 1900.0,
            "weight": 2200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "2 Stufen (75%, 100%) / Drehzahlgeregelt (75%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 424,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWHS 240 ER4b",
            "series": "IWWHS ER4b",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 240.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 75.0,
            "max_flow_temperature": 95.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 90.0,
            "min_load": 75,
            "lifespan": null,
            "length": 4000.0,
            "width": 1700.0,
            "height": 2000.0,
            "weight": 2500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "2 Stufen (75%, 100%) / Drehzahlgeregelt (75%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 425,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWHS 320 ER4b",
            "series": "IWWHS ER4b",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 320.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 75.0,
            "max_flow_temperature": 95.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 115.0,
            "min_load": 75,
            "lifespan": null,
            "length": 4100.0,
            "width": 1800.0,
            "height": 2000.0,
            "weight": 3200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "2 Stufen (75%, 100%) / Drehzahlgeregelt (75%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 427,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWHS 390 ER6c2",
            "series": "IWWHS ER6c2",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 390.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 45.0,
            "max_flow_temperature": 92.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 125.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4100.0,
            "width": 1600.0,
            "height": 1900.0,
            "weight": 3200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "2 Stufen (50%, 100%) / Drehzahlgeregelt (50%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 431,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWHS 390 ER7c2",
            "series": "IWWHS ER7c2",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 390.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 45.0,
            "max_flow_temperature": 85.0,
            "min_temp_source": 8.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 110.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4100.0,
            "width": 1700.0,
            "height": 1900.0,
            "weight": 3200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "2 Stufen (50%, 100%) / Drehzahlgeregelt (50%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 428,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWHS 470 ER6c2",
            "series": "IWWHS ER6c2",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 470.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 45.0,
            "max_flow_temperature": 92.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 160.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4200.0,
            "width": 1600.0,
            "height": 1900.0,
            "weight": 3600.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "2 Stufen (50%, 100%) / Drehzahlgeregelt (50%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 432,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWHS 470 ER7c2",
            "series": "IWWHS ER7c2",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 470.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 45.0,
            "max_flow_temperature": 85.0,
            "min_temp_source": 8.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 140.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4200.0,
            "width": 1700.0,
            "height": 2000.0,
            "weight": 3600.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "2 Stufen (50%, 100%) / Drehzahlgeregelt (50%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 426,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWHS 540 ER4b",
            "series": "IWWHS ER4b",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 540.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 75.0,
            "max_flow_temperature": 95.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 150.0,
            "min_load": 75,
            "lifespan": null,
            "length": 4300.0,
            "width": 1900.0,
            "height": 2100.0,
            "weight": 4000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "2 Stufen (75%, 100%) / Drehzahlgeregelt (75%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 429,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWHS 570 ER6c2",
            "series": "IWWHS ER6c2",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 570.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 45.0,
            "max_flow_temperature": 92.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 180.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4200.0,
            "width": 1700.0,
            "height": 2000.0,
            "weight": 4000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 433,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWHS 570 ER7c2",
            "series": "IWWHS ER7c2",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 570.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 45.0,
            "max_flow_temperature": 85.0,
            "min_temp_source": 8.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 160.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4200.0,
            "width": 1700.0,
            "height": 2000.0,
            "weight": 4000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 421,
            "refrigerants": [
                "R1233zd(E)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWHS 60 ER4b",
            "series": "IWWHS ER4b",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 60.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 75.0,
            "max_flow_temperature": 95.0,
            "min_temp_source": 35.0,
            "max_temp_source": 60.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 55.0,
            "min_load": 75,
            "lifespan": null,
            "length": 3200.0,
            "width": 1400.0,
            "height": 1700.0,
            "weight": 1800.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "2 Stufen (75%, 100%) / Drehzahlgeregelt (75%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 430,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWHS 740 ER6c2",
            "series": "IWWHS ER6c2",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 740.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 45.0,
            "max_flow_temperature": 92.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 200.0,
            "min_load": 50,
            "lifespan": null,
            "length": 5100.0,
            "width": 2000.0,
            "height": 2000.0,
            "weight": 4800.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 434,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWHS 740 ER7c2",
            "series": "IWWHS ER7c2",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 740.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 45.0,
            "max_flow_temperature": 85.0,
            "min_temp_source": 8.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 180.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4600.0,
            "width": 2000.0,
            "height": 2000.0,
            "weight": 4800.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 443,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 110 R6a",
            "series": "IWWS R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 110.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 88.0,
            "min_temp_source": 8.0,
            "max_temp_source": 46.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 40.0,
            "min_load": 50,
            "lifespan": null,
            "length": 2900.0,
            "width": 1300.0,
            "height": 1700.0,
            "weight": 1450.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 85.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 452,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 110 R7a",
            "series": "IWWS R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 110.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 73.0,
            "min_temp_source": 8.0,
            "max_temp_source": 36.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 32.0,
            "min_load": 50,
            "lifespan": null,
            "length": 2900.0,
            "width": 1300.0,
            "height": 1700.0,
            "weight": 1350.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 85.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 435,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 170 ER6a u",
            "series": "IWWS ER a u",
            "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": null,
            "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": 26.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": 7.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 70.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3050.0,
            "width": 1500.0,
            "height": 1950.0,
            "weight": 1400.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.4,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 436,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 170 ER7a u",
            "series": "IWWS ER a u",
            "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": null,
            "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": 28.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": 7.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 70.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3050.0,
            "width": 1500.0,
            "height": 1950.0,
            "weight": 1400.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.4,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 444,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 170 R6a",
            "series": "IWWS R6a",
            "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": null,
            "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": 25.0,
            "max_flow_temperature": 88.0,
            "min_temp_source": 8.0,
            "max_temp_source": 46.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 48.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3300.0,
            "width": 1300.0,
            "height": 1700.0,
            "weight": 1750.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.6,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 453,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 170 R7a",
            "series": "IWWS R7a",
            "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": null,
            "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": 25.0,
            "max_flow_temperature": 73.0,
            "min_temp_source": 8.0,
            "max_temp_source": 36.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 40.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3300.0,
            "width": 1300.0,
            "height": 1700.0,
            "weight": 1650.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.6,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 445,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 210 R6a",
            "series": "IWWS R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 210.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 88.0,
            "min_temp_source": 8.0,
            "max_temp_source": 46.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 54.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3900.0,
            "width": 1400.0,
            "height": 1800.0,
            "weight": 1950.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.7,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 454,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 210 R7a",
            "series": "IWWS R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 210.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 73.0,
            "min_temp_source": 8.0,
            "max_temp_source": 36.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 45.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3900.0,
            "width": 1400.0,
            "height": 1800.0,
            "weight": 1850.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 87.7,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 437,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 270 ER6a u",
            "series": "IWWS ER a u",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 270.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": 7.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 90.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3400.0,
            "width": 1700.0,
            "height": 2000.0,
            "weight": 2100.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.6,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 438,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 270 ER7a u",
            "series": "IWWS ER a u",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 270.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 28.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": 7.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 90.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3400.0,
            "width": 1700.0,
            "height": 2000.0,
            "weight": 2100.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 89.6,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 446,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 270 R6a",
            "series": "IWWS R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 270.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 88.0,
            "min_temp_source": 8.0,
            "max_temp_source": 46.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 61.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4000.0,
            "width": 1500.0,
            "height": 1900.0,
            "weight": 2350.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.8,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 455,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 270 R7a",
            "series": "IWWS R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 270.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 73.0,
            "min_temp_source": 8.0,
            "max_temp_source": 36.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 49.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4000.0,
            "width": 1500.0,
            "height": 1900.0,
            "weight": 2150.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.8,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 439,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 340 ER6a u",
            "series": "IWWS ER a u",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 340.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": 7.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 100.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3750.0,
            "width": 1650.0,
            "height": 2000.0,
            "weight": 2500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.4,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 440,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 340 ER7a u",
            "series": "IWWS ER a u",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 340.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 28.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": 7.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 100.0,
            "min_load": 50,
            "lifespan": null,
            "length": 3750.0,
            "width": 1650.0,
            "height": 2000.0,
            "weight": 2500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.4,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 447,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 340 R6a",
            "series": "IWWS R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 340.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": 88.0,
            "min_temp_source": 8.0,
            "max_temp_source": 46.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 71.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4000.0,
            "width": 1600.0,
            "height": 1900.0,
            "weight": 3100.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.4,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 456,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 340 R7a",
            "series": "IWWS R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 340.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": 73.0,
            "min_temp_source": 8.0,
            "max_temp_source": 36.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 58.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4000.0,
            "width": 1600.0,
            "height": 1900.0,
            "weight": 2900.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.4,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 441,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 460 ER6a u",
            "series": "IWWS ER a u",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 460.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 26.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": 7.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 130.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4050.0,
            "width": 1950.0,
            "height": 2050.0,
            "weight": 3200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.1,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 442,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 460 ER7a u",
            "series": "IWWS ER a u",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 460.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 28.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": 7.0,
            "max_temp_source": 18.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 130.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4050.0,
            "width": 1950.0,
            "height": 2050.0,
            "weight": 3200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.1,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 448,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 460 R6a",
            "series": "IWWS R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 460.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 88.0,
            "min_temp_source": 8.0,
            "max_temp_source": 46.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 95.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4100.0,
            "width": 1700.0,
            "height": 1900.0,
            "weight": 3800.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 457,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 460 R7a",
            "series": "IWWS R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 460.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 73.0,
            "min_temp_source": 8.0,
            "max_temp_source": 36.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 76.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4100.0,
            "width": 1700.0,
            "height": 1900.0,
            "weight": 3600.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 449,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 520 R6a",
            "series": "IWWS R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 520.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 88.0,
            "min_temp_source": 8.0,
            "max_temp_source": 46.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 108.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4150.0,
            "width": 1700.0,
            "height": 1900.0,
            "weight": 4000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 458,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 520 R7a",
            "series": "IWWS R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 520.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 73.0,
            "min_temp_source": 8.0,
            "max_temp_source": 36.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 85.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4150.0,
            "width": 1700.0,
            "height": 1900.0,
            "weight": 3900.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 93.5,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 450,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 660 R6a",
            "series": "IWWS R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 660.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": 88.0,
            "min_temp_source": 8.0,
            "max_temp_source": 46.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 128.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4300.0,
            "width": 1850.0,
            "height": 2000.0,
            "weight": 4500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.6,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 459,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 660 R7a",
            "series": "IWWS R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 660.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": 73.0,
            "min_temp_source": 8.0,
            "max_temp_source": 36.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 99.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4300.0,
            "width": 1850.0,
            "height": 2000.0,
            "weight": 4400.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.6,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 451,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 830 R6a",
            "series": "IWWS R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 830.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": 83.0,
            "min_temp_source": 8.0,
            "max_temp_source": 32.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 148.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4400.0,
            "width": 1900.0,
            "height": 2500.0,
            "weight": 5000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.3,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 460,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWS 830 R7a",
            "series": "IWWS R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 830.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": 70.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 126.0,
            "min_load": 50,
            "lifespan": null,
            "length": 4400.0,
            "width": 1900.0,
            "height": 2500.0,
            "weight": 4900.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "3 Stufen (50%, 75%, 100%) / Drehzahlgeregelt (50%-100%)",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.3,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 465,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 1020 ER6a",
            "series": "IWWSV ER6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1020.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": 70.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 180.0,
            "min_load": 40,
            "lifespan": null,
            "length": 5000.0,
            "width": 1900.0,
            "height": 2000.0,
            "weight": 4000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 470,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 1020 ER7a",
            "series": "IWWSV ER7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1020.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": 60.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 144.0,
            "min_load": 40,
            "lifespan": null,
            "length": 5000.0,
            "width": 1900.0,
            "height": 2000.0,
            "weight": 3950.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 475,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 1020 R6a",
            "series": "IWWSV R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1020.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": 70.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 162.0,
            "min_load": 40,
            "lifespan": null,
            "length": 5000.0,
            "width": 1900.0,
            "height": 2000.0,
            "weight": 3900.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 480,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 1020 R7a",
            "series": "IWWSV R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1020.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": 63.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 130.0,
            "min_load": 40,
            "lifespan": null,
            "length": 5000.0,
            "width": 1900.0,
            "height": 2000.0,
            "weight": 3900.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 461,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 410 ER6a",
            "series": "IWWSV ER6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 410.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": 70.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 100.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4200.0,
            "width": 1600.0,
            "height": 1800.0,
            "weight": 3000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 466,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 410 ER7a",
            "series": "IWWSV ER7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 410.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": 60.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 85.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4200.0,
            "width": 1600.0,
            "height": 1800.0,
            "weight": 3000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 471,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 410 R6a",
            "series": "IWWSV R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 410.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": 70.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 90.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4200.0,
            "width": 1600.0,
            "height": 1800.0,
            "weight": 2900.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 476,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 410 R7a",
            "series": "IWWSV R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 410.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": 63.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 77.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4200.0,
            "width": 1600.0,
            "height": 1800.0,
            "weight": 2900.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 462,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 520 ER6a",
            "series": "IWWSV ER6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 520.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 117.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4200.0,
            "width": 1700.0,
            "height": 1800.0,
            "weight": 3100.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 467,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 520 ER7a",
            "series": "IWWSV ER7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 520.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 93.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4200.0,
            "width": 1700.0,
            "height": 1800.0,
            "weight": 3100.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 472,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 520 R6a",
            "series": "IWWSV R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 520.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 105.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4200.0,
            "width": 1700.0,
            "height": 1800.0,
            "weight": 3000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 477,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 520 R7a",
            "series": "IWWSV R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 520.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 63.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 84.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4200.0,
            "width": 1700.0,
            "height": 1800.0,
            "weight": 3000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 463,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 650 ER6a",
            "series": "IWWSV ER6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 650.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 135.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4300.0,
            "width": 1700.0,
            "height": 1800.0,
            "weight": 3200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 468,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 650 ER7a",
            "series": "IWWSV ER7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 650.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 108.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4300.0,
            "width": 1700.0,
            "height": 1800.0,
            "weight": 3200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 473,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 650 R6a",
            "series": "IWWSV R6a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 650.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 122.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4300.0,
            "width": 1700.0,
            "height": 1800.0,
            "weight": 3100.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 478,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 650 R7a",
            "series": "IWWSV R7a",
            "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": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 650.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 25.0,
            "max_flow_temperature": 63.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 98.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4300.0,
            "width": 1700.0,
            "height": 1800.0,
            "weight": 3100.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 464,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 850 ER6a",
            "series": "IWWSV ER6a",
            "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": null,
            "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": 25.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 162.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4800.0,
            "width": 1900.0,
            "height": 1900.0,
            "weight": 3900.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 469,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 850 ER7a",
            "series": "IWWSV ER7a",
            "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": null,
            "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": 25.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 130.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4800.0,
            "width": 1900.0,
            "height": 1900.0,
            "weight": 3850.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 474,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 850 R6a",
            "series": "IWWSV R6a",
            "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": null,
            "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": 25.0,
            "max_flow_temperature": 70.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 146.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4800.0,
            "width": 1900.0,
            "height": 1900.0,
            "weight": 3800.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 479,
            "refrigerants": [
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Ochsner Energie Technik",
            "name": "IWWSV 850 R7a",
            "series": "IWWSV R7a",
            "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": null,
            "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": 25.0,
            "max_flow_temperature": 63.0,
            "min_temp_source": 8.0,
            "max_temp_source": 30.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 117.0,
            "min_load": 40,
            "lifespan": null,
            "length": 4800.0,
            "width": 1900.0,
            "height": 1900.0,
            "weight": 3800.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt (40%-100%)",
            "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-23",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 501,
            "refrigerants": [
                "HFKW",
                "HFO"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "Oilon ChillHeat solutions",
            "series": "Oilon ChillHeat solutions",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "Mehrere Module möglich",
            "circuit_infos": null,
            "sink": "Fernwärme, Prozesswärme, Gebäudewärme",
            "min_thermal_capacity": 30.0,
            "max_thermal_capacity": 50000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter, 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": "Kundenspezifische Auslegung",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-loesungen/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 481,
            "refrigerants": [
                "R1233zd(E)",
                "R1234ze(Z)",
                "R134a",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "P100",
            "series": "Oilon ChillHeat P series",
            "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": "Prozesswärme, Fernwärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 100.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": 120.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": 1571.0,
            "width": 911.0,
            "height": 2091.0,
            "weight": 1200.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-p-30-p-450/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 482,
            "refrigerants": [
                "R1233zd(E)",
                "R1234ze(Z)",
                "R134a",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "P150",
            "series": "Oilon ChillHeat P series",
            "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": "Prozesswärme, Fernwärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 150.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 120.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": 1571.0,
            "width": 911.0,
            "height": 2091.0,
            "weight": 1300.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-p-30-p-450/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 483,
            "refrigerants": [
                "R1233zd(E)",
                "R1234ze(Z)",
                "R134a",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "P220",
            "series": "Oilon ChillHeat P series",
            "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": "Prozesswärme, Fernwärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 220.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": 120.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": 2723.0,
            "width": 911.0,
            "height": 2091.0,
            "weight": 2300.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-p-30-p-450/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 484,
            "refrigerants": [
                "R1233zd(E)",
                "R1234ze(Z)",
                "R134a",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "P300",
            "series": "Oilon ChillHeat P series",
            "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": "Prozesswärme, Fernwärme, 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": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2723.0,
            "width": 911.0,
            "height": 2091.0,
            "weight": 2600.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-p-30-p-450/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 485,
            "refrigerants": [
                "R1233zd(E)",
                "R1234ze(Z)",
                "R134a",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "P380",
            "series": "Oilon ChillHeat P series",
            "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": "Prozesswärme, Fernwärme, Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 380.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": 120.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "5",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3866.0,
            "width": 911.0,
            "height": 2091.0,
            "weight": 3100.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-p-30-p-450/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 486,
            "refrigerants": [
                "R1233zd(E)",
                "R1234ze(Z)",
                "R134a",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "P450",
            "series": "Oilon ChillHeat P series",
            "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": "Prozesswärme, Fernwärme, 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": null,
            "max_flow_temperature": 120.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "6",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 3866.0,
            "width": 911.0,
            "height": 2091.0,
            "weight": 3700.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-p-30-p-450/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 498,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Geothermie (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "RE210",
            "series": "Oilon ChillHeat RE series",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 210.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": 62.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 1571.0,
            "width": 911.0,
            "height": 2091.0,
            "weight": 1600.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-re-210-re-420/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 499,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Geothermie (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "RE330",
            "series": "Oilon ChillHeat RE series",
            "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",
            "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": null,
            "max_flow_temperature": 62.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "3",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2723.0,
            "width": 911.0,
            "height": 2091.0,
            "weight": 1800.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-re-210-re-420/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 500,
            "refrigerants": [
                "R410A (R32/R125)"
            ],
            "sources": [
                "Fernwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Nahwärme (Brine/Water)",
                "Prozesswärme (Brine/Water)",
                "Sole (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "RE420",
            "series": "Oilon ChillHeat RE series",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 420.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": 62.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2723.0,
            "width": 911.0,
            "height": 2091.0,
            "weight": 2000.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-re-210-re-420/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 494,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "S1000",
            "series": "Oilon ChillHeat S series",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 100.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": 85.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": null,
            "length": null,
            "width": null,
            "height": null,
            "weight": 4500.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-s-600-s-2000/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 495,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "S1200",
            "series": "Oilon ChillHeat S series",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1200.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": 85.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": null,
            "length": null,
            "width": null,
            "height": null,
            "weight": 5300.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-s-600-s-2000/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 496,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "S1500",
            "series": "Oilon ChillHeat S series",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1500.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": 85.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": null,
            "length": null,
            "width": null,
            "height": null,
            "weight": 6500.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-s-600-s-2000/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 487,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "S180",
            "series": "Oilon ChillHeat S series",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 180.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": 85.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2551.0,
            "width": 911.0,
            "height": 2091.0,
            "weight": 2300.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-s-180-s-580/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 497,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "S2000",
            "series": "Oilon ChillHeat S series",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 2000.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": 85.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": null,
            "length": null,
            "width": null,
            "height": null,
            "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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-s-600-s-2000/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 488,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "S280",
            "series": "Oilon ChillHeat S series",
            "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",
            "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": null,
            "max_flow_temperature": 85.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2551.0,
            "width": 911.0,
            "height": 2091.0,
            "weight": 2900.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-s-180-s-580/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 489,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "S380",
            "series": "Oilon ChillHeat S series",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 380.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": 85.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2551.0,
            "width": 911.0,
            "height": 2091.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-s-180-s-580/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 490,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "S490",
            "series": "Oilon ChillHeat S series",
            "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",
            "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": null,
            "max_flow_temperature": 85.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2551.0,
            "width": 911.0,
            "height": 2091.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-s-180-s-580/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 491,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "S580",
            "series": "Oilon ChillHeat S series",
            "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",
            "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": null,
            "max_flow_temperature": 85.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": 2551.0,
            "width": 911.0,
            "height": 2091.0,
            "weight": 4500.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-s-180-s-580/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 492,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "S600",
            "series": "Oilon ChillHeat S series",
            "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",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 600.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": 85.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": null,
            "length": null,
            "width": null,
            "height": null,
            "weight": 3200.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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-s-600-s-2000/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 493,
            "refrigerants": [
                "R1234ze(Z)",
                "R134a",
                "R450A (R1234ze(E)/R134a)",
                "R513A (R1234yf/R134a)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Abwärme (Brine/Water)"
            ],
            "manufacturer": "Oilon",
            "name": "S800",
            "series": "Oilon ChillHeat S series",
            "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",
            "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": null,
            "max_flow_temperature": 85.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": null,
            "length": null,
            "width": null,
            "height": null,
            "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-17",
            "verified": false,
            "information_source": "https://oilon.com/de/products/oilon-chillheat-s-600-s-2000/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 502,
            "refrigerants": [
                "R704 (Helium)"
            ],
            "sources": [
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Prozesswärme (Brine/Water)"
            ],
            "manufacturer": "Olvondo Technology AS",
            "name": "HighLift by Olvondo",
            "series": "HighLift",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": "Commercially available",
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "möglich",
            "circuit_infos": "Stirling Kreisprozess",
            "sink": "Prozesswärme, Prozessdampf, Fernwärme, Wasser",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 750.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": 500.0,
            "min_flow_temperature": null,
            "max_flow_temperature": 200.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": 2.5,
            "min_load": 40,
            "lifespan": 20,
            "length": 6329.0,
            "width": 4102.0,
            "height": 3877.0,
            "weight": 13500.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": "Indoor",
            "space_requirements": null,
            "room_height_requirements": 4500.0,
            "comment": "",
            "updated": "2025-05-19",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 503,
            "refrigerants": [
                "R718 (Wasser)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Dampf (Steam)"
            ],
            "manufacturer": "Piller Blowers & Compressors GmbH",
            "name": "",
            "series": "HighLift high temperature heat pump",
            "operation_mode": "H",
            "trl_min": 8,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "MVR",
            "n_circuits": null,
            "circuit_configuration": "möglich",
            "circuit_infos": null,
            "sink": "Prozessdampf",
            "min_thermal_capacity": 1000.0,
            "max_thermal_capacity": 70000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 212.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": "",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": 20,
            "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": null,
            "updated": "2025-01-08",
            "verified": false,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1070,
            "refrigerants": [
                "R718 (Wasser)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Piller Blowers & Compressors GmbH",
            "name": "Piller Blowers and Compressors",
            "series": "Piller Blowers and Compressors",
            "operation_mode": "H",
            "trl_min": 8,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "MVR",
            "n_circuits": null,
            "circuit_configuration": "Zusammenschluss möglich",
            "circuit_infos": null,
            "sink": "Prozessdampf",
            "min_thermal_capacity": 1000.0,
            "max_thermal_capacity": 70000.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": 230.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": 20,
            "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": "Kundenspezifische Auslegung",
            "updated": "2025-05-20",
            "verified": true,
            "information_source": "https://heatpumpingtechnologies.org/annex58/wp-content/uploads/sites/70/2022/07/hthpannex58pillartechnology.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 504,
            "refrigerants": [
                "R1233zd(E)",
                "R1336mzz(Z)",
                "R245fa"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Brine/Water)",
                "Fernwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Nahwärme (Brine/Water)",
                "Prozesswärme (Brine/Water)",
                "Serverabwärme (Brine/Water)",
                "Solarthermie (Brine/Water)",
                "Sole (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Rank®",
            "name": "HP",
            "series": "HTHP",
            "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": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": 250.0,
            "max_thermal_capacity": 600.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 95.0,
            "max_flow_temperature": 150.0,
            "min_temp_source": 25.0,
            "max_temp_source": 110.0,
            "t_hub_max": 30.0,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "UNBEKANNT",
            "filling_quantity": 250.0,
            "min_load": 50,
            "lifespan": null,
            "length": 5500.0,
            "width": 2250.0,
            "height": 2500.0,
            "weight": 7500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": "DN40",
            "evaporator_outlet": "DN40",
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": "DN160",
            "condenser_outlet": "DN160",
            "sound_power": 85.0,
            "sound_pressure_1m": 80.0,
            "sound_pressure_10m": 72.0,
            "installation_type": "Containerlösung möglich",
            "space_requirements": "2 Meter um Aggregat",
            "room_height_requirements": 2500.0,
            "comment": "Preis: 325.000€",
            "updated": "2025-01-08",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1385,
            "refrigerants": [
                "R1234ze(E)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Rhoss Deutschland GmbH / Rhoss S.p.a.",
            "name": "FullFlow-I Booster ECO",
            "series": "FullFlow",
            "operation_mode": "H&C",
            "trl_min": 8,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": 400.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": 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": 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-07-09",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-07-09"
        },
        {
            "id": 1383,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Rhoss Deutschland GmbH / Rhoss S.p.a.",
            "name": "WinPower ECO",
            "series": "WinPower",
            "operation_mode": "H&C",
            "trl_min": 8,
            "trl_max": 9,
            "trl_description": "Serienprodukt",
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": 350.0,
            "max_thermal_capacity": 810.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 58.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": "",
            "updated": "2025-07-09",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-07-09"
        },
        {
            "id": 1384,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Rhoss Deutschland GmbH / Rhoss S.p.a.",
            "name": "WinPower ECO Twin",
            "series": "WinPower",
            "operation_mode": "H&C",
            "trl_min": 8,
            "trl_max": 9,
            "trl_description": "Serienprodukt",
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": 860.0,
            "max_thermal_capacity": 1310.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 58.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": "",
            "updated": "2025-07-09",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2025-07-09"
        },
        {
            "id": 505,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Umweltwärme (Brine/Water)"
            ],
            "manufacturer": "Siemens Energy",
            "name": "SHP-C600/C750",
            "series": "SHP-C600/C750",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": "TRL = 9 bis zu 90 °C Senkentemperatur",
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozesswärme, Nahwäme, Fernwärme",
            "min_thermal_capacity": 15000.0,
            "max_thermal_capacity": 45000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 150.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": 100.0,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": "",
            "filling_quantity": null,
            "min_load": 30,
            "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": null,
            "updated": "2025-01-08",
            "verified": false,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 506,
            "refrigerants": [
                "R1234ze(Z)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Umweltwärme (Brine/Water)"
            ],
            "manufacturer": "Siemens Energy",
            "name": "SHP-STC-XX W/S",
            "series": "SHP-STC-XX W/S",
            "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": "Prozesswärme, Prozessdampf, Fernwärme",
            "min_thermal_capacity": 5000.0,
            "max_thermal_capacity": 70000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 100.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": 100.0,
            "cop": null,
            "compressor": "Turboverdichter",
            "n_compressor": "",
            "filling_quantity": null,
            "min_load": 30,
            "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": null,
            "updated": "2025-01-08",
            "verified": false,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1334,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SKADEC GmbH",
            "name": "SC.F. R290",
            "series": "SC.F.",
            "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": 400.0,
            "max_thermal_capacity": 3200.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": 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": "Containerlösung, Innen- und Außeninstallation",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben den Produktserien sind kundenspezifische Sonderanlagen erhältlich.",
            "updated": "2025-02-21",
            "verified": false,
            "information_source": "https://skadec.de/produkte/wassergekuehlte-kaltwassersaetze-waermepumpen-mit-natuerlichem-kaeltemittel-r290/",
            "information_source_archive": null,
            "information_source_date": "2025-02-21"
        },
        {
            "id": 1336,
            "refrigerants": [
                "R600a (Isobutan)"
            ],
            "sources": [
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Nahwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SKADEC GmbH",
            "name": "SH.C. R600",
            "series": "SH.C.",
            "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": "Prozess- und Brauchwassererzeugung",
            "min_thermal_capacity": 60.0,
            "max_thermal_capacity": 400.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 90.0,
            "min_temp_source": -8.0,
            "max_temp_source": 38.0,
            "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": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung, Innen- und Außeninstallation",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben den Produktserien sind kundenspezifische Sonderanlagen erhältlich.",
            "updated": "2025-02-21",
            "verified": false,
            "information_source": "https://skadec.de/produkte/wassergekuehlte-hochtemperatur-waermepumpen-mit-natuerlichem-kaeltemittel-r600a/",
            "information_source_archive": null,
            "information_source_date": "2025-02-21"
        },
        {
            "id": 1331,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "SKADEC GmbH",
            "name": "SH.D.F. 2 Kreisläufe",
            "series": "SH.D.",
            "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": 230.0,
            "max_thermal_capacity": 310.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": -20.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "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": "Invert-geregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben den Produktserien sind kundenspezifische Sonderanlagen erhältlich.",
            "updated": "2025-02-21",
            "verified": false,
            "information_source": "https://skadec.de/produkte/luftgekuehlte_waermepumpen_mit_natuerlichem_kaeltemittel_r290/",
            "information_source_archive": null,
            "information_source_date": "2025-02-21"
        },
        {
            "id": 1332,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "SKADEC GmbH",
            "name": "SH.D.F. 3 Kreisläufe",
            "series": "SH.D.",
            "operation_mode": "H&C",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "3",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme",
            "min_thermal_capacity": 310.0,
            "max_thermal_capacity": 465.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": -20.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "3",
            "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": "Invert-geregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben den Produktserien sind kundenspezifische Sonderanlagen erhältlich.",
            "updated": "2025-02-21",
            "verified": false,
            "information_source": "https://skadec.de/produkte/luftgekuehlte_waermepumpen_mit_natuerlichem_kaeltemittel_r290/",
            "information_source_archive": null,
            "information_source_date": "2025-02-21"
        },
        {
            "id": 1333,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "SKADEC GmbH",
            "name": "SH.D.F. 4 Kreisläufe",
            "series": "SH.D.",
            "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": 465.0,
            "max_thermal_capacity": 620.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 65.0,
            "min_temp_source": -20.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "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": "Invert-geregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "geschlossener Rahmen",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben den Produktserien sind kundenspezifische Sonderanlagen erhältlich.",
            "updated": "2025-02-21",
            "verified": false,
            "information_source": "https://skadec.de/produkte/luftgekuehlte_waermepumpen_mit_natuerlichem_kaeltemittel_r290/",
            "information_source_archive": null,
            "information_source_date": "2025-02-21"
        },
        {
            "id": 1335,
            "refrigerants": [
                "R600a (Isobutan)"
            ],
            "sources": [
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Nahwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SKADEC GmbH",
            "name": "SH.F. R600",
            "series": "SH.F.",
            "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": "Prozess- und Brauchwassererzeugung",
            "min_thermal_capacity": 400.0,
            "max_thermal_capacity": 2200.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 30.0,
            "max_flow_temperature": 90.0,
            "min_temp_source": -8.0,
            "max_temp_source": 38.0,
            "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": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Containerlösung, Innen- und Außeninstallation",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Neben den Produktserien sind kundenspezifische Sonderanlagen erhältlich.",
            "updated": "2025-02-21",
            "verified": false,
            "information_source": "https://skadec.de/produkte/wassergekuehlte-hochtemperatur-waermepumpen-mit-natuerlichem-kaeltemittel-r600a/",
            "information_source_archive": null,
            "information_source_date": "2025-02-21"
        },
        {
            "id": 1415,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "SmartHeat Deutschland GmbH",
            "name": "aero nature 148",
            "series": "aero nature",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": "Kaskadierung möglich",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 36.1,
            "max_thermal_capacity": 137.5,
            "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": 80.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 18.0,
            "min_load": 25,
            "lifespan": null,
            "length": 2720.0,
            "width": 2245.0,
            "height": 2300.0,
            "weight": 1950.0,
            "weight_max": null,
            "weight_description": "ohne Verpackung",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 67.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Monoblock",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Alle Geräte sind kaskadierbar.",
            "updated": "2026-02-13",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2026-02-13"
        },
        {
            "id": 1416,
            "refrigerants": [
                "R290 (Propan)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "SmartHeat Deutschland GmbH",
            "name": "aero nature 148 R",
            "series": "aero nature",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": "Kaskadierung möglich",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 36.1,
            "max_thermal_capacity": 137.5,
            "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": 80.0,
            "min_temp_source": -20.0,
            "max_temp_source": 35.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": 18.0,
            "min_load": 25,
            "lifespan": null,
            "length": 2720.0,
            "width": 2245.0,
            "height": 2300.0,
            "weight": 1950.0,
            "weight_max": null,
            "weight_description": "ohne Verpackung",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 67.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Monoblock",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Alle Geräte sind kaskadierbar.",
            "updated": "2026-02-13",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2026-02-13"
        },
        {
            "id": 1417,
            "refrigerants": [
                "R1234ze(E)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SmartHeat Deutschland GmbH",
            "name": "Titan 168 WW HT",
            "series": "titan",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": "Kaskadierung möglich",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 167.7,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 35.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": 10.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 30.0,
            "min_load": 100,
            "lifespan": null,
            "length": 1200.0,
            "width": 2600.0,
            "height": 1860.0,
            "weight": 1800.0,
            "weight_max": null,
            "weight_description": "ohne Verpackung",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Monoblock",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Alle Geräte sind kaskadierbar.",
            "updated": "2026-02-13",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2026-02-13"
        },
        {
            "id": 1418,
            "refrigerants": [
                "R1234ze(E)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SmartHeat Deutschland GmbH",
            "name": "Titan 325 WW HT",
            "series": "titan",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": "Kaskadierung möglich",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 325.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 35.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": 10.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 60.0,
            "min_load": 100,
            "lifespan": null,
            "length": 1220.0,
            "width": 3516.0,
            "height": 1860.0,
            "weight": 2800.0,
            "weight_max": null,
            "weight_description": "ohne Verpackung",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Monoblock",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Alle Geräte sind kaskadierbar.",
            "updated": "2026-02-13",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2026-02-13"
        },
        {
            "id": 1419,
            "refrigerants": [
                "R1234ze(E)",
                "R515B (R1234ze(E)/ 227ea)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SmartHeat Deutschland GmbH",
            "name": "Titan 427 WW HT",
            "series": "titan",
            "operation_mode": "H",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": "Kaskadierung möglich",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": null,
            "max_thermal_capacity": 427.2,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 35.0,
            "max_flow_temperature": 80.0,
            "min_temp_source": 10.0,
            "max_temp_source": 20.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "1",
            "filling_quantity": 75.0,
            "min_load": 100,
            "lifespan": null,
            "length": 1220.0,
            "width": 3800.0,
            "height": 1860.0,
            "weight": 3100.0,
            "weight_max": null,
            "weight_description": "ohne Verpackung",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Leistungsstufen",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": "Monoblock",
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Alle Geräte sind kaskadierbar.",
            "updated": "2026-02-13",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": "2026-02-13"
        },
        {
            "id": 507,
            "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 (Brine/Water)",
                "Abwärme (Steam)",
                "Dampf (Steam)",
                "Fernwärme (Brine/Water)",
                "feuchte Heißluft (Air)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Nahwärme (Brine/Water)",
                "Prozesswärme (Brine/Water)",
                "Serverabwärme (Brine/Water)",
                "Solarthermie (Brine/Water)",
                "Sole (Brine/Water)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SPH Sustainable Process Heat GmbH",
            "name": "LL1",
            "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": "1",
            "filling_quantity": 180.0,
            "min_load": 33,
            "lifespan": 20,
            "length": 5000.0,
            "width": 2150.0,
            "height": 2500.0,
            "weight": 6000.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-08",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 513,
            "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)",
                "Fernwärme (Brine/Water)",
                "feuchte Heißluft (Air)",
                "Geothermie (Brine/Water)",
                "Gewässer (Brine/Water)",
                "Grundwasser (Brine/Water)",
                "Nahwärme (Brine/Water)",
                "Prozesswärme (Brine/Water)",
                "Rauchgasabwärme (Brine/Water)",
                "Serverabwärme (Brine/Water)",
                "Solarthermie (Brine/Water)",
                "Sole (Brine/Water)",
                "Umweltwärme (Air)",
                "Umweltwärme (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SPH Sustainable Process Heat GmbH",
            "name": "LL1-2",
            "series": "ThermBooster",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "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": 140.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": 400.0,
            "min_load": 33,
            "lifespan": 20,
            "length": 5000.0,
            "width": 2500.0,
            "height": 2500.0,
            "weight": 11000.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": "27500",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-10",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 508,
            "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)",
                "Luft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SPH Sustainable Process Heat GmbH",
            "name": "LL2",
            "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": 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": 300.0,
            "min_load": 16,
            "lifespan": 20,
            "length": 5000.0,
            "width": 2150.0,
            "height": 2500.0,
            "weight": 8000.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": 514,
            "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)",
                "Sole (Brine/Water)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SPH Sustainable Process Heat GmbH",
            "name": "LL2-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 Reihe",
            "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": 500.0,
            "min_load": 16,
            "lifespan": 20,
            "length": 9000.0,
            "width": 2500.0,
            "height": 2500.0,
            "weight": 13000.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": "49500",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-10",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        }
    ]
}