С питоновской частью завершено, все мигрировало на lua. Финальный вариант оставим.
authorRoman Bazalevsky <rvb@rvb.name>
Tue, 27 Sep 2016 12:08:56 +0000 (15:08 +0300)
committerRoman Bazalevsky <rvb@rvb.name>
Tue, 27 Sep 2016 12:08:56 +0000 (15:08 +0300)
weathermon.conf [new file with mode: 0644]

diff --git a/weathermon.conf b/weathermon.conf
new file mode 100644 (file)
index 0000000..3b02ae2
--- /dev/null
@@ -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