projects
/
weathermon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6973d60
)
С питоновской частью завершено, все мигрировало на lua. Финальный вариант оставим.
author
Roman Bazalevsky
<rvb@rvb.name>
Tue, 27 Sep 2016 12:08:56 +0000
(15:08 +0300)
committer
Roman Bazalevsky
<rvb@rvb.name>
Tue, 27 Sep 2016 12:08:56 +0000
(15:08 +0300)
weathermon.conf
[new file with mode: 0644]
patch
|
blob
diff --git a/weathermon.conf
b/weathermon.conf
new file mode 100644
(file)
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