5750WPL outdoor sensor

Discussion in 'General Discussion' started by Jay@Ledautomation, Apr 14, 2016.

  1. Jay@Ledautomation

    Jay@Ledautomation

    Joined:
    Oct 20, 2015
    Messages:
    3
    Likes Received:
    0
    Location:
    Doncaster
    Evening guys, having a play about with a new 5750WPL outdoor sensor i have installed on my system, tried a few different ways to achieve the following but none seem to be successful, hopefully someone might be able to help?

    scenario:
    sunset/sunrise activates a scene which consists off front and back wall lights dimmed to 50% and garage door lights relay on.

    Motion in darkness activates the front wall lights from 50% to 100%

    Seems straight forward but struggling a litttle. thanks in advance.
     
    Jay@Ledautomation, Apr 14, 2016
    #1
  2. Jay@Ledautomation

    NickD Moderator

    Joined:
    Nov 1, 2004
    Messages:
    1,420
    Likes Received:
    62
    Location:
    Adelaide
    The simplest way to do this is probably to use a logic engine in a PAC or touchscreen, possibly along with the output unit logic.

    Do you have a logic engine anywhere?

    Nick
     
    NickD, Apr 15, 2016
    #2
  3. Jay@Ledautomation

    Jay@Ledautomation

    Joined:
    Oct 20, 2015
    Messages:
    3
    Likes Received:
    0
    Location:
    Doncaster
    Morning NickD,

    Thanks for the reply, i have a wiser 2 unit on the system, i believe i can run logic from this unit?
     
    Jay@Ledautomation, Apr 15, 2016
    #3
  4. Jay@Ledautomation

    NickD Moderator

    Joined:
    Nov 1, 2004
    Messages:
    1,420
    Likes Received:
    62
    Location:
    Adelaide
    You sure can.

    To achieve what you want, I would
    - assign a group (which is not used anywhere else) to the "Sunrise/Sunset" function in the sensor
    - assign another group to the "Motion in Dark" function.
    - write some logic code eg something like the following pseudocode


    Code:
    once (Sunrise/Sunset Group = ON)
     {
       Set FrontWall Lights to 50%
       Set Back Wall Lights to 50%
       Set Garage Door Lights ON 
      }
    once (Sunrise/Sunset = OFF)
     {
       Set FrontWall Lights OFF
       Set Back Wall Lights OFF
       Set Garage Door Lights OFF
      }
    
    once (Motion in Dark Group = ON)
      {
         Set Front Wall Lights to 100%
      }
    once (Motion in Dark Group = OFF)
      {
         if (Sunrise/Sunset Group = ON)
           {
             Set Front Wall Lights back to 50%
           }
         else 
          {
            Set Front Wall Lights = OFF
          }
      }
     
    NickD, Apr 20, 2016
    #4
  5. Jay@Ledautomation

    Dave_F

    Joined:
    Jan 18, 2019
    Messages:
    34
    Likes Received:
    2
    Location:
    Wellard_Perth
    Ah bugger, I'm just having a similar problem.

    I can get the lights to come on and off with the timer function on any move, but then they come on at any time of the day.

    Is the only way to do it via scripting? I haven't done that yet so very novice.

    Cheers,

    Dave
     
    Dave_F, Dec 6, 2019
    #5
  6. Jay@Ledautomation

    chromus

    Joined:
    Jan 27, 2014
    Messages:
    422
    Likes Received:
    50
    Location:
    Perth
    Dave -> it depends on the model, my PIR has sunset-sunrise + sunrise-sunset and 2 other modes so I can achieve it based on the unit itself.
     
    chromus, Dec 16, 2019
    #6
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.