Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during setup of component velbus #16173

Closed
dpestel opened this issue Aug 24, 2018 · 1 comment
Closed

Error during setup of component velbus #16173

dpestel opened this issue Aug 24, 2018 · 1 comment

Comments

@dpestel
Copy link

dpestel commented Aug 24, 2018

Home Assistant release with the issue: 0.76.2

Last working Home Assistant release (if known):
< 0.76

Operating environment (Hass.io/Docker/Windows/etc.): Hassio

Component/platform:
https://www.home-assistant.io/components/velbus/

Description of problem:

Error during loading velbus component

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

# Velbus
velbus: 
  port: "/dev/serial/by-id/usb-Velleman_Projects_VMB1USB_Velbus_USB_interface-if00"
 # port: '/dev/ttyACM0'

Traceback (if applicable):

Error during setup of component velbus
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/homeassistant/setup.py", line 145, in _async_setup_component
    hass, processed_config)
  File "/usr/local/lib/python3.6/site-packages/homeassistant/components/velbus.py", line 33, in async_setup
    import velbus
  File "/usr/local/lib/python3.6/site-packages/velbus/__init__.py", line 134, in <module>
    from velbus.modules import *
ModuleNotFoundError: No module named 'velbus.modules'
@cereal2nd
Copy link
Contributor

This is solved by the following (already merged) pull request

#16194

@home-assistant home-assistant locked and limited conversation to collaborators Dec 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants