kellerza / pysma

Async library for SMA Solar's WebConnect interface
MIT License
59 stars 51 forks source link

Fixes #79 - Add support for 3 input inverters #80

Closed scotte closed 3 years ago

scotte commented 3 years ago

Adds support for SMA inverters with 3 string inputs.

codecov[bot] commented 3 years ago

Codecov Report

Merging #80 (8bc550c) into master (9c5aee2) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #80   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          410       413    +3     
=========================================
+ Hits           410       413    +3     
Impacted Files Coverage Δ
pysma/definitions.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9c5aee2...8bc550c. Read the comment docs.

scotte commented 3 years ago

And another commit to (hopefully) make linting happy.

rklomp commented 3 years ago

I have released version 0.6.3. If you want you can make a pull request for HA as well to bump the version in the manifest file. Otherwise I will do that later this week.