Skip to content
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

setpoint schedule days and setbacks #98

Closed
3 tasks done
MatthewSteen opened this issue Dec 4, 2021 · 1 comment · Fixed by #99
Closed
3 tasks done

setpoint schedule days and setbacks #98

MatthewSteen opened this issue Dec 4, 2021 · 1 comment · Fixed by #99
Assignees
Labels
bug Something isn't working

Comments

@MatthewSteen
Copy link
Member

MatthewSteen commented Dec 4, 2021

Issues

  • 1. All days of week are applied to ScheduleRules (Priority # schedules). This can be seen in (2) below, but not sure if the gbXML file has weekday/end schedules. The gbXMLStandard Test Model 2016.xml has weekday/end schedules, which shows the issue definitively. As a fix, these should follow the occupancy schedules.

image

sch_rule.setApplyMonday(true)
sch_rule.setApplyTuesday(true)
sch_rule.setApplyWednesday(true)
sch_rule.setApplyThursday(true)
sch_rule.setApplyFriday(true)
sch_rule.setApplySaturday(true)
sch_rule.setApplySunday(true)

When looking at a couple OpenStudio models, it seems that some models have the priority of the schedules to always setback the thermostat resulting in incorrect energy values - sizing does not seem to be affected. A customer model is attached showing the setback issue.

Note, the 26.1C (79F) is the setback temperature in the model as the design setpoint is 74F and the setback is assumed to be 5F higher than the design.

image

Strangely, the opposite behavior where the building uses the regular operating hours for everyday of the week (reduced schedule for weekends is missing) is also observed at times. There seems to be an issue with the priority being assigned to the schedules in the translation to OpenStudio

image

Improvements

image

@MatthewSteen MatthewSteen self-assigned this Dec 4, 2021
@MatthewSteen MatthewSteen added the bug Something isn't working label Dec 14, 2021
@MatthewSteen MatthewSteen changed the title thermostat days and setbacks setpoint schedule days and setbacks Dec 15, 2021
@MatthewSteen
Copy link
Member Author

MatthewSteen commented Dec 15, 2021

Results

20211215_Jira-INSIM-1250.pdf

Observations

Some of the (7) Sample_gbXML_Files produced different conditioned EUIs because of different conditioned areas (total area and total energy are the same). The difference is due to which thermal zone has Ideal Air Loads.

Additional Issues

(1) The models end up with only one thermal zone with Ideal Air Loads, which is not the one with setpoint schedules (see image below), and (2) the models are missing HVAC systems. Will investigate these further and open separate issue(s).

gbXMLStandard_Office_(Core_&_Shell)_2016
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant