Schlage z-wave type/id == 0000, lock missing options

I recently added my z-wave shlage connect lock to my HUSBZB stick. It sort of works with the ability to lock/unlock remotely, however other functions don’t work like the config options, user codes, manual unlock status not reflected in lock.

Looking at the z-wave entity information I get the following. What pops out is that the type and id are ‘0000’. Does this mean that this is not being correctly associated with the schlage BE469 from the manufacturer_specific.xml?

<Manufacturer id="003b" name="Schlage">
	<Product type="634b" id="504c" name="FE599GR Wireless Door Lock"/>
	<Product type="6341" id="5044" name="BE469 Touchscreen Deadbolt" config="schlage/BE469.xml"/>
	<Product type="6349" id="5044" name="BE468 Touchscreen Deadbolt" config="schlage/BE468.xml"/>
</Manufacturer>

averageRequestRTT: 1314
averageResponseRTT: 2633
battery_level: 100
capabilities: beaming,frequent,routing
friendly_name: Front door
is_awake: true
is_failed: false
is_info_received: true
is_ready: true
is_zwave_plus: false
lastRequestRTT: 1318
lastResponseRTT: 1526
manufacturer_name: Unknown: id=0000
max_baud_rate: 40000
neighbors: 1,2,3,5,7,8
new_entity_id: zwave.front_door
node_id: 10
node_name: Front door
old_entity_id: zwave.front_door_10
product_name: Unknown: type=0000, id=0000
query_stage: Complete
receivedCnt: 12
receivedDups: 0
receivedTS: 2018-01-23 09:42:06:404
receivedUnsolicited: 4
retries: 1
sentCnt: 19
sentFailed: 0
sentTS: 2018-01-23 10:39:43:816

Do you have a network_key defined in configuration.yaml and did you Add Node Secure to include the lock in your network? Locks must be paired securely for full functionality.

Yes I do have a network key and I added the node securely through the HA interface. I believe I checked the zwave config file and it was listed secure.

I can remotely lock/unlock the door which I’m assuming would be a function not allowed if it wasn’t secure.

Can I just edit the config and add in the correct id’s?

I ended up removing all devices, reloading python-openzwave back to 1.4 (I was running 1.5 for a garage door addition) and added devices back. Seems to be all working as expected now!