Jump to content

Can this be done?


Traditore

Recommended Posts

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?

Link to comment

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.

Link to comment
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.

Link to comment

Archived

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


×
×
  • Create New...