Lutron rule error from UI created rule

I’m a complete newbie with OpenHAB….

I added the Lutron Binding along with other Bindings to get a contact sensor working and the Lutron lighting. I can control the lighting from a widget/button I created for validation the lutron binding was working.

I created a rule from the Main UI “Rules” (I would much prefer CLI but more reading/exploring to do).

Rule Code: (Created from UI)

configuration: {}
triggers:
  - id: "1"
    configuration:
      itemName: Matter_Endpoint_Bridged_Door_Sensor_Boolean_State
      state: OFF
    type: core.ItemStateChangeTrigger
conditions: []
actions:
  - inputs: {}
    id: "2"
    configuration:
      delayTime: 0
      config: lutron:dimmer:006B004E:63
      level: 25
      fadeTime: 0
    type: lutron.setLevel#8f86d6d06db286e3ce13b933fae52c94

Error in the logs when the contact sensor opens/closes:


Log Details
Time
21:07:49.532
Timestamp
Dec 29, 2025, 9:07:49 PM
Level
ERROR
Logger Class
org.openhab.core.automation.internal.module.handler.AnnotationActionHandler
Message
Could not call method 'public void org.openhab.binding.lutron.internal.action.DimmerActions.setLevel(java.lang.Double,java.lang.Double,java.lang.Double)' from module type 'lutron.setLevel#8f86d6d06db286e3ce13b933fae52c94'.
Stack Trace
java.lang.IllegalArgumentException: argument type mismatch
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.openhab.core.automation.internal.module.handler.AnnotationActionHandler.execute(AnnotationActionHandler.java:127)
at org.openhab.core.automation.internal.RuleEngineImpl.executeActions(RuleEngineImpl.java:1322)
at org.openhab.core.automation.internal.RuleEngineImpl.runRule(RuleEngineImpl.java:1078)
at org.openhab.core.automation.internal.TriggerHandlerCallbackImpl$TriggerData.run(TriggerHandlerCallbackImpl.java:86)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)

Any guidance on this would be very helpful.

[EDIT]: Previous install was a docker container. So I created a new VM and installed directly. Same problem with Lutron.