Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

You have a ThermostatSetpoint:DualSetpoint but no ZoneControl:Thermostat. You need to include a ZoneControl:Thermostat that references your thermostat setpoint.

Ex:

ZoneControl:Thermostat,
  Floor 2 Exam 2 Thermostat,  !- Name
  Floor 2 Exam 2,    !- Zone or ZoneList Name
  Floor 2 Exam 2 Thermostat Type Sched,  !- Control Type Schedule Name
  ThermostatSetpoint:DualSetpoint,  !- Control 1 Object Type
  Floor 2 Exam 2 Setpoints;  !- Control 1 Name

Schedule:Constant,
  Floor 2 Exam 2 Thermostat Type Sched,  !- Name
  Control Type,            !- Schedule Type Limits Name
  4;                       !- Hourly Value

ThermostatSetpoint:DualSetpoint,
  Floor 2 Exam 2 Setpoints,  !- Name
  Floor 2 Exam 2 Heating Setpoint Sch,  !- Heating Setpoint Temperature Schedule Name
  Floor 2 Exam 2 Cooling Setpoint Sch;  !- Cooling Setpoint Temperature Schedule Name