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?