Support for Velbus Home Automation

Hello Thomas, I am experiencing an issue with component Velbus during inital installation of Home Assistant. I followed the instructions on page https://home-assistant.io/components/velbus/ and updated the configuration.yaml file accordingly. Hassio returns following error after reboot:

2017-08-27 16:25:48 ERROR (SyncWorker_7) [velbus] Could not open serial port, no messages are read or written to the bus
2017-08-27 16:25:48 ERROR (MainThread) [homeassistant.setup] Error during setup of component velbus
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/serial/serialposix.py”, line 244, in op en
self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
FileNotFoundError: [Errno 2] No such file or directory: '/dev/ttyUSB00

Are you sure the device is called /dev/ttyUSB00 ??? Shouldn’t it be /dev/ttyACM00 ???
What will happen once this is fixed? Will the Hassio automatically detect all devices on the velbus? Or do I have to configure all of it manually?

I am running velbus components since 2008. Most of them are the older modules (first generation) such as VMB4RY, VMB4PD, VMB1BL, VMB2BL, VMB6IN, VMB8PB and a few more recent ones such as VMBGP4PIRW, VMBDME, VMB4RYNO.

Thank you,
GiGi