Skip to content

Commit

Permalink
Merge pull request #1254 from pranay2811/pranay2811-patch-1
Browse files Browse the repository at this point in the history
Adding new AHU & Abstract Type
  • Loading branch information
cstirdivant committed Jan 29, 2024
2 parents d606b58 + de2a5e9 commit e6b4f22
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
27 changes: 27 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2700,6 +2700,33 @@ HP2ZC:
implements:
- CONTROL

HP3ZC:
guid: "bffa568b-5f69-4b08-8d8c-1377cd74d36e"
description: "Zone temp heat pump control with three compressors."
is_abstract: true
opt_uses:
- compressor_speed_percentage_command
- cooling_thermal_power_capacity
- discharge_air_temperature_sensor
- heating_thermal_power_capacity
- failed_discharge_air_temperature_alarm
- failed_zone_air_temperature_alarm
- high_zone_air_temperature_alarm
- low_zone_air_temperature_alarm
uses:
- compressor_run_command_1
- compressor_run_command_2
- compressor_run_command_3
- compressor_run_status_1
- compressor_run_status_2
- compressor_run_status_3
- reversing_valve_command
- zone_air_cooling_temperature_setpoint
- zone_air_heating_temperature_setpoint
- zone_air_temperature_sensor
implements:
- CONTROL


HWDC:
guid: "353bd503-92eb-4f72-8a82-ec1a91413f89"
Expand Down
11 changes: 11 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/AHU.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,17 @@ AHU_DFSS_DSP_ECONMD_HP2ZC:
- ECONMD
- HP2ZC

AHU_DFSS_DSP_ECONMD_HP3ZC:
guid: "f80e10d8-7889-489c-a195-48ee2be843fd"
description: "Single zone heat pump AHU with economizer mode control."
is_canonical: true
implements:
- AHU
- DFSS
- DSP
- ECONMD
- HP3ZC

AHU_DFSS_DSP_DX2ZC_ECONZ_EFSS:
guid: "ceb87a73-0847-4203-bf37-d6f57619f4fd"
description: "Single zone AHU."
Expand Down

0 comments on commit e6b4f22

Please sign in to comment.