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

backup control to dos #146

Draft
wants to merge 11 commits into
base: dev
Choose a base branch
from

Conversation

kendallbaertlein
Copy link
Collaborator

@kendallbaertlein kendallbaertlein commented Oct 17, 2024

added in to do items for the backup control

[✔️] Enable offset between setpoint and when backup ER comes on.
[✔️] Add max temperature for backup operation ("lockout temperature"), default to 35 F
[✔️] Enable lockout of backup after a setpoint change: assume hard lockout for 10 minutes, after 10 minutes if temp is trending in the right direction stay locked out for full 30 minutes, otherwise override lockout.
[ ] bonus: staged backup

Parametric study:
[ ] Baseline is what we think a default ecobee thermostat would do
[ ] Case that reflects a customer who values comfort over savings (enable backup more, smaller offset before backup turns on
[ ] Case that reflects a customer who values savings over comfort (lower temp where compressor is enabled, bigger offset)

For parametric, look at energy consumption, utility bills, and unmet loads. We'll need to finalize the building properties and sizing assumptions, but we want a reasonable case with a single speed ASHP installed in Denver metro as a retrofit on existing buildings.

Bonus "baseline" for the parametric is where we started in OCHRE vs. Ecobee. That's at least useful for us, more debatable if it belongs in a publication.

@jmaguire1 jmaguire1 self-requested a review November 11, 2024 16:28
@jmaguire1
Copy link
Collaborator

@kendallbaertlein: Can you change this PR to be merging your changes into dev, rather than main? I can help you with this if you're not sure how to do it.

@jmaguire1 jmaguire1 marked this pull request as draft November 11, 2024 21:09
@kendallbaertlein kendallbaertlein changed the base branch from main to dev November 18, 2024 19:29
@jmaguire1
Copy link
Collaborator

Next steps: @jmaguire1 to review first, then ask Michael to review.

@@ -17,14 +17,16 @@

# Timing parameters
'start_time': dt.datetime(2018, 1, 1, 0, 0), # year, month, day, hour, minute
'time_res': dt.timedelta(minutes=10), # time resolution of the simulation
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kendallbaertlein: We'll want to revert these changes, they were just for testing on your local branch. I don't think we actually want anything in run_dwelling.py to change here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants