Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added boiler type #1137

Merged
merged 12 commits into from
Oct 4, 2023
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:
cstirdivant marked this conversation as resolved.
Show resolved Hide resolved
description: "Two-stage boiler with supply control, return temperature monitoring."
is_canonical: true
implements:
- BLR
- HT2SWC
- RWTM

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