Python library to access the Netz Nö (EVN) Smart Meter private API
Project description
NÖ Smart Meter
An unofficial python wrapper for the EVN - Netz Niederösterreich private API.
WARNING: This library is still work in progress and might change a lot! This project will be used in a home assistant integration.
Features
- Access energy usage
- Get user & meter information
This library is currently written for asynchronous use. There might be a synchronous version in the future.
Installation
Install with pip:
pip install pynoesmartmeter
How To Use
Import the Smartmeter client, provide login information and access available api functions:
import asyncio
from pynoesmartmeter import Smartmeter
USERNAME = 'YOUR_LOGIN_USER_NAME'
PASSWORD = 'YOUR_PASSWORD'
OFFSET = 0
api = Smartmeter(USERNAME, PASSWORD)
asyncio.run(api.get_consumption_since_date("24.03.2024 10:03", OFFSET))
Awesome projects
- EVN_Smartmeter_Wrapper from A.E.I.O.U. (https://www.lteforum.at/mobilfunk/evn-smartmeter-api-wrapper-influx-importer-grafana-dashboard.21319/)
I used his code as the base for this project. - vienna-smartmeter from platysma (https://github.com/platysma/vienna-smartmeter)
I used this project as a starting point. (I even stole the readme)
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 Netz Niederösterreich GmbH. 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 pynoesmartmeter-0.3.5.tar.gz
.
File metadata
- Download URL: pynoesmartmeter-0.3.5.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.5 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2882e0dd0c741b894771cfd463cce7fc7773613230dee0c40a5e35c07c9fb9fe |
|
MD5 | a5a7229fbc4fb4f3e8164bcb72eb452a |
|
BLAKE2b-256 | 485bc69e822a836e8a9fee1155d360ca62912eaba2538e498eb113251e0cda89 |
File details
Details for the file pynoesmartmeter-0.3.5-py3-none-any.whl
.
File metadata
- Download URL: pynoesmartmeter-0.3.5-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.5 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e05b69d1d7b534a652e338fca2a6532963cf30772452116d6694acab69c81dcf |
|
MD5 | 4a1a8ec4d8ff0cb139b55ffc659a4256 |
|
BLAKE2b-256 | 3cd60c7b7fca00d2e1078a503ea6618d64cee57887de3537c413b535b2602c83 |