Skip to content

Commit 74335a5

Browse files
bouwewfrenck
authored andcommitted
Plugwise docs updated to match pull-request #28237 (#11004)
* Updated to match pull-request #28237 * Updated according to review comments
1 parent f174ad7 commit 74335a5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/_integrations/plugwise.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ climate:
2626
password: YOUR_SHORT_IP
2727
host: YOUR_SMILE_LOCAL_IP
2828
```
29+
**Please note**: for a legacy Anna (firmware 1.8.x) an additional line is required, see below, this line is not needed for a more recent Anna (firmware 3.1.x).
2930
3031
{% configuration %}
3132
password:
@@ -51,6 +52,11 @@ port:
5152
required: false
5253
type: integer
5354
default: 80
55+
legacy_anna:
56+
description: Indicate that the Anna is a legacy unit
57+
required: false
58+
type: boolean
59+
default: false
5460
min_temp:
5561
description: If you want to adjust the lower boundary, the integration will not allow temperatures below the set value.
5662
required: false
@@ -72,6 +78,7 @@ climate:
7278
password: YOUR_SHORT_ID
7379
host: YOUR_SMILE_LOCAL_IP
7480
port: YOUR_SMILE_PORT_NUMBER
81+
legacy_anna: true
7582
min_temp: YOUR_MINIMAL_TARGET_TEMPERATURE
7683
max_temp: YOUR_MAXIMAL_TARGET_TEMPERATURE
7784
```

0 commit comments

Comments
 (0)