StefaE / PVForecast

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

Issues with Light Config installation #8

Closed rpsmonkey closed 2 years ago

rpsmonkey commented 2 years ago

Hi,

first of all, thanks a lot for this tool. Helps me a lot!

I followed the minimal installation process to get only the light version running. Doing this I had 2 issues to get it running:

  1. I had to comment out "import sqlite3" in file dbrepository.py on line 1. I guess it is not needed when only running light version with Solcast.
  2. I got an error about the OpenWeatherMap api_key. Since it is not necessary for the light config I also commented out the line about OWM: " self.storePath = self.config['OpenWeatherMap'].get('storePath')" on file solecist.py line 39.

I got it running with these two modification and it seems it is running without further problems.

Thanks, Robert

StefaE commented 2 years ago

Hi Robert,

thx. - 2/ is fixed now; was indeed a bug. Sorry for that!

As for 1/:

Stefan