Issue with configuration valida

I have HA OS running on raspberry PI 4 that has a husbzb-1 connected to it so it can communicate to my schlage BE469ZP lock via z wave. I’ve went through the steps of configuring it when installing z wave js but i get this error. In the coniguration.yaml I have
zwave: usb_path: /dev/ttyacm0 network_key: H2496FBHS77F249637NE2IE1V5OE03Q5

(not my actual network key)
In the z wave js coniguration I have

device: /dev/serial/by-id/usb-Silicon_Labs_HubZ_Smart_Home_Controller_C130112D-if00-port0
network_key: H2496FBHS77F249637NE2IE1V5OE03Q5.

I have many entities show up and I am able to lock and unlock
What am I doing wrong??

Need more what does 16 17 18 19 line say

looking at what you have posted

I think

zwave: usb_path: /dev/ttyacm0 network_key: H2496FBHS77F249637NE2IE1V5OE03Q5

should be look like

zwave: 
  usb_path: /dev/ttyacm0 
  network_key: H2496FBHS77F249637NE2IE1V5OE03Q5

The integrated Z-Wave (1.4, the one configured in yaml) needs the network key in a different format:
“0xF2, 0xC1, 0x12” (etc. with the quotes)

Z-Wave JS cannot be configured through configuration.yaml

I had mistyped it but yes it written exactly like that. I also have quotations around my network as such “nextwork key” (not the curly or curved ones).
16-19

hmm okay, don’t I have to store or transfer my network key somewhere in a file?

No, when you set up the addon it’s configured in it’s settings. (Supervisor > Addons > Z-Wave JS)

Okay I’ll delete lines 18-20 and see how that goes

Wow it actually worked. Configuration is now valid. Thank you

1 Like