OCHRE icon indicating copy to clipboard operation
OCHRE copied to clipboard

A Python-based building energy modeling (BEM) tool designed to model flexible loads in residential buildings

Results 113 OCHRE issues
Sort by recently updated
recently updated
newest added

Addresses #100, #102 - [x] Reference the issue your PR is fixing - [x] Assign at least 1 reviewer for your PR - [x] Test with run_dwelling.py or other script...

Build/packaging updates before the next release: - [x] Use pyproject.toml - [x] Check `defaults` data folder location/best practices - [x] Add python and package dependencies, see #100

- [Requirements](https://github.com/NREL/OCHRE/blob/main/setup.py#L10) should be versioned, ideally using [compatible versioning](https://packaging.python.org/en/latest/specifications/version-specifiers/#compatible-release). - [Python](https://github.com/NREL/OCHRE/blob/main/setup.py#L57) version should be restricted too, to not pick up development versions. - For instance, due to a numba restriction,...

- [x] Reference the issue your PR is fixing #118 - [x] Assign at least 1 reviewer for your PR - [ ] Test with run_dwelling.py or other script -...

enhancement
Medium Priority

For the Panels project TEA work, we need to run circuit sharing and pausing control scenarios with OCHRE. This requires adding new controllers to OCHRE.

I am trying to use buildings loaded from Resstock 3.1.1 into OCHRE but it fails for some buildings (mostly the MF buildings but some still work). For instance, the building:...

I've been trying to model a dwelling with PV and keep getting an error message. Here is the code I've been using: ``` house = Dwelling( start_time=dt.datetime(2023, 1, 1, 0,...

Advanced Energy noticed there's at least one wall insulation level missing in OCHRE that's in BEopt that they want to use for their efforts. @jmaguire1 will go through a few...

I noticed our default HPWH deadband (~8.3 C, https://github.com/NREL/OCHRE/blob/79fd6ad9d3251347886bb91e88f7ce44fc00e376/ochre/Equipment/WaterHeater.py#L382C69-L382C73) is different than the default in OS-HPXML (https://github.com/NREL/OpenStudio-HPXML/blob/bf4787bc154b4454b114328db0b1d5ade8e20d35/HPXMLtoOpenStudio/resources/waterheater.rb#L642). There's no reason these should be inconsistent, I'm trying to refresh my memory...

AC3

- [x] Fix any broken image links in .rst - [x] Add changelog - [ ] Step by step BEopt guide (w/ pics) - [ ] ResStock guide? Or better...

documentation
High Priority