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

feat(doe2): Refactor the package to fix several bugs and support new features #106

Merged
merged 27 commits into from
May 8, 2024

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    77c9970 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    ce6867f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01ce01c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc07ecc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d039fc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e2b092 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b69615f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d75ffe7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f5a6a3e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa59856 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    bc98abe View commit details
    Browse the repository at this point in the history
  2. fix(schedules): Fix several bugs in previous version

    This also adds support for hot water loads
    chriswmackey committed May 1, 2024
    Configuration menu
    Copy the full SHA
    50b3af7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae7e187 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8ada26 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    fed1964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99e65d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bd630d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. feat(properties): Add RoomDoe2Properties for the few extra attributes

    It seems there are 5 numerical properties that have no equivalent in honeybee-core or honeybee-energy since they have to do with the simplified way that DOE-2 models HVAC systems.
    
    But BR+A has confirmed that they need them and I can see that they are fairly prominent within the eQuest UI. So I think others will need to set them as well.
    
    So we're going to add some RoomDoe2Properties in order to manage them. I'll make some pathways to make these new properties compatible with the old hacky way that this was done with Room.user_data. But these properties will be the long-term solution for this.
    chriswmackey committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e2af2ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4101ae0 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    a3f15e3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    2ba92e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d4013e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dd31b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63059d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbe0efa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38ceecd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c202fab View commit details
    Browse the repository at this point in the history