From f9168d78a2f045082d82631029236b218f0e5310 Mon Sep 17 00:00:00 2001 From: Roman Bazalevsky Date: Tue, 27 Sep 2016 15:08:56 +0300 Subject: [PATCH] =?utf8?q?=D0=A1=20=D0=BF=D0=B8=D1=82=D0=BE=D0=BD=D0=BE?= =?utf8?q?=D0=B2=D1=81=D0=BA=D0=BE=D0=B9=20=D1=87=D0=B0=D1=81=D1=82=D1=8C?= =?utf8?q?=D1=8E=20=D0=B7=D0=B0=D0=B2=D0=B5=D1=80=D1=88=D0=B5=D0=BD=D0=BE,?= =?utf8?q?=20=D0=B2=D1=81=D0=B5=20=D0=BC=D0=B8=D0=B3=D1=80=D0=B8=D1=80?= =?utf8?q?=D0=BE=D0=B2=D0=B0=D0=BB=D0=BE=20=D0=BD=D0=B0=20lua.=20=D0=A4?= =?utf8?q?=D0=B8=D0=BD=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D0=B2=D0=B0?= =?utf8?q?=D1=80=D0=B8=D0=B0=D0=BD=D1=82=20=D0=BE=D1=81=D1=82=D0=B0=D0=B2?= =?utf8?q?=D0=B8=D0=BC.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- weathermon.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 weathermon.conf diff --git a/weathermon.conf b/weathermon.conf new file mode 100644 index 0000000..3b02ae2 --- /dev/null +++ b/weathermon.conf @@ -0,0 +1,17 @@ +[mysql] +host = dbhost +user = meteo +passwd = password +[serial] +port = /dev/ttyATH0 +[openweathermap] +user = user +passwd = password +temp = OUTDOOR.44F.TEMPERATURE +pres = BARO.DEFAULT.PRESSURE +humi = OUTDOOR.44F.HUMIDITY +lat = 55.403266 +lon = 37.561651 +station = station.name +[logging] +enabled=on -- 2.34.1