Releases: fsantini/python-e3dc
Releases · fsantini/python-e3dc
Release v0.7.5
What's Changed
- S10 fixes part1 by @torbennehmer in #75
New Contributors
- @torbennehmer made their first contribution in #75
Full Changelog: v0.7.4...v0.7.5
Release v0.7.4
What's Changed
- add python 3.11 to workflows by @vchrisb in #70
- Raise RSCPKeyError if invalid RSCP key given by @mdhom in #60
Full Changelog: v0.7.3...v0.7.4
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_databy adding dcb data, fixed #41 - fixes and enhances
get_pvi_data, fixes #39 - enhances
get_power_data - fixes
E741andF601flake8 test configurationobject for E3DC class to set system specific configuration, like multiple batteries or index of PM- added
get_pvis_data,get_powermeters_dataandget_batteries_data - added simplified functions:
sendRequestTagandrscpFindTagIndex rscpFindTagandrscpFindTagIndexreturnNoneif tag is not found- improved README.md
- reverted default
pmIndex=0for 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