Skip to content

Commit

Permalink
Update forecasts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek authored Oct 4, 2022
1 parent d168cbf commit 39d88f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/forecasts.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For example:
curl -i -H 'Content-Type:application/json' -X POST -d '{"solcast_rooftop_id":"<your_system_id>","solcast_api_key":"<your_secret_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:
```
Expand Down

0 comments on commit 39d88f9

Please sign in to comment.