From 3ea4476132d77add7327ea199be7edca9c7ebe06 Mon Sep 17 00:00:00 2001 From: Philipp Schneider Date: Sun, 5 Oct 2025 20:05:30 +0200 Subject: [PATCH 1/3] Changed default port from 8084 to 80 (#19441) - see port example https://docs.fenecon.de/de/fems/fems-app/App_REST-JSON_Lesezugriff.html Signed-off-by: Philipp Schneider --- .../openhab/binding/fenecon/internal/FeneconConfiguration.java | 2 +- .../src/main/resources/OH-INF/thing/thing-types.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.fenecon/src/main/java/org/openhab/binding/fenecon/internal/FeneconConfiguration.java b/bundles/org.openhab.binding.fenecon/src/main/java/org/openhab/binding/fenecon/internal/FeneconConfiguration.java index 3ff6b85f0649d..37a85eaefb058 100644 --- a/bundles/org.openhab.binding.fenecon/src/main/java/org/openhab/binding/fenecon/internal/FeneconConfiguration.java +++ b/bundles/org.openhab.binding.fenecon/src/main/java/org/openhab/binding/fenecon/internal/FeneconConfiguration.java @@ -24,6 +24,6 @@ public class FeneconConfiguration { public String hostname = ""; public String password = "user"; - public int port = 8084; + public int port = 80; public int refreshInterval = 30; } diff --git a/bundles/org.openhab.binding.fenecon/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.fenecon/src/main/resources/OH-INF/thing/thing-types.xml index 87a2b7ff0f057..61ed93d8e7fd0 100644 --- a/bundles/org.openhab.binding.fenecon/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.fenecon/src/main/resources/OH-INF/thing/thing-types.xml @@ -69,7 +69,7 @@ network-address Port of the FENECON device - 8084 + 80 true From c2bc020bedbd0ba821c294c4fc9bd29d1f176fbc Mon Sep 17 00:00:00 2001 From: Philipp Schneider Date: Sun, 5 Oct 2025 20:06:10 +0200 Subject: [PATCH 2/3] Update link in documentation (#19441) Signed-off-by: Philipp Schneider --- bundles/org.openhab.binding.fenecon/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.fenecon/README.md b/bundles/org.openhab.binding.fenecon/README.md index d65073f9adea8..28af7bbbdbbd5 100644 --- a/bundles/org.openhab.binding.fenecon/README.md +++ b/bundles/org.openhab.binding.fenecon/README.md @@ -1,6 +1,6 @@ # FENECON Binding -The FENECON Binding integrates the [FENECON energy storage system](https://fenecon.de/) device into the openHAB system via [REST-API](https://docs.fenecon.de/_/de/fems/fems-app/OEM_App_REST_JSON.html). +The FENECON Binding integrates the [FENECON energy storage system](https://fenecon.de/) device into the openHAB system via [REST-API](https://docs.fenecon.de/de/fems/fems-app/App_REST-JSON_Lesezugriff.html). With the binding, it is possible to request status information from FENECON Home to allow you home automation decisions based on the current energy management. From 94ddddde11fc63e46a93125967824051b018ee98 Mon Sep 17 00:00:00 2001 From: Philipp Schneider Date: Fri, 10 Oct 2025 16:26:58 +0200 Subject: [PATCH 3/3] [review] Update default port in readme (#19441) Signed-off-by: Philipp Schneider --- bundles/org.openhab.binding.fenecon/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.fenecon/README.md b/bundles/org.openhab.binding.fenecon/README.md index 28af7bbbdbbd5..8f2c3bd5d7f37 100644 --- a/bundles/org.openhab.binding.fenecon/README.md +++ b/bundles/org.openhab.binding.fenecon/README.md @@ -24,7 +24,7 @@ The FENECON Thing only needs to be configured with the `hostname`, all other par |-----------------|----------------------------------------------------------------------------------| | hostname | Hostname or IP address of the FENECON device, e.g. 192.168.1.11 | | password | Password of the FENECON device. The password for guest access is set by default. | -| port | Port of the FENECON device. Default: 8084 | +| port | Port of the FENECON device. Default: 80 | | refreshInterval | Interval the device is polled in sec. Default 30 seconds | ## Channels