This commit is contained in:
George Ruinelli
2023-02-22 09:45:34 +01:00
parent 9d5db6ca18
commit ed8614301b
4 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ Default Value: `Default`
This is an **Expert Parameter**! Only change it if you understand what it does!
Algorithm used for the alignment step.
Available options:
- `Default`: Use only red color channel

View File

@@ -1,12 +1,14 @@
# Parameter `LogLevel`
Default Value: `1` (`ERROR`)
Define the log level for the logging to the SD-Card.
Available options:
- `1`: `ERROR`
- `2`: `WARNING`
- `3`: `INFO`
- `4`: `DEBUG`
As higher the level, as more log messages get written to the SD-Card.
!!! Warning

View File

@@ -1,6 +1,7 @@
# Parameter `MainTopic`
Default Value: `watermeter`
MQTT main topic, under which the counters are published.
The single value will be published with the following key: `MAINTOPIC/NUMBER/RESULT_TOPIC` where:
- `NUMBER` is the name of the value (a meter might have more than one value).

View File

@@ -5,6 +5,7 @@ Default Value: `VGA`
This is an **Expert Parameter**! Only change it if you understand what it does!
Size of the camera picture.
Available options:
- `VGA` (640 x 480 pixel)