Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bundles/org.openhab.binding.fenecon/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<context>network-address</context>
<label>Port</label>
<description>Port of the FENECON device</description>
<default>8084</default>
<default>80</default>
<advanced>true</advanced>
</parameter>
<parameter name="refreshInterval" type="integer" unit="s" min="1">
Expand Down