ttripolt Posted February 27, 2015 Posted February 27, 2015 I can't figure this out... Program 1: If Status 'sensor sensor' is on Then Set Scene "Scene 2' On Else Set Scene 'Scene 2" Off Override Program: If (and here is my question) How do I put in here Scene 'Scene 2?" ??????? Then Disable Program 1 Else Enable Program 1 I cannot find an option that lets me put a SCENE into the if statement, I can put individual devices in but how to put a scene in? Thanks for your help!
LeeG Posted February 27, 2015 Posted February 27, 2015 There is no Scene On/Off test in Insteon. Could set a State Variable in Program 1 that Program 2 tests.
larryllix Posted February 27, 2015 Posted February 27, 2015 (edited) Use the same trigger logic that triggers Scene 2. Or Put your enable/disable in your first program. Without any further influence to Scene 2 you should have a locked out logic that may not be resettable. Edited February 27, 2015 by larryllix
Jimbo.Automates Posted February 27, 2015 Posted February 27, 2015 Or if the scene has a controller, like a KPL button, then check the status of that controller. So if you manually turn off the scene or another scene turns off the KPL it still works. Sent from my Nexus 7 using Tapatalk
stusviews Posted February 27, 2015 Posted February 27, 2015 "And" the state of all devices in the scene to include what the scene does. For example, If x is On and y is 30% and z is Off
Recommended Posts