Skip to content

Update stiebel_eltron.markdown #37105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 30, 2025
Merged
Changes from all 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
31 changes: 10 additions & 21 deletions source/_integrations/stiebel_eltron.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ To enable this integration, add the following lines to your {% term "`configurat
# Example configuration.yaml entry
stiebel_eltron:
name: LWZ504e
host: IP_ADDRESS
port: 502
```

{% configuration %}
Expand All @@ -68,26 +70,13 @@ name:
required: false
default: Unnamed Device
type: string
hub:
description: The name of the hub where this slave is located.
required: false
default: default
host:
description: The hostname or IP of the stiebel eltron ISG.
required: true
type: string
port:
description: The port of the stiebel eltron ISG.
required: false
default: 502
type: integer
{% endconfiguration %}

{% important %}
This integration requires the [Modbus](/integrations/modbus/) integration to be set up to work
{% endimportant %}

Full configuration example including modbus setup shown below:

```yaml
# Full example configuration.yaml entry
modbus:
type: tcp
host: YOUR_ISGWEB_IP
port: 502

stiebel_eltron:
name: LWZ504e
```
Loading