Skip to content

Commit

Permalink
Relocate/convert docs #1686
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jul 3, 2024
1 parent e58526e commit 5452444
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
26 changes: 13 additions & 13 deletions documentation/docs/explained/about.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# About DSMR-reader
DSMR-reader project information.

## Project goals
- Provide a tool to easily extract, store and visualize data transferred by the DSMR protocol of your smart meter.
Expand All @@ -21,7 +21,7 @@ DSMR-reader only supports the builtin mentioned above and unfortunately cannot s
![Drawing](../static/drawings/DSMR-reader-Architecture.svg)


## Languages
## Supported languages
- The entire application and its code is written and documented in **English**.
- The interface is available in both **English** and **Dutch** (detects your **browser's language preference**).
- This documentation is only available in **English**.
Expand All @@ -46,7 +46,7 @@ DSMR-reader only supports the builtin mentioned above and unfortunately cannot s


## Screenshots
**Dashboard**
### Dashboard

The dashboard displays the latest information regarding the consumption of today.
You can view the total consumption for the current month and year as well.
Expand All @@ -57,7 +57,7 @@ If your meter supports it, you can also see your gas consumption and electricity

----

**Live graphs**
### Live graphs

The live graphs plots the most recent data available, depending on the capabilities of your smart meter.

Expand All @@ -66,7 +66,7 @@ The live graphs plots the most recent data available, depending on the capabilit
----


**Archive**
### Archive

The archive allows you to scroll through all historisch data captured by the application.
All data can be viewed on different levels: by day, by month and by year.
Expand All @@ -76,7 +76,7 @@ All data can be viewed on different levels: by day, by month and by year.
----


**Compare**
### Compare

This page allows you to simply compare two days, months or years with each other.
It will also display the difference between each other as a percentage.
Expand All @@ -86,7 +86,7 @@ It will also display the difference between each other as a percentage.
----


**Trends**
### Trends

This page displays a summary of your average daily consumption and habits.

Expand All @@ -95,7 +95,7 @@ This page displays a summary of your average daily consumption and habits.
----


**Statistics**
### Statistics

This page displays your meter positions and statistics provided by the DSMR protocol.
You can also find the number of readings stored and any excesses regarding consumption.
Expand All @@ -104,7 +104,7 @@ You can also find the number of readings stored and any excesses regarding consu

----

**Energy contracts**
### Energy contracts

Summary of all your contracts and the amount of energy consumed/generated.

Expand All @@ -113,7 +113,7 @@ Summary of all your contracts and the amount of energy consumed/generated.
----


**Export**
### Export

This pages allows you to export all day or hour statistics to CSV.

Expand All @@ -122,7 +122,7 @@ This pages allows you to export all day or hour statistics to CSV.
----


**About**
### About

Shows the 'health' of the application. Any issues will be reported here.
You can also easily check for DSMR-reader updates here.
Expand All @@ -132,7 +132,7 @@ You can also easily check for DSMR-reader updates here.
----


**Support**
### Support

Assists you in finding the information required for debugging your installation or any issues.

Expand All @@ -141,7 +141,7 @@ Assists you in finding the information required for debugging your installation
----


**Configuration**
### Configuration

The configuration page is the entrypoint for the admin interface.

Expand Down
4 changes: 2 additions & 2 deletions documentation/docs/explained/hall-of-fame.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hall of Fame
DSMR-reader is originally created and authored by:

DSMR-reader is originally created and authored by Dennis Siemensma.
- Dennis Siemensma


## Thanks to
Expand Down
2 changes: 2 additions & 0 deletions documentation/docs/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# DSMR-reader documentation

[TOC]
7 changes: 3 additions & 4 deletions documentation/docs/reference/API.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# API
The application has an API, allowing you to insert/create readings and retrieve statistics.


## Configuration
You can access the API-documentation by selecting the **Support** menu item in DSMR-reader.

![Screenshot](/static/screenshots/api/support.png)
![Screenshot](../static/screenshots/api/support.png)


### Enable API
The API is disabled by default in the application. You may enable it in the **Configuration**.
The API is **disabled** by default in the application. You may enable it in the **Configuration**.

![Screenshot](/static/screenshots/api/api-settings.png)
![Screenshot](../static/screenshots/api/api-settings.png)


## API key
Expand Down

0 comments on commit 5452444

Please sign in to comment.