Skip to content

Commit

Permalink
added alarms to existing abstracts, new abstracts, MAU/CH canonical t…
Browse files Browse the repository at this point in the history
…ypes
  • Loading branch information
evgeniya-engel committed Dec 13, 2023
1 parent b2bf2e4 commit 0751a2c
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ CSP:
- OPERATIONAL
opt_uses:
- discharge_air_temperature_sensor
- high_discharge_air_temperature_alarm
- low_discharge_air_temperature_alarm
- zone_air_relative_humidity_sensor
- zone_occupancy_status
- failed_discharge_air_temperature_alarm
Expand Down Expand Up @@ -2037,6 +2039,8 @@ DXZC:
- high_zone_air_temperature_alarm
- low_zone_air_temperature_alarm
- overload_compressor_alarm
- high_discharge_air_temperature_alarm
- low_discharge_air_temperature_alarm
uses:
- compressor_run_command
- compressor_run_status
Expand Down Expand Up @@ -5763,6 +5767,8 @@ HWDDC:
- heating_thermal_power_capacity
- heating_water_flowrate_sensor
- heating_water_valve_percentage_sensor
- high_discharge_air_temperature_alarm
- low_discharge_air_temperature_alarm
- failed_discharge_air_temperature_alarm
uses:
- discharge_air_heating_temperature_setpoint
Expand All @@ -5772,6 +5778,25 @@ HWDDC:
- CONTROL


CHWDDC:
description: "Chilled water valve with dual setpoint control on discharge side."
is_abstract: true
opt_uses:
- discharge_air_relative_humidity_sensor
- cooling_thermal_power_capacity
- chilled_water_flowrate_sensor
- chilled_water_valve_percentage_sensor
- high_discharge_air_temperature_alarm
- low_discharge_air_temperature_alarm
- failed_discharge_air_temperature_alarm
uses:
- discharge_air_cooling_temperature_setpoint
- discharge_air_temperature_sensor
- chilled_water_valve_percentage_command
implements:
- CONTROL


CFDPM:
guid: "be3e3bc0-e927-46a1-9b63-62717fa740ca"
description: "Carbon filter pressure monitoring, where specific filter type is required."
Expand Down
16 changes: 16 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/CH.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,22 @@ CH_SS_DX2SWC_CHDXVSC2X_RWTM_MWDPC_RWISOVM_REFSM2X_REFPM2X_CPC_INVIPWM2X_INVOPWM2
- INVIPWM2X
- INVOPWM2X

CH_SS_DX2SWC_CHDXVSC2X_RWTM_MWDPC_REFSM2X_REFPM2X_CPC_INVIPWM2X_INVOPWM2X:
description: "Two stage air cooled chiller with dual compressor variable speed control, minimum differential pressure control, return water temperature monitoring, two circuit refrigerant monitoring, circulation pump monitoring and input/output inverter power monitoring."
is_canonical: true
implements:
- CH
- SS
- DX2SWC
- CHDXVSC2X
- RWTM
- MWDPC
- REFSM2X
- REFPM2X
- CPC
- INVIPWM2X
- INVOPWM2X

###################################
### Existing Non-standard Types ###
###################################
Expand Down
14 changes: 14 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/MAU.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,20 @@ MAU_DFSS_DFVSC_DSP_CHWDC_HWDC_OADM_ZSPM:
opt_uses:
- smoke_alarm

MAU_DFSS_DFVSC_DSP_HWDDC_CHWDDC_OADM:
description: "Makeup air unit with heating and cooling."
is_canonical: true
implements:
- MAU
- DFSS
- DFVSC
- DSP
- HWDDC
- CHWDDC
- OADM
opt_uses:
- smoke_alarm

############################
### Remap These Types ###
############################
Expand Down

0 comments on commit 0751a2c

Please sign in to comment.