home-assistant.io/source/_components/fan.velbus.markdown
2017-07-29 15:17:28 -07:00

1.2 KiB

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

The velbus fan allows you to control Velbus connected fans.

To use your Velbus fans in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry

fan:
  - platform: velbus
    devices:
       - name: Fan 1
         module: 0xda
         channel_low: 4
         channel_medium: 3
         channel_high: 2

Configuration variables:

  • devices array (Required): The array contains the fans to configure
    • name (Required): Name of the fan.
    • module (Required): The hexadecimal module address
    • channel_low (Required): The channel number in the module for low-speed.
    • channel_medium (Required): The channel number in the module for medium-speed.
    • channel_high (Required): The channel number in the module for high-speed.

For hub configuration, see the Velbus component.