openhab-addons: Z-Wave: Missing status update callback
After worked around #815 by #818 I tried to add the Fibary Motion Sensor.
13:18:33.774 ERROR o.e.s.c.t.i.ThingManager[:711] - Exception occured during notification of thing 'zwave:device:e96123a4:node4' about bridge initialization at 'null': Could not update status, because callback is missing
java.lang.IllegalStateException: Could not update status, because callback is missing
at org.eclipse.smarthome.core.thing.binding.BaseThingHandler.updateStatus(BaseThingHandler.java:307)
at org.eclipse.smarthome.core.thing.binding.BaseThingHandler.updateStatus(BaseThingHandler.java:334)
at org.openhab.binding.zwave.handler.ZWaveThingHandler.bridgeStatusChanged(ZWaveThingHandler.java:408)
at org.openhab.binding.zwave.handler.ZWaveThingHandler.bridgeHandlerInitialized(ZWaveThingHandler.java:383)
at org.eclipse.smarthome.core.thing.internal.ThingManager$8.run(ThingManager.java:709)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
https://gist.github.com/maggu2810/d293b459a2c9a6e55c234b3a19855ba7#file-gistfile1-txt-L538
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 37 (11 by maintainers)
Commits related to this issue
- Added meteoblue binding to features (#819) Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de> — committed to wborn/openhab-addons by cweitkamp 6 years ago
- rule engine should not depend on specific registry implementation (#819) The current rule registry implementation provides a configuration for the "rule reinitialization delay". That configuration i... — committed to Flole998/openhab-addons by maggu2810 5 years ago
FYI, I am just testing https://github.com/eclipse/smarthome/pull/947 and the runtime as well as the designer seem to work well - I am just trying to analyze the failing test case now. Hope that this could finally solve the issues then.