I’m having issues with a Zen32 Scene controller and its LEDs. I want to have the LED on a button to turn off when the device associated with it is turned on. If I use the Scene controller to control the device this is a default behavior, but if I control the associated device with its native switch or use a dashboard id like the LED to turn off.
I'm not sure if the native Z32 driver supports the setLED() command, but I know the Z32 community driver does. The setLED() command is explained in this post from Robert's community driver thread.
I use Rule Machine rules to utilize that command for my Z32.
I got it figured it, learning curve with Rule Machine. And also wasn’t sending everything the SetLED needs. But a follow up question, is it possible to do this with one rule or do you have to have two rules?
Yea something like that, how do you get Rule Maker let you directly enter code instead of having to use drop down boxes?
setLED() is a Custom Action for the Z32 switch device. In my post above, I linked to Robert's explanation for how to set up the custom action.
Use "Run Custom Action" in rule machine.
If you only want to turn the LED on and off I would suggest using the setIndicator command as I have shown, because it it will only send one command and does not change the device settings.
setLED however will send up to 3 commands and also changes the device settings.
I don’t have a set indicator option.
SetIndicator and SetLED are both Custom Action options if you use the community driver I linked in post #2. They may be available options to use with the native driver too -- I don't know since I don't use that one.
Yes I had the Set LED, but not Set Indicator until switching it the community driver. Things are working perfectly. Sorry for the troubles I haven’t been long using any of this.