8000 Add installation parameters for LCN · home-assistant/home-assistant.io@3d3baf4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d3baf4

Browse files
committed
Add installation parameters for LCN
1 parent b8687fa commit 3d3baf4

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,9 @@ GEM
142142
ruby2_keywords (0.0.5)
143143
safe_yaml (1.0.5)
144144
sass (3.4.25)
145-
sass-embedded (1.89.2-arm64-darwin)
146-
google-protobuf (~> 4.31)
147-
sass-embedded (1.89.2-x86_64-linux-gnu)
145+
sass-embedded (1.89.2)
148146
google-protobuf (~> 4.31)
147+
rake (>= 13)
149148
sass-globbing (1.1.5)
150149
sass (>= 3.1)
151150
sassc (2.1.0)
@@ -199,4 +198,4 @@ RUBY VERSION
199198
ruby 2.6.2p47
200199

201200
BUNDLED WITH
202-
2.5.3
201+
2.5.3

source/_integrations/lcn.markdown

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,27 @@ The `lcn` integration allows connections to more than one hardware coupler. For
3939

4040
{% include integrations/config_flow.md %}
4141

42+
To set up the integration you need to provide the following information:
43+
44+
{% configuration_basic %}
45+
Name:
46+
description: "Name to identify the integration entry"
47+
IP address:
48+
description: "IP address or hostname of the PCHK server"
49+
Port:
50+
description: "Port used by the PCHK server"
51+
Username:
52+
description: "Username for authorization on the PCHK server"
53+
Password:
54+
description: "Password for authorization on the PCHK server"
55+
Segment coupler scan attempts:
56+
description: "Number of attempts to find a segment coupler in your installation. Increase this number, if not all segment couplers are identified correctly. If no segment coupler is in your installation, leave this number at 0."
57+
Dimming mode:
58+
description: "The number of steps used for dimming outputs of all LCN modules. This setting is system-specific and depends on the capabilities of the installed LCN modules."
59+
Request acknowledgement from modules:
60+
description: "LCN modules can transmit a confirmation message for received commands. Commands are resent if this confirmation is not received. However, the activation of acknowledgements increases the bus traffic, which can lead to message losses if there are many modules in the installation."
61+
{% endconfiguration_basic %}
62+
4263
## Supported device types
4364

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

0 commit comments

Comments
 (0)
0