From 8d2450d78a5ebc547b080ffcaf168368166ecc39 Mon Sep 17 00:00:00 2001 From: Andre Lengwenus Date: Sat, 14 Jun 2025 12:12:51 +0000 Subject: [PATCH 1/2] Add installation parameters for LCN --- Gemfile.lock | 7 +++---- source/_integrations/lcn.markdown | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 82cfb4556edc..ec7f1b9f7745 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -142,10 +142,9 @@ GEM ruby2_keywords (0.0.5) safe_yaml (1.0.5) sass (3.4.25) - sass-embedded (1.89.2-arm64-darwin) - google-protobuf (~> 4.31) - sass-embedded (1.89.2-x86_64-linux-gnu) + sass-embedded (1.89.2) google-protobuf (~> 4.31) + rake (>= 13) sass-globbing (1.1.5) sass (>= 3.1) sassc (2.1.0) @@ -199,4 +198,4 @@ RUBY VERSION ruby 2.6.2p47 BUNDLED WITH - 2.5.3 \ No newline at end of file + 2.5.3 diff --git a/source/_integrations/lcn.markdown b/source/_integrations/lcn.markdown index 77ee7de26b60..4c27dc3cd5e6 100644 --- a/source/_integrations/lcn.markdown +++ b/source/_integrations/lcn.markdown @@ -39,6 +39,27 @@ The `lcn` integration allows connections to more than one hardware coupler. For {% include integrations/config_flow.md %} +To set up the integration, you need to provide the following information: + +{% configuration_basic %} +Name: + description: "Name to identify the integration entry" +IP address: + description: "IP address or hostname of the PCHK server" +Port: + description: "Port used by the PCHK server" +Username: + description: "Username for authorization on the PCHK server" +Password: + description: "Password for authorization on the PCHK server" +Segment coupler scan attempts: + 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." +Dimming mode: + 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." +Request acknowledgement from modules: + 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." +{% endconfiguration_basic %} + ## Supported device types There is currently support for the following device types within Home Assistant: From 2c47f4c552054890dcf5c45931f6001ed37d1a51 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Mon, 16 Jun 2025 07:53:57 +0200 Subject: [PATCH 2/2] Undo gemfile.lock changes --- Gemfile.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ec7f1b9f7745..82cfb4556edc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -142,9 +142,10 @@ GEM ruby2_keywords (0.0.5) safe_yaml (1.0.5) sass (3.4.25) - sass-embedded (1.89.2) + sass-embedded (1.89.2-arm64-darwin) + google-protobuf (~> 4.31) + sass-embedded (1.89.2-x86_64-linux-gnu) google-protobuf (~> 4.31) - rake (>= 13) sass-globbing (1.1.5) sass (>= 3.1) sassc (2.1.0) @@ -198,4 +199,4 @@ RUBY VERSION ruby 2.6.2p47 BUNDLED WITH - 2.5.3 + 2.5.3 \ No newline at end of file