I have a HomeSeer WX300 that's quite a cool gadget: It's a dimmer whose dimmer LEDs can also be used as programmable RGB LEDs. But how to program it? Some questions:
-
From poking around the forum, I think there's a built-in driver and a custom driver. Was the custom a stop-gap until the built-in was released? Or does it have different/better features? Which is recommended? What's the status now in September 2023?
-
In the devices list, I see the dimmer and set that it has a button labelled "Set Status LED". It works fine for me and I see that it has a blink option. How do I program the blink in Rule Engine?
What I have is a rule that use custom actions. The custom command for the WX300 is "setStatusLED". I'm adding three parameters, all strings: "1" (the led #), "red" (the color), and "true" (for blink). But it doesn't blink.
I see in the device page that there's a status line that lists the values for the dimmer LEDs, like "statusLed: {1={color=0, blink=false}, 2=...". When the rule triggers the action, I see the color change. But blink remains false. I also tried 'red, true' for the second parameter without success. What's the right syntax for the parameter list to activate blinking?