Rewrite opendtu_auth config instructions.
This commit is contained in:
parent
310c011dc8
commit
ad5dfd3e6d
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
- If you're using Expaso's TimescaleDB add-on as described above, the `db` setting will **not** require any changes.
|
||||||
- `opendtu_address` **(required)**
|
- `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`.
|
- 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.
|
- 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_username`: `admin`
|
||||||
- `opendtu_password`: `write_your_OpenDTUs__password_here`
|
- `opendtu_password`: `write_your_OpenDTUs__password_here`
|
||||||
- Using password protection is optional, but recommended.
|
- Using password protection is optional, but recommended.
|
||||||
|
|
Loading…
Reference in a new issue