mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
Update the velbus config params (#41755)
This commit is contained in:
parent
6d24b54dca
commit
c6c4206a7c
@ -32,6 +32,7 @@ ha_quality_scale: bronze
|
|||||||
|
|
||||||
The **Velbus** {% term integration %} is used to control [Velbus](https://www.velbus.eu/?lang=en) modules. It supports the Velbus USB, Velbus serial and a TCP/IP gateway.
|
The **Velbus** {% term integration %} is used to control [Velbus](https://www.velbus.eu/?lang=en) modules. It supports the Velbus USB, Velbus serial and a TCP/IP gateway.
|
||||||
|
|
||||||
|
To use the Velbus integration, you need to have Velbus modules connected to a Velbus USB or TCP/IP interface.
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
@ -42,6 +43,8 @@ During the setup you will be shown 2 choices on ways to connect to the Velbus bu
|
|||||||
- USB
|
- USB
|
||||||
- TCP/IP
|
- TCP/IP
|
||||||
|
|
||||||
|
A connection test will be performed to ensure the connection is working. If successful, the integration will be added to Home Assistant.
|
||||||
|
|
||||||
### USB
|
### USB
|
||||||
|
|
||||||
The USB connection is a way to connect to the Velbus bus. You will need a Velbus USB interface to connect to the bus. The USB interface is connected to the USB port of your Home Assistant device.
|
The USB connection is a way to connect to the Velbus bus. You will need a Velbus USB interface to connect to the bus. The USB interface is connected to the USB port of your Home Assistant device.
|
||||||
@ -54,17 +57,16 @@ There will be a connection test to make sure the connection is working, and if i
|
|||||||
|
|
||||||
The TCP/IP connection is a way to connect to the Velbus bus. You will need a Velbus TCP/IP interface available in your network.
|
The TCP/IP connection is a way to connect to the Velbus bus. You will need a Velbus TCP/IP interface available in your network.
|
||||||
|
|
||||||
There are a couple of parameters you need to fill in to connect to the Velbus bus:
|
{% configuration_basic %}
|
||||||
|
tls:
|
||||||
- tls
|
description: "Enable TLS connection towards the Velbus TCP/IP interface. This is usually needed when connecting to a signum. This is optional and can be disabled when connecting to a velser or Home Assistant add-on."
|
||||||
- host
|
host:
|
||||||
- port
|
description: "The IP address of the Velbus TCP/IP interface."
|
||||||
- password
|
port:
|
||||||
|
description: "The port number of the Velbus TCP/IP interface."
|
||||||
The `tls` parameter is optional and can be used to enable or disable the TLS connection.
|
password:
|
||||||
The `host` parameter is the IP address of the Velbus TCP/IP interface.
|
description: "The password to authenticate to the Velbus TCP/IP interface. This is optional and only needed if the devie has authentication enabled."
|
||||||
The `port` parameter is the port number of the Velbus TCP/IP interface.
|
{% endconfiguration_basic %}
|
||||||
The `password` parameter is optional and can be used to authenticate to the Velbus TCP/IP interface.
|
|
||||||
|
|
||||||
#### Example: signum
|
#### Example: signum
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user