Manual mode

Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
2025-08-14 08:55:02 +02:00
parent 6a9a42adc6
commit 8f0fd525d9
26 changed files with 1283 additions and 384 deletions

9
config/config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"influx": {
"host": "p5.local",
"port": 8086,
"token": "",
"org": "tkl",
"bucket": "home"
}
}