- [open] Support for KNX data secure packets shall be added to OpenHAB.
Reading and writing authenticated KNX packets should be possible.
- [done] Support for KNX IP secure shall be added to OpenHAB.
Using an encrypted connection to a IP secure interface or an IP secure router shall be possible.
Calimero library seems to have all the necessary prerequisites at hand in latest version (2.5M1).
The process includes exporting an encrypted keyring from ETS software, decrypt it using the Calimero library functions in the OH knx binding, and use the corresponding group address keys from the keyring file.
Prerequesites
- Calimero -> Java 11
- Calimero -> Calimero version >=2.5M1
Suggested Approach
Reading and writing authenticated KNX packets should be possible.
Using an encrypted connection to a IP secure interface or an IP secure router shall be possible.
Calimero library seems to have all the necessary prerequisites at hand in latest version (2.5M1).
The process includes exporting an encrypted keyring from ETS software, decrypt it using the Calimero library functions in the OH knx binding, and use the corresponding group address keys from the keyring file.
Prerequesites
Suggested Approach