-
Notifications
You must be signed in to change notification settings - Fork 396
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 Max Compressor OAT field for Coil:Cooling:DX
object
#10882
base: develop
Are you sure you want to change the base?
Conversation
@rraustad @Myoldmopar I added a new "Maximum Outdoor Dry-Bulb Temperature for Compressor Operation" field and followed the pattern for the "Minimum Outdoor Dry-Bulb Temperature for Compressor Operation" field, only to find out that it does nothing. I discovered that the logic was only ever implemented for setpoint control, not load control, see here. How much effort is it to support this? |
|
|
Hmmm, looks like Furnaces.cc checks this, unitary checks it for multispeed DX, the legacy coils all check it at their level. So, it should be straightforward to add a check somewhere in the new DX coil at the same place the availability schedule is checked. But it looks like that's not checked either. @shorowit Please post a new issue for this. |
Pull request overview
NOTE: ENHANCEMENTS MUST FOLLOW A SUBMISSION PROCESS INCLUDING A FEATURE PROPOSAL AND DESIGN DOCUMENT PRIOR TO SUBMITTING CODE
Pull Request Author
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
Reviewer
This will not be exhaustively relevant to every PR.