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

Add an option for CO2 setpoint to the honeybee_energy.load Setpoint class #1000

Open
chriswmackey opened this issue Mar 6, 2024 · 1 comment
Labels
new development For issues that require new code

Comments

@chriswmackey
Copy link
Member

I sense that implementing this will be very similar to how humidistats are currently implemented for rooms that need tight humidity controls. We'll basically just write a ZoneContol:ContaminantController object in similar to how the ZoneControl:Humidistat is written in. More information about the use cases of this can be found here:

https://discourse.pollination.cloud/t/missing-parameters-in-rhino-gh-plugin/3565/18

@chriswmackey chriswmackey added the new development For issues that require new code label Mar 6, 2024
@chriswmackey
Copy link
Member Author

Just a note that EnergyPlus also needs you to add the following text in order for it to be able to perform the CO2 calculation:

ZoneAirContaminantBalance,
    Yes,                     !- Carbon Dioxide Concentration
    Outdoor CO2 Level,       !- Outdoor Carbon Dioxide Schedule Name
    No;                      !- Generic Contaminant Concentration

Schedule:Constant,
    Outdoor CO2 Level,       !- Name
    ,                        !- Schedule Type Limits Name
    420;                     !- Hourly Value

More information on getting this all to happen can be found here along with a sample GH file:

https://discourse.ladybug.tools/t/atmospheric-indoor-climate-in-ppm/24833

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new development For issues that require new code
Projects
None yet
Development

No branches or pull requests

1 participant