Dutch Smart Meter Reading (DSMR) Project.
The DSMR project intends to assist users to retrieve data from a DSMR (Dutch Smart Meter) P1 port and to extract the data into readable output.
The process-flow is :
- Setup access to p1 using the port on the Smartmeter
- Reading the serialport
- Store the data in a MySQL database
- Run a stored procedure to extract the relevant data
- Make the data available in Excel, your browsers, etc
- Sample Layout of data send by DSMR P1 port + "DSMR V4.0 final P1.pdf"
- MySql database, see DSMR.sql
- MySQL Stored Procedure to extract data from the rawdata send by DSMR P1 port, see DSMR.sql
- (n/a) Serial Cable, see serialcable.pdf
- (n/a) Python program to read com/serial-port
- (n/a) User Interface to visualize Energy Consumption
- DSMR-simulator (v 0.1) to generate DSMR P1 port data every 10 seconds, see dsmr_simulator.py (python needed)
n/a : not available yet