From 39d88f954847c6de0f9a5246e446acd96cf9afe7 Mon Sep 17 00:00:00 2001 From: David <32926550+davidusb-geek@users.noreply.github.com> Date: Tue, 4 Oct 2022 12:15:02 +0200 Subject: [PATCH] Update forecasts.md --- docs/forecasts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/forecasts.md b/docs/forecasts.md index f0681328..2a941f2e 100644 --- a/docs/forecasts.md +++ b/docs/forecasts.md @@ -27,7 +27,7 @@ For example: curl -i -H 'Content-Type:application/json' -X POST -d '{"solcast_rooftop_id":"","solcast_api_key":""}' http://localhost:5000/action/dayahead-optim ``` -A thrd method uses the Solar.Forecast service. You will need to set `method=solar.forecast` and use just one parameter `solar_forecast_kwp` (the PV peak installed power in kW) that should be passed at runtime. +A third method uses the Solar.Forecast service. You will need to set `method=solar.forecast` and use just one parameter `solar_forecast_kwp` (the PV peak installed power in kW) that should be passed at runtime. For example, for a 5 kWp installation: ```