How to tell if the Razberry is active?

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
Stubbs
Posts: 11
Joined: 29 Sep 2015 11:23

How to tell if the Razberry is active?

Post by Stubbs »

I've recently moved the razberry daughter board to a new Raspberry Pi 2, but how do I tell if it's working? It flashes when the Pi is powered on but after that there are no lights, also when I try & run the MinOZW app, I get a bunch of errors:

Code: Select all

pi@raspberrypi-c:~ $ sudo MinOZW /dev/ttyAMA0
Starting MinOZW with OpenZWave Version 1.3.614
2016-01-03 00:31:22.229 Error, Cannot find a path to the configuration files at ../../../config/, Using /usr/local/etc/openzwave/ instead...
2016-01-03 00:31:22.231 Info, Reading /usr/local/etc/openzwave/options.xml for Options
2016-01-03 00:31:22.232 Warning, Failed to Parse options.xml: Failed to open file
2016-01-03 00:31:22.234 Always, OpenZwave Version 1.3.614 Starting Up
2016-01-03 00:31:22.235 Info, Setting Up Provided Network Key for Secure Communications
2016-01-03 00:31:22.236 Warning, Failed - Network Key Not Set
2016-01-03 00:31:22.237 Info, mgr,     Added driver for controller /dev/ttyAMA0
2016-01-03 00:31:22.237 Info,   Opening controller /dev/ttyAMA0
2016-01-03 00:31:22.238 Info, Trying to open serial port /dev/ttyAMA0 (attempt 1)
2016-01-03 00:31:22.238 Info, Serial port /dev/ttyAMA0 opened (attempt 1)
2016-01-03 00:31:22.239 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2016-01-03 00:31:22.239 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2016-01-03 00:31:22.239 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2016-01-03 00:31:22.239 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2016-01-03 00:31:22.240 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2016-01-03 00:31:22.240 Detail,
2016-01-03 00:31:22.240 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2016-01-03 00:31:22.244 Detail, Unsolicited message received while waiting for ACK.
2016-01-03 00:31:22.744 Warning, WARNING: 500ms passed without reading the rest of the frame...aborting frame read
2016-01-03 00:31:23.742 Detail, Unsolicited message received while waiting for ACK.
2016-01-03 00:31:24.243 Warning, WARNING: 500ms passed without reading the rest of the frame...aborting frame read
2016-01-03 00:31:24.244 Detail, Unsolicited message received while waiting for ACK.
2016-01-03 00:31:24.745 Warning, WARNING: 500ms passed without reading the rest of the frame...aborting frame read
2016-01-03 00:31:24.745 Warning, WARNING: Out of frame flow! (0x5a).  Sending NAK.
2016-01-03 00:31:25.244 Warning, WARNING: Out of frame flow! (0x2a).  Sending NAK.
2016-01-03 00:31:26.244 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2016-01-03 00:31:26.245 Detail, contrlr, Removing current message
2016-01-03 00:31:26.246 Detail, contrlr, Notification: Notification - TimeOut
2016-01-03 00:31:26.246 Detail,
2016-01-03 00:31:26.247 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x20) - FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2016-01-03 00:31:27.248 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2016-01-03 00:31:27.253 Detail, contrlr, Removing current message
2016-01-03 00:31:27.254 Detail, contrlr, Notification: Notification - TimeOut
2016-01-03 00:31:27.255 Detail,
2016-01-03 00:31:27.255 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x05) - FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2016-01-03 00:31:28.256 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2016-01-03 00:31:28.257 Detail, contrlr, Removing current message
2016-01-03 00:31:28.257 Detail, contrlr, Notification: Notification - TimeOut
2016-01-03 00:31:28.258 Detail,
2016-01-03 00:31:28.258 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x07) - FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2016-01-03 00:31:29.259 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2016-01-03 00:31:29.260 Detail, contrlr, Removing current message
2016-01-03 00:31:29.260 Detail, contrlr, Notification: Notification - TimeOut
2016-01-03 00:31:29.261 Detail,
2016-01-03 00:31:29.262 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x56) - FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2016-01-03 00:31:30.262 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2016-01-03 00:31:30.263 Detail, contrlr, Removing current message
2016-01-03 00:31:30.263 Detail, contrlr, Notification: Notification - TimeOut
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Re: How to tell if the Razberry is active?

Post by PoltoS »

Install Z-Way to let it configure the port.

....And then forget about MinOZW and enjoy Z-Way ;)
Post Reply