From 53c82b1daa0118c8aa03d1a1f6e3e3215abe9a7e Mon Sep 17 00:00:00 2001 From: gustonator Date: Mon, 5 Jun 2023 22:15:10 +0200 Subject: [PATCH] spot price fix - see changelog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cec2a53..f1134a2 100644 --- a/README.md +++ b/README.md @@ -93,3 +93,4 @@ curl http://:8787 `--energy-price ` - [optional][default: 0] energy price per kwh (in eur). If '--scrape-spot-price' is set to true, '--energy-price' value is ignored
`--PVpower ` - [optional][default: 5670] maximum power in Watts of your PV you can generate (ie. 5670 = 5670W)
`--scrape-spot-price ` - [optional][default: False] True/False, if the exporter should scrape spot price from https://www.ote-cr.cz. If it's set to 'True', exporter will set spot_price as the energy price
+`--spot-scrape-interval