Skip to content

Commit 97f1f99

Browse files
authored
ViCare: set_vicare_mode service (home-assistant#16026)
This change documents a new service of the ViCare integration
1 parent a7cfe4a commit 97f1f99

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

source/_integrations/vicare.markdown

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,15 @@ The `climate.vicare_heating` component has the following mapping of HVAC modes t
106106
| `entity_id` | yes | String or list of strings that point at `entity_id`'s of climate devices to control. To target all entities, use `all` keyword instead of entity_id.
107107
| `hvac_mode` | no | New value of HVAC mode
108108

109+
#### Service `climate.set_vicare_mode`
110+
111+
Set the mode for the climate device as defined by Viessmann (see [set_hvac_mode](#service-climateset_hvac_mode) for a mapping to Home Assistant Climate modes. This allows more-fine grained control of the heating modes.
112+
113+
| Service data attribute | Optional | Description |
114+
| ---------------------- | -------- | ----------- |
115+
| `entity_id` | yes | String or list of strings that point at `entity_id`'s of climate devices to control. To target all entities, use `all` keyword instead of entity_id.
116+
| `vicare_mode` | no | New value of ViCare mode, one of: "dhw", "dhwAndHeating", "dhwAndHeatingCooling", "forcedReduced", "forcedNormal" or "standby"
117+
109118
#### Service `set_preset_mode`
110119

111120
Sets the preset mode. Supported preset modes are *eco* and *comfort*. These are identical to the respective Viessmann programs and are only active temporarily for 8 hours.
@@ -130,7 +139,7 @@ Sets the target temperature of domestic hot water to the given temperature.
130139

131140
| Service data attribute | Optional | Description |
132141
| ---------------------- | -------- | ----------- |
133-
| `entity_id` | yes | String or list of strings that point at `entity_id`'s of water heater devices to control. To target all entities, use `all` keyword instead of entity_id.
142+
| `entity_id` | yes | String or list of strings that point at `entity_id`'s of climate devices to control.
134143
| `temperature` | no | New target temperature for water heater
135144

136145
## Sensor

0 commit comments

Comments
 (0)