From 56aa7d613218e67d13a6fa8ed18facea90cefe4e Mon Sep 17 00:00:00 2001 From: pks Date: Mon, 10 May 2021 19:39:37 +0200 Subject: rename --- config/weather-logger-receiver.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 config/weather-logger-receiver.yaml (limited to 'config/weather-logger-receiver.yaml') diff --git a/config/weather-logger-receiver.yaml b/config/weather-logger-receiver.yaml new file mode 100644 index 0000000..6dc26a4 --- /dev/null +++ b/config/weather-logger-receiver.yaml @@ -0,0 +1,23 @@ +device_path: "/dev/ttyUSB0" +database_path: "/usr/local/share/weather_logger/weather.db" +log_file_path: "/var/log/weather_logger/receiver.log" +pid_file_path: "/run/weather_logger/pid" + + +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