DarwinsBuddy / WienerNetzeSmartmeter

A home-assistant integration supporting WienerNetze Smartmeters as sensors
121 stars 12 forks source link

Fix missing historical data in feed-in Zaehlerpunkt #228

Open tschoerk opened 1 month ago

tschoerk commented 1 month ago

Zaehlerpunkte which have the type "Bezug", have different roles in the URL for the API call used in the method bewegungsdaten, which are used for the statistics. The roles are E001 for daily or E002 for quarterly updates, instead of V001 and V002.

This should resolve #223