WienerNetzeSmartmeter Versions Save

A home-assistant integration supporting WienerNetze Smartmeters as sensors

v1.3.0

7 months ago

Changes

  • Upgrade dependencies
    • homeassistant 2023.10.5
    • python 3.11
  • Fix #193 Replace unintelligible error if wnsm API cannot deliver historical data atm

v1.2.0

9 months ago

Changes

  • Bug fixes ( #150 #143 #144 )

v1.1.0

1 year ago

Thank you @reox for the huge effort taken to contribute a long awaited feature set! :partying_face: :chart_with_upwards_trend:

@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.

:arrow_up: :heavy_check_mark: 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

1 year ago

Fix import bug in guesstimation

v1.0.2

1 year ago

Fix API usage /welcome vs. /consumptions /baseInformation /meterReadings

v1.0.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/DarwinsBuddy/WienerNetzeSmartmeter/compare/v1.0.0...v1.0.1

v1.0.0

1 year ago

First Release

Thanks @TheRealVira :heart: