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

names of different actions? #7

Open
asrjy opened this issue Dec 29, 2022 · 1 comment
Open

names of different actions? #7

asrjy opened this issue Dec 29, 2022 · 1 comment

Comments

@asrjy
Copy link

asrjy commented Dec 29, 2022

Hi @mechyai, I'm trying to replicate some papers that use different target setpoints.

# ACTION SPACE
"""
NOTE: only zn0 (CoreZn) has been setup in the model to allow 24/7 HVAC setpoint control. Other zones have default
HVAC operational schedules and night cycle managers that prevent EMS Actuator control 24/7. Essentially, at times the
HVAV is "off" and can't be operated. If all zones are to be controlled 24/7, they must be implemented as CoreZn.
See the "HVAC Systems" tab in OpenStudio to zone configurations.
"""
tc_actuators = {
# HVAC Control Setpoints
'zn0_cooling_sp': [('Zone Temperature Control', 'Cooling Setpoint', zn0)], # deg C
'zn0_heating_sp': [('Zone Temperature Control', 'Heating Setpoint', zn0)], # deg C
}

For example, a paper controls the supply air set point temperature of a VRF system. Where can I find the relevant actuators to do this?

@mechyai
Copy link
Owner

mechyai commented May 10, 2023

Apologies for the late reply, unfortunately I am far removed from this project.
Knowing which actuator parameters to use requires deep understanding of the building model and IDF file you are using - I remember this being a very challenging part of the project, you should be familiar with EnergyPlus and can use OpenStudio to help understand the HVAC system and lookup the actuator names/parameters

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

2 participants