Skip to content

Commit

Permalink
Merge branch 'master' into new_fcu_ciaran_hereworks_14.10.24
Browse files Browse the repository at this point in the history
  • Loading branch information
shambergoldstein authored Oct 18, 2024
2 parents 8083231 + 68eb716 commit dcac3b4
Show file tree
Hide file tree
Showing 2 changed files with 21 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 @@ -1353,6 +1353,18 @@ SCHWFRC:
- chilled_supply_water_flowrate_sensor
- chilled_supply_water_flowrate_setpoint

SCWFRC:
guid: "0b3a93ba-1bbb-42a0-b179-92ceab4f1d90"
description: "Supply condensing water flowrate control."
is_abstract: true
implements:
- OPERATIONAL
opt_uses:
- condensing_return_water_flowrate_sensor
uses:
- condensing_supply_water_flowrate_sensor
- condensing_supply_water_flowrate_setpoint

SHWTC:
guid: "e2231929-0104-4109-aa8a-ce276a82f8a6"
description: "Supply heating water temperature control."
Expand Down
9 changes: 9 additions & 0 deletions ontology/yaml/resources/fields/telemetry_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@ literals:
- condensing_supply_water_temperature_setpoint:
flexible_min: 255.9259259
flexible_max: 308.1481481
- condensing_return_water_flowrate_sensor:
flexible_min: -0.000315451
flexible_max: 0.315451
- condensing_supply_water_flowrate_sensor:
flexible_min: -0.000315451
flexible_max: 0.315451
- condensing_supply_water_flowrate_setpoint:
flexible_min: -0.000315451
flexible_max: 0.315451
- condensing_water_sump_temperature_sensor:
flexible_min: 255.9259259
flexible_max: 308.1481481
Expand Down

0 comments on commit dcac3b4

Please sign in to comment.