Releases: DarwinsBuddy/WienerNetzeSmartmeter
Releases · DarwinsBuddy/WienerNetzeSmartmeter
v1.7.0
🧰 statistics refactoring
!!! BREAKING CHANGES !!!
We refactored the integration in order to sunset the _statistics
sensor.
Rest assured, you're still getting the historical data of your smartmeter reported.
This is a breaking change though, since we now use a different Recorder
entity for reporting the historical data to HomeAssistant.
Formerly we tracked it in
sensor.ATXXXXXXXXXXXXXX_statistics
now it's stored in
wnsm:ATXXXXXXXXXXXXXX
After upgrading to v1.7.0.
you might want to delete your sensor.ATXXXXXXXXX_statistics
sensor.
Integrate (if applicable) the wnsm:ATXXXXXXXXXX
sensor into your energy dashboard instead of the _statistics
sensor.
v1.6.1
v1.6.0
v1.5.4
v1.5.3
v1.5.2
v1.5.1
v1.5.0
Changes
- fix deprecation warning (#229) @reox
- Fix missing historical data in feed-in Zaehlerpunkt (#228) @tschoerk
- Add support for multiple contracts @tschoerk
- Update test depdencies @DarwinsBuddy
- Fix deprecation for HA 2025.1 @DarwinsBuddy
- Refactor coverage reporting on build @DarwinsBuddy
v1.4.7
Changes
- chore(build): bump python setup to v5 to use caching feature and remove venv-cache (#225) @DarwinsBuddy
- fix leap year bug (use relativetimedelta) #220 @DarwinsBuddy
- fix negative consumption and add explaination (#221) @reox