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! This is an **Expert Parameter**! Only change it if you understand what it does!
Algorithm used for the alignment step. Algorithm used for the alignment step.
Available options: Available options:
- `Default`: Use only red color channel - `Default`: Use only red color channel

View File

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

View File

@@ -1,6 +1,7 @@
# Parameter `MainTopic` # Parameter `MainTopic`
Default Value: `watermeter` Default Value: `watermeter`
MQTT main topic, under which the counters are published. MQTT main topic, under which the counters are published.
The single value will be published with the following key: `MAINTOPIC/NUMBER/RESULT_TOPIC` where: 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). - `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! This is an **Expert Parameter**! Only change it if you understand what it does!
Size of the camera picture. Size of the camera picture.
Available options: Available options:
- `VGA` (640 x 480 pixel) - `VGA` (640 x 480 pixel)