Skip to content
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

Reorder and apply config suggestions #36087

Open
wants to merge 13 commits into
base: current
Choose a base branch
from
39 changes: 23 additions & 16 deletions source/_integrations/plugwise.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,30 @@ Platforms available - depending on your Smile and setup include:
- `select` (for changing a thermostat schedule, a regulation mode (Adam only))
- `number` (for changing a boiler setpoint, Circlesa temperature offset)

The password can be found on the bottom of your Smile or Stretch, the ID, it should consist of 8 characters. To find your IP address use the Plugwise App:
## Before configuring

- Open the Plugwise App and choose the 'Settings'-icon (☰) and choose 'HTML-interface'.
- Go to the (lower) 'Settings'-icon (☰) and choose 'Preferences'.
- Choose 'System' then 'Networking' and your IP address will be shown.
{% important %}
When you have an Anna and an Adam, only the Adam will be shown as discovered. Make sure to **only** configure the Adam integration, i.e. do **not** manually configure the Anna.
{% endimportant %}

The Plugwise Smile(s) present in your network will be automatically discovered via Zeroconf discovery and will be shown on the Integrations-page. All you need is the Smile ID as its password, which is an 8 character string printed on the sticker on the bottom of your Smile. Repeat this for each individual Smile.

{% include integrations/config_flow.md %}
CoMPaTech marked this conversation as resolved.
Show resolved Hide resolved

{% configuration_basic %}
Host:
description: "The hostname or IP address of your Smile. For example: `192.168.1.25`. You can find it in your router or in the Plugwise app using the **Settings** icon (☰) -> **System** -> **Network**. If you are looking for a different device in the Plugwise App, on the main screen first select **Gateways** -> the Smile of your choice, and then follow the previous instruction. Normally, the Smile(s) are automatically discovered, and you don't have to provide the hostname or IP address."
Username:
description: "Username to log in to the Smile. This should be just 'smile' - or 'stretch' for a Stretch'."
Password:
description: "This is the password (i.e. Smile ID) printed on the sticker on the bottom of your Smile and should be 8 characters long."
{% endconfiguration_basic %}

### Further configuration

For a thermostat, the active schedule can be deactivated or reactivated via the climate card. Please note, that when no schedule is active, one must first be activated in the Plugwise App. Once that has been done the Plugwise Integration can manage future operations.

Auto means the schedule is active, Heat means it's not active. The active thermostat schedule can be changed via the connected thermostat select-entity. Please note: that only schedules that have two or more schedule points will be shown as select options.

## Entities

Expand All @@ -73,18 +92,6 @@ This integration follows standard integration removal. No extra steps are requir

This will also remove all connected Adam devices (such as Anna, Tom or Lisa) or connected Adam/Stretch plugs.

## Configuration

The Plugwise Smile(s) present in your network will be automatically detected via Zeroconf discovery and will be shown on the Integrations-page. To set up an integration, click the "CONFIGURATION" button on the discovered integration and you will be presented with a dialog requesting your Smile password. After you click submit, you will have the opportunity to select the area(s) where individual Smile appliances are located. The username `smile` is shown as a default, when configuring your Stretch change this to `stretch` accordingly.

Repeat the above procedure for each Smile gateway (i.e., if you have an Adam setup and a P1 DSMR you'll have to add two integrations).

Please note: when you have an Anna and an Adam, make sure to only configure the Adam integration. You can press the "IGNORE" button on the Anna integration to remove this integration. In case you need to rediscover the Anna integration, make sure to click the "STOP IGNORING" button on the Plugwise integration first, available via "show ignored integrations".

For a thermostat, the active schedule can be deactivated or reactivated via the climate card. Please note, that when no schedule is active, one must first be activated in the Plugwise App. Once that has been done the Plugwise Integration can manage future operations.

Auto means the schedule is active, Heat means it's not active. The active thermostat schedule can be changed via the connected thermostat select-entity. Please note: that only schedules that have two or more schedule points will be shown as select options.

### Actions

#### Update Smile data
Expand Down
Loading