Skip to content

Python library to access the Netz Nö (EVN) Smart Meter private API

License

Notifications You must be signed in to change notification settings

Xlinx64/PyNoeSmartmeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Python library to access the Netz Nö (EVN) Smart Meter private API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages