You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be used to control the target temperature and mode for a given zone (e.g. water or zone 1) linked to your heat pump. It will also display the current temperature linked to the primary sensor for the zone.
27
+
This can be used to control the target temperature and mode for a given zone (e.g. zone 1) linked to your heat pump. It will also display the current temperature linked to the primary sensor for the zone.
28
28
29
29
The following operation modes are available
30
30
31
31
*`Heat` - This represents as `on` in the app
32
32
*`Off` - This represents as `off` in the app
33
33
*`Auto` - This represents as `auto` in the app
34
34
35
-
In addition, there is the preset of `boost`, which activates boost mode for the zone for 1 hour. If you require boost to be on for a different amount of time, then you can use the [available service](../services.md#octopus_energyboost_heat_pump_zone).
35
+
In addition, there is the preset of `boost`. When `boost` is selected, this activates boost mode for the zone for 1 hour. If a target temperature is not set, then this will default to 50 degrees c. If you require boost to be on for a different amount of time or with a different target temperature, then you can use the [available service](../services.md#octopus_energyboost_heat_pump_zone).
This can be used to control the target temperature and mode for a given water heater linked to your heat pump. It will also display the current temperature linked to the primary sensor for the zone.
42
+
43
+
The following operation modes are available
44
+
45
+
*`on` - This represents as `on` in the app
46
+
*`off` - This represents as `off` in the app
47
+
*`heat_pump` - This represents as `auto` in the app
48
+
*`high_demand` - This represents as `boost` in the app
49
+
50
+
When `boost` is selected, this activates boost mode for the zone for 1 hour. If a target temperature is not set, then this will default to 50 degrees c. If you require boost to be on for a different amount of time or with a different target temperature, then you can use the [available service](../services.md#octopus_energyboost_heat_pump_zone).
Copy file name to clipboardExpand all lines: _docs/services.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,10 +178,6 @@ For automation examples, please refer to the available [blueprints](./blueprints
178
178
179
179
This service allows the user to perform a spin on the [wheel of fortune](./entities/wheel_of_fortune.md) that is awarded to users every month. No point letting them go to waste :)
180
180
181
-
!!! warning
182
-
183
-
Due to an ongoing issue with the underlying API, this will not award octopoints if used. If you are on Octoplus, it is advised not to use this service.
| `target.entity_id` | `no` | The name of the wheel of fortune sensor that represents the type of spin to be made. This should always point at one of the [wheel of fortune sensors](./entities/wheel_of_fortune.md) entities. |
if (response_bodyisnotNoneand"data"inresponse_bodyand"smartMeterTelemetry"inresponse_body["data"] andresponse_body["data"]["smartMeterTelemetry"] isnotNoneandlen(response_body["data"]["smartMeterTelemetry"]) >0):
0 commit comments