Update stiebel_eltron.markdown (#37105)

This commit is contained in:
Manuel Stahl 2025-04-30 13:03:52 +02:00 committed by GitHub
parent 2d8a3be0c8
commit 416dd2227d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,6 +60,8 @@ To enable this integration, add the following lines to your {% term "`configurat
# Example configuration.yaml entry # Example configuration.yaml entry
stiebel_eltron: stiebel_eltron:
name: LWZ504e name: LWZ504e
host: IP_ADDRESS
port: 502
``` ```
{% configuration %} {% configuration %}
@ -68,26 +70,13 @@ name:
required: false required: false
default: Unnamed Device default: Unnamed Device
type: string type: string
hub: host:
description: The name of the hub where this slave is located. description: The hostname or IP of the stiebel eltron ISG.
required: false required: true
default: default
type: string type: string
port:
description: The port of the stiebel eltron ISG.
required: false
default: 502
type: integer
{% endconfiguration %} {% 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
```