Using a Switch to control a scene instead of the attached load?

Can a switch be used to control a scene that does NOT have anything to do with the load that it is currently connected to?

Meaning can I say if this switch is ON, leave the attached load off, but run scene ABC ?

My related post is here: http://forum.micasaverde.com/index.php?topic=26783

I’d think if turning the switch ON always turns on the load (in ADDition to whatever else), then not even PLEG can help me

If it’s truly a switch, then I’d say it will always switch the local load, and if it supports instant status (or Vera can ‘fake it’), you can reasonably quickly trigger an event off of the changed state of the switch (instead of having to wait for the next poll of the switch).

If the device is (also) a scene controller, it may be able to separate the button from the switch. One example that comes to mind is the Leviton VRCS2.

its a switch switch

like this one…http://www.amazon.com/gp/product/B0035YRCR2/

Thanks. That will always control the local load, and you may get something resembling instant status; so not the best trigger for a scene.

There are some prior topics on this. (In short: you may be able to successfully trigger scenes if the device is close to Vera and you operate it either locally or through Vera. If it’s too far from Vera, or you have it in a wired multi-way setup, or some secondary controller changing its state, the scene may not fire for quite some time.)

thanks - would something like this work?

When lampOutlet OFF & fanSwitch OFF:
if fanSwitch is turnedON, turn lampOutlet ON and immediately turn fanSwitch OFF [outcome: only lamp is on]

when lampOutlet ON & fanSwitch OFF:
if fanSwitch is turnedON, leave lampOutlet alone, and turn fanSwitch ON, and stay ON. [outcome: both lamp and fan are on]

when lampOulet ON & fanSwitch ON:
if fanSwitch is turned OFF, turn lampOutlet OFF, and immediately turn fanSwitch back ON. [outcome: only fan is on]

when lampOutlet OFF & fanSwitch ON:
if fanswitch is turned OFF, turn OFF and leave OFF [outcome: both are off]

the 1 second delay of the fan being on doesn’t bother me TOO much. assuming the light kit is turned off on the fan (or one just doesn’t exist)… the user may here the buzz right before the motor starts, and even see a partial spin, but so what. far more convenient that turning the switch on and walking over to play with the switches.

edited rule 3 and 4 there was a bug in my psuedo code.

Difference between 3rd and 4th rule?

You cannot detect that someone pressed the Off side of the rocker, when it is already off, with said switch.

[quote=“oTi@, post:6, topic:182698”]Difference between 3rd and 4th rule?

You cannot detect that someone pressed the Off side of the rocker, when it is already off, with said switch.[/quote]

Thanks - I updated rules 3/4 to make more sense. i cross posted a similar question to the PLEG sub too… it’s here: http://forum.micasaverde.com/index.php/topic,26783

Right. Let’s continue there.