From 1baba1cf642dc9c12f8ab89a6ec91820bf5ebcb3 Mon Sep 17 00:00:00 2001 From: Ciaran Oflannagain Date: Wed, 6 Dec 2023 11:57:52 +0000 Subject: [PATCH 1/9] Addition of a new FCU --- ontology/yaml/resources/HVAC/entity_types/FCU.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml index e9496a076..514c45e16 100644 --- a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml @@ -19,6 +19,19 @@ # This file defines fan-coil unit types. Valid types must include a fan and a coil of some type. # They must also include some control scheme (e.g. ZTC, DSP, etc.). +FCU_RTM_DFSS2X_CHWZTC_SFVSC2X_HWZTC_STC_EFFC: + description: "FCU in a trench, with heating and cooling valves, and two fans" + is_canonical: true + implements: + - FCU + - RTM + - DFSS2X + - CHWZTC + - SFVSC2X + - HWZTC + - STC + - EFFC + FCU_DFSS_CSP_CHWDC: guid: "e0270205-c4be-4c74-9c54-a79afd332a9c" description: "Typical chilled water FCU with cooling-only (discharge control)." From c1b4d3bfad07f8a4330eae1f7749befa33b6d61f Mon Sep 17 00:00:00 2001 From: Ciaran Oflannagain Date: Wed, 6 Dec 2023 11:59:08 +0000 Subject: [PATCH 2/9] Addition of a new FCU --- ontology/yaml/resources/HVAC/entity_types/FCU.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml index 514c45e16..dc70ee2ae 100644 --- a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml @@ -20,7 +20,7 @@ # They must also include some control scheme (e.g. ZTC, DSP, etc.). FCU_RTM_DFSS2X_CHWZTC_SFVSC2X_HWZTC_STC_EFFC: - description: "FCU in a trench, with heating and cooling valves, and two fans" + description: "FCU in a trench, with heating and cooling valves, and two fans." is_canonical: true implements: - FCU From 72bf6860299c187872b6d4154aacf88daf0d3034 Mon Sep 17 00:00:00 2001 From: Ciaran Oflannagain Date: Mon, 18 Dec 2023 15:23:03 +0000 Subject: [PATCH 3/9] Changes to new FCU --- ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml b/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml index 0320faffc..025014109 100644 --- a/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml @@ -745,7 +745,6 @@ DFSS2X: - discharge_fan_run_status_1 - discharge_fan_run_status_2 - HT2RC: guid: "3a770fea-bfb4-4a78-a0a1-c33922871fa2" description: "Two gas or electric heater control on zone side (HSP, DSP)." From 18d5a33388f791fc64a26900a2978175ad032624 Mon Sep 17 00:00:00 2001 From: Ciaran Oflannagain Date: Mon, 18 Dec 2023 15:30:40 +0000 Subject: [PATCH 4/9] New FCU Edits --- ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml | 1 + ontology/yaml/resources/HVAC/entity_types/FCU.yaml | 8 +++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml b/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml index 025014109..0320faffc 100644 --- a/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml @@ -745,6 +745,7 @@ DFSS2X: - discharge_fan_run_status_1 - discharge_fan_run_status_2 + HT2RC: guid: "3a770fea-bfb4-4a78-a0a1-c33922871fa2" description: "Two gas or electric heater control on zone side (HSP, DSP)." diff --git a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml index dc70ee2ae..f751bb417 100644 --- a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml @@ -19,18 +19,16 @@ # This file defines fan-coil unit types. Valid types must include a fan and a coil of some type. # They must also include some control scheme (e.g. ZTC, DSP, etc.). -FCU_RTM_DFSS2X_CHWZTC_SFVSC2X_HWZTC_STC_EFFC: +FCU_RTM_DFVSC2X_CHWZTC_HWZTC_STM: description: "FCU in a trench, with heating and cooling valves, and two fans." is_canonical: true implements: - FCU - RTM - - DFSS2X + - DFVSC2X - CHWZTC - - SFVSC2X - HWZTC - - STC - - EFFC + - STM FCU_DFSS_CSP_CHWDC: guid: "e0270205-c4be-4c74-9c54-a79afd332a9c" From f81eff365453bfa591eaaaf01db31e31ec028ba2 Mon Sep 17 00:00:00 2001 From: Ciaran Oflannagain Date: Tue, 19 Dec 2023 11:17:21 +0000 Subject: [PATCH 5/9] Replacing STM with DTM for new FCU --- ontology/yaml/resources/HVAC/entity_types/FCU.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml index f751bb417..baf7a0de8 100644 --- a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml @@ -19,7 +19,7 @@ # This file defines fan-coil unit types. Valid types must include a fan and a coil of some type. # They must also include some control scheme (e.g. ZTC, DSP, etc.). -FCU_RTM_DFVSC2X_CHWZTC_HWZTC_STM: +FCU_RTM_DFVSC2X_CHWZTC_HWZTC_DTM: description: "FCU in a trench, with heating and cooling valves, and two fans." is_canonical: true implements: @@ -28,7 +28,7 @@ FCU_RTM_DFVSC2X_CHWZTC_HWZTC_STM: - DFVSC2X - CHWZTC - HWZTC - - STM + - DTM FCU_DFSS_CSP_CHWDC: guid: "e0270205-c4be-4c74-9c54-a79afd332a9c" From af23536779111e012b2d86251df01974c45f336b Mon Sep 17 00:00:00 2001 From: Brian <66026954+bsimmons-onboard@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:40:51 -0500 Subject: [PATCH 6/9] add new ahu AHU_ECOND_DFSS_DFVSC_DSP_CHWDC_HWDC_CO2C --- ontology/yaml/resources/HVAC/entity_types/AHU.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ontology/yaml/resources/HVAC/entity_types/AHU.yaml b/ontology/yaml/resources/HVAC/entity_types/AHU.yaml index e45b9c621..21dddd54c 100644 --- a/ontology/yaml/resources/HVAC/entity_types/AHU.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/AHU.yaml @@ -757,6 +757,20 @@ AHU_DFSS_DSP_DXZC_ECOND_HTZC: - ECOND - HTZC +AHU_ECOND_DFSS_DFVSC_DSP_CHWDC_HWDC_CO2C: + guid: "67d4ec22-42d3-45c5-8f51-ac4bfb7e789f" + description: "Single Zone AHU with economizer and CO2 control" + is_canonical: true + implements: + - AHU + - ECOND + - DFSS + - DFVSC + - DSP + - CHWDC + - HWDC + - CO2C + AHU_CO2C_DFSS_DSP_DXZC_ECONZ_EFSS_HTZC: guid: "06019e28-c9e1-448f-8d11-775cbba3bf67" description: "Single zone AHU." From 7600a0f8e285573d063a415dbf3ab2ff3dd355be Mon Sep 17 00:00:00 2001 From: Brian <66026954+bsimmons-onboard@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:50:57 -0500 Subject: [PATCH 7/9] new fcu FCU_DFSS_DFVSC_DSP_CHWDC_HWDC_CO2M --- ontology/yaml/resources/HVAC/entity_types/FCU.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml index 5c6c9df9c..9c7a56132 100644 --- a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml @@ -62,6 +62,18 @@ FCU_DFSS_DFVSC_DXRC_DFRMM: - DXRC - DFRMM +FCU_DFSS_DFVSC_DSP_CHWDC_HWDC_CO2M: + description: "Hydronic variable speed fan coil with heating and cooling (zone temp control & CO2 monitoring)." + is_canonical: true + implements: + - FCU + - DFSS + - DFVSC + - DSP + - CHWDC + - HWDC + - CO2M + FCU_DFSS_CSP_DX2ZC: guid: "1e95273d-598a-41ae-88a4-021f8320444c" description: "Typical 2-stage DX FCU with cooling-only (zone control)." From fc148c1b8de54a0810d11a927cbe5cf3c71f1ecd Mon Sep 17 00:00:00 2001 From: Brian <66026954+bsimmons-onboard@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:59:03 -0500 Subject: [PATCH 8/9] new FCU FCU_DFSS_DFVSC_DSP_CHWDC_CO2M --- ontology/yaml/resources/HVAC/entity_types/FCU.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml index 9c7a56132..4d801e7cd 100644 --- a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml @@ -74,6 +74,17 @@ FCU_DFSS_DFVSC_DSP_CHWDC_HWDC_CO2M: - HWDC - CO2M +FCU_DFSS_DFVSC_DSP_CHWDC_CO2M: + description: "Hydronic variable speed fan coil with cooling (zone temp control & CO2 monitoring)." + is_canonical: true + implements: + - FCU + - DFSS + - DFVSC + - DSP + - CHWDC + - CO2M + FCU_DFSS_CSP_DX2ZC: guid: "1e95273d-598a-41ae-88a4-021f8320444c" description: "Typical 2-stage DX FCU with cooling-only (zone control)." From fb12fdce53406ee6524985a598016c8179c55f94 Mon Sep 17 00:00:00 2001 From: Brian <66026954+bsimmons-onboard@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:39:28 -0500 Subject: [PATCH 9/9] update FCU descriptions --- ontology/yaml/resources/HVAC/entity_types/FCU.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml index 4d801e7cd..3fb9e4a9f 100644 --- a/ontology/yaml/resources/HVAC/entity_types/FCU.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/FCU.yaml @@ -63,7 +63,7 @@ FCU_DFSS_DFVSC_DXRC_DFRMM: - DFRMM FCU_DFSS_DFVSC_DSP_CHWDC_HWDC_CO2M: - description: "Hydronic variable speed fan coil with heating and cooling (zone temp control & CO2 monitoring)." + description: "Hydronic variable speed fan coil with heating and cooling (zone control, discharge coil control and CO2 monitoring)." is_canonical: true implements: - FCU @@ -75,7 +75,7 @@ FCU_DFSS_DFVSC_DSP_CHWDC_HWDC_CO2M: - CO2M FCU_DFSS_DFVSC_DSP_CHWDC_CO2M: - description: "Hydronic variable speed fan coil with cooling (zone temp control & CO2 monitoring)." + description: "Hydronic variable speed fan coil with cooling (zone temp control, discharge coil control and CO2 monitoring)." is_canonical: true implements: - FCU