Generic zigbee outlet driver issue with eWelink?

I was recently advised that I could drop custom eWelink driver I had been using and use generic zigbee outlet built-in driver for these devices. When I first paired these devices, that driver didn't seem to work, which is why I sought out custom driver on HPM.

Since change to generic built-in driver, I started seeing this error in log at random intervals with no other activity at the same time. Maybe 2-4x per hour.

dev:552022-12-10 04:11:47.027 PMerrororg.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: GenericZigbeeOutlet.ping() is applicable for argument types: () values:
Possible solutions: find(), print(java.lang.Object), print(java.lang.Object), find(groovy.lang.Closure), print(java.io.PrintWriter), run() (method ping)

Otherwise seems to work fine, except seems to be excessively chatty:

dev:552022-12-10 03:39:43.023 PMinfoLR plug is on [physical]

dev:552022-12-10 03:34:42.992 PMinfoLR plug is on [physical]

dev:552022-12-10 03:29:43.001 PMinfoLR plug is on [physical]

dev:552022-12-10 03:28:00.752 PMinfoLR plug was turned on [digital]

dev:552022-12-10 03:24:42.995 PMinfoLR plug is off [physical]

dev:552022-12-10 03:19:42.994 PMinfoLR plug is off [physical]

dev:552022-12-10 03:14:42.981 PMinfoLR plug is off [physical]

Anyone else seen this before or know how to fix?

This must be a scheduled job leftover from your old, custom driver. Try temporarily switching to the "Device" driver, running the "Delete Scheduled Jobs" command, then switching back to the Generic Zigbee outlet driver. (Also, if you didn't do this the first time, it's a good idea to run "Configure" after switching drivers, too, if the driver has that command.)

Thank you. Indeed, old driver left a bunch of scheduled jobs:

Scheduled Jobs
Handler Next Run Time Prev Run Time Status Schedule
ping 2022-12-12 7:11:47pm PST 2022-12-12 6:40:47pm PST PENDING 47 11/29 * * * ? *
checkEventInterval 2022-12-12 7:06:29pm PST 2022-12-12 6:06:29pm PST PENDING 29 6/59 * * * ? *
checkPresence 2022-12-12 7:37:32pm PST 2022-12-12 4:37:32pm PST PENDING 32 37 1/3 * * ? *

Could not find "Delete Scheduled Jobs" command, but was able to toggle these off one-by-one in old driver, then switch back and "configure".

Seems to be working without error or excessive chattiness now.

Thanks again.

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