Z-Wave: Missing status update callback
See original GitHub issueAfter 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
Issue Analytics
- State:
- Created 7 years ago
- Comments:37 (11 by maintainers)
Top Results From Across the Web
Z-wave: no handler is assigned - callback is missing - Bindings
I have a Aeotec Z-stick, and a Neo coolcam plug. I'm starting Z-wave, so experimenting. Unfortunately I am stuck.
Read more >[question] Device only update status after tapping (off) twice ...
I have this switch and noticed that it's OFF status will only update in Home Assistant after tapping it twice.
Read more >FGS211 / FGS221 JS Zwave not return status - Z-Wave
Hello, since the last update of JS Zwave my FGS211 / FGS221 not return the status of one switch. He works but I...
Read more >Z-Way Manual — Command Class Reference - Z-Wave.Me
updateStatus: Indicated the status of the update process; waitTime: Time the device will take before rebooting with newly upgraded firmware; manufacturerId: ...
Read more >Z-Wave PC based Controller v5 User Guide - Silicon Labs
'Missing Report' shows the number of requests without reports. 'Max Command Time [ms] shows the maximum delay in sending the Basic Get command ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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.
@martinvw thanks!