mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update stiebel_eltron.markdown (#37105)
This commit is contained in:
parent
2d8a3be0c8
commit
416dd2227d
@ -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
|
|
||||||
```
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user