Skip to content

Commit

Permalink
Prepare v6 index
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jan 7, 2025
1 parent b6191cd commit 7209c23
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,38 @@
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/dsmrreader/dsmr-reader/automated-tests.yml?branch=v5&style=for-the-badge)](https://github.com/dsmrreader/dsmr-reader/actions)
[![Read the Docs](https://img.shields.io/readthedocs/dsmr-reader/v5?style=for-the-badge)](https://dsmr-reader.readthedocs.io/)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/dsmrreader/dsmr-reader/automated-tests.yml?branch=v6&style=for-the-badge)](https://github.com/dsmrreader/dsmr-reader/actions)
[![Read the Docs](https://img.shields.io/readthedocs/dsmr-reader/v6?style=for-the-badge)](https://dsmr-reader.readthedocs.io/en/v6/)


# DSMR-reader
*DSMR-protocol reader, telegram data storage and energy consumption visualizer.
Can be used for reading the smart meter DSMR (Dutch Smart Meter Requirements) P1 port yourself at your home.
You will need a cable and hardware that can run Linux software.
**Free for non-commercial use**.*
*DSMR-protocol reader, telegram data storage and energy consumption visualizer.*
*Can be used for reading the smart meter DSMR (Dutch Smart Meter Requirements) P1 port yourself at your home.*
*You will need a cable and hardware that can run Linux software.*
**Free for non-commercial use**.

----

## Docs
Check out [the documentation](https://dsmr-reader.readthedocs.io/en/v5/explained/about.html) for a tour and screenshots.
- **Documentation**: [English](https://dsmr-reader.readthedocs.io/en/v5/index.html) / [Nederlands](https://dsmr-reader.readthedocs.io/nl/v5/index.html)
- **Installation**: [English](https://dsmr-reader.readthedocs.io/en/v5/tutorial/installation/step-by-step.html) / [Nederlands](https://dsmr-reader.readthedocs.io/nl/v5/tutorial/installation/step-by-step.html)
- **How-to's**: [English](https://dsmr-reader.readthedocs.io/en/v5/how-to/index.html) / [Nederlands](https://dsmr-reader.readthedocs.io/nl/v5/how-to/index.html)
Check out [the documentation](https://dsmr-reader.readthedocs.io/en/v6/) for a tour and screenshots.

Container implementation for running DSMR-reader [can be found here](https://github.com/xirixiz/dsmr-reader-docker).
Courtesy of [@Xirixiz](https://github.com/xirixiz).


## Preview

![Dashboard](https://github.com/dsmrreader/dsmr-reader/blob/v5/docs/_static/screenshots/v5/frontend/dashboard.png)
![Dashboard](https://github.com/dsmrreader/dsmr-reader/blob/v6/documentation/docs/static/screenshots/about-dsmrreader/dashboard.png)

----

![Live](https://github.com/dsmrreader/dsmr-reader/blob/v5/docs/_static/screenshots/v5/frontend/live.png)
![Live](https://github.com/dsmrreader/dsmr-reader/blob/v6/documentation/docs/static/screenshots/about-dsmrreader/live.png)

----

![Archive](https://github.com/dsmrreader/dsmr-reader/blob/v5/docs/_static/screenshots/v5/frontend/archive.png)
![Archive](https://github.com/dsmrreader/dsmr-reader/blob/v6/documentation/docs/static/screenshots/about-dsmrreader/archive.png)

----

![Compare](https://github.com/dsmrreader/dsmr-reader/blob/v5/docs/_static/screenshots/v5/frontend/compare.png)
![Compare](https://github.com/dsmrreader/dsmr-reader/blob/v6/documentation/docs/static/screenshots/about-dsmrreader/compare.png)

----

[Check out the documentation for more screenshots](https://dsmr-reader.readthedocs.io/en/v5/explained/about.html#screenshots).
[Check out the documentation for more screenshots](https://dsmr-reader.readthedocs.io/en/v6/explained/about/#screenshots).

0 comments on commit 7209c23

Please sign in to comment.