Skip to content

Commit

Permalink
new fan types and alarm addition to abstracts
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniya-engel committed Mar 29, 2024
1 parent 035dcf4 commit f85b0ae
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ REFM:
- MONITORING
opt_uses:
- high_zone_air_refrigerant_concentration_alarm
- failed_zone_air_refrigerant_concentration_alarm
uses:
- zone_air_refrigerant_concentration_sensor

Expand Down Expand Up @@ -1580,6 +1581,7 @@ REFC:
is_abstract: true
opt_uses:
- failed_zone_air_refrigerant_concentration_alarm
- high_zone_air_refrigerant_concentration_alarm
uses:
- zone_air_refrigerant_concentration_sensor
- zone_air_refrigerant_concentration_setpoint
Expand Down Expand Up @@ -4821,6 +4823,8 @@ CHWRISOVPM:
uses:
- chilled_return_water_isolation_valve_percentage_command
- chilled_return_water_isolation_valve_percentage_sensor
opt_uses:
- failed_chilled_return_water_isolation_valve_alarm
implements:
- MONITORING

Expand Down
18 changes: 18 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/FAN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ FAN_SS_VSC:
- SS
- VSC

FAN_SS_VSC_EFM:
description: "Fan with start/stop status, open-loop speed control and exhaust air flowrate monitoring."
is_canonical: true
implements:
- FAN
- SS
- VSC
- EFM

FAN_SS_VSC_ZSPC:
guid: "b9f968cc-211b-4b25-915d-525216aebc4e"
description: "Fan with start/stop status, open-loop speed control & zone static pressure control."
Expand Down Expand Up @@ -101,6 +110,15 @@ FAN_SS_REFM:
- SS
- REFM

FAN_SS_VSC_REFM:
description: "Refrigerant monitoring fan with variable speed control."
is_canonical: true
implements:
- FAN
- SS
- VSC
- REFM

FAN_SS_VSC_REFM4X:
guid: "545a4c5b-0f32-4402-8bf4-f5709ed14776"
description: "Fan with start/stop status and speed control with four (4) refrigerant concentration sensors."
Expand Down

0 comments on commit f85b0ae

Please sign in to comment.