Cant inklude z wave in Home Automations

Hi.

I have just set up a home assistant and I’m struggling to integrate z wave devices into HA.
In my configuration.yaml file, i have added this:

zwave:
  usb_path: /dev/ttyACM0
  device_config: !include zwave_device_config.yaml

That i got this in home assistant info senter:

Log Details (ERROR)
Sun Dec 09 2018 12:39:15 GMT+0100 (sentraleuropeisk normaltid)

INFO:homeassistant.util.package:Attempting install of colorlog==3.1.4
Testing configuration at /config
Failed config
  General Errors: 
    - Error loading /config/configuration.yaml: Config file not found: /config/scripts.yam
Successful config (partial)

The error you’ve listed has nothing to do with ZWAVE

Its complaining that it can’t find your scripts.yaml file.

1 Like

Error setting up entry Z-Wave (import from configuration.yaml) for zwave

Log Details (ERROR)
Sun Dec 09 2018 14:02:58 GMT+0100 (sentraleuropeisk normaltid)

Error setting up entry Z-Wave (import from configuration.yaml) for zwave
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/openzwave/option.py”, line 78, in init
raise ZWaveException(u"Can’t find device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))
openzwave.object.ZWaveException: “Zwave Generic Exception : Can’t find device /dev/ttyACM0 : [‘NoneType: None\n’]”

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/config_entries.py”, line 248, in async_setup
result = await component.async_setup_entry(hass, self)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/zwave/init.py”, line 283, in async_setup_entry
config_path=config.get(CONF_CONFIG_PATH))
File “/usr/local/lib/python3.6/site-packages/openzwave/option.py”, line 81, in init
raise ZWaveException(u"Error when retrieving device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))
openzwave.object.ZWaveException: ‘Zwave Generic Exception : Error when retrieving device /dev/ttyACM0 : [‘Traceback (most recent call last):\n’, ’ File “/usr/local/lib/python3.6/site-packages/openzwave/option.py”, line 78, in init\n raise ZWaveException(u"Can\‘t find device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))\n’, ‘openzwave.object.ZWaveException: “Zwave Generic Exception : Can\'t find device /dev/ttyACM0 : [\‘NoneType: None\\\\n\’]”\n’]’

Exception : Can’t find device /dev/ttyACM0

It seems your zwave hub can’t be found on the USB port you have specified

1 Like

Thank you. I pulled out the power suply from the RPI B+ ant it worked. Now the last issue is this.

“Can’t lock controller for command : add_node”