Aeotec Smart Switch Errors in logs


I Have a number of these switches and notice their status is not being updated for long periods. These used to be my most reliable switches and as a result I have used them on things I consider important.

The below extract from one of the logs seems to indicate a coding error in the driver. While I have no idea if this is the cause of the failures it obviously can not help.

It is a built in driver therefore hopefully one the hubitat team will read this and address the problem.

**dev:615**5/30/2026 08:07:00.036

error

org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: aeotecSmartSwitch6.autoPoll() is applicable for argument types: () values: [] (method autoPoll)

**dev:615**5/30/2026 08:06:00.097

error

org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: aeotecSmartSwitch6.autoPoll() is applicable for argument types: () values: [] (method autoPoll)

**dev:615**5/30/2026 08:05:00.106

error

org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: aeotecSmartSwitch6.autoPoll() is applicable for argument types: () values: [] (method autoPoll)

**dev:615**5/30/2026 08:04:00.037

error

org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: aeotecSmartSwitch6.autoPoll() is applicable for argument types: () values: [] (method autoPoll)

**dev:615**5/30/2026 08:03:00.037

error

org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: aeotecSmartSwitch6.autoPoll() is applicable for argument types: () values: [] (method autoPoll)

**dev:615**5/30/2026 08:02:00.039

error

org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: aeotecSmartSwitch6.autoPoll() is applicable for argument types: () values: [] (method autoPoll)

**dev:615**5/30/2026 08:01:00.090

error

org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: aeotecSmartSwitch6.autoPoll() is applicable for argument types: () values: [] (method autoPoll)

**dev:615**5/30/2026 08:00:00.127

error

org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: aeotecSmartSwitch6.hourlyEnergyEvent() is applicable for argument types: () values: [] (method hourlyEnergyEvent)


Nope, nothing in either the 6 or 7 driver (you didn't say which you were using) schedules a job with this name (or, as the error indicates, has a handler method with such a name).

Therefore, what most likely happened is that you used another driver at one point, then switched back to one of these, and that driver created such a job that was never removed. The solution is to remove it, with the easiest way probably being going to Logs > Scheduled Jobs, then finding the one or ones for either or both of your devices that has the name "autoPoll" or "hourlyEnergyEvent" and clicking/tapping the trash icon next to it to delete it.

This is also harmless if you wanted to ignore it, though it would probably be annoying to keep seeing. If you're actually having problems, something else is going on; otherwise, that's what's happening for this, at least!