Initial commit: tischlerctrl home automation project

This commit is contained in:
sebseb7
2025-12-22 23:32:55 +01:00
commit f3cca149f9
31 changed files with 3243 additions and 0 deletions

7
server/.env.example Normal file
View File

@@ -0,0 +1,7 @@
# Server Environment Configuration
PORT=8080
DB_PATH=./data/sensors.db
# Job intervals (optional, defaults shown)
# AGGREGATION_INTERVAL_MS=600000
# CLEANUP_INTERVAL_MS=3600000