openclimatefix / PVConsumer

Consumer PV data from various sources
Apache License 2.0
3 stars 1 forks source link

add option to get data from solar sheffield #32

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

Pull Request

Description

Add option to get PV data from Solar Sheffield from Passiv

Fixes #https://github.com/openclimatefix/PVConsumer/issues/30

How Has This Been Tested?

-added tests

Checklist:

codecov-commenter commented 2 years ago

Codecov Report

Merging #32 (d2ba6c7) into main (8bd5e73) will increase coverage by 1.00%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
+ Coverage   96.17%   97.17%   +1.00%     
==========================================
  Files           4        5       +1     
  Lines         183      248      +65     
==========================================
+ Hits          176      241      +65     
  Misses          7        7              
Impacted Files Coverage Δ
pvconsumer/app.py 96.25% <100.00%> (+0.30%) :arrow_up:
pvconsumer/pv_systems.py 97.56% <100.00%> (+0.15%) :arrow_up:
pvconsumer/solar_sheffield_passiv.py 100.00% <100.00%> (ø)
pvconsumer/utils.py 93.93% <100.00%> (+0.39%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more