binaryman Posted April 5, 2016 Posted April 5, 2016 So I have a scene with a program... If someone pushes my KPL button (buttons 5\6) during the day, a program will automatically turn the scene back off (prevent accidentally turning on during the day). All works fine.. however.. Even though the program does correctly trigger the scene back off.. and the ISY shows the scene and both buttons (responders) as being off.. the lights on the buttons on the kpl show it as on.. If I manually re-issue a scene off command the buttons will go off.. and I've tried putting in a 3 second wait and re-issue scene off but that doesn't work either.. frustrating when the buttons stay on but the ISY shows it as off (even a query still shows it as off). Any ideas?
stusviews Posted April 5, 2016 Posted April 5, 2016 (edited) Secondary button LEDs cannot be directly controlled. They're best controlled using a scene and adding a statement to the program to control the scene. Here's a program I use: Dine Out Front DoorIf Control 'LR / Devices / LR Ceiling Light KPL 20 / LR Light KPLD Dine Out' is switched On Then Set Scene 'EX / Scenes / EX Walkway' On Run Program 'Dine Out HVAC' (If) Wait 3 minutes Set Scene 'EX / Scenes / EX Walkway' Off Set Scene 'Dine Out Buttons' Off Set Scene 'DR / Scenes / DR Bright' On Wait 2 minutes Set Scene 'DR / Scenes / DR Bright' Off Else - No Actions - (To add one, press 'Action') The Dine Out Buttons scene contain only the two Dine Out buttons (Front Door, Side Door). Edited April 5, 2016 by stusviews
binaryman Posted April 5, 2016 Author Posted April 5, 2016 I'm not meaning the secondary leds, I don't think... I'm not trying to control the buttons directly via program.. I'm having the program control the scene. I mean shouldn't the scene turn both buttons off if they're both in the scene as responders?? If I send an off manually to the scene the buttons turn off.. so why don't they turn off when the ISY sends an off to the scene via program?
stusviews Posted April 5, 2016 Posted April 5, 2016 (edited) Post your program. Also, which buttons are of concern? Are they controllers or responders? Edited April 5, 2016 by stusviews
binaryman Posted April 5, 2016 Author Posted April 5, 2016 Both responders: Drapes closed at night - [iD 00B8][Parent 0043] If From Sunset + 10 minutes To Sunrise (next day) And Status 'Indoors / Shades' is On Then Set Scene 'Drapes Control' Off Else - No Actions - (To add one, press 'Action')
stusviews Posted April 5, 2016 Posted April 5, 2016 What are the "both" of "both responders," KPL buttons? Which buttons? What is the device labelled 'Indoors/Shades'? What are the members of the scene 'Drapes Control'? Which members are controllers and which are responders?
binaryman Posted April 5, 2016 Author Posted April 5, 2016 Ok so i take it back a bit.. 'Drapes Control' is a scene that contains kpl buttons 5 and 6 as controllers, and indoor\shades (an i\o line) as responder..
binaryman Posted April 9, 2016 Author Posted April 9, 2016 no answers to this I guess... still haven't figured it out, guess it'll be a nuance..
paulbates Posted April 9, 2016 Posted April 9, 2016 (edited) This should work. I have keypad keys on several keypads that control an attic fan and dampers. The keys always reflect the on/off state whether a key or the ISY turns it on/off. The scene controls the buttons and devices. Can you post and image of your scene configuration from the admin console? Edited April 9, 2016 by paulbates
stusviews Posted April 9, 2016 Posted April 9, 2016 A 6-button KeypadLinc has two primary buttons, On and Off. The 8-button KeypadLinc has one primary button, the Main On/Off button. All other buttons are secondary buttons.
binaryman Posted April 9, 2016 Author Posted April 9, 2016 It's a very simple scene... I can't figure out how to get a picture on here to save my life, but 2 two buttons are both controllers, with the io line a responder.. I can't figure out why it wouldn't work.. almost seems like the kpl is messed up
binaryman Posted April 9, 2016 Author Posted April 9, 2016 it's an 8 button, using buttons 5\6 for one scene, 7\8 for another. both reacting the same way... both scenes simple as stated above.
paulbates Posted April 9, 2016 Posted April 9, 2016 I would suggest factory resetting the KPL, and then right-click on the keypad in admin console and select restore device. Then retest.
Recommended Posts