Hi,
First of all, thanks a lot for the fantastic work on the Telldus integration with Openhab. It is really cool!
I have a slight problem: I installed the biding and the bridge to Telldus Live. It found all my devices and everything is basically cool. However, I get the following in the log:
2017-08-27 13:54:16.840 [ERROR] [andler.live.TelldusLiveBridgeHandler] - Failed to update
java.lang.NullPointerException: null
at org.openhab.binding.tellstick.handler.live.TelldusLiveBridgeHandler.updateSensors(TelldusLiveBridgeHandler.java:194) [207:org.openhab.binding.tellstick:2.2.0.201708242229]
at org.openhab.binding.tellstick.handler.live.TelldusLiveBridgeHandler.refreshDeviceList(TelldusLiveBridgeHandler.java:120) [207:org.openhab.binding.tellstick:2.2.0.201708242229]
at org.openhab.binding.tellstick.handler.live.TelldusLiveBridgeHandler$1.run(TelldusLiveBridgeHandler.java:70) [207:org.openhab.binding.tellstick:2.2.0.201708242229]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]
at java.lang.Thread.run(Thread.java:748) [?:?]
This comes immediately after (re)starting OpenHab2, and afterwards, top shows java using 95-120% of CPU, and I start getting a lot of messages about delays for message transfer, e.g.:
2017-08-27 14:00:18.690 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber ‘org.eclipse.smarthome.core.thing.internal.ThingManager@2696fe’ takes more than 5000ms.
Any idea what could be wrong?
Thanks in advance, and apologies if this is a known problem and my search skills are not up to par.
Casper