[00:14:10] INFO: Successfully send discovery information to Home Assistant.
Error: failed loading config file /etc/zwave_config.json
Error: Invalid key format for securityKeys.S0_Legacy option
at normalizeKey (/usr/src/node_modules/@zwave-js/server/dist/bin/server.js:16:11)
at /usr/src/node_modules/@zwave-js/server/dist/bin/server.js:59:53
at Object.<anonymous> (/usr/src/node_modules/@zwave-js/server/dist/bin/server.js:118:3)
at Module._compile (internal/modules/cjs/loader.js:1072:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1101:10)
at Module.load (internal/modules/cjs/loader.js:937:32)
at Function.Module._load (internal/modules/cjs/loader.js:778:12)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
at internal/main/run_main_module.js:17:47
[00:14:11] INFO: Successfully send discovery information to Home Assistant.
I have no idea why this suddenly happened. It was crashed, so I started it, and now it shows this?
Go into the addon configuration and fix the s0_legacy_key setting so itās in the Z-Wave JS format, not the OZW format. That means instead of 0x11, 0x22, 0x33, ... itās 112233. No hex prefixes, commas, or spaces. After that, youāll still need to wait for the update that was already mentioned.
Hi All
Wow, that was a lot of great information. Iām going to roll back, it had done the update automagically.
Itās not a VERY big issue here, as I only have my lock on z-wave, but the lock is rather essential though
EDIT: And the rollback is done, and itās working againā¦
@freshcoast has explained it above:
in the supervisor you go to the configuration of the Z-Wave JS module.
There I changed my s0_legacy_key and network_key.
Mine had these 0x?? hex prefix in it. just remove them like mentioned above.
Than save and reboot ha.