-
Notifications
You must be signed in to change notification settings - Fork 137
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
Add multi-zone AHU entity type #1294
base: master
Are you sure you want to change the base?
Conversation
@@ -5317,3 +5317,19 @@ AHU_BSPC_DX4SC_ECON_EFSS_EFVSC_SFSS_SFVSC_SSPC_RHHC_NONCANONICAL_1: | |||
- heating_water_valve_percentage_command | |||
- min_zone_air_relative_humidity_sensor | |||
- min_zone_air_relative_humidity_setpoint | |||
|
|||
AHU_SFSS_SFVSC_EFSS_CHWSC_RTM_FDPM2X_SSPC_OAFC_HTSC: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expect some sort of dehum control on this unit - need to determine exact sequence of ops for that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dehumidification uses zone air dewpoint compared to dewpoint setpoint. If the zone is higher, chilled water valve is opened to 100% and the electric heating coil is modulated to reheat the air
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How can a multi-zone AHU control to a single zone sensor? Is it actually the return air dewpoint sensor?
|
||
AHU_SFSS_SFVSC_EFSS_CHWSC_FDPM2X_SSPC_OAFC_ECON_ZDHC: | ||
guid: "75559dbd-7ef6-4368-b48f-8d34db7fe47d" | ||
description: "Multi zone AHU with exhaust fan, two prefilters, outside air, electric supply side heating, supply static pressure control and zone dehumidification" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is a multi-zone AHU, how does it control to a single zone air dewpoint sensor? Is it actually a return air dewpoint sensor?
- zone_air_dewpoint_temperature_setpoint | ||
- chilled_water_valve_percentage_command | ||
- heating_percentage_command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would separate the heating control from here - you can probably use the existing HTSC type
Added AHU_SFSS_SFVSC_EFSS_CHWSC_RTM_FDPM2X_SSPC_OAFC_HTSC