question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Z-Wave: Missing status update callback

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:37 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
kaikreuzercommented, Jul 5, 2016

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.

0reactions
robkampcommented, Oct 18, 2017

@martinvw thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found