This product would be absolutely awesome, if only if it could work seamlessly with Vera.
HS-WD200+ Z-Wave Wall Dimmer
It works as a normal light dimmer, but it has seven multicolored LEDs on the left of the paddle that you can control individually.
In ‘Normal Mode’ the LEDS are white and will show the level of brightness set on the dimmer.
In ‘Status Mode’ you can control each individual LED to be on/off, color, blink, blink rate.
For example. I have it set to show RED on LED 1 if my Garage door is opened, (I don’t know if my garage door is open or not from inside the house) otherwise it is GREEN. I have LED 2 do the same for the gate in my backyard and so on.
The difficult part is that the features are not controlled by Z-Wave commands, rather they are set with Z-Wave config parameters.
Which means until there is a plug-in, you need to use luup Code in order to change the individual LEDS conditionally.
I contacted customer support and they gave me the script to change the LEDs.
In order to use the status LEDs on the 200 series of dimmers and switches, you will need to create luup code in your scenes. Assuming you want to change a parameter on node 5, below is the likely vera luup code:luup.call_action(‘urn:micasaverde-com:serviceId:ZWaveNetwork1’,‘SendData’,{Node=‘XX’,Data=‘112 4 A B C’},1)
? 112 is configuration Command Class
? 4 is the set command
? A is the parameter to change
? B is the length of the parameter
? C is the value of the new parameter
? XX is the is the device ID
Here is the instruction manual with the list of Parameters
In order to set the colors of the LEDs individually, you must first set the ‘Dimmer Mode of Operation’ to ‘Status.’
This can be easily done in the Configuration Settings under Device Options for the device.
Set variable #13 to 1
The device features ‘Multi-Tap’ as a scene selector. For example, Tap down five times to turn of the sirens.
This feature is controlled by the Central Scene Command Class information
I have no idea what to do with this information.
It would be a great service if someone proficient in programming Add-ons would write one for this.
According to HomeSeer, it is designed to work with their controller and they will not support Vera users other than provide the necessary information.