- Platform information:
- Hardware: _Raspberry 4, 8GB + Aeotech 5th gen z-wave stick
- openHAB version: Openhabian 2.5
Hi to everyone.
I’ve bought a ZWA005 fromw Aeotec, a trisensor.
I follow all the instruction in the small manual and it seems that I paired my sensor to my network.
Now I have to autodiscover my sensor…
My paper UI find it but is an unkown device.
the log says:
Blockquote 2020-11-26 22:22:28.437 [ERROR] [mmandclass.ZWaveSecurityCommandClass] - NODE 12: Error decapsulating security message
java.security.InvalidKeyException: No installed provider supports this key: (null)
at javax.crypto.Cipher.chooseProvider(Cipher.java:896) ~[?:1.8.0_265]
at javax.crypto.Cipher.init(Cipher.java:1252) ~[?:1.8.0_265]
at javax.crypto.Cipher.init(Cipher.java:1189) ~[?:1.8.0_265]
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:?]
Now… I see that this product has the possibility to have a S2 security network. If i understand the log, it ask for a key.
I suppose it is my DSK key… but I have no idea where to put this on my OH2.
Some one has got an Idea?
bye