I’ve just received this Yale Keyless lock, with a Z-Wave module.
I’ve connected it to my Aeotec Z-wave stick - first time that I’m using it.
and I’ve followed the manual of the lock to get it to connect via Z-Wave.
So now I’ve got in HA :
in the (new) Z-wave section
in the (new) lock section
Also this appeared in my entity_registry.yaml
zwave.aeotec_zw090_zstick_gen5_eu:
name:
platform: zwave
unique_id: node-1
zwave._:
name:
platform: zwave
unique_id: node-2
Does it look correct, is what I should expect ?
Also I don’t see any new sensor called sensor.assa_abloy_xxxx
Tinkerer
(aka DubhAd on GitHub)
June 20, 2018, 3:24pm
2
I assume you’ve read the Z-Wave docs ? Particularly the page on adding devices .
It’s entirely possible you only get a lock entity, showing whether it’s locked or unlocked.
thanks @Tinkerer I didn’t add it as a ‘secure’ node, my mistake.
I’ve done it and now got
lock.assa_abloy_unknown_type0007_id0001_locked
sensor.assa_abloy_unknown_type0007_id0001_alarm_level
sensor.assa_abloy_unknown_type0007_id0001_alarm_type
zwave.assa_abloy_unknown_type0007_id0001
Is unknown_type in the name OK ?
Tinkerer
(aka DubhAd on GitHub)
June 21, 2018, 5:23pm
4
That just means that there’s no config for it in OpenZWave, it’s fine.
Once the device has been added to OZW then you can use the zwave.update_config
service , shut down Home Assistant, delete that device from your cache (zwcfg_*.xml
) and start HA up again.
thank you @Tinkerer I’ll keep an eye on OZW database, and will try your procedure when it will get added