You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code in this repository can be used to get data from pvoutput.org.
It is not run anywhere yet though.
We should turn it into something that runs on AWS so we continually get live PV power data (that we then can plot on the UI).
Ideally we achieve this by dockering the whole script, because then we can still decide whether we want to run it in an ECS cluster or via Batch or...
But also very open for other suggestions.
We do have an API Key for pvoutput.org and we already have a bucket for the output that's accessed by the frontend. Those two things should probably be env vars to the docker image.
The text was updated successfully, but these errors were encountered:
The code in this repository can be used to get data from pvoutput.org.
It is not run anywhere yet though.
We should turn it into something that runs on AWS so we continually get live PV power data (that we then can plot on the UI).
Ideally we achieve this by dockering the whole script, because then we can still decide whether we want to run it in an ECS cluster or via Batch or...
But also very open for other suggestions.
We do have an API Key for pvoutput.org and we already have a bucket for the output that's accessed by the frontend. Those two things should probably be env vars to the docker image.
The text was updated successfully, but these errors were encountered: