Gateway hinzugefügt

This commit is contained in:
2026-07-02 13:47:22 +02:00
commit 5677bae9de
11 changed files with 1073 additions and 0 deletions

12
gateway/pooltemp.service Normal file
View File

@@ -0,0 +1,12 @@
[Unit]
Description=Pool Thermometer Python Gateway
After=network.target
[Service]
WorkingDirectory=/opt/pooltemp/gateway
ExecStart=/opt/pooltemp/gateway/.venv/bin/python /opt/pooltemp/gateway/main.py
Restart=always
RestartSec=5s
[Install]
WantedBy=multi-user.target