TheWabit Posted January 11, 2015 Posted January 11, 2015 (edited) My goal is to have a MS set the light to 30% then have it slowly "fade" up to 100%. I thought this would work but it just stays at 30%. I do have the scene ramp rate set to 2 minutes.Thoughts? If Control 'Master Closet MS - Sensor' is switched On And Status ' Closet Light' is Off Then Set ' Closet Light' 30% Wait 5 seconds Set Scene 'Master Closet Light' On Else - No Actions - (To add one, press 'Action') Edited January 11, 2015 by TheWabit
LeeG Posted January 11, 2015 Posted January 11, 2015 As soon as 'Closet Light' is set to 30% the Program is triggered again because of the Wait and change in Status 'Closet Light' is off. The If is now False so the Set Scene does not execute.
TheWabit Posted January 11, 2015 Author Posted January 11, 2015 (edited) Ahh makes sense - I should have seen that. I will try separating the programs. Thanks! Edited January 11, 2015 by TheWabit
Recommended Posts