Hello,
Has anybody had luck with Add Node Secure and HassIO? I’m trying to pair a Schlage Connect lock with no success. I’ve tried a bunch of things including the prefered process shown below to no avail.
- Leave Aeotec Zstick in the Pi
- Hit Remove Node button in Hass UI
- Put lock into add/remove mode (Schlage button -> programming code -> 0 ), wait for green check
- Factory reset the lock (unplug battery, hold schlage exterior button, reconnect batteries)
- Restart HA
- Hit Add Node Secure in HA UI
- Put lock into add/remove mode (Schlage button -> programming code -> 0 ), then it throws a red X within 10 seconds
My leading theory is the network key I set in the HA config isn’t being set correctly in OZW. Can anybody confirm it is working correctly or point me to the prefered way to check? \
HA Config shown below.
configuration.yaml
zwave:
usb_path: /dev/ttyACM0
network_key: !secret zwave_network_key
new_entity_ids: true
secrets.yaml
zwave_network_key: "0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01"
Cheers!