fix lists

This commit is contained in:
George Ruinelli
2023-02-22 09:34:08 +01:00
parent 4e1b616a54
commit 6cfbbd4180
11 changed files with 12 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ This would return:
To do such a REST call, you need to create a REST sensor: To do such a REST call, you need to create a REST sensor:
```yaml ```yaml
sensor: sensor:
- platform: rest - platform: rest
name: "Gasmeter JSON" name: "Gasmeter JSON"
resource: http://<IP>/json resource: http://<IP>/json

View File

@@ -6,6 +6,7 @@ Default Value: `Default`
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
- `HighAccuracy`: Use all 3 color Channels (3x slower) - `HighAccuracy`: Use all 3 color Channels (3x slower)
- `Fast`: First time use `HighAccuracy`, then only check if the image is shifted - `Fast`: First time use `HighAccuracy`, then only check if the image is shifted

View File

@@ -2,6 +2,7 @@
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`

View File

@@ -12,6 +12,7 @@ This parameter can be used to configure the GPIO `IO0` pin.
Additionally, it is used to activate Bootloader mode and must therefore be HIGH after a reset! Additionally, it is used to activate Bootloader mode and must therefore be HIGH after a reset!
Parameters: Parameters:
- `GPIO 0 state`: One of `input`, `input pullup`, `input pulldown` or `output`. - `GPIO 0 state`: One of `input`, `input pullup`, `input pulldown` or `output`.
- `GPIO 0 use interrupt`: Enable interrupt trigger - `GPIO 0 use interrupt`: Enable interrupt trigger
- `GPIO 0 PWM duty resolution`: LEDC PWM duty resolution in bit - `GPIO 0 PWM duty resolution`: LEDC PWM duty resolution in bit

View File

@@ -10,6 +10,7 @@ This parameter can be used to configure the GPIO `IO1` pin.
This pin is by default used for the serial communication as TX pin (USB logging)! This pin is by default used for the serial communication as TX pin (USB logging)!
Parameters: Parameters:
- `GPIO 1 state`: One of `input`, `input pullup`, `input pulldown` or `output`. - `GPIO 1 state`: One of `input`, `input pullup`, `input pulldown` or `output`.
- `GPIO 1 use interrupt`: Enable interrupt trigger - `GPIO 1 use interrupt`: Enable interrupt trigger
- `GPIO 1 PWM duty resolution`: LEDC PWM duty resolution in bit - `GPIO 1 PWM duty resolution`: LEDC PWM duty resolution in bit

View File

@@ -10,6 +10,7 @@ This parameter can be used to configure the GPIO `IO12` pin.
This pin is usable without known restrictions! This pin is usable without known restrictions!
Parameters: Parameters:
- `GPIO 12 state`: One of `external-flash-ws281x`, `input`, `input pullup`, `input pulldown` or `output`. - `GPIO 12 state`: One of `external-flash-ws281x`, `input`, `input pullup`, `input pulldown` or `output`.
- `GPIO 12 use interrupt`: Enable interrupt trigger - `GPIO 12 use interrupt`: Enable interrupt trigger
- `GPIO 12 PWM duty resolution`: LEDC PWM duty resolution in bit - `GPIO 12 PWM duty resolution`: LEDC PWM duty resolution in bit

View File

@@ -10,6 +10,7 @@ This parameter can be used to configure the GPIO `IO13` pin.
This pin is usable without known restrictions! This pin is usable without known restrictions!
Parameters: Parameters:
- `GPIO 13 state`: One of `input`, `input pullup`, `input pulldown` or `output`. - `GPIO 13 state`: One of `input`, `input pullup`, `input pulldown` or `output`.
- `GPIO 13 use interrupt`: Enable interrupt trigger - `GPIO 13 use interrupt`: Enable interrupt trigger
- `GPIO 13 PWM duty resolution`: LEDC PWM duty resolution in bit - `GPIO 13 PWM duty resolution`: LEDC PWM duty resolution in bit

View File

@@ -10,6 +10,7 @@ This parameter can be used to configure the GPIO `IO3` pin.
This pin is by default used for the serial communication as RX pin (USB logging)! This pin is by default used for the serial communication as RX pin (USB logging)!
Parameters: Parameters:
- `GPIO 3 state`: One of `input`, `input pullup`, `input pulldown` or `output`. - `GPIO 3 state`: One of `input`, `input pullup`, `input pulldown` or `output`.
- `GPIO 3 use interrupt`: Enable interrupt trigger - `GPIO 3 use interrupt`: Enable interrupt trigger
- `GPIO 3 PWM duty resolution`: LEDC PWM duty resolution in bit - `GPIO 3 PWM duty resolution`: LEDC PWM duty resolution in bit

View File

@@ -11,6 +11,7 @@ This parameter can be used to configure the GPIO `IO4` pin.
By default, it is used for build-in flash light (onboard LED). By default, it is used for build-in flash light (onboard LED).
Parameters: Parameters:
- `GPIO 4 state`: One of `built-in-led`, `input`, `input pullup`, `input pulldown` or `output`. - `GPIO 4 state`: One of `built-in-led`, `input`, `input pullup`, `input pulldown` or `output`.
- `GPIO 4 use interrupt`: Enable interrupt trigger - `GPIO 4 use interrupt`: Enable interrupt trigger
- `GPIO 4 PWM duty resolution`: LEDC PWM duty resolution in bit - `GPIO 4 PWM duty resolution`: LEDC PWM duty resolution in bit

View File

@@ -2,9 +2,11 @@
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).
The names get defined in the analog and digital ROI configuration (defaults to `main`). The names get defined in the analog and digital ROI configuration (defaults to `main`).
- `RESULT_TOPIC` can be one of `value`, `rate`, `timestamp`, `error`, .... - `RESULT_TOPIC` can be one of `value`, `rate`, `timestamp`, `error`, ....
The general connection status can be found in `MAINTOPIC/CONNECTION`. The general connection status can be found in `MAINTOPIC/CONNECTION`.
See [MQTT Result Topics](../MQTT-API#result) for a full list of topics. See [MQTT Result Topics](../MQTT-API#result) for a full list of topics.

View File

@@ -6,5 +6,6 @@ Default Value: `VGA`
Size of the camera picture. Size of the camera picture.
Available options: Available options:
- `VGA` (640 x 480 pixel) - `VGA` (640 x 480 pixel)
- `QVGA` (320 x 240 pixel) - `QVGA` (320 x 240 pixel)