GenericZigbeeContactSensor.CheckForUpdate() error with 2.2.1.115

I started seeing this error periodically after updating to 2.2.1.115. The sensor still seems to be working, but I haven't tested thoroughly. Is this a known issue?

groovy.lang.MissingMethodException: No signature of method: GenericZigbeeContactSensor.CheckForUpdate() is applicable for argument types: () values: [] (CheckForUpdate)

Are you sure this is one of our drivers?
Were you using a custom driver and later switched over to one of ours?

This issue isn't related to the platform update.

1 Like

I used a custom driver briefly, but I switched a long while back. I guess I need to unschedule() it somehow. Sorry to point the finger at the native drivers. Any idea on the best way to clean this up, short of deleting the device entirely?

Put the other driver back, add in then call unschedule, replace driver, boom, done.

2 Likes

For anyone else following this, here's a really useful driver from @BorrisTheCat that I've used in the same situation.

4 Likes

Thanks, Ashok. I already had added it to my driver similar to @BorrisTheCat's. :wink:

1 Like