Skip to content

Commit

Permalink
Merge pull request #1430 from pranay2811/shwfrc
Browse files Browse the repository at this point in the history
Added SHWFRC
  • Loading branch information
shambergoldstein authored Sep 25, 2024
2 parents 1450e02 + 7e242e0 commit edeacee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,16 @@ SHWTC:
- heating_supply_water_temperature_sensor
- heating_supply_water_temperature_setpoint

SHWFRC:
guid: "0f41e9b6-5558-4102-952c-21055a275a03"
description: "Supply heating water flowrate control."
is_abstract: true
implements:
- OPERATIONAL
uses:
- heating_supply_water_flowrate_sensor
- heating_supply_water_flowrate_setpoint

RCHWTC:
guid: "6babdc1e-edae-49b3-98e4-ca0b675b7f0f"
description: "Return chilled water temperature control."
Expand Down
6 changes: 6 additions & 0 deletions ontology/yaml/resources/fields/telemetry_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2280,6 +2280,12 @@ literals:
- heating_supply_water_temperature_setpoint:
flexible_min: 255.9259259
flexible_max: 380.3703704
- heating_supply_water_flowrate_sensor:
flexible_min: -0.000315451
flexible_max: 0.315451
- heating_supply_water_flowrate_setpoint:
flexible_min: -0.000315451
flexible_max: 0.315451
- discharge_air_flowrate_setpoint:
flexible_min: 0.0
flexible_max: 94.38948864
Expand Down

0 comments on commit edeacee

Please sign in to comment.