Hi,
I’ve searched the forums and could not find anything that worked for me.
Just got the Aeotec Z-Stick 5th gen and I’m trying to connect it to my fairly new Hassio installation at version 0.84.6.
My configuration.yaml:
zwave:
usb_path: /dev/ttyACM0
The logs show me that a python script is failing (see error at the end).
I’ve checked that my stick is actually ttyACM0, however running “ls /dev” does not show the tty devices.
“hassio hw info” shows it.
What I’m gathering from the error is that its looking for /zwaveusbstick (the default according to the docs) even though its set to look for /dev/ttyACM0.
Any ideas?
Tue Jan 15 2019 14:26:40 GMT+0100 (CET)
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 /zwaveusbstick : [‘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 249, 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 /zwaveusbstick : ['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 /zwaveusbstick : [\'NoneType: None\\\\n\']”\n']’