Jump to content

Lights Flashing - Motion Sensor


Recommended Posts

Posted

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')
 
 
 
Posted

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?
Posted

When do the lights flash three times, when each program executes? What does "it changed the flashing order" mean.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...