From 9505b1acc1cdd88eb883b37d219f7e23b4568b0c Mon Sep 17 00:00:00 2001 From: eaadalenDB Date: Thu, 13 Feb 2025 12:54:46 -0800 Subject: [PATCH 1/2] Added new FCU type --- .../yaml/resources/HVAC/entity_types/ABSTRACT.yaml | 2 ++ ontology/yaml/resources/HVAC/entity_types/FCU.yaml | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml b/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml index f6c8acd90..3b40bde23 100644 --- a/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml @@ -265,6 +265,8 @@ DX2RC: description: "Compressor run control on retun side (RC)." is_abstract: true opt_uses: + - overload_compressor_alarm_1 + - overload_compressor_alarm_2 - compressor_speed_percentage_command - cooling_percentage_command - cooling_thermal_power_capacity diff --git a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml index 24f90681f..3db6efc14 100644 --- a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml @@ -1669,6 +1669,16 @@ FCU_DFSS_RHDHC_HT2RC_DX2RC_ZTM: - DX2RC - ZTM +FCU_DFSS_RHDHC_HTRC_DX2RC: + description: "Fan coil with return temp and humidity control, dx cooling with two stages, single stage heating, and dehumidication and humidifcation modes." + is_canonical: true + implements: + - FCU + - DFSS + - RHDHC + - HTRC + - DX2RC + FCU_DFSS_CSP_DX4ZC_RTM_CATM2X_HATM2X: guid: "398c7f4f-a895-4788-a6af-b3a3eaf65acf" description: "Fan coil with 4-stage compressor, cold and hot aisle temperature monitoring and return temperature monitoring." From 232141a4cc451f36c882be17f84bf5ac6297fcb4 Mon Sep 17 00:00:00 2001 From: db-robot Date: Thu, 13 Feb 2025 20:55:41 +0000 Subject: [PATCH 2/2] Add GUIDs to new entity types --- ontology/yaml/resources/HVAC/entity_types/FCU.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml index 3db6efc14..ba25c3815 100644 --- a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml @@ -1670,6 +1670,7 @@ FCU_DFSS_RHDHC_HT2RC_DX2RC_ZTM: - ZTM FCU_DFSS_RHDHC_HTRC_DX2RC: + guid: "03f029b3-ce64-457b-96fe-e8c64a471730" description: "Fan coil with return temp and humidity control, dx cooling with two stages, single stage heating, and dehumidication and humidifcation modes." is_canonical: true implements: