bfish Posted March 4, 2012 Posted March 4, 2012 Hello All, I am making good progress learning basic ISY programming, but today I am stumped and am hoping someone can tell me what I am doing wrong. I have a KeypadLinc with button F set to turn on/off my "Kitchen All Lights" Scene. That scene is comprised of a Kitchen Ceiling Lamp and a Kitchen Table Lamp. The scene and the keypadlinc button work fine on their own. But, when my wife turns one or the other light off manually with the individual ToggleLinc Dimmer Switch, I want the KeypadLinc LED to go off (or to minimal backlight level which is default). Belowis my program, yet it doesn't work. I have tried about 10 permutations, all to no avail. If Status 'Family Room / Back Door Switch / Kitchen All Lights (F)' is not Off And-( | Control 'Kitchen / Kitchen Ceiling Light' is switched Off | Or Control 'Kitchen / Kitchen Table Lamp' is switched Off -) Then Set 'Family Room / Back Door Switch / Kitchen All Lights (F)' On 0 / Off 0 (Backlight Level) Else - No Actions - (To add one, press 'Action') Any suggestions greatly appreciated. Thanky you!
LeeG Posted March 4, 2012 Posted March 4, 2012 The Program should not be changing the backlight level. Backlight level applies to ALL the KeypadLinc buttons not just button F and does not result in an On button look like it is Off. Secondary KeypadLinc buttons cannot be turned On or Off directly. The KeypadLinc does not support a Direct command to do that. Define an ISY Scene with KeypadLinc button F as a Responder. In the Program Then clause set this new Scene Off to turn Off button F.
bfish Posted March 5, 2012 Author Posted March 5, 2012 Thank you, LeeG. That worked perfectly and I learned something new today!
Recommended Posts