Katrinia Posted May 31, 2016 Posted May 31, 2016 Hi, I have a 3 very simple programs set up.(Below) There are two lights, on the same switch. When the lights turn on, they flash three times. I had the electrician come out and look and he switched around the bulbs (florescent vs. old school) and it changed the flashing order. I have a similar problem in my mud room and pantry. I am at a loss. Any ideas? Downstairs Hall-Dance-Day - [iD 0045][Parent 0051] If Control 'Devices / Motion Sensors / MS DHall LR' is switched On Or Control 'Devices / Motion Sensors / MS DHall Stairs' is switched On And From 7:30:05AM To 5:59:00PM (same day) Then Set Scene 'Scenes / Inside Lights / Downstairs Hall 3 way' On Wait 3 minutes Set Scene 'Scenes / Inside Lights / Downstairs Hall 3 way' Off Else - No Actions - (To add one, press 'Action') === If Control 'Devices / Motion Sensors / MS DHall LR' is switched On Or Control 'Devices / Motion Sensors / MS DHall Stairs' is switched On And From 10:30:00PM To 7:30:00AM (next day) Then Set 'Devices / Downstairs Hall / Downstairs Hall: LOAD' 40% Wait 3 minutes Set Scene 'Scenes / Inside Lights / Downstairs Hall 3 way' Off Else - No Actions - (To add one, press 'Action') === Downstairs Hall-Dance-Evening - [iD 0044][Parent 0051] If Control 'Devices / Motion Sensors / MS DHall LR' is switched On Or Control 'Devices / Motion Sensors / MS DHall Stairs' is switched On And From 6:00:00PM To 10:29:00PM (same day) Then Set Scene 'Scenes / Inside Lights / Downstairs Hall 3 way' On Wait 3 minutes Set Scene 'Scenes / Inside Lights / Downstairs Hall 3 way' Off Else - No Actions - (To add one, press 'Action') Quote
tmorse305 Posted May 31, 2016 Posted May 31, 2016 You need to add parenthesis around the 2 motion sensor conditions. For example: If (Control 'Devices / Motion Sensors / MS DHall LR' is switched On Or Control 'Devices / Motion Sensors / MS DHall Stairs' is switched On) And From 10:30:00PM To 7:30:00AM (next day) Do the lights only flash when triggered by the motion sensors, or do they flash when you manually turn them on? Quote
tmorse305 Posted May 31, 2016 Posted May 31, 2016 Add the parenthesis to all 3 programs and let us know if that changes the behavior Quote
stusviews Posted May 31, 2016 Posted May 31, 2016 When do the lights flash three times, when each program executes? What does "it changed the flashing order" mean. Quote
Katrinia Posted June 1, 2016 Author Posted June 1, 2016 The brackets in the program fixed the flashing!! Thank you! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.