Releases: DarwinsBuddy/WienerNetzeSmartmeter
v1.1.0
Thank you @reox for the huge effort taken to contribute a long awaited feature set! 🥳 📈
@reox implemented support for pulling in historical data for each smart meter in a user's account for tracking it in the statistics
module of hassio.
Since this is meant as an enhancement and not a replacement of the already existing sensor, after this update
every smart meter sensor will have a sensor.ATXXXXXXXX_statistics
(suffixed with _statistics
) counterpart.
This new sensor will always be unavailable (due to hassio's limitations of rewriting history, while simultaneously providing a state), but being capable of providing useful historical information for the Energy dashboard.
Again, @reox a huge THANK YOU for this feature. Truly a gift.
⬆️ ✔️ Features
- Initial Import of Historical Data (#101) @reox
- Split sensors in live and statistical (#89) @DarwinsBuddy
🧰 Maintenance
- Fix venv caching (#114) @DarwinsBuddy
- chore(codecov): Configure codecov (#102) @DarwinsBuddy
- Add tests and coverage (pytest, pytest-cov, codecov) (#54) @DarwinsBuddy
v1.0.3
Fix import bug in guesstimation
v1.0.2
Fix API usage /welcome vs. /consumptions /baseInformation /meterReadings
1.0.1
What's Changed
- Bump pytest-cov from 2.9.0 to 4.0.0 by @dependabot in #34
- remove deprecated DEVICE_CLASS_ENERGY by @DarwinsBuddy in #39
- chore(cleanup) by @DarwinsBuddy in #40
- bugfix(login): Improve login by using urlparse capabilities by @DarwinsBuddy in #36
- Fixes #45 (login) by @DarwinsBuddy in #46
New Contributors
- @dependabot made their first contribution in #34
- @DarwinsBuddy made their first contribution in #39
Full Changelog: v1.0.0...v1.0.1
1.0.0
First Release
Thanks @TheRealVira ❤️