Skip to content

Commit

Permalink
Merge pull request #1378 from Ciaran-Oflannagain/VLV_entity_type_here…
Browse files Browse the repository at this point in the history
…works_9.7.24

Valve Entity Type Hereworks
  • Loading branch information
ccquigley authored Aug 20, 2024
2 parents e2091cc + f0a45fa commit 2e30d78
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3145,6 +3145,18 @@ HWZTC:
implements:
- CONTROL

HWBZC:
guid: "5e92815b-5fe8-485c-ad47-1749aa085bf6"
description: "Heating water valve command on zone side (ZTC)."
is_abstract: true
opt_uses:
- heating_water_valve_status
uses:
- heating_water_valve_command
- zone_air_temperature_sensor
- zone_air_temperature_setpoint
implements:
- CONTROL

HWSWC:
guid: "9e892876-39ed-40ac-befb-c68d96bbb81b"
Expand Down
7 changes: 7 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/UH.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
########################
### Canonical Types ###
########################
UH_HWBZC:
guid: "49817fa9-042d-4a1f-b715-130423d5d840"
description: "Heating water valve with zone temperature control."
is_canonical: true
implements:
- UH
- HWBZC

UH_SS_DSP_HWZC:
guid: "d0df8758-bb8c-492a-b471-7654ddcfcbcc"
Expand Down

0 comments on commit 2e30d78

Please sign in to comment.