Hello!
Using a button controller on a Pico 5 buttons remote. I have one button working just fine with a rather lengthy rule (nothing complex, but I use the same button as an on/off switch that sets a scene, so setting intensities, hues, saturations etc.).
I fumbled around to copy that rule to a different button to change the values and set a different scene. I'm saying "fumbled" because the whole process is quite frustrating. Copying the button rule just resulted in a mess of "broken actions" on all actions using a private variable. So I removed all the actions, and used the clipboard instead. The rule looks OK, and if I use "run action" it runs as expected.
Now, the button press doesn't trigger the rule at all. I see the button press in the logs (device 97 is the remote, device 90 is the lutron telnet device)
dev:97 2023-03-16 16:52:51.212 info Pico Lucas Bedroom button 5 was pushed [physical]
dev:90 2023-03-16 16:59:51.384 inforcvd: DEVICE,5,4,4
dev:90 2023-03-16 16:59:51.147 inforcvd: DEVICE,5,4,3`
I see the link in the device itself
In Use By
Button Controller-5.1: Pico Lucas Bedroom (Button Controller-5.1)
Pico Lucas Bedroom: button 1 pushed (Button Rule-5.1)
Pico Lucas Bedroom: button 5 pushed (Button Rule-5.1)
Is there anything I should try? I'm scared I will have to remove/readd the device because creating rules is sooooooooo slow (I like Hubitat a lot, but man, UX is absolutely catastrophic, this UI and the ways we have to create rules is so time consuming )
Thanks!