X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/e7a2d1b901dbeb947e0ad605a53badc845e23ebc..fa2166c94690f91d38102a3f061ad9e5db9fcdb6:/weathermon.uci diff --git a/weathermon.uci b/weathermon.uci index 490ba91..6c2f6e4 100644 --- a/weathermon.uci +++ b/weathermon.uci @@ -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