From 017fc0ffa22012081b9704dd0ccb17c557a0364c Mon Sep 17 00:00:00 2001 From: GregoryHAIRAPETIAN Date: Thu, 2 Mar 2023 14:11:57 +0100 Subject: [PATCH 1/2] Addition of a new canonical CU type. --- ontology/yaml/resources/HVAC/entity_types/CU.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ontology/yaml/resources/HVAC/entity_types/CU.yaml b/ontology/yaml/resources/HVAC/entity_types/CU.yaml index 40122fbd8..6f4b18442 100644 --- a/ontology/yaml/resources/HVAC/entity_types/CU.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/CU.yaml @@ -30,6 +30,18 @@ CU_SFSS_SFVSC_CHWSC_HTSC_SSPC_SARC_MTM: - SARC - MTM +CU_DFSS_DFVSC_CHWZTC_HWZTC_RTM_ZHM: + description: "Discharge fan with start/stop, status, cooling and heating (zone temp control)." + is_canonical: true + implements: + - CU + - DFSS + - DFVSC + - CHWZTC + - HWZTC + - RTM + - ZHM + ################################### ### Existing Non-standard Types ### ################################### From 5b16c91fa6ab7a6ac93a2674bc0e4cb09c5bf25c Mon Sep 17 00:00:00 2001 From: GregoryHAIRAPETIAN Date: Wed, 12 Jul 2023 12:30:01 +0200 Subject: [PATCH 2/2] Correction of the description --- ontology/yaml/resources/HVAC/entity_types/CU.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/yaml/resources/HVAC/entity_types/CU.yaml b/ontology/yaml/resources/HVAC/entity_types/CU.yaml index 6f4b18442..2e11de855 100644 --- a/ontology/yaml/resources/HVAC/entity_types/CU.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/CU.yaml @@ -31,7 +31,7 @@ CU_SFSS_SFVSC_CHWSC_HTSC_SSPC_SARC_MTM: - MTM CU_DFSS_DFVSC_CHWZTC_HWZTC_RTM_ZHM: - description: "Discharge fan with start/stop, status, cooling and heating (zone temp control)." + description: "Compartment unit on discharge side with start/stop, status, cooling and heating (zone temp control)." is_canonical: true implements: - CU