mpaesold / solarvic

1 stars 1 forks source link

Error handling for API call #6

Open mpaesold opened 2 years ago

mpaesold commented 2 years ago

Catch error from API call and attempt to automatically restart.

CodeDetritus commented 2 years ago

Note that with the free NREL api, we are limited to calling the api 1000x per day. This seems like quite a lot until we have 24 azimuths x 4 tilts. Doesn't take much testing to maybe max that out. As I have noted in the ReadMe, we may benefit both in terms of performance and api limits if we store the hourly typical day results in our own database.