X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/c58ad4fb6f2c4c350a6aae01b100ebb4564ad8e9..67f3d398664cc319615339c1ce9c525e672c332f:/bin/weathermon diff --git a/bin/weathermon b/bin/weathermon index d16f871..cc58def 100755 --- a/bin/weathermon +++ b/bin/weathermon @@ -186,7 +186,10 @@ function processJson(str) return '{'..name..'}' end end) - mqtt_client:publish(mqtt_path,v) + if not mqtt_client:socket() then + mqtt_client:reconnect() + end + mqtt_client:publish(mqtt_path,v,0,0) mqtt_client:loop() end end @@ -249,7 +252,7 @@ function processLine(str) return '{'..name..'}' end end) - mqtt_client:publish(mqtt_path,v) + mqtt_client:publish(mqtt_path,v,0,0) mqtt_client:loop() end end @@ -290,7 +293,7 @@ function processLine(str) return '{'..name..'}' end end) - mqtt_client:publish(mqtt_path,msg_body) + mqtt_client:publish(mqtt_path,msg_body,0,0) mqtt_client:loop() end if alarm_exec then