]> git.basschouten.com Git - openhab-addons.git/commitdiff
Fix documentation of history/cache (#15202)
authorJacob Laursen <jacob-github@vindvejr.dk>
Sun, 9 Jul 2023 06:47:28 +0000 (08:47 +0200)
committerGitHub <noreply@github.com>
Sun, 9 Jul 2023 06:47:28 +0000 (08:47 +0200)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
bundles/org.openhab.binding.energidataservice/README.md

index 41bcbe7dc251ee20d5669f73aaa1968788429c51..bdae74c8b3fc344e1fd17920f1250c403d2eba50 100644 (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