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

PV and Battery Model ingestion issue #164

Open
judymin88 opened this issue Jan 2, 2025 · 2 comments
Open

PV and Battery Model ingestion issue #164

judymin88 opened this issue Jan 2, 2025 · 2 comments

Comments

@judymin88
Copy link

We are testing the PV and Battery model. When modifying the sample file to add PV and Battery, the related variables are not in the output. Here is the modified file we used (the .xml file was converted to .txt for upload): sample_resstock_properties.txt

When testing the water heater model, we modified the file similarly and were able to successfully see the associated variables in the output.

We did notice that if we add PV and Battery to 'dwelling_args' and run 'house = Dwelling(**dwelling_args)' the PV and battery variables such as 'Battery Electric Power (kW)' are present in the simulation output.

Is there something we are missing that is causing this issue?

Thank you!

FYI,
@yuyi-d

@mnblonsky
Copy link
Collaborator

OCHRE does not currently read in PV, Battery, or EV inputs from HPXML files. This is relatively new functionality in HPXML, and we haven't incorporated it yet. For now, the only way to simulate them is to specify them in the dwelling_args.

We're hoping to add that functionality eventually, but it's not a high priority yet.

@jmaguire1
Copy link
Collaborator

@mnblonsky: This is going to be a way higher priority when ResStock adds Hawaii in a few months. We should talk when I'm back about what it'd take to use these inputs (at least for PV, batteries won't show up in ResStock in a while, although they're supported in HPXML)

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

No branches or pull requests

3 participants