add data logging doc

This commit is contained in:
CaCO3
2023-02-26 23:03:17 +01:00
parent b5dfb38c97
commit 1f17c7d3b3
3 changed files with 12 additions and 1 deletions

10
docs/data-logging.md Normal file
View File

@@ -0,0 +1,10 @@
# Data Logging
When Data Logging is enabled (See parameter [`DataLogActive`](../Parameters/#parameter-datalogactive)),
the results of every round gets written to the SD-Card.
The data files are stored in `/log/data` on the SD-Card.
## Data Format
The data is stored as CSV with the following columns:
`time`, `name-of-number`, `raw-value`, `return-value`, `pre-value`, `change-rate`, `change-absolute`, `error-text`, `cnn-digital`, `cnn-analog`

View File

@@ -29,6 +29,7 @@ nav:
- Parameters.md
- Integration-Home-Assistant.md
- External-LED.md
- data-logging.md
- rolling-installation.md
- Watermeter-specific-analog---digital-transition.md
- collect-new-images.md