From ac072478e9d29b35d77e75770d489dd4ce1d151d Mon Sep 17 00:00:00 2001 From: Pranay Shah <45097539+pranay2811@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:07:13 -0400 Subject: [PATCH 1/7] Update subfields.yaml Added a new subfield "sump" --- ontology/yaml/resources/subfields/subfields.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ontology/yaml/resources/subfields/subfields.yaml b/ontology/yaml/resources/subfields/subfields.yaml index 03981b1e1..11fd4e93b 100644 --- a/ontology/yaml/resources/subfields/subfields.yaml +++ b/ontology/yaml/resources/subfields/subfields.yaml @@ -56,6 +56,7 @@ component: riser: "A central (typically vertical) supply pipe or duct that distributes media (e.g., water, air) to multiple floors of a building." scrubber: "An equipment that is used to remove harmful materials from exhaust air before they are released into the environment" shade: "Window covering (typically used to regulate the amount of sunlight coming through the window)." + sump: "An area where water is temporarily collected for recirculation or drainage purposes." switch: "Component to disrupt an electrical cirucit." tank: "Storage device for media; for example, a thermal storage tank in a heating water system." transformer: "An electrical device which, by the principles of electromagnetic induction, transfers electrical energy from one electric circuit to another." From ad4fb74895f2112d46aef40091ec38818cdeeba6 Mon Sep 17 00:00:00 2001 From: Pranay Shah <45097539+pranay2811@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:11:34 -0400 Subject: [PATCH 2/7] Update telemetry_fields.yaml Added "condensing_water_sump_temperature_sensor" --- ontology/yaml/resources/fields/telemetry_fields.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ontology/yaml/resources/fields/telemetry_fields.yaml b/ontology/yaml/resources/fields/telemetry_fields.yaml index f9fa1c52e..ec0a647b0 100644 --- a/ontology/yaml/resources/fields/telemetry_fields.yaml +++ b/ontology/yaml/resources/fields/telemetry_fields.yaml @@ -116,6 +116,9 @@ literals: - condensing_supply_water_temperature_setpoint: flexible_min: 255.9259259 flexible_max: 308.1481481 +- condensing_water_sump_temperature_sensor: + flexible_min: 255.9259259 + flexible_max: 308.1481481 - condensing_water_flowrate_sensor: flexible_min: -0.000315451 flexible_max: 0.315451 From 4bc3639e394f87504a88ae8335542977b6e14a23 Mon Sep 17 00:00:00 2001 From: Pranay Shah <45097539+pranay2811@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:06:32 -0400 Subject: [PATCH 3/7] Update subfields.yaml Added subfield "dynamic" --- ontology/yaml/resources/subfields/subfields.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ontology/yaml/resources/subfields/subfields.yaml b/ontology/yaml/resources/subfields/subfields.yaml index 03981b1e1..b9b0f75e1 100644 --- a/ontology/yaml/resources/subfields/subfields.yaml +++ b/ontology/yaml/resources/subfields/subfields.yaml @@ -344,6 +344,7 @@ measurement_descriptor: dewpoint: "The thermodynamic point at which water condenses from standing air." differential: "Measured difference between two reference points (e.g. differential_water_pressure)" down: "The direction of a spatial movement, opposite of up." + dynamic: "Describing a system which is instable or constantly changing (e.g. supply_air_dynamic_pressure_sensor)." efficiency: "The ratio of required input to actual output. " end: "Indicates a final part of something, especially a period of time." extent: "The range over which something has spread." From 9daf17cf482e9d2271513cd50ef8859a11aa5253 Mon Sep 17 00:00:00 2001 From: Pranay Shah <45097539+pranay2811@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:17:25 -0400 Subject: [PATCH 4/7] Update telemetry_fields.yaml Added - discharge_air_dynamic_pressure_sensor - exhaust_air_dynamic_pressure_sensor - return_air_dynamic_pressure_sensor - supply_air_dynamic_pressure_sensor --- ontology/yaml/resources/fields/telemetry_fields.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ontology/yaml/resources/fields/telemetry_fields.yaml b/ontology/yaml/resources/fields/telemetry_fields.yaml index f9fa1c52e..162f19bfc 100644 --- a/ontology/yaml/resources/fields/telemetry_fields.yaml +++ b/ontology/yaml/resources/fields/telemetry_fields.yaml @@ -410,6 +410,9 @@ literals: - supply_air_static_pressure_setpoint: flexible_min: -124.540012 flexible_max: 2490.80024 +- supply_air_dynamic_pressure_sensor: + flexible_min: -124.540012 + flexible_max: 2490.80024 - supply_air_temperature_sensor: flexible_min: 255.9259259 flexible_max: 338.7037037 @@ -615,6 +618,9 @@ literals: - exhaust_air_static_pressure_setpoint: flexible_min: -996.320096 flexible_max: 996.320096 +- exhaust_air_dynamic_pressure_sensor: + flexible_min: -996.320096 + flexible_max: 996.320096 - filter_differential_pressure_sensor: flexible_min: -249.080024 flexible_max: 2490.80024 @@ -998,6 +1004,9 @@ literals: - return_air_static_pressure_setpoint: flexible_min: -996.320096 flexible_max: 996.320096 +- return_air_dynamic_pressure_sensor: + flexible_min: -996.320096 + flexible_max: 996.320096 - supply_air_dehumidification_relative_humidity_setpoint: fixed_min: 0.0 fixed_max: 100.0 @@ -1368,6 +1377,9 @@ literals: - discharge_air_static_pressure_sensor: flexible_min: -124.540012 flexible_max: 996.320096 +- discharge_air_dynamic_pressure_sensor: + flexible_min: -124.540012 + flexible_max: 996.320096 - heat_exchange_supply_water_isolation_valve_command: - OPEN - CLOSED From de9f8df7f04059e1668ab8d93e8a6110fafb931a Mon Sep 17 00:00:00 2001 From: Pranay Shah <45097539+pranay2811@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:34:07 -0400 Subject: [PATCH 5/7] Update subfields.yaml Added subfield "expansion" --- ontology/yaml/resources/subfields/subfields.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ontology/yaml/resources/subfields/subfields.yaml b/ontology/yaml/resources/subfields/subfields.yaml index 03981b1e1..384c5cf4d 100644 --- a/ontology/yaml/resources/subfields/subfields.yaml +++ b/ontology/yaml/resources/subfields/subfields.yaml @@ -117,6 +117,7 @@ descriptor: exchange: "The act of giving somethng and receiving something else; for example, the transfer of heat from one fluid stream to another." exercise: "Mode of running equipment to maintain functionality ('exercise mode')." exhaust: "Process or component used in the removal of air from a conditioned system to the outside atmosphere." + expansion: "Process of increasing the volume of a liquid." fabric: "Textile material." failed: "Indicates that a point is not operating as intended or is incapable of operating." filtration: "Process of filtering contaminating elements from equipment or a system." From 54e1e27397da5a186c0b114ceda8d4727a8fb198 Mon Sep 17 00:00:00 2001 From: Pranay Shah <45097539+pranay2811@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:40:11 -0400 Subject: [PATCH 6/7] Update telemetry_fields.yaml Added "expansion_valve_percentage_command" --- ontology/yaml/resources/fields/telemetry_fields.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ontology/yaml/resources/fields/telemetry_fields.yaml b/ontology/yaml/resources/fields/telemetry_fields.yaml index f9fa1c52e..fe6824b9a 100644 --- a/ontology/yaml/resources/fields/telemetry_fields.yaml +++ b/ontology/yaml/resources/fields/telemetry_fields.yaml @@ -3601,3 +3601,6 @@ literals: - emergency_power_status: - PRESENT - ABSENT +- expansion_valve_percentage_command: + fixed_min: 0.0 + fixed_max: 100.0 From a045bbcd91308ea4c0f1eabae3f8f1040e0dff6a Mon Sep 17 00:00:00 2001 From: shambergoldstein <124837286+shambergoldstein@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:39:20 -0700 Subject: [PATCH 7/7] Update CH.yaml --- ontology/yaml/resources/HVAC/entity_types/CH.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ontology/yaml/resources/HVAC/entity_types/CH.yaml b/ontology/yaml/resources/HVAC/entity_types/CH.yaml index 777a0005f..6dcd4ffa8 100644 --- a/ontology/yaml/resources/HVAC/entity_types/CH.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/CH.yaml @@ -25,6 +25,16 @@ CH_SS_SWTC: - SS - SWTC +CH_SS_SWTC_WDPM: + guid: "619f27ca-5e68-44e2-a037-07c0fbccf29e" + description: "Simple air-cooled chiller with differential pressure monitoring." + is_canonical: true + implements: + - CH + - SS + - SWTC + - WDPM + CH_SS_SCHWTC_RWISOVPM: guid: "69ac8219-82ca-46d1-88dc-7fc8ce0f16d3" description: "Simple water-cooled chiller with condenser isolation."