[go: up one dir, main page]

Skip to content
/ P1Dash Public

Simple DSMR5 web interface to view your realtime power consumption

Notifications You must be signed in to change notification settings

martijn/P1Dash

Repository files navigation

P1 Dash

Screen shot showing a guage based on P1 data

A simple web interface for the Dutch Smart Meter reader (DSMR/ESMR v5). Right now it does only one thing; display a guage to show you the power consumed from or fed back to the grid in real time.

Run with Docker

With FTDI cable connected as /dev/ttyUSB0

docker build -t p1dash .
docker run -p 5000:5000 --device /dev/ttyUSB0 p1dash

If a serial port is not available, DSMR data can be consumed from any TCP socket, serviced by something like ser2net or a dedicated smart meter interface.

Configuration is not yet available.

About

Simple DSMR5 web interface to view your realtime power consumption

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published