Just got one in today. Trying to design an under cabinet light.
The default ‘RGBW Light’ does not seem to handle the device very well. It wont let you use the white strip concurrently with the colors.
Just got one in today. Trying to design an under cabinet light.
The default ‘RGBW Light’ does not seem to handle the device very well. It wont let you use the white strip concurrently with the colors.
@TheSmartestHouse has a link to one that they recommend on their product page. Look in the “works with” SmartThings section, typically on the lower right of the page.
You can do all that for $12.
Perfect!
This handler acts a great deal better. I’ll add that site to my favorites.
Are you finding the effects only work for about 5 seconds before quitting?
Edit:. Scratch that. Excluded and re-including, and effects work as expected.
@Kjamsek I’m trying your code, but all that seems to work is the on/off and dimmer. The color wheel is not working. Here are the errors reported in Live Logging:
b0a631d1-b818-41ae-9be3-f5a7e81aa580 8:12:33 PM: error groovy.lang.MissingMethodException: No signature of method: script_dth_5158a7f5683ffcb34bdd03f2840d2350a37726e4787a4606e8ba60641db66683.huesatToRGB() is applicable for argument types: (java.lang.Double, java.lang.Double) values: [63.61111111111111, 91.0]
Possible solutions: huesatToRGB(float, float) @line 616 (setColor)
b0a631d1-b818-41ae-9be3-f5a7e81aa580 8:12:33 PM: debug Qubino RGBW Dimmer: setColor()
b0a631d1-b818-41ae-9be3-f5a7e81aa580 8:12:33 PM: error groovy.lang.MissingMethodException: No signature of method: script_dth_5158a7f5683ffcb34bdd03f2840d2350a37726e4787a4606e8ba60641db66683.huesatToRGB() is applicable for argument types: (java.lang.Double, java.lang.Double) values: [63.61111111111111, 91.0]
Possible solutions: huesatToRGB(float, float) @line 616 (setColor)
b0a631d1-b818-41ae-9be3-f5a7e81aa580 8:12:33 PM: debug Qubino RGBW Dimmer: setColor()
I installed SmartThings Classic, and it works, but not in the new SmartThings app. Is there a new Device Handler for the new SmartThings app?