Assign detailed schedules using the lookup#1166
Assign detailed schedules using the lookup#1166joseph-robertson wants to merge 6 commits intodevelopfrom
Conversation
|
This PR has identified a bug in how OS-HPXML calculates detailed utility bills for homes with modeled batteries. The fix is here: NatLabRockies/OpenStudio-HPXML#1555. |
|
Seems unlikely that you could ever use a single schedule across all buildings in the housing stock. Maybe it should be like detailed utility rates, where you can point to files based on a specified parameter? |
Yeah, I thought about that too. I think the idea in using the options_lookup, is that the schedule could differ by option for a given parameter. That's essentially the same approach used for detailed utility rates, except that the mapping is pulled out into its own lookup so as to support multiple scenarios. |
|
True, I guess you can always create a new TSV parameter for use in options_lookup to ensure you apply the desired schedule to a given building. |
|
Now that NatLabRockies/OpenStudio-HPXML#1555 has been merged, we can think about how to support assigning detailed schedules to dwelling units in the housing stock. Ideas we have so far:
|
Pull Request Description
Adds ResStockArguments arguments:
heating_setpoint_schedulecooling_setpoint_schedulewater_heater_setpoint_schedulebattery_scheduleUpdate ResStockArguments measure to populate
schedules_filepathsbased on the contents of these new arguments. Update an arbitrary Battery option to assignbattery_schedule. Only the testing project samples battery options.Checklist
Not all may apply:
openstudio tasks.rb update_measureshas been run