-
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
Report System Summary:Thermostat Schedules depends on order of ZoneControl:Thermostat control types #10857
Comments
Issue found during work on #10848 |
Another issue is that the SingleHeating and SingleCooling Tstat types have their schedule incorrectly reported as being the opposite (SingleHeating reports as Cooling Schedule, and Single Cooling as Heating) EnergyPlus/src/EnergyPlus/ZoneTempPredictorCorrector.cc Lines 7044 to 7052 in acda84e
This test is equally wrong, so it passes: EnergyPlus/tst/EnergyPlus/unit/ZoneTempPredictorCorrector.unit.cc Lines 1855 to 1858 in acda84e
|
…: schedule reported the opposite #10857 (comment)
…no matter the order in which Tstat controls are declared
Issue overview
The Thermostat Schedules table which appears under the System Summary tabular report changes depending on the order of control types shown in ZoneControl:Thermostat even though the list is "not order dependent."
To reproduce choose an example file that has ZoneControl:Thermostats with multiple control types such as 5ZoneAirCooled_VAVBoxMinAirFlowTurnDown.idf
Change the order of control types:
to
The Thermostat Schedules table changes from:
to:
Details
Some additional details for this issue (if relevant):
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered: