Initial pump monitor with Coolify deployment

This commit is contained in:
2026-09-06 10:37:34 +02:00
commit 9d7179308f
16 changed files with 1539 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Add these values as Coolify environment variables/secrets.
TAPO_HOST=192.168.1.50
TAPO_USERNAME=[email protected]
TAPO_PASSWORD=replace-with-a-coolify-secret
TZ=Europe/Prague
POLL_INTERVAL_SECONDS=2
START_WATTS=100
STOP_WATTS=30
CONFIRM_SAMPLES=2
MAX_GAP_SECONDS=20
SAMPLE_RETENTION_DAYS=30
DASHBOARD_PORT=8000
DASHBOARD_USERNAME=water-monitor
DASHBOARD_PASSWORD=replace-with-a-long-random-password