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

Support commercial water heaters #333

Closed
shorowit opened this issue Aug 5, 2022 · 4 comments · Fixed by #334
Closed

Support commercial water heaters #333

shorowit opened this issue Aug 5, 2022 · 4 comments · Fixed by #334

Comments

@shorowit
Copy link
Contributor

shorowit commented Aug 5, 2022

In HPXML v3.1, a new StandbyLoss element was added for WaterHeatingSystem. It has units of F/hr, which is what AHRI collects for indirect water heaters. However, commercial water heaters have units of %/hr and Btu/hr. The best approach would be to add Units and Value children, though this would be a breaking change.

<WaterHeatingSystem>
    ....
    <StandbyLoss>
        <Units>XXXX</Units>
        <Value>XXXX</Value>
    </StandbyLoss>
</WaterHeatingSystem>

(Note: The thermal efficiency metric for commercial water heaters already exists.)

@shorowit shorowit added this to the v4.0 milestone Aug 5, 2022
@shorowit shorowit changed the title Support commercial water heaters (add Units & Value to StandbyLoss) Support commercial water heaters Aug 5, 2022
@shorowit
Copy link
Contributor Author

shorowit commented Aug 5, 2022

For commercial heat pump water heaters, we should ask for COP. See https://www.energystar.gov/products/commercial_water_heaters/partners for example.

@RockyMtnBrian
Copy link

The breaking change matches what I assumed would be needed to feed commercial water heater data into OS-ERI. I'm glad to know that Thermal Efficiency already has an input ready!
Regarding COP - That data is not presently available for commercial water heaters in AHRI; in fact, I cannot find commercial HP water heaters in AHRI. Given this, I think making it a required input is not viable for ERI ratings.

@shorowit
Copy link
Contributor Author

shorowit commented Aug 8, 2022

@RockyMtnBrian For what it's worth, ENERGY STAR requires COPs for commercial water heaters, see here for example products. We need to collect some kind of efficiency value for a commercial HPWH, and in the absence of AHRI data, it's the only data I've seen.

@RockyMtnBrian
Copy link

@shorowit If it's only required for commercial HPWH, and not other commercial water heaters, then I think it is viable. I think the initial proposed inputs need to remain available and sufficient for most commercial water heaters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants