Alexa Integration and Schlage Lock

I am using Alexa via the HA cloud to voice control a Schlage BE469 Touchscreen lock via z-wave using the Aeotec Z-Stick Gen5, Z-Wave Plus USB to create gateway
I just updated Hassio on my RP3B to the latest version available on 6/9/2018
Alexa responds to the unlock command and asks for a voice prompt properly
The lock unlocks
But Alexa reports that the lock is not responding
OZW log - showing the start of the request:
2018-06-09 18:52:34.434 Info, Node003, Value::Set - COMMAND_CLASS_DOOR_LOCK - Locked - 0 - 1 - False
2018-06-09 18:52:34.434 Info, Node003, Value_Lock::Set - Requesting lock to be Unlocked

and the end of the log showing that the command completed

2018-06-09 18:52:37.550 Info, Node003, Received DoorLock report: DoorLock is Unsecure
2018-06-09 18:52:37.551 Detail, Node003, Refreshed Value: old value=false, new value=false, type=bool
2018-06-09 18:52:37.551 Detail, Node003, Changes to this value are not verified
2018-06-09 18:52:37.551 Detail, Node003, Refreshed Value: old value=0, new value=0, type=list
2018-06-09 18:52:37.551 Detail, Node003, Changes to this value are not verified
2018-06-09 18:52:37.551 Detail, Node003, Expected reply and command class was received
2018-06-09 18:52:37.551 Detail, Node003, Message transaction complete
2018-06-09 18:52:37.551 Detail,
2018-06-09 18:52:37.551 Detail, Node003, Removing current message
2018-06-09 18:52:37.551 Detail, Node003, Notification: ValueChanged
2018-06-09 18:52:37.560 Detail, Node003, Notification: ValueChanged

No errors are reported in the log.
Nothing shows up the homeassistant.log file

And ideas?