Jump to content

Setting multiple on/off times in a single program


alexla

Recommended Posts

Can someone tell me how to create multiple on/off times daily in a single program. I'd like my thermostat to maintain different temperatures based on time of day. I haven't been able to figure out how to do this in my ISY-99i. Thanks.

Link to comment

You can use the Then clause to set one group of temp settings and the Else clause to set another group of temp settings. If more than two groups of settings are desired more than one program is required.

 

If
       From     9:00:00AM
       To       5:00:00PM (same day)

Then
  - No Actions - (To add one, press 'Action')

Else
  - No Actions - (To add one, press 'Action')

 

The Then clause would contain the temp settings for 9 AM to 5 PM. The Else clause would contain the temp settings for 5 PM to 9 AM.

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...