Skip to content

Commit

Permalink
Update forecast.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek authored Oct 4, 2022
1 parent 39d88f9 commit 908644c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/emhass/forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ class forecast:
for weather forecast is using a direct read from a CSV file. With this method we
will consider that we are reading the PV power directly. Another method is implemented
by passing the forecast values directly using a list of values. Another method is
using the external SolCast PV production forecast service. search the forecast
section on the documentation for examples on how to apply these different methods.
using the external SolCast PV production forecast service. A final method is using
another external service: Solar.Forecast, for which just the nominal PV peak installed
power should be provided. Search the forecast section on the documentation for examples
on how to apply these different methods.
The 'get_power_from_weather' method is proposed here to convert from irradiance
data to electrical power. Again PVLib is used to model the PV plant.
Expand Down

0 comments on commit 908644c

Please sign in to comment.