Rewrite opendtu_auth config instructions.

This commit is contained in:
Pieter Hollander 2025-01-04 21:39:50 +01:00
parent 310c011dc8
commit ad5dfd3e6d
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

View file

@ -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.