diff --git a/opendtu-logger/DOCS.md b/opendtu-logger/DOCS.md index 7a86962..e89e384 100644 --- a/opendtu-logger/DOCS.md +++ b/opendtu-logger/DOCS.md @@ -38,9 +38,9 @@ With the database initialised, we can now setup OpenDTU Logger. Add the [add-on - If you're using Expaso's TimescaleDB add-on as described above, the `db` setting will **not** require any changes. - `opendtu_address` **(required)** - In the `opendtu_address` field, enter the *IP address* or *hostname* of your OpenDTU. E.g.: `192.168.1.5` or `opendtu.local`. -- `opendtu_auth` *(optional)* +- `opendtu_auth` *(optional)* / **(required)** - If your OpenDTU is password-protected, setting the following variables is required. - - `opendtu_auth`: Enable this setting + - `opendtu_auth`: If applicable, enable this setting. - `opendtu_username`: `admin` - `opendtu_password`: `write_your_OpenDTUs__password_here` - Using password protection is optional, but recommended.