From: Roman Bazalevsky Date: Tue, 27 Sep 2016 12:08:56 +0000 (+0300) Subject: С питоновской частью завершено, все мигрировало на lua. Финальный вариант оставим. X-Git-Url: https://git.rvb.name/weathermon.git/commitdiff_plain/f9168d78a2f045082d82631029236b218f0e5310 С питоновской частью завершено, все мигрировало на lua. Финальный вариант оставим. --- 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