From ad5dfd3e6d526139d746be1efc999c8007bae47b Mon Sep 17 00:00:00 2001 From: Pieter Hollander Date: Sat, 4 Jan 2025 21:39:50 +0100 Subject: [PATCH] Rewrite opendtu_auth config instructions. --- opendtu-logger/DOCS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.