( Solved) Using Razberry Zwave Board with RPI 3B+

Hi,
iam new to Home Assistant and i my Razberry Zwave board dont works.
I have the Zwave configuaration menu, but i dont can add devices and so on.

I use the newsest Hass.io version (0.74.2) with HassOS 1.7.

My configuration.yaml looks like:
zwave:
usb_path: /dev/ttyAMA0

And ich added the line “dtoverlay=pi3-miniuart-bt” to my config.txt.

My Hass.io log shows the following;
Error doing job: Future exception was never retrieved
20:29 components/zwave/init.py (ERROR) Z-Wave not ready after 300 seconds, continuing anyway
20:29 components/zwave/init.py (WARNING) Timer got out of sync. Resetting
20:25 core.py (ERROR) Z-Wave Notification DriverFailed : {‘notificationType’: ‘DriverFailed’, ‘homeId’: 0,
‘nodeId’: 255}
20:24 /usr/local/lib/python3.6/site-packages/openzwave/network.py (WARNING) Setup of config is taking
over 10 seconds.
20:24 bootstrap.py (WARNING)

And the Zwave log shows:
2018-07-26 20:24:27.788 Always, OpenZwave Version 1.4.2926 Starting Up
2018-07-26 20:24:57.697 Info, Setting Up Provided Network Key for Secure Communications
2018-07-26 20:24:57.698 Warning, Failed - Network Key Not Set
2018-07-26 20:24:57.698 Info, mgr, Added driver for controller /dev/ttyAMA0
2018-07-26 20:24:57.699 Info, Opening controller /dev/ttyAMA0
2018-07-26 20:24:57.699 Info, Trying to open serial port /dev/ttyAMA0 (attempt 1)
2018-07-26 20:24:57.699 Info, Serial port /dev/ttyAMA0 opened (attempt 1)
2018-07-26 20:24:57.700 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2018-07-26 20:24:57.700 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2018-07-26 20:24:57.700 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2018-07-26 20:24:57.700 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2018-07-26 20:24:57.700 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2018-07-26 20:24:57.700 Detail,
2018-07-26 20:24:57.700 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2018-07-26 20:24:57.701 Detail, contrlr, Notification: DriverFailed

I hope anybody can help.

Becksy

I solved the problem.

After reading the docu of FHEM i added to my config.txt (link to german docu of FHEM: link 1 link 2

enable_uart=1
dtoverlay=pi3-miniuart-bt
core_freq=250

and changed the the configuration.yaml to

zwave:
usb_path: /dev/ttyS0

now the gpio board works and i can add devices.
i have tried this with a fresh installation of hassio.

maybe someone can add this to the doku as “plan b”, if the usual way dont work

3 Likes