StefaE / PVForecast

Forecasts to optimize electricity consumption for rooftop PV (photo-voltaic) installations
GNU General Public License v3.0
57 stars 13 forks source link

Warnung wenn Daten von solcast geholt werden #26

Closed LeonSol closed 9 months ago

LeonSol commented 1 year ago

Moin @Matze2 @StefaE

wenn Daten von solcast abgefragt werden, erscheint ein Warnung, dass ein veralteter Befehl eingesetzt wird, der wohlmöglich in der Zukunft nicht mehr unterstützt wird:

Hier die Ausgabe des Logs: https://i.imgur.com/SMMRBNn.png

Es wäre toll, wenn die Funktion entsprechend angepasst wird.

Vielen Dank und sonnige Grüße

Leon

StefaE commented 1 year ago

Thx. for reporting, Leon

Confirming the deprecation warning from Pandas 2.1: Series.getitem treating keys as positions is deprecated on line solcast.py, 146

Will get fixed ... :-). Pandas 2.x is getting quite agressive with deprecation warnings, so I want to check what else is broken ... (with possible other forecast providers)

StefaE commented 9 months ago

Solved with release Version-2.11.03