I installed the load controller (normally open) to control a 240 volt pool pump. I want the pump to go on and off three times within a twenty four hour period. I created programs the same way that I did for turning lights on and off. The only problem is that the controller turns on at the programmed time but will no shut off at the programmed time. I've tried different ways of running the programs, like having it go on , then WAIT four hours and then OFF. I've actually set the times for ON and OFF but it will not shut off. I've even set up different programs within a folder, one program turning it ON and one program turning it OFF but to no avail. I'm pretty new to Insteon but I'm learning. This is one pair of programs I'm trying just to get it to work then I'll work from there:
Folder Conditions for 'Pool Pump'
Add conditions to limit when programs in this folder are allowed to run.
If
Status 'My Lighting / Pool Pump' is Off
Then
Allow the programs in this folder to run.
If
Status 'My Lighting / Pool Pump' is Off
And Time is 8:00:00PM
Then
Set 'My Lighting / Pool Pump' On
Else
- No Actions - (To add one, press 'Action')
If
Status 'My Lighting / Pool Pump' is On
And Time is 11:00:00PM
Then
Set 'My Lighting / Pool Pump' Off
Else
- No Actions - (To add one, press 'Action')
Any help is greatly appreciated!