From c61f8ad60c445dc87efebcaa5731737d01682da9 Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk <11290930+bouwew@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:48:07 +0200 Subject: [PATCH] Update Plugwise docs for added reboot button (#33426) --- source/_integrations/plugwise.markdown | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/source/_integrations/plugwise.markdown b/source/_integrations/plugwise.markdown index 2806419855e..adb07bf2cdd 100644 --- a/source/_integrations/plugwise.markdown +++ b/source/_integrations/plugwise.markdown @@ -3,6 +3,7 @@ title: Plugwise description: Plugwise Smile platform integration. ha_category: - Binary sensor + - Button - Climate - Number - Select @@ -19,6 +20,7 @@ ha_domain: plugwise ha_zeroconf: true ha_platforms: - binary_sensor + - button - climate - diagnostics - number @@ -34,6 +36,7 @@ The platform supports [Anna](https://www.plugwise.com/en_US/products/anna), [Ada Platforms available - depending on your Smile and setup include: - `climate` (for the Anna, Jip and Lisa products, or a single Tom) + - `button` (for the Adam and the non-legacy Anna and P1 gateways) - `sensor` (for all relevant products including the Smile P1) - `binary_sensor` (for showing the status of e.g. domestic hot water heating or secondary heater) - `switch` (for Plugs connected to Adam, or Circles and Stealths connected to a Stretch) @@ -82,6 +85,20 @@ script: entity_id: climate.anna ``` +#### Reboot the Plugwise gateway + +Service: `button.press` + +```yaml +# Example script change the thermostat schedule +script: + reboot_gateway: + sequence: + - service: button.press + target: + entity_id: button.adam_reboot +``` + #### Set HVAC mode Service: `climate.set_hvac_mode`