From 0a94ee02136cb82fa30b2513b9729bd404d8c6dd Mon Sep 17 00:00:00 2001 From: Jacob Laursen Date: Sun, 9 Jul 2023 08:47:28 +0200 Subject: [PATCH] Fix documentation of history/cache (#15202) Signed-off-by: Jacob Laursen --- bundles/org.openhab.binding.energidataservice/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.energidataservice/README.md b/bundles/org.openhab.binding.energidataservice/README.md index 41bcbe7dc2..bdae74c8b3 100644 --- a/bundles/org.openhab.binding.energidataservice/README.md +++ b/bundles/org.openhab.binding.energidataservice/README.md @@ -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 -- 2.47.3