2018-09-18 12:20:01 +02:00

856 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release
page Velbus Access and control your Velbus devices. 2017-06-17 16.58 true false true true velbus.png Hub Local Push 0.50

The velbus component supports the Velbus USB, Velbus serial and a TCP/IP gateway.

{% linkable_title Configuration %}

The gateway needs to be configured by adding the following lines to your configuration.yaml file:

# Example configuration.yaml entry for a USB or serial interface
velbus:
  port: '/dev/ttyUSB00'
# Example configuration.yaml entry for a TCP/IP interface
velbus:
  port: '127.0.0.1:3678'

{% configuration %} port: description: The port where your board is connected to your Home Assistant host. required: true type: string {% endconfiguration %}