When adding a node in homeassistant when using the Razberry zwave device. Should the LED that is on the razberry device light up? Because I am not able to add the devices in homeassistant with zwave. Does anyone have any tips?
The GPIO board, or the USB stick?
I’ve got the board, never looked at the LEDs. You’re adding devices by following the docs?
I am using the GPIO board. I just know when you did it through the zway site that it lit up the lights when it was put into inclusion mode. I am also following the docs when adding the node. I click the add node button in the zwave card, then put my device into inclusion mode and then heal the network. At the end the node does not show up in homeassistant. So I wasn’t sure if I was doing anything wrong.
This is the log of my ZWave controller in homeassistant. Is it crashing, and that is why I am not getting it to work?
2018-02-05 18:40:08.146 Always, OpenZwave Version 1.4.2586 Starting Up
2018-02-05 18:40:09.720 Info, Setting Up Provided Network Key for Secure Communications
2018-02-05 18:40:09.720 Warning, Failed - Network Key Not Set
2018-02-05 18:40:09.721 Info, mgr, Added driver for controller /dev/ttyAMA0
2018-02-05 18:40:09.727 Info, Opening controller /dev/ttyAMA0
2018-02-05 18:40:09.727 Info, Trying to open serial port /dev/ttyAMA0 (attempt 1)
2018-02-05 18:40:09.728 Info, Serial port /dev/ttyAMA0 opened (attempt 1)
2018-02-05 18:40:09.729 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2018-02-05 18:40:09.729 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2018-02-05 18:40:09.729 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2018-02-05 18:40:09.729 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2018-02-05 18:40:09.730 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2018-02-05 18:40:09.730 Detail,
2018-02-05 18:40:09.730 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2018-02-05 18:40:10.730 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2018-02-05 18:40:10.731 Detail, contrlr, Removing current message
2018-02-05 18:40:10.731 Detail, contrlr, Notification: Notification - TimeOut
I see no crash there. I also don’t see any sign it was put into inclusion mode.
What do the following commands show:
ls -l /dev/ttyAMA0
id homeassistant
What is the device you’re trying to add, how far away from the controller is it, and what’s between the device and the controller (eg two plasterboard walls).
These are the outputs when running those commands. And the device is right next to the pi, about 2 feet.
pi@hassbian:~ $ ls -l /dev/ttyAMA0
crw-rw---- 1 root dialout 204, 64 Feb 5 18:40 /dev/ttyAMA0
pi@hassbian:~ $ id homeassistant
uid=1001(homeassistant) gid=1001(homeassistant) groups=1001(homeassistant),20(dialout),29(audio),44(video),999(spi),998(i2c),997(gpio)
Okay looks like I finally got it working. I was reading to many different forums and started from scratch to many times and I didn’t realize I never did the install of the razberry card itself, using the wget function. I have my card working now, and fyi the light does light up when put into include mode through homeassistant.
Thanks for your help however!