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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -386,7 +386,10 @@ If you export energy, then unless specified otherwise, in addition you'll gain t
386
386
!!! info
387
387
An export equivalent of this sensor does not exist because the data is not available
388
388
389
-
The delta of the accumulative electricity consumption since the last update (e.g. if the previous accumulative consumption update reported 1kWh and the current accumulative consumption update reported 1.1kWh, then this sensor will report 0.1kWh).
389
+
!!! note
390
+
This is [disabled by default](../faq.md#there-are-entities-that-are-disabled-why-are-they-disabled-and-how-do-i-enable-them).
391
+
392
+
The delta of the accumulative electricity consumption since the last update (e.g. if the previous accumulative consumption update reported 1kWh and the current accumulative consumption update reported 1.1kWh, then this sensor will report 0.1kWh). The time period the data for this sensor represents will depend on the frequency the underlying data is retrieved. If the data takes longer to refresh, then the time period of this sensor will be extended.
390
393
391
394
This is a legacy sensor which was been built to see the accumulation within the energy dashboard. This _may_ be removed in the future.
Copy file name to clipboardExpand all lines: _docs/entities/gas.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,9 +266,16 @@ Each rate item has the following attributes
266
266
!!! warning
267
267
This will only be available if you have specified you have an [Octopus Home Mini](../setup/account.md#home-mini). Do not set unless you have one.
268
268
269
-
The latest gas consumption sent to Octopus Energy. By default, this will update every minute. This has been built to see the accumulation within the energy dashboard. If you are wanting a sensor to see the current day's accumulation, then you will need to use something like [utility meter](https://www.home-assistant.io/integrations/utility_meter/). It has been noticed that daily consumption reported in Home Assistant can differ to when looking at past data within Octopus Energy. It looks like this is because Octopus Energy will favour "official" data from your smart meter over the data they collect.
269
+
!!! note
270
+
This is [disabled by default](../faq.md#there-are-entities-that-are-disabled-why-are-they-disabled-and-how-do-i-enable-them).
271
+
272
+
The delta of the accumulative gas consumption since the last update (e.g. if the previous accumulative consumption update reported 1kWh and the current accumulative consumption update reported 1.1kWh, then this sensor will report 0.1kWh). The time period the data for this sensor represents will depend on the frequency the underlying data is retrieved. If the data takes longer to refresh, then the time period of this sensor will be extended.
273
+
274
+
This is a legacy sensor which was been built to see the accumulation within the energy dashboard. This _may_ be removed in the future.
275
+
276
+
It has been noticed that daily consumption reported in Home Assistant can differ to when looking at past data within Octopus Energy. It looks like this is because Octopus Energy will favour "official" data from your smart meter over the data they collect.
270
277
271
-
If current consumption data is unable to be retrieved, then the integration will attempt to retrieve missing data. This will be done up to 5 days behind to give a buffer before the API requires a higher interval and will not be changed.
278
+
If current consumption data is unable to be retrieved, then the integration will attempt to retrieve missing data. This will be done for the current day only. This is due to it sharing the same data for the accumulation sensors and will not be changed.
Copy file name to clipboardExpand all lines: _docs/entities/heat_pump.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
@@ -87,3 +87,7 @@ This represents the current outdoor temperature as observed by the heat pump.
87
87
88
88
!!! note
89
89
As the integration uses cloud polling this will inherently have a delay.
90
+
91
+
## Services
92
+
93
+
There are some services available relating to these entities that you might find useful. They can be found in the [services docs](../services.md#heat-pump).
Copy file name to clipboardExpand all lines: _docs/entities/intelligent.md
+24-5Lines changed: 24 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,11 +121,11 @@ This sensor is used to see and set the charge target for your future intelligent
121
121
122
122
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.
This sensor is used to see and set the target time for your future intelligent charges.
128
+
This sensor is used to see and set the target time for your future intelligent charges. This is limited to 30 minute increments between 4 and 11 to match the Octopus Energy app. This is useful if you use the app or have non-technical people interacting with the integration.
129
129
130
130
!!! info
131
131
@@ -137,9 +137,28 @@ This sensor is used to see and set the target time for your future intelligent c
137
137
138
138
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.
139
139
140
-
!!! warning
140
+
| Attribute | Type | Description |
141
+
|-----------|------|-------------|
142
+
|`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) |
This sensor is used to see and set the target time for your future intelligent charges. This gives you finer control over the times (still within valid time periods), but may have unintended consequences with other apps (e.g. the Octopus Energy app) that use the data.
149
+
150
+
!!! info
151
+
152
+
This entity is not available for the following intelligent providers
153
+
154
+
* OHME
155
+
156
+
!!! info
157
+
158
+
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.
141
159
142
-
There is a time based sensor called `time.octopus_energy_{{ACCOUNT_ID}}_intelligent_target_time` which represents this functionality. This is a legacy sensor which will be removed in the future.
160
+
!!! note
161
+
This is [disabled by default](../faq.md#there-are-entities-that-are-disabled-why-are-they-disabled-and-how-do-i-enable-them). If enabled, it is advised to disable the [select based sensor](#target-time-select) as the two can get out of sync.
143
162
144
163
## Migrating from megakid/ha_octopus_intelligent?
145
164
@@ -152,5 +171,5 @@ If you're moving to this integration from [megakid/ha_octopus_intelligent](https
152
171
*`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/).
153
172
*`switch.octopus_intelligent_bump_charge` - Use the [bump charge sensor](#bump-charge)
154
173
*`switch.octopus_intelligent_smart_charging` - Use the [smart charge sensor](#smart-charge)
155
-
*`select.octopus_intelligent_target_time` - Use the [target time sensor](#target-time)
174
+
*`select.octopus_intelligent_target_time` - Use the [target time (time) sensor](#target-time-time) or [target time (select) sensor](#target-time-select)
156
175
*`select.octopus_intelligent_target_soc` - Use the [charge target sensor](#charge-target)
Copy file name to clipboardExpand all lines: _docs/entities/octoplus.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Each available event item will include the following attributes
51
51
| Attribute | Type | Description |
52
52
|-----------|------|-------------|
53
53
|`id`|`integer`| The id of the event |
54
-
|`code`|`string`| The event code of the event. This will be required to join via the [join service](../services.md)|
54
+
|`code`|`string`| The event code of the event. This will be required to join via the [join service](../services.md#octopus_energyjoin_octoplus_saving_session_event)|
55
55
|`start`|`datetime`| The date/time the event starts |
56
56
|`end`|`datetime`| The date/time the event starts |
57
57
|`duration_in_minutes`|`integer`| The duration of the event in minutes |
@@ -208,5 +208,5 @@ Each item within `baselines` consists of the following attributes
208
208
209
209
## Services
210
210
211
-
There are some services available relating to these entities that you might find useful. They can be found in the [services docs](../services.md).
211
+
There are some services available relating to these entities that you might find useful. They can be found in the [services docs](../services.md#octoplus).
0 commit comments