An unofficial python wrapper for the Wiener Netze Smart Meter private API.
- Access energy usage for specific meters
- Get profile information
- View, edit & delete events (Ereignisse)
Install with pip:
pip install vienna-smartmeter
Import the Smartmeter client, provide login information and access available api functions:
from smartmeter import Smartmeter
username = 'YOUR_LOGIN_USER_NAME'
password = 'YOUR_PASSWORD'
api = Smartmeter(username, password)
print(api.profil())
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Make sure to add or update tests as appropriate.
You can check out the full license here
This project is licensed under the terms of the MIT license.
Disclaimer: This is not affliated, endorsed or certified by Wiener Netze. This is an independent and unofficial API. Strictly not for spam. Use at your own risk.