2019-07-16 15:28:06 -07:00

1.1 KiB

title, description, logo, ha_category, ha_iot_class, ha_release, redirect_from
title description logo ha_category ha_iot_class ha_release redirect_from
Velbus Access and control your Velbus devices. velbus.png
Hub
Binary Sensor
Climate
Sensor
Switch
Local Push 0.50
/components/climate.velbus/
/components/sensor.velbus/
/components/binary_sensor.velbus/
/components/switch.velbus/

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

There is currently support for the following device types within Home Assistant:

  • Binary Sensor
  • Climate
  • Sensor
  • Switch
  • Cover

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 %}