@kschlichter I am making some progress, but not enough I fear.
I had originally just tried to add your Blueprint using the “Import Blueprint to MY” that you had on the first post, but when I tried to create a script from the Blueprint in HA, it failed with the required fields warning.
I then went back and reread your GH readme more carefully and noticed that I have to actually replace the entire contents of the Script with the contents from a non-master branch. I tried the Controlling-Individual-LEDs-on-Red-800-and-Blue-Series-Devices branch, but I am not convinced that is the correct one.
Once I had the new script cut & pasted into the HA editor, I was able to save as a new script and create an automation that calls it. I ran the action manually but do not see the effect executed on my switch. Rather if I set an effect manually (via config params), and then run the automation, I see the switch reset to the default state.
Is this what you mean by configuring it dynamically? Given the full GUI list of params that show up in the automation, I thought I could specify them within the automation configuration page and then run the automation.
If I try to create a script in which I preconfigure the entity, and other params and run it, the effect still does not kick in, however, the LED Color When On (non-effect) changes based on the script defn.
I looked at the Events tab and noticed that 2 values are being written to param 16 and wondering if that is the issue:
3/5/2025, 7:43:35 PM - value updated
Arg 0:
└─commandClassName: Configuration
└─commandClass: 112
└─endpoint: 0
└─property: 16
└─propertyKey: 16711680
└─newValue: 0
└─prevValue: 0
└─propertyName: LED Indicator: Effect Duration
3/5/2025, 7:43:35 PM - value updated
Arg 0:
└─commandClassName: Configuration
└─commandClass: 112
└─endpoint: 0
└─property: 16
└─propertyKey: 2130706432
└─newValue: 0
└─prevValue: 0
└─propertyName: LED Indicator: Effect Type
I am using an LZW31-SN switch if that makes any difference.
Am I misunderstanding the steps to install/integrate/use your blueprint/script?
Thanks!
Eric