2024-07-26 17:59:07 +02:00
|
|
|
# https://developers.home-assistant.io/docs/add-ons/configuration/
|
|
|
|
---
|
2024-07-25 21:18:31 +02:00
|
|
|
name: OpenDTU Logger
|
2024-08-10 09:58:26 +02:00
|
|
|
version: "0.1.3"
|
2024-07-25 21:18:31 +02:00
|
|
|
slug: opendtu_logger
|
|
|
|
description: "OpenDTU Logger add-on for Home Assistant"
|
2024-07-26 19:30:26 +02:00
|
|
|
url: https://git.hollander.online/energy/home-assistant-addons/src/branch/main/opendtu-logger
|
2024-07-25 21:18:31 +02:00
|
|
|
image: "git.hollander.online/energy/opendtu-logger"
|
|
|
|
restart_policy:
|
|
|
|
name: always
|
|
|
|
arch:
|
|
|
|
- amd64
|
|
|
|
- armv7
|
|
|
|
- armhf
|
|
|
|
- aarch64
|
2024-07-26 17:59:07 +02:00
|
|
|
startup: application
|
2024-07-25 21:18:31 +02:00
|
|
|
boot: auto
|
|
|
|
map:
|
|
|
|
- ssl
|
|
|
|
- config:rw
|
|
|
|
options:
|
|
|
|
db: "host=77b2833f-timescaledb user=postgres port=5432 password=homeassistant dbname=opendtu_logger sslmode=disable"
|
2024-07-26 23:54:56 +02:00
|
|
|
opendtu_address: "192.168.12.79"
|
|
|
|
opendtu_auth: false
|
|
|
|
opendtu_username: admin
|
|
|
|
opendtu_password: null
|
|
|
|
timescaledb: true
|
2024-07-25 21:18:31 +02:00
|
|
|
tz: "Europe/Amsterdam"
|
2024-07-27 00:10:10 +02:00
|
|
|
log_level: "INFO"
|
2024-07-25 21:18:31 +02:00
|
|
|
schema:
|
|
|
|
db: str
|
2024-07-26 23:54:56 +02:00
|
|
|
opendtu_address: str
|
|
|
|
opendtu_auth: bool
|
|
|
|
opendtu_username: str?
|
|
|
|
opendtu_password: password?
|
2024-07-25 21:18:31 +02:00
|
|
|
timescaledb: bool
|
2024-07-26 23:54:56 +02:00
|
|
|
tz: str
|
2024-07-27 00:10:10 +02:00
|
|
|
log_level: str
|
2024-07-26 23:54:56 +02:00
|
|
|
breaking_versions:
|
|
|
|
- "0.1.0"
|