fast, ich habe es als repository von GitHub geladen und installiert wie in gitHub angeben.
Im Protokol von Postgress erscheint folgendes:
/etc/cont-init.d/01-custom_script.sh: executing
[17:07:21] NOTICE: This script is used to run custom commands at start of the addon. Instructions here : Running custom scripts in Addons · alexbelgium/hassio-addons Wiki · GitHub
Execute /addon_configs/db21ed7f_postgres-latest/postgres-latest.sh if existing
/etc/cont-init.d/20-folders.sh: executing
/etc/cont-init.d/99-run.sh: executing
[17:07:22] INFO: Checking for required PostgreSQL cluster upgrade before server start…
[17:07:22] INFO: PostgreSQL data directory version (17) matches image version (17).
[17:07:22] INFO: Starting PostgreSQL…
[17:07:22] INFO: Waiting for PostgreSQL to start…
Using SSD storage
PostgreSQL is starting up… (1/60)
PostgreSQL Database directory appears to contain a database; Skipping initialization
2025-09-18 15:07:23.459 GMT [304] LOG: skipping missing configuration file „/config/database/postgresql.override.conf“
2025-09-18 15:07:23.460 GMT [304] LOG: skipping missing configuration file „/config/database/postgresql.override.conf“
2025-09-18 17:07:23.626 CEST [304] LOG: starting PostgreSQL 17.5 (Debian 17.5-1.pgdg120+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2025-09-18 17:07:23.626 CEST [304] LOG: listening on IPv4 address „0.0.0.0“, port 5432
2025-09-18 17:07:23.627 CEST [304] LOG: listening on IPv6 address „::“, port 5432
2025-09-18 17:07:23.692 CEST [304] LOG: listening on Unix socket „/var/run/postgresql/.s.PGSQL.5432“
2025-09-18 17:07:23.776 CEST [335] LOG: database system was shut down at 2025-09-18 17:06:05 CEST
2025-09-18 17:07:23.960 CEST [304] LOG: database system is ready to accept connections
NOTICE: extension „vectors“ does not exist, skipping
DROP EXTENSION
[17:07:29] INFO: ==== PostgreSQL databases and enabled extensions ====
[17:07:29] INFO: Database: postgres
[17:07:30] INFO: - plpgsql (v1.0)
[17:07:30] INFO: ==============================================
[17:07:30] INFO: All initialization / version‑check steps completed successfully!
Everything started!
2025-09-18 17:07:36.310 CEST [439] FATAL: password authentication failed for user „teslamate“
2025-09-18 17:07:36.310 CEST [439] DETAIL: Role „teslamate“ does not exist.
Connection matched file „/config/database/pg_hba.conf“ line 128: „host all all all scram-sha-256“
Im Protokol von Teslamate erscheint auch ein Fehler:
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service teslamate: starting
s6-rc: info: service teslamate successfully started
s6-rc: info: service nginx: starting
s6-rc: info: service nginx successfully started
s6-rc: info: service legacy-services: starting
[17:07:22] INFO: Starting NGINX…
s6-rc: info: service legacy-services successfully started
[16:07:35] INFO: Checking for database ‚teslamate‘ on db21ed7f-postgres-latest
psql: error: connection to server at „db21ed7f-postgres-latest“ (172.30.33.8), port 5432 failed: FATAL: password authentication failed for user „teslamate“
[17:07:36] ERROR: TeslaMate crashed, halting add-on
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service nginx: stopping
s6-rc: info: service nginx successfully stopped
s6-rc: info: service teslamate: stopping
s6-rc: info: service teslamate successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
Passwort stimmt in Postgress und teslamate überein. In der Postgress Konfiguration kann ich nur das Passwort eingeben. Den Hostname habe ich aus Postgress in die Konfig von Teslamate kopiert. Sorry, ich kann den Fehler nicht finden, alles wie in GitHub vorgegeben ausgeführt