Migrate tool to Z wave js

Trying the new tool (ver 2021.10) to migrate from old z wave to new z wave js. Tool starts fine and usb stick is found. Then i should input keys S0, S2 and so on. I have found old z wave Network key from /config/.storage which is in hex format. Tried to copy in this but no luck. Next screen says nothing will be imported. Is hex right format? And when its nothing about S2 in .storage file then i don’t us s2 cryptation?
An user guide for migration would have been very nice :slight_smile:

1 Like

Eg if you have this key:

0xA1, 0xB2, 0xC3, 0xA1, 0xB2, 0xC3, 0xA1, 0xB2, 0xC3, 0xA1, 0xB2, 0xC3, 0xA1, 0xB2, 0xC3, 0xA1

Convert it to this format:

A1B2C3A1B2C3A1B2C3A1B2C3A1B2C3A1

just remove 0x?

What about for the S2 keys? Do we just randomly generate 3 more keys like we did for the S0 key?