Skip to content

Python program to read DSMR telegrams from a serial port connected to the P1 port of a smart meter, and print it on screen or push it to another site.

Notifications You must be signed in to change notification settings

jvhaarst/DSMR-P1-telegram-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSMR-P1-telegram-reader

Python program to read Dutch Smart Meter Requirements (DSMR) telegrams from a serial port connected to the P1 port of a smart meter, and print it on screen or push it to another site.

There are different branches, the master just pretty prints the data, the xively branch adds pushing to xively.

Installation

Just do git clone in a directory of choice. You might need to change the settings of the serial port, and/or change the permissions of the port.

Usage

To run, first install needed python modules:

virtualenv --python=python2 venv2;
source venv2/bin/activate;
pip install -r requirements.txt;

After that you can run the program with telegram_from_serial.py.

Notes

The specification and a list of OBIS codes from the specification can be found in the documentation folder.

About

Python program to read DSMR telegrams from a serial port connected to the P1 port of a smart meter, and print it on screen or push it to another site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages