You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your great work!
In the RL-EmsPy-main\example_usage\simple_emspy_control.py, your wrote tc_actuators defination below.
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
}
I think that the definations above must be consistent with the zone Thermostat setpoint definition in the idf file. But how to define HVAC control setpoints in the idf file that can make tc_actuator work?
Besides, how to modify the idf file when I want to add humidity Setpoint in tc_actuators.
Best Regards;
P.S: idf file :simple_office_5zone_April.idf
The text was updated successfully, but these errors were encountered:
Dear @mechyai
Thank you for your great work!
In the RL-EmsPy-main\example_usage\simple_emspy_control.py, your wrote tc_actuators defination below.
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
}
I think that the definations above must be consistent with the zone Thermostat setpoint definition in the idf file. But how to define HVAC control setpoints in the idf file that can make tc_actuator work?
Besides, how to modify the idf file when I want to add humidity Setpoint in tc_actuators.
Best Regards;
P.S: idf file :simple_office_5zone_April.idf
The text was updated successfully, but these errors were encountered: