Fix documentation of history/cache (#15202)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
Jacob Laursen 2023-07-09 08:47:28 +02:00 committed by GitHub
parent b17246f00a
commit 0a94ee0213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ To obtain the Global Location Number of your grid company:
| system-tariff | Number | Current system tariff in DKK per kWh | no |
| electricity-tax | Number | Current electricity tax in DKK per kWh | no |
| transmission-net-tariff | Number | Current transmission net tariff in DKK per kWh | no |
| hourly-prices | String | JSON array with hourly prices from 12 hours ago and onward | yes |
| hourly-prices | String | JSON array with hourly prices from 24 hours ago and onward | yes |
_Please note:_ There is no channel providing the total price.
Instead, create a group item with `SUM` as aggregate function and add the individual price items as children.
@ -128,7 +128,7 @@ The format of the `hourly-prices` JSON array is as follows:
```
Future spot prices for the next day are usually available around 13:00 CET and are fetched around that time.
Historic prices older than 12 hours are removed from the JSON array each hour.
Historic prices older than 24 hours are removed from the JSON array each hour.
## Thing Actions