Traditore Posted March 10, 2009 Posted March 10, 2009 I have a very simple program that turns on a lamp plugged into an ApplianceLinc at a predefined time: If Time is 8:00:00AM Then Set '0F.80.96.1/Torchère' On Else - No Actions - (To add one, press 'Action') That ApplianceLinc is also linked to a KPL button to manually turn on/off the lamp. The thing that bugs me is that the KPL button LED doesn't turn ON when the program runs every morning. There must be a way for this to work. It seems simple but I can't figure out what to do. Any ideas?
TheGent Posted March 10, 2009 Posted March 10, 2009 What I've done is create a scene with only the button/buttons used to control a light/appliance. Then I have a program that turns that buttons only scene on if the light or appliance status is on. Then for ELSE I have the scene turned off. Example: If Status 'TV - Kitchen' is On Then Set Scene 'Sync - Kitchen TV' On Else Set Scene 'Sync - Kitchen TV' Off My "Sync" scene has only the 4 KPL buttons that control the tv.
MikeB Posted March 10, 2009 Posted March 10, 2009 There must be a way for this to work. It seems simple but I can't figure out what to do. Instead of turning on the ApplianceLinc in your program, turn on the entire scene which should contain both your ApplianceLinc and KeypadLinc button.
Traditore Posted March 10, 2009 Author Posted March 10, 2009 Thanks for the quick reply. I've just tested it and it works as it should.
Recommended Posts