Zwave trouble

Hi,

I installed HASS on an RPI3 with Raspbian light using the AIO script. When trying to initialize the Open-Zwave usb stick I get:

2016-12-01 20:17:12.204 Always, OpenZwave Version 1.4.2274 Starting Up
2016-12-01 20:17:35.206 Info, Setting Up Provided Network Key for Secure Communications
2016-12-01 20:17:35.207 Warning, Failed - Network Key Not Set
2016-12-01 20:17:35.207 Info, mgr,     Added driver for controller /dev/ttyAMA0
2016-12-01 20:17:35.207 Info,   Opening controller /dev/ttyAMA0
2016-12-01 20:17:35.208 Info, Trying to open serial port /dev/ttyAMA0 (attempt 1)
2016-12-01 20:17:35.209 Info, Serial port /dev/ttyAMA0 opened (attempt 1)
2016-12-01 20:17:35.210 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2016-12-01 20:17:35.210 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2016-12-01 20:17:35.210 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2016-12-01 20:17:35.210 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2016-12-01 20:17:35.211 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2016-12-01 20:17:35.212 Detail, 
2016-12-01 20:17:35.212 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2016-12-01 20:17:36.212 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2016-12-01 20:17:36.213 Detail, contrlr, Removing current message
2016-12-01 20:17:36.223 Detail, contrlr, Notification: Notification - TimeOut
2016-12-01 20:17:36.223 Info, Notification: Notification home 00000000 node 255 Timeout

What am I doing wrong ? The Open-zwave stick is working fine on my Ubuntu machine.

Are you sure you’ve got the correct usb_path: in your config? Depending on your PI and the particular USB slot that you inserted the controller into, that can change. With RPI3’s, you’ll have /dev/ttyACMX - but X can change if you plug into a different port.

This command will tell you which port you’ve got:
ls /dev/ttyACM*

path is correct. Found another post suggesting I should stop HASS before trying to initialize the zwave-stick. Will try that when I’m home. Thnx for the reply.

Oh. Yeah. That. If HASS is on, it holds access to the device.