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
Copy file name to clipboardExpand all lines: _docs/entities/electricity.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,10 @@ This is `on` when you're within your tariff's off peak period, and `off` at all
153
153
154
154
Depending on your [account configuration](../setup/account.md#intelligent-rates-mode), what is determined as an active dispatching period will change. If you have configured to accept [planned or started dispatches](../setup/account.md#planned-and-started-dispatches-will-turn-into-off-peak-rates), then the sensor will turn on when you're are within an active planned or started dispatch period. If you have configured to accept [only started dispatches](../setup/account.md#only-started-dispatches-will-turn-into-off-peak-rates), then the sensor will turn on when you're are within an active started dispatch period, but not planned dispatch.
155
155
156
+
This above does not apply and will not come on outside of the standard off peak hours for the following intelligent providers
157
+
158
+
* OHME
159
+
156
160
| Attribute | Type | Description |
157
161
|-----------|------|-------------|
158
162
|`current_start`|`datetime`| The date/time when the off peak rate started |
Copy file name to clipboardExpand all lines: _docs/entities/intelligent.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ If you are on the [intelligent tariff](https://octopus.energy/smart/intelligent-
6
6
7
7
If you switch to the intelligent tariff after you have installed the integration, you will need to reload the integration or restart your Home Assistant instance. You will also need to do this if you re-onboard.
@@ -75,7 +75,7 @@ Each item in `started_dispatch` have the following attributes
75
75
76
76
You can use the [data_last_retrieved sensor](./diagnostics.md#intelligent-dispatches-data-last-retrieved) to determine when the underlying data was last retrieved from the OE servers.
@@ -112,7 +112,7 @@ This sensor is used to turn on/off bump ("on-demand") charging for a **single**
112
112
113
113
You can use the [data_last_retrieved sensor](./diagnostics.md#intelligent-settings-data-last-retrieved) to determine when the underlying data was last retrieved from the OE servers.
@@ -128,7 +128,7 @@ This sensor is used to turn on/off intelligent smart charging for a **single** i
128
128
129
129
You can use the [data_last_retrieved sensor](./diagnostics.md#intelligent-settings-data-last-retrieved) to determine when the underlying data was last retrieved from the OE servers.
@@ -144,7 +144,7 @@ This sensor is used to see and set the charge target for your future intelligent
144
144
145
145
You can use the [data_last_retrieved sensor](./diagnostics.md#intelligent-settings-data-last-retrieved) to determine when the underlying data was last retrieved from the OE servers.
@@ -166,7 +166,7 @@ This is limited to 30 minute increments between 4 and 11 to match the Octopus En
166
166
|-----------|------|-------------|
167
167
|`raw_value`|`time`| The raw target time. This is useful if the time is set to a value outside of the range available in the select options (e.g. from another integration) |
@@ -192,11 +192,11 @@ This gives you finer control over the times (still within valid time periods), b
192
192
If you're moving to this integration from [megakid/ha_octopus_intelligent](https://github.com/megakid/ha_octopus_intelligent), below is a quick guide on what entities you should use
193
193
194
194
*`binary_sensor.octopus_intelligent_slot` - Use the [off peak sensor](./electricity.md#off-peak)
195
-
*`binary_sensor.octopus_intelligent_planned_dispatch_slot` - There is no alternative for this.
195
+
*`binary_sensor.octopus_intelligent_planned_dispatch_slot` - Use the [is dispatching sensor](#is-dispatching)
196
196
*`binary_sensor.octopus_intelligent_slot_next_1_hour`, `binary_sensor.octopus_intelligent_slot_next_2_hours` and `binary_sensor.octopus_intelligent_slot_next_3_hours` - These sensors felt like they would always fall short of peoples requirements as everyone has different time periods they wish to know about. The [off peak sensor](./electricity.md#off-peak) exposes the current and next start/end times which could be used in a template sensor to determine how long the rate is cheap for when on. Or the [target rate](../setup/target_rate.md) or [rolling target rate](../setup/rolling_target_rate.md) might help for what you need.
197
197
*`sensor.octopus_intelligent_next_offpeak_start` - The default off peak start date/time can be found as an attribute on the [off peak sensor](./electricity.md#off-peak). This can be extracted using a [template sensor](https://www.home-assistant.io/integrations/template/).
198
198
*`sensor.octopus_intelligent_offpeak_end` - The default off peak end date/time can be found as an attribute on the [off peak sensor](./electricity.md#off-peak). This can be extracted using a [template sensor](https://www.home-assistant.io/integrations/template/).
199
199
*`switch.octopus_intelligent_bump_charge` - Use the [bump charge sensor](#bump-charge)
200
200
*`switch.octopus_intelligent_smart_charging` - Use the [smart charge sensor](#smart-charge)
201
201
*`select.octopus_intelligent_target_time` - Use the [target time (time) sensor](#target-time-time) or [target time (select) sensor](#target-time-select)
202
-
*`select.octopus_intelligent_target_soc` - Use the [charge target sensor](#charge-target)
202
+
*`select.octopus_intelligent_target_soc` - Use the [charge target sensor](#charge-target)
0 commit comments