Skip to content

Commit

Permalink
Merge pull request #1452 from pranay2811/exh-dehum
Browse files Browse the repository at this point in the history
Exhaust Air Relative Humidity fields
  • Loading branch information
shambergoldstein authored Nov 1, 2024
2 parents d296cc8 + ebecd2c commit 94d5e3e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
16 changes: 15 additions & 1 deletion ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,20 @@ RHHC:
- return_air_relative_humidity_sensor
- return_air_relative_humidity_setpoint

EDHC:
guid: "d15d63a4-9fea-49f9-a0eb-9399012cbe93"
description: "Exhaust air humidification/dehumidification control."
is_abstract: true
opt_uses:
- humidification_percentage_command
- failed_humidifier_alarm
uses:
- dehumidification_run_command
- humidification_run_command
- exhaust_air_relative_humidity_sensor
- exhaust_air_relative_humidity_setpoint
implements:
- OPERATIONAL

SHC:
guid: "c27f33dc-19bc-47f4-937a-eab3293b920f"
Expand Down Expand Up @@ -8459,7 +8473,7 @@ SDHC:
- leaving_dehumidifier_temperature_sensor
- leaving_dehumidifier_temperature_setpoint
implements:
- CONTROL
- CONTROL

FPHC:
guid: "bdd89332-3303-420d-a13c-ee38c398d9ff"
Expand Down
6 changes: 6 additions & 0 deletions ontology/yaml/resources/fields/telemetry_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3929,6 +3929,12 @@ literals:
- heating_return_water_pressure_sensor:
flexible_min: -34473.78945
flexible_max: 344737.8945
- exhaust_air_relative_humidity_sensor:
fixed_min: 0.0
fixed_max: 100.0
- exhaust_air_relative_humidity_setpoint:
fixed_min: 0.0
fixed_max: 100.0
- glycol_differential_pressure_sensor:
flexible_min: -34473.78945
flexible_max: 344737.8945
Expand Down

0 comments on commit 94d5e3e

Please sign in to comment.