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

Ducts in multiple locations #148

Open
jmaguire1 opened this issue Oct 24, 2024 · 1 comment
Open

Ducts in multiple locations #148

jmaguire1 opened this issue Oct 24, 2024 · 1 comment
Assignees
Labels
bug Something isn't working High Priority

Comments

@jmaguire1
Copy link
Collaborator

A lot of the homes in the 2022 ResStock run have two sets of supply/return ducts specified in HPXML. There's not actually two systems of ducts, it's just that they separately specify the area by zone, and are explicitly accounting for ducts in the living space (which have no impact). We should update how we parse ducts in hpxml.py to account for this: if you get a list of multiple supply/return ducts, in multiple locations, we should check if any are in the living space and ignore that. If we actually get ducts in two different unconditioned zones, we can throw an error.

Came up for Schneider as I was trying to find an example file for them to run. Not sure how prevalent this is, but I suspect it's a lot of homes.

Here's the exact error:
File "C:\OCHRE-main-branch\ochre\utils\hpxml.py", line 867, in parse_hvac
ducts = [d for d in air_distribution.get('Ducts', {}).values()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'values'

For https://oedi-data-lake.s3.amazonaws.com/nrel-pds-building-stock/end-use-load-profiles-for-us-building-stock/2022/resstock_tmy3_release_1.1/building_energy_models/upgrade=0/bldg0000001-up00.zip

@mnblonsky
Copy link
Collaborator

Good news and bad news here. I was able to fix the issue pretty easily, but that model can't be run on dev because it's using an older version of OS-HPXML. The error is about hot tubs, which were renamed in a newer version of OS-HPXML.

I tried running the model on main and we get the same ducts issue, though main aligns with an older version of OS-HPXML that uses the old hot tub convention. So we could push this change to main, or create a new branch that works for ResStock 2022 models. I'm not sure if it's worth doing if we can work with 2024 models though.

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

When branches are created from issues, their pull requests are automatically linked.

2 participants