Skip to main content

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

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

pynoesmartmeter-0.3.4.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

pynoesmartmeter-0.3.4-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page