Hello!
After having annoying hours/days of including some Z-WAVE>ME WALLC-S Controllers, I am facing a new problem.
Everytime I hit one of the buttons of this controller, I get the following stack trace in the openhab.log:
2017-01-04 13:52:59.699 [ERROR] [ve.internal.protocol.ZWaveController] - Exception during ZWave thread: Input 2. {}
java.lang.NullPointerException
at org.openhab.binding.zwave.internal.protocol.commandclass.ZWaveSecurityCommandClass.sendNonceReport(ZWaveSecurityCommandClass.java:432)[179:org.openhab.binding.zwave:2.0.0.b5]
at org.openhab.binding.zwave.internal.protocol.commandclass.ZWaveSecurityCommandClass.handleApplicationCommandRequest(ZWaveSecurityCommandClass.java:387)[179:org.openhab.binding.zwave:2.0.0.b5]
at org.openhab.binding.zwave.internal.protocol.commandclass.ZWaveSecurityCommandClassWithInitialization.handleApplicationCommandRequest(ZWaveSecurityCommandClassWithInitialization.java:269)[179:org.openhab.binding.zwave:2.0.0.b5]
at org.openhab.binding.zwave.internal.protocol.serialmessage.ApplicationCommandMessageClass.handleRequest(ApplicationCommandMessageClass.java:119)[179:org.openhab.binding.zwave:2.0.0.b5]
at org.openhab.binding.zwave.internal.protocol.ZWaveController.handleIncomingRequestMessage(ZWaveController.java:248)[179:org.openhab.binding.zwave:2.0.0.b5]
at org.openhab.binding.zwave.internal.protocol.ZWaveController.handleIncomingMessage(ZWaveController.java:214)[179:org.openhab.binding.zwave:2.0.0.b5]
at org.openhab.binding.zwave.internal.protocol.ZWaveController.access$7(ZWaveController.java:208)[179:org.openhab.binding.zwave:2.0.0.b5]
at org.openhab.binding.zwave.internal.protocol.ZWaveController$ZWaveInputThread.run(ZWaveController.java:1324)[179:org.openhab.binding.zwave:2.0.0.b5]
Has anyone any idea what’s wrong here? Or at least what I can try to get it running?
My setup is as follows.
-
Raspberry PI Model 2
-
Razberry Daughter Card
-
OpenHAB2 b5
-
Z-Wave Binding binding-zwave - 2.0.0 b5
Thanks in advance,
Florian