First time here? Check out the Help page!
1 | initial version |
The thermostat temperatures are set using schedules. In your IDF you most likely have one or more ThermostatSetpoint:DualSetpoint
objects (docs). These in turn will refer to a schedule which can be any kind of schedule object.
The simplest way to set the same setpoint all across the year is to set up one Schedule:Constant
(docs) for your heating setpoint and another one for your cooling setpoint.