Unofficial Python wrapper for the Wiener Netze Smart Meter private API
Project description
Vienna Smart Meter
An unofficial python wrapper for the Wiener Netze Smart Meter private API.
Features
- Access energy usage for specific meters
- Get profile information
- View, edit & delete events (Ereignisse)
Installation
Install with pip:
pip install
How To Use
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())
Contributing
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.
License
You can check out the full license here
This project is licensed under the terms of the MIT license.
Legal
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file vienna-smartmeter-0.1.0.tar.gz
.
File metadata
- Download URL: vienna-smartmeter-0.1.0.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.23.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d69192ba21007bf23c027aaff4784f1f8ba2acb225130f771b567da09ba6bef |
|
MD5 | ba80b52ecf5f4635c1d9efab59a3a65e |
|
BLAKE2b-256 | 2ce34537f01340f41bfd44bfa9d3f88414ccd7564e64caf9330416ec7fd5d148 |
File details
Details for the file vienna_smartmeter-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: vienna_smartmeter-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.23.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ece794b47cac22e12366561e2b15dc8a2b1814e9220c8ea1ee70eb81ea23efd |
|
MD5 | 14b326a73c9f5a2a10b088429cf2500e |
|
BLAKE2b-256 | 208781e7e2480df8a1a462299e4b5c19f7f2ee371ed8ce4e4fedff9dc4c8a8a8 |