7dd3215520
MQTT-Collector (Python/paho-mqtt) speichert abgeschlossene go-e Wallbox-Ladungen in SQLite; Next.js-Web-App zeigt sie als Tabelle mit Energie-Summen (Monat/Jahr/gesamt) im werte-next-Design. Zwei Docker-Container mit gemeinsamem DB-Volume. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
17 lines
131 B
Plaintext
17 lines
131 B
Plaintext
# secrets & data
|
|
.env
|
|
data/
|
|
|
|
# python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# node / next
|
|
node_modules/
|
|
.next/
|
|
*.tsbuildinfo
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.log
|