Skip to content

RaithChr/EVN_Smartmeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EVN Smartmeter MQTT Reader (Python)

Ein Python-Skript, um Daten vom EVN Smartmeter (via Kundenschnittstelle / IR-Lesekopf) auszulesen und per MQTT zu versenden.

Features

  • Liest serielle Daten (USB-Lesekopf)
  • Entschlüsselt DLMS/COSEM Daten der EVN (Kaifa Zähler)
  • Sendet Werte an MQTT Broker (Home Assistant kompatibel)
  • Robustes "Slicing"-Parsing für maximale Stabilität

Installation

  1. Repository klonen:

    git clone https://github.com/RaithChr/EVN_Smartmeter.git
    cd EVN_Smartmeter
  2. Abhängigkeiten installieren:

    pip install -r requirements.txt
  3. Konfiguration anpassen (siehe Python-Skript)

  4. Starten:

    python3 EVN_Smartmeter.py

Systemd Service

Das Repository enthält eine smartmeter.service Datei für automatischen Start beim Systemboot.

Support

Getting Help

For issues, feature requests, or questions:

Support the Project

If you like this project and want to support its development:

Buy Me a Coffee PayPal

Your support helps maintain and improve this project!

Credits

Author & Development

  • Christian Raith
  • Kollonitschgasse 7, Wiener Neustadt, Austria
  • GitHub: @RaithChr

Related Projects

  • homebridge-evn-smartmeter - HomeKit integration for EVN Smartmeter via MQTT (MIT License)

    • Homebridge plugin for Apple HomeKit
    • Real-time monitoring of energy data
    • Full precision power display
    • Periodic logging and automations support
  • Frequenzmessung - 50Hz power network frequency measurement project (GPL-3.0)

    • Arduino-based frequency monitoring
    • Uses Adafruit display libraries
    • Community support from Arduino ecosystem

Technical Foundation

  • Compatible with EVN Kaifa smart meters
  • MQTT protocol for IoT integration
  • DLMS/COSEM data decryption

Acknowledgments

  • EVN - Smart meter infrastructure and data protocol
  • Python Community - Libraries and ecosystem
  • Home Assistant Community - MQTT integration standards

License

MIT License


Last Updated: January 25, 2026

About

EVN_Smartmeter mit KEY auslesen

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages