Error with Sonoff Temp/Humidity Sensor

Getting this error every hour. Using Hubitat stock driver. Problem? Fix?

errororg.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: sonoffZigbeeTempHumidity.checkEventInterval() is applicable for argument types: () values: [] (checkEventInterval)

When you look at the bottom of the page for the device have you got anything scheduled?
Was it using a different driver?

Thanks for the response. I may have used a different driver when I first installed it??
How could I correct this? Remove/Re-Install?

I use this driver.
Choose it for your sensor and save.
Hit the 'Wipe Device' button.
This will clear all scheduled jobs.
Scroll to the bottom of the page and you will see all scheduled jobs have cleared.
Now allocate your device to the desired type and save.
This clears the issue.
I've had to do it a lot when changing from device types that use 'presence jobs'.

metadata {
	definition (name: "Device Info Clearer", namespace: "", author: "") {

command "WipeDevice"
    }
}
def WipeDevice() {
    if (debugLogging) log.warn "Wiping Device"
    state.clear()
    unschedule()
}
3 Likes

Thanks again

I think you can also pick the in-built 'device' type.
This has a clear scheduled jobs I believe but I've just found this easier.

Been over an hour and no ERROR message. Thanks again! LOL , looked at clock wrong earlier but is has now been over an hour and no ERROR.....

1 Like

LOL, looked at clock wrong earlier (at work) but it has been over an hour now an still no ERROR. :slight_smile:

1 Like