OpenDTU Logger 0.1.0 release: Adds support for password-protected OpenDTU's.
This commit is contained in:
parent
29a221d703
commit
00a5e7d014
3 changed files with 23 additions and 6 deletions
|
@ -43,13 +43,17 @@ Save the configuration, go to the "Info" tab and start TimescaleDB.
|
|||
With the database initialised, we can now setup OpenDTU Logger. Add the [add-on repository](https://git.hollander.online/energy/home-assistant-addons) using the [instructions](https://git.hollander.online/energy/home-assistant-addons) provided. Then, click "Install" to install this add-on. Go to "Configuration".
|
||||
|
||||
- If you're using Expaso's TimescaleDB add-on, the `db` setting will **not** require any changes.
|
||||
- **In the `opendtu` 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`.
|
||||
- If your OpenDTU is password-protected
|
||||
- `opendtu_auth`: Enable this setting
|
||||
- `opendtu_username`: `admin`
|
||||
- `opendtu_password`: `replace_with_your_password`
|
||||
- In `tz`, enter your timezone. The default is "Europe/Amsterdam". If you are in a different location, choose your timezone from [this list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
|
||||
- Optionally, if you don't want to use TimescaleDB, disable `timescaledb`.
|
||||
|
||||
Save the configuration, go to the "Info" tab and start OpenDTU Logger.
|
||||
|
||||
Check the "Log" page. If the setup is succesfull, it should contain a mesasge stating: `OpenDTU Logger has been successfully initialised. Starting data recording...`.
|
||||
Check the "Log" page. If the setup is succesfull, it should contain a message stating: `OpenDTU Logger has been successfully initialised. Starting data recording...`.
|
||||
|
||||
### Setting up Grafana
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue