Jump to content

Intensity of Keypad LED


k5map

Recommended Posts

All buttons on a KPL have the same intensity, that is, you cannot adjust the brightness of only one particular button.  It appears that the top left button is On and the others are Off. If the other buttons can toggle between On and Of and that button is always On, then it's set for non-toggle on.

Link to comment

k5map, I use a scene that includes the KPL buttons as responders and a program that turns the scene off.

 

If
        Time is  x:00:00AM
 
Then
        Set 'LR / Devices / LR Thermostat Main' Mode Off
        Resource 'BR Sheer/Opaque Close'
        Set Scene 'BR / Scenes / BR Fireplace' Off
        Set Scene 'DR / Scenes / DR Front Off Button' Off
 
Else
   - No Actions - (To add one, press 'Action

 

The DR Front Off Button scene all includes the KPL buttons I want turned off

Link to comment

k5map,

 

If you want to adjust the on and off levels of the KPL backlight you could do it in program. This affects all the buttons on the KPL.

This program dims the backlight at Sunset and brightens it at sunrise.

 

 

If

  From Sunset

  To      sunrise (next day)

 

Then

     set 'KPL name' On 3 / Off 2 (Backlight level) 

 

Else

     Set 'KPL name'  On 8 / Off 2 (Backlight level)

Link to comment

Here is mine, although maybe I will change it to go on at sundown.  I have a "sleep" button that turns off bathroom and bedroom lights and the KPL backlight.:

If
        From     8:35:00PM
        To      11:00:06PM (same day)
 
Then
        Set 'Master Bedroom / Master Bedroom Devices / Master His KPL - A lights' On 10 / Off 5 (Backlight Level)
 
Else
        Set 'Master Bedroom / Master Bedroom Devices / Master His KPL - A lights' On  7 / Off 0 (Backlight Level)
 

Link to comment

Archived

This topic is now archived and is closed to further replies.


  • Recently Browsing

    • No registered users viewing this page.
  • Forum Statistics

    • Total Topics
      36.9k
    • Total Posts
      370.2k
×
×
  • Create New...