Jump to content

Simple timed program not working in 3.1.9?


andyf0

Recommended Posts

Posted

I have a program called TS (Home)

 

If
       On Mon, Tue, Wed, Thu, Fri
       Time is  3:30:00PM

Then
       Set Scene 'SCENES / THERMOSTAT / TS (Home)' On
       Run Program 'TS (Chk4Fan82)' (If)

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

Monday thru Friday at 3:30pm

1. Set Thermostat Setpoints for comfort (Turns on HW (KP-A))

 

Here's the program it calls:

 

If
       Status  'DEVICES / THERMOSTAT / TS (Thermostat)' >= 82° (Temperature)

Then
       Set 'DEVICES / SWITCHES / LR (Ceiling Fan)' On

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

Called from TS (Home)

 

and here's my program summary

 

Summary.jpg

 

Shouldn't this be scheduled for tomorrow at 3:30pm? Anything to do with the program it runs not being enabled?

 

EDIT: Now it shows correctly, but it also shows it didn't run until 3:39pm instead of 3:30pm.

Posted

The program has to run once to get the next run time I believe. When you write a new program that is time based you might want to run it and let it else out.

 

 

Sent from my iPhone using Tapatalk

Guest
This topic is now closed to further replies.

×
×
  • Create New...