Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. 2019-01-17 15:09:31 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Z-Wave (import from configuration.yaml) for zwave
  2. Traceback (most recent call last):
  3. File "/home/cali/homeassistant/lib/python3.6/site-packages/openzwave/option.py", line 75, in __init__
  4. raise ZWaveException(u"Can't write to device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))
  5. openzwave.object.ZWaveException: "Zwave Generic Exception : Can't write to device /dev/ttyACM0 : ['NoneType: None\\n']"
  6.  
  7. During handling of the above exception, another exception occurred:
  8.  
  9. Traceback (most recent call last):
  10. File "/home/cali/homeassistant/lib/python3.6/site-packages/homeassistant/config_entries.py", line 252, in async_setup
  11. result = await component.async_setup_entry(hass, self)
  12. File "/home/cali/homeassistant/lib/python3.6/site-packages/homeassistant/components/zwave/__init__.py", line 283, in async_setup_entry
  13. config_path=config.get(CONF_CONFIG_PATH))
  14. File "/home/cali/homeassistant/lib/python3.6/site-packages/openzwave/option.py", line 81, in __init__
  15. raise ZWaveException(u"Error when retrieving device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))
  16. openzwave.object.ZWaveException: 'Zwave Generic Exception : Error when retrieving device /dev/ttyACM0 : [\'Traceback (most recent call last):\\n\', \' File "/home/cali/homeassistant/lib/python3.6/site-packages/openzwave/option.py", line 75, in __init__\\n raise ZWaveException(u"Can\\\'t write to device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))\\n\', \'openzwave.object.ZWaveException: "Zwave Generic Exception : Can\\\'t write to device /dev/ttyACM0 : [\\\'NoneType: None\\\\\\\\n\\\']"\\n\']'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement