Skip to content

Commit

Permalink
new abstract, ASHP and HWS types
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniya-engel committed Oct 10, 2024
1 parent bea9d33 commit b57e8d5
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2005,6 +2005,11 @@ PWDT:
- low_primary_return_water_temperature_alarm
- low_primary_supply_water_temperature_alarm

PRRWTM:
description: "Primary return water temperature monitoring."
is_abstract: true
uses:
- primary_return_water_temperature_sensor

CHPM:
guid: "83b25b74-a334-4297-89b3-30ce005e12fe"
Expand Down
17 changes: 17 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/ASHP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,23 @@ ASHP_SS_HP6SWC_CPC2X_RWISOVM:
- high_refrigerant_pressure_alarm_1
- high_refrigerant_pressure_alarm_2

ASHP_SS_HP6SWC_CPC2X_RWISOVM_WDT_WDPC:
description: "Six-stage air source heat pump with 2 circulation pumps, return isolation valve, water temperature differential monitoring and differential pressure control."
is_canonical: true
implements:
- ASHP
- SS
- HP6SWC
- CPC2X
- RWISOVM
- WDT
- WDPC
opt_uses:
- low_refrigerant_pressure_alarm_1
- low_refrigerant_pressure_alarm_2
- high_refrigerant_pressure_alarm_1
- high_refrigerant_pressure_alarm_2

ASHP_SS_SHWTC_SCHWTC_HWRWISOVM_CHWRWISOVM_HCPC2X_CHCPC2X:
guid: "8f9741a1-1066-406b-86fa-6ca239e215f4"
description: "Air source heat pump for a hydronic system providing chilled and heating water."
Expand Down
11 changes: 11 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/HWS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,17 @@ HWS_SEWDPC_SESWTC_SERWFRM_PRWFRM_PWDT_BYPVPM:
- PWDT
- BYPVPM

HWS_PRRWTM_SESWTC_SEWDPC_SERWFRM_SEWTM:
description: "Heating water system with primary return water temperature monitoring, secondary loop supply water temperature and differential pressure control, and secondary flowrate monitoring."
is_canonical: true
implements:
- HWS
- PRRWTM
- SESWTC
- SEWDPC
- SERWFRM
- SEWTM

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

0 comments on commit b57e8d5

Please sign in to comment.