Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ldings

merge
  • Loading branch information
evgeniya-engel committed Jun 18, 2024
2 parents 4e4152b + ea3907b commit 89a566f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/CH.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
18 changes: 18 additions & 0 deletions ontology/yaml/resources/fields/telemetry_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -410,6 +413,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
Expand Down Expand Up @@ -615,6 +621,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
Expand Down Expand Up @@ -998,6 +1007,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
Expand Down Expand Up @@ -1368,6 +1380,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
Expand Down Expand Up @@ -3610,3 +3625,6 @@ literals:
- emergency_power_status:
- PRESENT
- ABSENT
- expansion_valve_percentage_command:
fixed_min: 0.0
fixed_max: 100.0
3 changes: 3 additions & 0 deletions ontology/yaml/resources/subfields/subfields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -117,6 +118,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."
Expand Down Expand Up @@ -344,6 +346,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."
Expand Down

0 comments on commit 89a566f

Please sign in to comment.