Tellstick binding spamming errors in log

Hi,
The tellstick binding is spamming a specific error messages a lot in the openhab log file. Since it doesn’t name any thing or item I’m having trouble to locate what the error depends on. Anyone got any idea?

21:05:21.377 [ERROR] [ellstick.device.TellsticEventHandler] - Failed in TDDeviceEvent
java.lang.IllegalStateException: Could not update state, because callback is missing
	at org.eclipse.smarthome.core.thing.binding.BaseThingHandler.updateState(BaseThingHandler.java:267)
	at org.openhab.binding.tellstick.handler.TelldusDevicesHandler.updateDeviceState(TelldusDevicesHandler.java:274)
	at org.openhab.binding.tellstick.handler.TelldusDevicesHandler.onDeviceStateChanged(TelldusDevicesHandler.java:232)
	at org.openhab.binding.tellstick.handler.core.TelldusCoreBridgeHandler.onRequest(TelldusCoreBridgeHandler.java:256)
	at org.tellstick.device.TellsticEventHandler.notifyListeners(TellsticEventHandler.java:80)
	at org.tellstick.device.TellsticEventHandler.access$0(TellsticEventHandler.java:76)
	at org.tellstick.device.TellsticEventHandler$1.invoke(TellsticEventHandler.java:113)
	at sun.reflect.GeneratedMethodAccessor163.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.8.0_121]
	at java.lang.reflect.Method.invoke(Method.java:498)[:1.8.0_121]
	at com.sun.jna.CallbackReference$DefaultCallbackProxy.invokeCallback(CallbackReference.java:471)[180:org.openhab.binding.tellstick:2.0.0.201701191638]
	at com.sun.jna.CallbackReference$DefaultCallbackProxy.callback(CallbackReference.java:501)[180:org.openhab.binding.tellstick:2.0.0.201701191638]

I have the same problem, but haven’t found why.

I also have problem with Tellstick binding, was thinking maybe because i added a V2 and driver does not like it?

2017-03-19 16:22:31.415 [ERROR] [andler.live.TelldusLiveBridgeHandler] - Failed to update
java.lang.IllegalStateException: Could not update state, because callback is missing
at org.eclipse.smarthome.core.thing.binding.BaseThingHandler.updateState(BaseThingHandler.java:267)[105:org.eclipse.smarthome.core.thing:0.9.0.b4]
at org.openhab.binding.tellstick.handler.TelldusDevicesHandler.updateDeviceState(TelldusDevicesHandler.java:274)[211:org.openhab.binding.tellstick:2.0.0]
at org.openhab.binding.tellstick.handler.TelldusDevicesHandler.onDeviceStateChanged(TelldusDevicesHandler.java:232)[211:org.openhab.binding.tellstick:2.0.0]
at org.openhab.binding.tellstick.handler.live.TelldusLiveBridgeHandler.updateDevices(TelldusLiveBridgeHandler.java:157)[211:org.openhab.binding.tellstick:2.0.0]
at org.openhab.binding.tellstick.handler.live.TelldusLiveBridgeHandler.refreshDeviceList(TelldusLiveBridgeHandler.java:105)[211:org.openhab.binding.tellstick:2.0.0]
at org.openhab.binding.tellstick.handler.live.TelldusLiveBridgeHandler$1.run(TelldusLiveBridgeHandler.java:66)[211:org.openhab.binding.tellstick:2.0.0]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)[:1.8.0_111]
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)[:1.8.0_111]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)[:1.8.0_111]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)[:1.8.0_111]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)[:1.8.0_111]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)[:1.8.0_111]
at java.lang.Thread.run(Unknown Source)[:1.8.0_111]