Skip to content

Commit

Permalink
Merge pull request #1145 from kevin-hereworks/new-chiller
Browse files Browse the repository at this point in the history
chiller with return chilled water temp control
  • Loading branch information
cstirdivant authored Oct 4, 2023
2 parents 9f2d00d + da5620f commit b282759
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,18 @@ SCHWTC:
- chilled_supply_water_temperature_sensor
- chilled_supply_water_temperature_setpoint

RCHWTC:
description: "Return chilled water temperature control."
is_abstract: true
implements:
- OPERATIONAL
opt_uses:
- chilled_supply_water_temperature_sensor
- cooling_percentage_command
- cooling_request_count
uses:
- chilled_return_water_temperature_sensor
- chilled_return_water_temperature_setpoint

WDPC:
guid: "86b2c846-0cc3-4828-8648-88c2082c900e"
Expand Down
9 changes: 9 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/CH.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@ CH_SS_SCHWTC_CWDT:
- SCHWTC
- CWDT

CH_SS_RCHWTC_CWDT:
description: "Simple water cooled chiller, return water temperature control."
is_canonical: true
implements:
- CH
- SS
- RCHWTC
- CWDT

CH_SS_SCHWTC_CHWSWISOVM:
guid: "6b8e395a-94e3-4b25-8eda-0f2472d72332"
description: "Simple water cooled chiller."
Expand Down
3 changes: 3 additions & 0 deletions ontology/yaml/resources/fields/telemetry_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ literals:
- chilled_supply_water_temperature_setpoint:
flexible_min: 255.9259259
flexible_max: 308.1481481
- chilled_return_water_temperature_setpoint:
flexible_min: 255.9259259
flexible_max: 308.1481481
- chilled_water_bypass_valve_percentage_command:
fixed_min: 0.0
fixed_max: 100.0
Expand Down

0 comments on commit b282759

Please sign in to comment.