diff options
author | pks <pks@pks.rocks> | 2021-05-10 13:26:26 +0200 |
---|---|---|
committer | pks <pks@pks.rocks> | 2021-05-10 13:26:26 +0200 |
commit | cd4eaca378643e3fae9cc9fcf2119cae6ba97d74 (patch) | |
tree | b99be6645feb4161f1cfd21c5efd097aa42cbbb7 /config/config.yaml | |
parent | 281fa36a24f81d87543a7791252954414e161565 (diff) |
proper daemon
Diffstat (limited to 'config/config.yaml')
-rw-r--r-- | config/config.yaml | 34 |
1 files changed, 20 insertions, 14 deletions
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 |