Skip to content

Commit

Permalink
Merge pull request #1137 from kevin-hereworks/new-blr
Browse files Browse the repository at this point in the history
added boiler type
  • Loading branch information
cstirdivant authored Oct 4, 2023
2 parents bb1251c + 47773c2 commit 319a75b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3000,6 +3000,10 @@ HT2SWC:
- heating_thermal_power_capacity
- high_supply_water_temperature_alarm
- low_supply_water_temperature_alarm
- heater_run_status_1
- heater_run_status_2
- failed_alarm_1
- failed_alarm_2
uses:
- heater_run_command_1
- heater_run_command_2
Expand Down Expand Up @@ -5091,6 +5095,20 @@ SWTM:
- supply_water_temperature_sensor


RWTM:
description: "Return water temperature monitoring."
is_abstract: true
implements:
- MONITORING
opt_uses:
- cooling_request_count
- heating_request_count
- high_return_water_temperature_alarm
- low_return_water_temperature_alarm
uses:
- return_water_temperature_sensor


CWDPM:
guid: "d71e1e0d-35d6-4b53-a570-2e12959c951b"
description: "Differential pressure monitoring for condenser water."
Expand Down
8 changes: 8 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/BLR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,14 @@ BLR_SS_RWTC_HTRWC:
- RWTC
- HTRWC

BLR_HT2SWC_RWTM:
description: "Two-stage boiler with supply control, return temperature monitoring."
is_canonical: true
implements:
- BLR
- HT2SWC
- RWTM

###################################
### Existing Non-standard Types ###
###################################
Expand Down

0 comments on commit 319a75b

Please sign in to comment.