-
Notifications
You must be signed in to change notification settings - Fork 57
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
Calculate simple utility bills (enhancements) #890
Comments
Good to see this basic capability added! I think it will be much stronger once we can incorporate:
I don't see significant benefit to doing bill calculations during the run versus after for static rates, but for more complicated rates like TOU rates or rates that have complicated dependencies (EV, PV, total consumption, etc.) it could be a big time saver. |
For the second item above, you are probably referring to #988. We've divided our utility bill calculation work into 2 phases: (1) Simple (fixed costs, marginal rates, PV compensation, etc.) See NREL/OpenStudio-HPXML#920 for more information. |
My first cut at a design for enhancing our simple utility bill calculations. Here are several scenarios (i.e., possible options) I envision:
|
Call new
ReportUtilityBills
measure from OS-HPXML.The text was updated successfully, but these errors were encountered: