Logic Machine Forum
KNX Secure (info) - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: KNX Secure (info) (/showthread.php?tid=4137)



KNX Secure (info) - toujour - 07.07.2022

Hi,

Can HL and SL write KNX telegramms with secure ?

How can I upload the secure code ? By import KNXproj or I must put it on the System Page (KNX connection )? In this last case, where I found the 32 hexadecimals code ?

BR,
Alberto


RE: KNX Secure (info) - admin - 07.07.2022

At this moment only secure Routing (multicast) is supported. Backbone key can be found in ETS > Reports > Project Security. You can export report to PDF to be able to copy/paste the key. The option to automatically extract this key when importing the project file will be added later.


RE: KNX Secure (info) - batistacaceres - 09.12.2024

(07.07.2022, 09:25)admin Wrote: At this moment only secure Routing (multicast) is supported. Backbone key can be found in ETS > Reports > Project Security. You can export report to PDF to be able to copy/paste the key. The option to automatically extract this key when importing the project file will be added later.

Where can I find the Backbone key in ETS6?


RE: KNX Secure (info) - Daniel - 09.12.2024

Good question, probably KNX.org should answer this. If you go to Panels-All panels- Reports then it should be there under Security but can't find it.


RE: KNX Secure (info) - Erwin van der Zwart - 10.12.2024

Should be here..    


RE: KNX Secure (info) - Daniel - 10.12.2024

Which version of ETS is it?


RE: KNX Secure (info) - Erwin van der Zwart - 10.12.2024

I have 6.2.2.7302 at the moment


RE: KNX Secure (info) - admin - 10.12.2024

For some reason ETS6 won't show the backbone key.

Key will be set automatically when knxproj is imported into LM. It can also be extracted from the knxproj file this way:
  1. Export project from ETS to knxproj file
  2. Open knxproj file using 7Zip and extract P-XXXX.zip
  3. Convert project password using https://openrb.com/knxpass/
  4. Extract 0.xml from P-XXXX.zip and use the converted password
  5. Open 0.xml using any text editor and find IPRoutingBackboneKey="..."
  6. Copy the contents of the key (between quotes) and convert it to uppercase hex using https://base64.guru/converter/decode/hex



RE: KNX Secure (info) - Erwin van der Zwart - 10.12.2024

I noticed the issue also when trying to reproduce, just upgraded to 6.3.0 and now it shows it again...