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

Adding new AHU & Abstract Type #1254

Merged
merged 4 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading