From 5b2c52b394b061d1f786efba06f412e22133f156 Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk <11290930+bouwew@users.noreply.github.com> Date: Sat, 26 Oct 2019 19:25:25 +0200 Subject: [PATCH 1/2] Updated to match pull-request #28237 --- source/_integrations/plugwise.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/_integrations/plugwise.markdown b/source/_integrations/plugwise.markdown index 8f16749cfa7e..68b54527a7e5 100644 --- a/source/_integrations/plugwise.markdown +++ b/source/_integrations/plugwise.markdown @@ -4,7 +4,7 @@ description: "Plugwise Climate integration." logo: plugwise.png ha_category: Climate ha_iot_class: Local Polling -ha_release: 0.98 +ha_release: 0.102 --- This enables [Plugwise](https://plugwise.com) [Anna](https://www.plugwise.com/en_US/products/anna) thermostats to be integrated. This integration talks locally to your **Smile** interface, and you will need its password and IP address. @@ -25,6 +25,7 @@ climate: - platform: plugwise password: YOUR_SHORT_IP host: YOUR_SMILE_LOCAL_IP + legacy_anna: true # required for a legacy Anna (firmware 1.8.x), not needed for a more recent Anna (firmware 3.1.x) ``` {% configuration %} @@ -51,6 +52,11 @@ port: required: false type: integer default: 80 +legacy_anna: + description: Indicate that the Anna is a legacy unit + required: false + type: boolean + default: false min_temp: description: If you want to adjust the lower boundary, the integration will not allow temperatures below the set value. required: false @@ -72,6 +78,7 @@ climate: password: YOUR_SHORT_ID host: YOUR_SMILE_LOCAL_IP port: YOUR_SMILE_PORT_NUMBER + legacy_anna: true min_temp: YOUR_MINIMAL_TARGET_TEMPERATURE max_temp: YOUR_MAXIMAL_TARGET_TEMPERATURE ``` From addd35f9083db570fc29ca30d02619bafdae1a94 Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk <11290930+bouwew@users.noreply.github.com> Date: Sun, 3 Nov 2019 10:06:02 +0100 Subject: [PATCH 2/2] Updated according to review comments --- source/_integrations/plugwise.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/plugwise.markdown b/source/_integrations/plugwise.markdown index 68b54527a7e5..6bbfcdf11499 100644 --- a/source/_integrations/plugwise.markdown +++ b/source/_integrations/plugwise.markdown @@ -4,7 +4,7 @@ description: "Plugwise Climate integration." logo: plugwise.png ha_category: Climate ha_iot_class: Local Polling -ha_release: 0.102 +ha_release: 0.98 --- This enables [Plugwise](https://plugwise.com) [Anna](https://www.plugwise.com/en_US/products/anna) thermostats to be integrated. This integration talks locally to your **Smile** interface, and you will need its password and IP address. @@ -25,8 +25,8 @@ climate: - platform: plugwise password: YOUR_SHORT_IP host: YOUR_SMILE_LOCAL_IP - legacy_anna: true # required for a legacy Anna (firmware 1.8.x), not needed for a more recent Anna (firmware 3.1.x) ``` +**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). {% configuration %} password: