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