Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add implementation of giving it live pv data #47

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

peterdudfield
Copy link
Contributor

@peterdudfield peterdudfield commented Feb 6, 2024

Pull Request

Description

  • Add live pv data to v1 model
  • added an example
    TODO - run this with evaluation, perhaps with 1 hour of live pv data

Fixes #36

How Has This Been Tested?

Added an example and TODO run evaluation

  • Yes

Checklist:

  • My code follows OCF's coding style guidelines
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked my code and corrected any misspellings

Copy link

codecov bot commented Feb 6, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (760bfd6) 0.00% compared to head (a20a240) 79.87%.

Files Patch % Lines
quartz_solar_forecast/data.py 57.14% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           main      #47       +/-   ##
=========================================
+ Coverage      0   79.87%   +79.87%     
=========================================
  Files         0       11       +11     
  Lines         0      333      +333     
=========================================
+ Hits          0      266      +266     
- Misses        0       67       +67     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@peterdudfield peterdudfield marked this pull request as draft February 15, 2024 12:31
@aryanbhosale
Copy link
Contributor

Hi @peterdudfield ,what does this pr do? Is this similar to #106 that was built on #66

@aryanbhosale
Copy link
Contributor

Hi @peterdudfield ,what does this pr do? Is this similar to #106 that was built on #66

Can this be merged?

@peterdudfield
Copy link
Contributor Author

Yea, I let this sit there for a bit. I think what needs to happen is

  • resovle conficts
  • run (and update) evaluation code to see how much better the model is with this live PV data.

Do you fancy doing that @aryanbhosale

@peterdudfield
Copy link
Contributor Author

Hi @peterdudfield ,what does this pr do? Is this similar to #106 that was built on #66

Its realted to #66, but this mean users can enter their live PV data into the model. And yea, this could be done using the enphase API, or other methods.

Wanted to also run the evaluation to show how much better the model is by using this data

@aryanbhosale
Copy link
Contributor

Hi @peterdudfield ,what does this pr do? Is this similar to #106 that was built on #66

Its realted to #66, but this mean users can enter their live PV data into the model. And yea, this could be done using the enphase API, or other methods.

Wanted to also run the evaluation to show how much better the model is by using this data

Oh that's great, are there any changes needed here ?

@peterdudfield
Copy link
Contributor Author

Hi @peterdudfield ,what does this pr do? Is this similar to #106 that was built on #66

Its realted to #66, but this mean users can enter their live PV data into the model. And yea, this could be done using the enphase API, or other methods.
Wanted to also run the evaluation to show how much better the model is by using this data

Oh that's great, are there any changes needed here ?

Totally up to you. You could build off this branch, or start a fresh, totally up to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add option to add live PV
2 participants