RM: java.Math error on new rule

I'm seeing a Java error on a new RM rule I made. Seems weird as it is a pretty simple rule.

Any thoughts?

LOG:

app:3342019-01-07 04:59:10.052 pm errorgroovy.lang.GroovyRuntimeException: Ambiguous method overloading for method java.math.BigDecimal#minus. Cannot resolve which method to invoke for [null] due to overlapping prototypes between: [class java.lang.Character] [class java.lang.Number] (allHandler)

app:3342019-01-07 04:59:09.935 pm infoTurn ON-OFF Computer Room Lights with Motion: Computer Room Light motion active

dev:3912019-01-07 04:59:09.853 pm infoComputer Room Light is active

Here is the rule:

EDIT: Never mind, I see the issue now. Somehow the "Fade over X minutes" value is set to null...

Not sure how that happened! I certainly didn't do that on purpose (not sure it should be able to be done on accident, though either). User error I guess. I've fixed it now.

Sorry.

1 Like