From cd4eaca378643e3fae9cc9fcf2119cae6ba97d74 Mon Sep 17 00:00:00 2001 From: pks Date: Mon, 10 May 2021 13:26:26 +0200 Subject: proper daemon --- config/config.yaml | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) (limited to 'config/config.yaml') diff --git a/config/config.yaml b/config/config.yaml index 0986e39..332f6b9 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -1,14 +1,20 @@ -Berlin: - "f4:01": - handle: "inside" - type: "THGR810, THGN800" - "1f:01": - handle: "outside" - type: "BTHR918" -Heidenheim: - "07:01": - handle: "inside" - type: "THC238/268,THN132,THWR288,THRN122,THN122,AW129/131" - "58:02": - handle: "outside" - type: "THGR810, THGN800" +log_file_path: /var/log/weather_logger/receiver.log +pid_file_path: /run/weather_logger/receiver.log + +locations: + Berlin: + "f4:01": + handle: "inside" + type: "THGR810, THGN800" + "1f:01": + handle: "outside" + type: "BTHR918" + Heidenheim: + "07:01": + handle: "inside" + type: "THC238/268,THN132,THWR288,THRN122,THN122,AW129/131" + "58:02": + handle: "outside" + type: "THGR810, THGN800" + +active-location: Berlin -- cgit v1.2.3