Awesome product with the WD-200+. Replace a GE dimmer with this and like it.
Have it tied to ST (SmartThings) and used darwinsden DTH with ST WebCore and have some questions.
First, if I push a single tap (button 7) up, even though looking at devices in ST says
is set to false, it still goes 100% with physical push and all the LED's light up. How can I fix this behavior?
I did create my own piston to get some functionality through the LED's and got it so if a contact sensor is closed, all lights set to
. But if said sensor is open, I have it set for
, and the second light flashes red, but then all other lights are solid red. Since I want to use each light to indicate something different, was hoping the other lights stayed default (blue in this case) unless another trigger happens elsewhere.
Do I need to do more with this piston? I created it in the ST classic app. If not, what else can I do and how?
Thanks much.
Have it tied to ST (SmartThings) and used darwinsden DTH with ST WebCore and have some questions.
First, if I push a single tap (button 7) up, even though looking at devices in ST says
Code:
singleTapToFullBright
I did create my own piston to get some functionality through the LED's and got it so if a contact sensor is closed, all lights set to
Code:
setswitchnormalmode()
Code:
setstatusled(2,1,1)
Do I need to do more with this piston? I created it in the ST classic app. If not, what else can I do and how?
Thanks much.
Comment