Releases: fsantini/python-e3dc
Releases · fsantini/python-e3dc
Release v0.7.1
Release v0.7.0
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
andF601
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
andget_batteries_data
- added simplified functions:
sendRequestTag
andrscpFindTagIndex
rscpFindTag
andrscpFindTagIndex
returnNone
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
Release v0.6.0
What's Changed
- improved code quality by applying black, isort, flake8
- removed Python 3.6 support
- removed unused
pytz