Thanks Thanks:  0
Likes Likes:  1
Dislikes Dislikes:  0
Results 1 to 4 of 4

Thread: LED logic feedback from a conditional button

  1. #1
    Junior Member
    Join Date
    Oct 2014
    Posts
    1

    LED logic feedback from a conditional button

    I have a QS system. I have a keypad button labeled “Home” that if pressed between sunrise and sunset a daytime scene activates, and if pressed between sunset and sunrise an evening scene is activated. Now comes the question, how do I get the LED button feedback to stay lit when either of those scenes are true but to go out when either of those scenes are broken?

  2. #2
    Authorized Lutron Contributor
    Join Date
    May 2013
    Posts
    513
    Attached is a sample project file programmed with the application described below.

    We programmed the button as a single variable conditional. The variable is names “Timed of Day” and has default state “Day” and other state “Night”. We have a timeclock where at sunrise, it changes the variable to Day. At sunset, a timeclock event changes the variable to Night.

    The different states in the button will have a single action. On the Day state, we have lights going to 25%. On the Night state, we have lights going to 75%. The button has Scene LED logic. So if the scene is not true, the LED will be off. But if the scene is true, the LED will be on.
    Attached Files Attached Files

  3. #3
    The way I read the question in the original post is not answered in your example Armando, however I am not sure how the variable changing will effect the LED in real time.

    For example:

    Scene 1 is activated during day state with scene LED logic - LED is on.

    Timeclock sets variable time of day to night.

    Does the LED on the button above now go out because the state of the lights in day state is no longer true to the button programming in night state?

  4. #4
    Authorized Lutron Contributor
    Join Date
    May 2013
    Posts
    513
    That is correct. The LED will go out because the scene is no longer true at the level the lights will be at. As soon as the button is pressed again, the lights will go to 75% and the LED will be back on. If you want this to happen automatically, you can program the timeclock to also make your lights go to the level that the "night" scene would be true at.

  5. Likes BradKas liked this post

Similar Threads

  1. Conditional button dependent on shade position
    By ekimla in forum Programming - HWQS
    Replies: 3
    Last Post: 10-14-2014, 03:06 PM
  2. LHC+ 6.0 has lost conditional ''feedback''
    By digit1 in forum Troubleshooting - Legacy HW
    Replies: 4
    Last Post: 04-22-2014, 07:48 PM
  3. Conditional Logic question about If then and Else
    By abutchart in forum Programming - HWQS
    Replies: 2
    Last Post: 12-20-2013, 04:50 AM
  4. LED logic not functioning - qs 5.2.0
    By totesthouse in forum Troubleshooting - HWQS
    Replies: 3
    Last Post: 11-06-2013, 12:44 PM
  5. Feedback on the Forums
    By David Haddad in forum General Discussion - HWQS
    Replies: 4
    Last Post: 10-23-2013, 04:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •