Errors with matter device


C-7 Platform version
2.3.9.201

it works, but why constant errors on matter device.

dev:3732024-12-21 02:28:31.029 PMerrororg.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: GenericMatterDimmer.poll() is applicable for argument types: () values:
Possible solutions: off(), on(), wait(), run(), isOn(), run() (method poll)

dev:3732024-12-21 02:27:31.040 PMerrororg.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: GenericMatterDimmer.poll() is applicable for argument types: () values:
Possible solutions: off(), on(), wait(), run(), isOn(), run() (method poll)

dev:3732024-12-21 02:26:31.029 PMerrororg.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: GenericMatterDimmer.poll() is applicable for argument types: () values:
Possible solutions: off(), on(), wait(), run(), isOn(), run() (method poll)

dev:3732024-12-21 02:25:31.028 PMerrororg.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: GenericMatterDimmer.poll() is applicable for argument types: () values:
Possible solutions: off(), on(), wait(), run(), isOn(), run() (method poll)

dev:3732024-12-21 02:24:31.031 PMerrororg.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: GenericMatterDimmer.poll() is applicable for argument types: () values:
Possible solutions: off(), on(), wait(), run(), isOn(), run() (method poll)

dev:3732024-12-21 02:23:31.029 PMerrororg.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: GenericMatterDimmer.poll() is applicable for argument types: () values:
Possible solutions: off(), on(), wait(), run(), isOn(), run() (method poll)

dev:3732024-12-21 02:22:31.028 PMerrororg.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: GenericMatterDimmer.poll() is applicable for argument types: () values:
Possible solutions: off(), on(), wait(), run(), isOn(), run() (method poll)

dev:3732024-12-21 02:21:31.077 PMerrororg.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: GenericMatterDimmer.poll() is applicable for argument types: () values:
Possible solutions: off(), on(), wait(), run(), isOn(), run() (method poll)

This wouldn't have come from the built-in driver. You must have been using a custom driver for this at some point. While the error is harmless in terms of regular device operation, to stop it, go to Logs > Scheduled Jobs, find the job named "poll" listed for this device, and delete it.

1 Like

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