2024-07-26 17:59:07 +02:00
|
|
|
# https://developers.home-assistant.io/docs/add-ons/configuration/
|
|
|
|
---
|
2024-07-25 23:28:26 +02:00
|
|
|
name: P1 Logger
|
|
|
|
version: "0.0.3"
|
|
|
|
slug: p1_logger
|
|
|
|
description: "P1 Logger add-on for Home Assistant"
|
|
|
|
image: "git.hollander.online/energy/p1-logger"
|
|
|
|
restart_policy:
|
|
|
|
name: always
|
|
|
|
arch:
|
|
|
|
- amd64
|
|
|
|
- armv7
|
|
|
|
- armhf
|
|
|
|
- aarch64
|
2024-07-26 17:59:07 +02:00
|
|
|
startup: application
|
2024-07-25 23:28:26 +02:00
|
|
|
boot: auto
|
|
|
|
map:
|
|
|
|
- ssl
|
|
|
|
- config:rw
|
|
|
|
options:
|
|
|
|
db: "host=77b2833f-timescaledb user=postgres port=5432 password=homeassistant dbname=p1_logger sslmode=disable"
|
|
|
|
mqtt_broker: "tls://mqtt.example.org:8883"
|
|
|
|
mqtt_topic: "p1/metrics"
|
|
|
|
mqtt_user: "your_username"
|
|
|
|
mqtt_password: "your_password"
|
|
|
|
timescaledb: "true"
|
|
|
|
log_level: "INFO"
|
|
|
|
timezone: "Europe/Amsterdam"
|
|
|
|
schema:
|
|
|
|
db: str
|
2024-07-26 11:58:23 +02:00
|
|
|
mqtt_broker: str
|
2024-07-25 23:28:26 +02:00
|
|
|
mqtt_topic: str
|
|
|
|
mqtt_user: str
|
2024-07-26 11:56:51 +02:00
|
|
|
mqtt_password: password
|
2024-07-25 23:28:26 +02:00
|
|
|
timescaledb: bool
|
|
|
|
log_level: str
|
|
|
|
timezone: str
|