Skip to content

Commit 5452444

Browse files
Relocate/convert docs #1686
1 parent e58526e commit 5452444

File tree

4 files changed

+20
-19
lines changed

4 files changed

+20
-19
lines changed

documentation/docs/explained/about.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# About DSMR-reader
1+
DSMR-reader project information.
22

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

2323

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

4747

4848
## Screenshots
49-
**Dashboard**
49+
### Dashboard
5050

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

5858
----
5959

60-
**Live graphs**
60+
### Live graphs
6161

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

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

6868

69-
**Archive**
69+
### Archive
7070

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

7878

79-
**Compare**
79+
### Compare
8080

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

8888

89-
**Trends**
89+
### Trends
9090

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

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

9797

98-
**Statistics**
98+
### Statistics
9999

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

105105
----
106106

107-
**Energy contracts**
107+
### Energy contracts
108108

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

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

115115

116-
**Export**
116+
### Export
117117

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

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

124124

125-
**About**
125+
### About
126126

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

134134

135-
**Support**
135+
### Support
136136

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

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

143143

144-
**Configuration**
144+
### Configuration
145145

146146
The configuration page is the entrypoint for the admin interface.
147147

documentation/docs/explained/hall-of-fame.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Hall of Fame
1+
DSMR-reader is originally created and authored by:
22

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

55

66
## Thanks to

documentation/docs/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# DSMR-reader documentation
2+
3+
[TOC]

documentation/docs/reference/API.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
# API
21
The application has an API, allowing you to insert/create readings and retrieve statistics.
32

43

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

8-
![Screenshot](/static/screenshots/api/support.png)
7+
![Screenshot](../static/screenshots/api/support.png)
98

109

1110
### Enable API
12-
The API is disabled by default in the application. You may enable it in the **Configuration**.
11+
The API is **disabled** by default in the application. You may enable it in the **Configuration**.
1312

14-
![Screenshot](/static/screenshots/api/api-settings.png)
13+
![Screenshot](../static/screenshots/api/api-settings.png)
1514

1615

1716
## API key

0 commit comments

Comments
 (0)