No signature of method: simpleAutomationRule.evtHandler()

I noticed this in my logs today. I don't actively monitor them, and the lighting rule was working during Christmas time.

groovy.lang.MissingMethodException: No signature of method: simpleAutomationRule.evtHandler() is applicable for argument types: (com.hubitat.hub.domain.Event) values: [com.hubitat.hub.domain.Event@1eb14b6]
Possible solutions: luxHandler(java.lang.Object), modeHandler(java.lang.Object) (evtHandler)

The log entry is associated with the rule "Turn On Front Yard Decorations at Sunset". The rule is as shown here:

Note that I did not need this to also turn them on, because I turn them off before sunrise.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.