initial commit

This commit is contained in:
V
2026-03-09 01:26:52 +01:00
commit 2198c20790
18 changed files with 1942 additions and 0 deletions

20
config.yaml Normal file
View File

@@ -0,0 +1,20 @@
base_url: "localhost:8080"
mqtt_url: "tcp://192.168.178.139:1883"
mqtt_devices:
- name: "plexi01"
topic: "tele/plexi01/SENSOR"
type: "humidity"
tag: "Bad Unten"
- name: "mere01"
topic: "tele/mere01/SENSOR"
type: "power"
tag: "Bad Unten"
- name: "mere01result"
topic: "stat/mere01/RESULT"
type: "switch"
tag: "Bad Unten"
datasource_dir: "./persist"
serve_from_fs: true