Skip to content

Release v0.7.0

Choose a tag to compare

@vchrisb vchrisb released this 21 Feb 10:51
· 97 commits to master since this release
d9a0dce

What's Changed

  • adds and fixes docstrings in complete project, adresses #55
  • adds docstring flake8 tests to github action
  • removes unused _e3dc_rscp.py
  • fixes flake8 extend-ignore configuration
  • enhances get_battery_data by adding dcb data, fixed #41
  • fixes and enhances get_pvi_data, fixes #39
  • enhances get_power_data
  • fixes E741 and F601 flake8 test
  • configuration object for E3DC class to set system specific configuration, like multiple batteries or index of PM
  • added get_pvis_data, get_powermeters_data and get_batteries_data
  • added simplified functions: sendRequestTag and rscpFindTagIndex
  • rscpFindTag and rscpFindTagIndex return None if tag is not found
  • improved README.md
  • reverted default pmIndex=0 for S10 Pro

Note:: Arguments for get_pvi_data do change, but existing implementation was never working correctly.

Full Changelog: v0.6.0...v0.7.0