Skip to content

jvhaarst/DSMR-P1-telegram-reader

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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