Jump to content

Programming Issues


ttripolt

Recommended Posts

Posted

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!

Posted (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 by larryllix
Posted

"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

Guest
This topic is now closed to further replies.

×
×
  • Create New...