diff --git a/bundles/org.openhab.binding.fenecon/README.md b/bundles/org.openhab.binding.fenecon/README.md
index d65073f9adea8..8f2c3bd5d7f37 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.
@@ -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
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-addressPort of the FENECON device
- 8084
+ 80true