Сглаживание выбросов показаний датчиков медианным фильтром.
[weathermon.git] / weathermon.uci
index 490ba91f742aa0290dd69bf078ba698ebb07a319..6c2f6e45e63125873cf8652f9be7de14fbe45787 100644 (file)
@@ -1,7 +1,8 @@
 config internal 'web'
-       option url http://estia.rvb-home.lan/meteo/send.php
+       option url http://server/path/send.php
        option user meteo
        option password somestrictpassword
+       option iface eth0
 
 config internal 'serial'
        option port /dev/ttyUSB0
@@ -10,3 +11,6 @@ config internal 'serial'
 
 config internal 'logging'
        option enabled on
+
+config internal 'mqtt'
+        option host server