Re: zwave Türkontakte
Verfasst: 17. Jan 2021 23:06
Ich habe Grade nochmal eben in den Log Viewer geschaut
Ich habe nicht gedrückt oder bewegt.

Code: Alles auswählen
tail -f /var/log/openhab/openhab.log /var/log/openhab/events.log
==> /var/log/openhab/openhab.log <==
2021-01-17 22:18:45.941 [ERROR] [mmandclass.ZWaveSecurityCommandClass] - NODE 22: Error decapsulating security message
java.security.InvalidKeyException: No installed provider supports this key: (null)
at javax.crypto.Cipher.chooseProvider(Cipher.java:930) ~[?:?]
at javax.crypto.Cipher.init(Cipher.java:1286) ~[?:?]
at javax.crypto.Cipher.init(Cipher.java:1223) ~[?:?]
at org.openhab.binding.zwave.internal.protocol.commandclass.ZWaveSecurityCommandClass.generateMAC(ZWaveSecurityCommandClass.java:528) ~[bundleFile:?]
at org.openhab.binding.zwave.internal.protocol.commandclass.ZWaveSecurityCommandClass.getSecurityMessageDecapsulation(ZWaveSecurityCommandClass.java:319) [bundleFile:?]
at org.openhab.binding.zwave.internal.protocol.ZWaveNode.processCommand(ZWaveNode.java:1238) [bundleFile:?]
at org.openhab.binding.zwave.internal.protocol.ZWaveTransactionManager$ZWaveReceiveThread.run(ZWaveTransactionManager.java:532) [bundleFile:?]