API Documentation

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

How to Use the API

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

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

Available Endpoints

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

Example Requests

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

GET /api/products/?format=xlsx

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

Response Format

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

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

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

{
    "count": 1222,
    "next": "https://grosswaermepumpen-info.de/en-us/api/products/?format=api&limit=100&offset=1000",
    "previous": "https://grosswaermepumpen-info.de/en-us/api/products/?format=api&limit=100&offset=800",
    "results": [
        {
            "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": 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
        },
        {
            "id": 509,
            "refrigerants": [
                "R1224yd(Z)",
                "R1233zd(E)",
                "R1234ze(Z)",
                "R1336mzz(Z)",
                "R515B (R1234ze(E)/ 227ea)",
                "R600 (Butan)",
                "R600a (Isobutan)",
                "R601 (Pentan)",
                "R601a (Isopentan)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Dampf (Steam)",
                "feuchte Heißluft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SPH Sustainable Process Heat GmbH",
            "name": "LL3",
            "series": "ThermBooster",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1 bis 3",
            "circuit_configuration": "Verbund",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 200.0,
            "max_thermal_capacity": 8000.0,
            "el_connection_voltage": null,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 160.0,
            "min_temp_source": 10.0,
            "max_temp_source": 120.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": 400.0,
            "min_load": 11,
            "lifespan": 20,
            "length": 6000.0,
            "width": 2500.0,
            "height": 2500.0,
            "weight": 10000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": 95.0,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": "33000",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-10",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 510,
            "refrigerants": [
                "R1224yd(Z)",
                "R1233zd(E)",
                "R1234ze(Z)",
                "R1336mzz(Z)",
                "R515B (R1234ze(E)/ 227ea)",
                "R600 (Butan)",
                "R600a (Isobutan)",
                "R601 (Pentan)",
                "R601a (Isopentan)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Dampf (Steam)",
                "feuchte Heißluft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SPH Sustainable Process Heat GmbH",
            "name": "LS1",
            "series": "ThermBooster",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 200.0,
            "max_thermal_capacity": 8000.0,
            "el_connection_voltage": null,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 160.0,
            "min_temp_source": 10.0,
            "max_temp_source": 120.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": 300.0,
            "min_load": 33,
            "lifespan": 20,
            "length": 5000.0,
            "width": 2150.0,
            "height": 2500.0,
            "weight": 7500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": 95.0,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": "25750",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-10",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 515,
            "refrigerants": [
                "R1224yd(Z)",
                "R1233zd(E)",
                "R1234ze(Z)",
                "R1336mzz(Z)",
                "R515B (R1234ze(E)/ 227ea)",
                "R600 (Butan)",
                "R600a (Isobutan)",
                "R601 (Pentan)",
                "R601a (Isopentan)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Dampf (Steam)",
                "feuchte Heißluft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SPH Sustainable Process Heat GmbH",
            "name": "LS1-2",
            "series": "ThermBooster",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": "seriell",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 200.0,
            "max_thermal_capacity": 8000.0,
            "el_connection_voltage": null,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 160.0,
            "min_temp_source": 10.0,
            "max_temp_source": 120.0,
            "t_hub_max": 140.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": 450.0,
            "min_load": 33,
            "lifespan": 20,
            "length": 7000.0,
            "width": 2500.0,
            "height": 2500.0,
            "weight": 12000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": 95.0,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": "38500",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-10",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 511,
            "refrigerants": [
                "R1224yd(Z)",
                "R1233zd(E)",
                "R1234ze(Z)",
                "R1336mzz(Z)",
                "R515B (R1234ze(E)/ 227ea)",
                "R600 (Butan)",
                "R600a (Isobutan)",
                "R601 (Pentan)",
                "R601a (Isopentan)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Dampf (Steam)",
                "feuchte Heißluft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SPH Sustainable Process Heat GmbH",
            "name": "LS2",
            "series": "ThermBooster",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1 bis 2",
            "circuit_configuration": "Verbund",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 200.0,
            "max_thermal_capacity": 8000.0,
            "el_connection_voltage": null,
            "el_connection_phase": 3.0,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 160.0,
            "min_temp_source": 10.0,
            "max_temp_source": 120.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": 350.0,
            "min_load": 16,
            "lifespan": 20,
            "length": 6000.0,
            "width": 2500.0,
            "height": 2500.0,
            "weight": 9500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": 95.0,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": "33000",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-10",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 516,
            "refrigerants": [
                "R1224yd(Z)",
                "R1233zd(E)",
                "R1234ze(Z)",
                "R1336mzz(Z)",
                "R515B (R1234ze(E)/ 227ea)",
                "R600 (Butan)",
                "R600a (Isobutan)",
                "R601 (Pentan)",
                "R601a (Isopentan)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Dampf (Steam)",
                "feuchte Heißluft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SPH Sustainable Process Heat GmbH",
            "name": "LS2-2",
            "series": "ThermBooster",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2 bis 4",
            "circuit_configuration": "Verbund und/oder seriell",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 200.0,
            "max_thermal_capacity": 8000.0,
            "el_connection_voltage": null,
            "el_connection_phase": 3.0,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 160.0,
            "min_temp_source": 10.0,
            "max_temp_source": 120.0,
            "t_hub_max": 140.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": 550.0,
            "min_load": 16,
            "lifespan": 20,
            "length": 9500.0,
            "width": 2500.0,
            "height": 2500.0,
            "weight": 15750.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": 95.0,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": "52250",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-10",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 512,
            "refrigerants": [
                "R1224yd(Z)",
                "R1233zd(E)",
                "R1234ze(Z)",
                "R1336mzz(Z)",
                "R515B (R1234ze(E)/ 227ea)",
                "R600 (Butan)",
                "R600a (Isobutan)",
                "R601 (Pentan)",
                "R601a (Isopentan)"
            ],
            "sources": [
                "Abwasser (Brine/Water)",
                "Abwärme (Air)",
                "Abwärme (Brine/Water)",
                "Abwärme (Steam)",
                "Dampf (Steam)",
                "feuchte Heißluft (Air)",
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "SPH Sustainable Process Heat GmbH",
            "name": "LS3",
            "series": "ThermBooster",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1 bis 3",
            "circuit_configuration": "Verbund",
            "circuit_infos": null,
            "sink": null,
            "min_thermal_capacity": 200.0,
            "max_thermal_capacity": 8000.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": 10.0,
            "max_flow_temperature": 160.0,
            "min_temp_source": 10.0,
            "max_temp_source": 120.0,
            "t_hub_max": 70.0,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": 420.0,
            "min_load": 11,
            "lifespan": 20,
            "length": 7000.0,
            "width": 2500.0,
            "height": 2500.0,
            "weight": 11500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": 95.0,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": "38500",
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-10",
            "verified": true,
            "information_source": null,
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1071,
            "refrigerants": [
                "R718 (Wasser)"
            ],
            "sources": [
                "Dampf (Steam)"
            ],
            "manufacturer": "Spilling Technologies GmbH",
            "name": "Spilling Steam Compressor",
            "series": "Spilling Steam Compressor",
            "operation_mode": "H",
            "trl_min": 9,
            "trl_max": null,
            "trl_description": null,
            "circuit": "BOT",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Prozessdampf",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1000.0,
            "el_connection_voltage": 15000.0,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 280.0,
            "min_temp_source": 120.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Kolbenverdichter",
            "n_compressor": "1-3",
            "filling_quantity": null,
            "min_load": 30,
            "lifespan": null,
            "length": null,
            "width": null,
            "height": null,
            "weight": 15000.0,
            "weight_max": 45000.0,
            "weight_description": "Gewicht Abhängig von Auslegung",
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": "35-70",
            "room_height_requirements": null,
            "comment": "Kundenspezifische Auslegung als offene Dampfkompression oder geschlossene HTWP.",
            "updated": "2025-01-17",
            "verified": false,
            "information_source": "https://heatpumpingtechnologies.org/annex58/wp-content/uploads/sites/70/2022/07/hthpannex58suppliertechnologyspilling.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 518,
            "refrigerants": [
                "R718 (Wasser)"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Star Refrigeration",
            "name": "Industrial Air Source Neatpump",
            "series": "Industrial Air Source Neatpump",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": "möglich",
            "circuit_infos": null,
            "sink": "Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": 300.0,
            "max_thermal_capacity": 1000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 70.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "-",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": null,
            "width": null,
            "height": null,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.neatpumps.com/heatpumps/air-source-heatpumps/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 517,
            "refrigerants": [
                "R717 (Ammoniak)"
            ],
            "sources": [
                "Abwärme (Brine/Water)",
                "Umweltwärme (Brine/Water)"
            ],
            "manufacturer": "Star Refrigeration",
            "name": "Water Source Neatpump",
            "series": "Water Source Neatpump",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": null,
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Gebäudewärme, Fernwärme, Prozesswärme, Prozessdampf",
            "min_thermal_capacity": 750.0,
            "max_thermal_capacity": 8000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 130.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter/Kolbenverdichter",
            "n_compressor": null,
            "filling_quantity": null,
            "min_load": null,
            "lifespan": null,
            "length": null,
            "width": null,
            "height": null,
            "weight": null,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Auslegung bis 120 °C möglich.",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.neatpumps.com/heatpumps/water-source-heatpumps/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 1072,
            "refrigerants": [
                "R717 (Ammoniak)",
                "R718 (Wasser)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Svenska Rotor Maskiner, SRM",
            "name": "Screw compressor for water vapor heat pump technology",
            "series": "Screw compressor for water vapor heat pump technology",
            "operation_mode": "H",
            "trl_min": 5,
            "trl_max": null,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": "Reihenschaltung",
            "circuit_infos": "Ammoniak- und Wasserkreislauf",
            "sink": "Prozesswärme, Prozessdampf",
            "min_thermal_capacity": 250.0,
            "max_thermal_capacity": 2000.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 80.0,
            "max_flow_temperature": 165.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": null,
            "lifespan": 20,
            "length": null,
            "width": null,
            "height": null,
            "weight": 2500.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": null,
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": "6",
            "room_height_requirements": null,
            "comment": "Prototyp",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://heatpumpingtechnologies.org/annex58/wp-content/uploads/sites/70/2022/07/srmhthpannex58final.pdf",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 556,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "10.4",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 100.5,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 2297.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 1700.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 611,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "101.2",
            "series": "OMEGA SKY OH/HPW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1136.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 4980.0,
            "width": 1300.0,
            "height": 2010.0,
            "weight": 5572.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 94.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 74.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Unterschiedliche Konfigurationen:\r\n\r\nOH: nicht umkehrbare Wärmepumpe\r\nHPW: Wärmepumpe, umkehrbar auf der Wasser\u0002seite\r\n/SLN: besonders schallgedämpft\r\n/LN: schallgedämpft\r\nLC: mit Fern-Wärmetauscher Quellenseite\r\nDC/: mit vollständiger Rückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 553,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "11.2",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 110.5,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 4172.0,
            "width": 1200.0,
            "height": 2110.0,
            "weight": 1700.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 573,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "11.2",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 125.1,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 32,
            "lifespan": null,
            "length": 1490.0,
            "width": 795.0,
            "height": 1900.0,
            "weight": 635.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 91.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 63.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 612,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "116.2",
            "series": "OMEGA SKY OH/HPW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1309.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 4980.0,
            "width": 1300.0,
            "height": 2010.0,
            "weight": 5701.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 95.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 75.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Unterschiedliche Konfigurationen:\r\n\r\nOH: nicht umkehrbare Wärmepumpe\r\nHPW: Wärmepumpe, umkehrbar auf der Wasser\u0002seite\r\n/SLN: besonders schallgedämpft\r\n/LN: schallgedämpft\r\nLC: mit Fern-Wärmetauscher Quellenseite\r\nDC/: mit vollständiger Rückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 574,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "12.2",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 140.2,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 1490.0,
            "width": 795.0,
            "height": 1900.0,
            "weight": 671.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 81.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 65.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 557,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "12.4",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 112.0,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 2297.0,
            "width": 2256.0,
            "height": 2443.0,
            "weight": 1700.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 613,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "132.2",
            "series": "OMEGA SKY OH/HPW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1492.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 5250.0,
            "width": 1300.0,
            "height": 2010.0,
            "weight": 6031.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 96.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 76.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 554,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "14.2",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 141.1,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 5170.0,
            "width": 1200.0,
            "height": 2110.0,
            "weight": 2000.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 575,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "14.2",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 157.3,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 1490.0,
            "width": 795.0,
            "height": 1900.0,
            "weight": 677.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 82.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 66.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 614,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "143.2",
            "series": "OMEGA SKY OH/HPW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1606.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 5380.0,
            "width": 1350.0,
            "height": 2240.0,
            "weight": 6854.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 97.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 77.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Unterschiedliche Konfigurationen:\r\n\r\nOH: nicht umkehrbare Wärmepumpe\r\nHPW: Wärmepumpe, umkehrbar auf der Wasser\u0002seite\r\n/SLN: besonders schallgedämpft\r\n/LN: schallgedämpft\r\nLC: mit Fern-Wärmetauscher Quellenseite\r\nDC/: mit vollständiger Rückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 576,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "15.2",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 174.8,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 1490.0,
            "width": 795.0,
            "height": 1900.0,
            "weight": 690.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 82.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 66.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 615,
            "refrigerants": [
                "R134a",
                "R513A (R1234yf/R134a)"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "159.2",
            "series": "OMEGA SKY OH/HPW",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme, Fernwärme, Prozesswärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 1785.0,
            "el_connection_voltage": 400.0,
            "el_connection_phase": 3.0,
            "el_connection_frequency": 50.0,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 63.0,
            "min_temp_source": null,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Schraubenverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 12,
            "lifespan": null,
            "length": 5380.0,
            "width": 1350.0,
            "height": 2240.0,
            "weight": 7045.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 98.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 75.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Unterschiedliche Konfigurationen:\r\n\r\nOH: nicht umkehrbare Wärmepumpe\r\nHPW: Wärmepumpe, umkehrbar auf der Wasser\u0002seite\r\n/SLN: besonders schallgedämpft\r\n/LN: schallgedämpft\r\nLC: mit Fern-Wärmetauscher Quellenseite\r\nDC/: mit vollständiger Rückgewinnung",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omega-sky/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 555,
            "refrigerants": [
                "R454B"
            ],
            "sources": [
                "Luft (Air)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "16.2",
            "series": "Omicron SKY S4 R5 HE",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 172.5,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": null,
            "max_flow_temperature": 55.0,
            "min_temp_source": -15.0,
            "max_temp_source": 40.0,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 5170.0,
            "width": 1200.0,
            "height": 2110.0,
            "weight": 2200.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": null,
            "sound_pressure_1m": null,
            "sound_pressure_10m": null,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizung/omicron-sky-s4-r5/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 580,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "16.4",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "2",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 189.1,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "4",
            "filling_quantity": null,
            "min_load": 25,
            "lifespan": null,
            "length": 2323.0,
            "width": 876.0,
            "height": 1990.0,
            "weight": 1069.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 79.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 61.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\n\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        },
        {
            "id": 577,
            "refrigerants": [
                "R32"
            ],
            "sources": [
                "Wasser/Sole (Brine/Water)"
            ],
            "manufacturer": "Swegon Germany GmbH",
            "name": "17.2",
            "series": "SIGMA SKY OH R7",
            "operation_mode": "H&C",
            "trl_min": null,
            "trl_max": 9,
            "trl_description": null,
            "circuit": "CLO",
            "n_circuits": "1",
            "circuit_configuration": null,
            "circuit_infos": null,
            "sink": "Warmwasser, Gebäudewärme, Nahwärme",
            "min_thermal_capacity": null,
            "max_thermal_capacity": 199.9,
            "el_connection_voltage": null,
            "el_connection_phase": null,
            "el_connection_frequency": null,
            "el_connection_power": null,
            "min_flow_temperature": 40.0,
            "max_flow_temperature": 60.0,
            "min_temp_source": -10.0,
            "max_temp_source": null,
            "t_hub_max": null,
            "cop": null,
            "compressor": "Scrollverdichter",
            "n_compressor": "2",
            "filling_quantity": null,
            "min_load": 50,
            "lifespan": null,
            "length": 1686.0,
            "width": 795.0,
            "height": 1900.0,
            "weight": 839.0,
            "weight_max": null,
            "weight_description": null,
            "evaporator_inlet": null,
            "evaporator_outlet": null,
            "compressor_regulation": "Drehzahlgeregelt",
            "condenser_inlet": null,
            "condenser_outlet": null,
            "sound_power": 83.0,
            "sound_pressure_1m": null,
            "sound_pressure_10m": 66.0,
            "installation_type": null,
            "space_requirements": null,
            "room_height_requirements": null,
            "comment": "Ausführungen:\r\nCH - Kaltwassererzeugern (nur kühlen)\r\nOH - Wärmepumpe (nur heizen)\r\nHPW - Reversible Wärmepumpe (wasserseitig umschaltbar)\r\nHi – mit invertergeregelten Verdichter",
            "updated": "2025-01-20",
            "verified": false,
            "information_source": "https://www.swegon.com/de/produkte-und-dienstleistungen/kaltwassersatze-und-warmepumpen/heizen-und-kuhlen/wassergekuhlte-reversible-kaltemaschinen/sigma-sky-r7/",
            "information_source_archive": null,
            "information_source_date": null
        }
    ]
}