Skip to content

Releases: DarwinsBuddy/WienerNetzeSmartmeter

v1.7.0

03 Dec 18:26
Compare
Choose a tag to compare

🧰 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

29 Nov 11:26
Compare
Choose a tag to compare

✔️ Add support for Anlagentyp NACHTSTROM
🐛 bugfix for broken login.

❤️ Thanks to @mat-333 @W-M-B @tschoerk

v1.6.0

17 Nov 12:46
Compare
Choose a tag to compare

🧰 Merge import statistics into one method
Fixes #273 by removing 24h batch imports in favor of one call to /bewegungsdaten

🧰 Add OBIS code validation checks. ❤️ Thanks @tschoerk

⚠️ You might want to delete your sensors and reimport the statistics by following the instructions in FAQs

v1.5.4

12 Nov 21:26
Compare
Choose a tag to compare

🐛 Fixes bug causing issues with multiple contracts #267 ❤️ thanks @tschoerk
🐛 Fixes API changes, by switching from /verbrauch to /bewegungsdaten #268 ❤️ thanks @tschoerk @reox

v1.5.3

26 Oct 14:04
Compare
Choose a tag to compare

Changes

v1.5.2

05 Aug 22:34
63e3b45
Compare
Choose a tag to compare

Changes

  • Fixed the API Key Error, which made the component stop working (#248) @reox

v1.5.1

16 Jul 20:36
Compare
Choose a tag to compare

Changes

v1.5.0

12 Jul 08:58
Compare
Choose a tag to compare

Changes

v1.4.7

17 Mar 09:53
Compare
Choose a tag to compare

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

v1.4.6

09 Feb 23:00
Compare
Choose a tag to compare

Changes

  • Fixes #217
  • Fixes #218
  • Removes support for copying a smart meter's name from the Portal into Home Assistant
  • Please follow instructions in the FAQs How can I start over with a fresh data import? when still facing any issues with the integration after updating