Skip to content

Fix #5473 - Add missing convenience methods for HotWaterEquipment in Space, SpaceType, ThermalZone and Building - #5480

Merged
jmarrec merged 7 commits into
developfrom
5473_hotWaterEquipmentPower
Oct 22, 2025
Merged

Fix #5473 - Add missing convenience methods for HotWaterEquipment in Space, SpaceType, ThermalZone and Building#5480
jmarrec merged 7 commits into
developfrom
5473_hotWaterEquipmentPower

Conversation

@jmarrec

@jmarrec jmarrec commented Aug 27, 2025

Copy link
Copy Markdown
Collaborator

Pull request overview

Pull Request Author

  • Model API Changes / Additions
  • Model API methods are tested (in src/model/test)

Labels:

  • If change to an IDD file, add the label IDDChange
  • If breaking existing API, add the label APIChange
  • If deemed ready, add label Pull Request - Ready for CI so that CI builds your PR

Review Checklist

This will not be exhaustively relevant to every PR.

  • Perform a Code Review on GitHub
  • Code Style, strip trailing whitespace, etc.
  • All related changes have been implemented: model changes, model tests, FT changes, FT tests, VersionTranslation, OS App
  • Labeling is ok
  • If defect, verify by running develop branch and reproducing defect, then running PR and reproducing fix
  • If feature, test running new feature, try creative ways to break it
  • CI status: all green or justified

@jmarrec jmarrec self-assigned this Aug 27, 2025
@jmarrec jmarrec added component - Model Pull Request - Ready for CI This pull request if finalized and is ready for continuous integration verification prior to merge. labels Aug 27, 2025
…inition

To match ElectricEquipment, GasEquipment, etc
… like them)

Note that I dislike the getters such as hotWaterEquipmentPowerPerFloorArea, hotWaterEquipmentPowerPerPerson because they just query the equipment instnaces on the space type and work only if they are ALL PerFloorArea/PerPerson.

I think it would be more useful if they looped on SpaceType::spaces() and would sum the hotWaterEquipmentPowerPerPerson (times the multiplier).

But I'm matching the other SpaceLoadInstances (GasEquipment, ElecttricEquipment, etc)
@jmarrec
jmarrec force-pushed the 5473_hotWaterEquipmentPower branch from 7f95dd9 to 1607b35 Compare October 20, 2025 12:11
@ci-commercialbuildings

ci-commercialbuildings commented Oct 20, 2025

Copy link
Copy Markdown
Contributor

@jmarrec

jmarrec commented Oct 22, 2025

Copy link
Copy Markdown
Collaborator Author

Been opened for 2 months, and I'm quite positive about my changes and tests, dropping it in.

@jmarrec
jmarrec merged commit f7a9425 into develop Oct 22, 2025
2 of 6 checks passed
@jmarrec
jmarrec deleted the 5473_hotWaterEquipmentPower branch October 22, 2025 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component - Model Pull Request - Ready for CI This pull request if finalized and is ready for continuous integration verification prior to merge.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing Space convenience methods for HotWaterEquipment

2 participants