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

added air source heat pump #1002

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
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
9 changes: 9 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6718,6 +6718,15 @@ VMADC:
implements:
- CONTROL

CPM2X:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would expect these to have commands with them. The statuses are not very helpful on their own.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe these pumps are cycled automatically, for example: pump A used for 1 day, B used the next day etc

description: "circulation pump monitoring X2"
is_abstract: true
uses:
- circulation_pump_run_status_1
- circulation_pump_run_status_2
implements:
- MONITORING

OAQM:
guid: "99e4f482-278e-40ee-9524-9f687c41ba22"
description: "Outside air quality monitoring (particulates and gases)"
Expand Down
11 changes: 11 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/CH.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,17 @@ CH_SS_SCHWTC_CDWFRM_CHWSWISOVM_CWSISOVM_CHWDPM_CHWFRM_CWDT_REFPM_IGM_DXSWC:
- IGM
- DXSWC

CH_SS_REFPM_REFSM_OA_CPM2X:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Is this heat pump air or water side (is the refrigerant cooling/heating water or air?)
  2. There is no temperature control on this type; what does the heat pump control to? I would expect to see some supply or return water temperature control.
  3. You've noted that there are two evaporator pumps, I am unfamilar with this type of configuration

Can you please email a diagram (schematic or BMS screenshot) to digitalbuildings-support@googlegroups.com ?

description: "air source heat pump with refrigerant temperature and pressure monitoring, 2 evaporator pumps"
is_canonical: true
implements:
- CH
- SS
- REFM
- REFSM
- OA
- CPM2X

###################################
### Existing Non-standard Types ###
###################################
Expand Down
2 changes: 2 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/PMP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,5 @@ PMP_SS_VSC_NONCANONICAL_2:
- mixing_valve_percentage_command
- chilled_supply_water_temperature_setpoint
- chilled_supply_water_temperature_sensor


Loading