Is there a way to make scene buttons change colour or state so I can see when I have armed or disarmed the DSC alarm or when running any other scene
Which kind of scene controller? If Leviton, then yes.
http://wiki.micasaverde.com/index.php/Leviton_LED_Debugging
Here is a sample LUUP line to set LED4 to red:
luup.call_action(“urn:micasaverde-com:serviceId:SceneControllerLED1”,“SetLight”,{newValue=“2”,Indicator=“4”}, 8 )
The “2” means red, “4” means the 4th indicator, and “8” is the device ID.
I am using an IP module (2DS) and then creating a scene with in Mios to arm and disarm to avoid having to input a code each time. Thanks for the reply ![]()
Do you mean the scene buttons in the GUI, or physical buttons?
The GUI
Oh…I misunderstood. I have asked about the “scene indicators” in the GUI showing which scene is active. It was in UI4, but not in UI5. MCV is looking into it. http://forum.micasaverde.com/index.php/topic,9921.msg67001.html#msg67001
Wow I thought I must have been doing somthing wrong! This is a pretty basic thing to have functioning in any type of virtual switch. I mean you should be able to glance and see it is active or not. The other thing is for some reson when I run the DSC plugin one of the components dont show up in iVera but they are displaying fine in the GUI. Zone switches are there but not the control module for arming etc. Just says "no lua status found for this device " any clues here?
You could modify your scene to turn a virtual light on when armed, and off when disarmed. But that’s more clutter, and I’m trying to de-clutter my system.
Is that like a plugin similar to the virtual switch ? I have downloaded it a day or so ago and was going to gie it a go. Will the virtual light show up in iVera ?
thanks for the inof so far ;D
I meant “virtual switch” which has a light bulb on it like a regular switch.