If you have correctly set ID + Password for Wunderground, with the selected interval you should see a 'green' section in the log, similar to the Example log-screenshot from my actual script-version script_time_wu101_nexus_upload6a.lua is below (with my WU_Password replaced by XXXXX)
The first timed line is result of a print-command somewhere halfway in my script-version.
The second timed line is result of the last print-command in the script.
'Green' meaning successful execution & upload.
If this 'green' section is never shown in your log, there is an error in the script, probably in the insertion of WU_ID , WU_Password, or an error in a reference to sensor-data needed to fill the WU_URL. But for the latter error you probably will see a specific error-report referring to a line earlier in the script.
Code: Select all
2016-05-29 14:25:03.257 LUA: WU_URL = http://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?ID=IOVERIJS101&PASSWORD=XXXXX&dateutc=2016-05-29+12%3A25%3A03&tempf=68.7&humidity=76&dewptf=60.8&baromin=29.78
2016-05-29 14:25:03.257 LUA: http://weatherstation.wunderground.com/weatherstation/updateweatherstation.php?ID=IOVERIJS101&PASSWORD=XXXXX&dateutc=2016-05-29+12%3A25%3A03&tempf=68.7&humidity=76&dewptf=60.8&baromin=29.78&dailyrainin=0.00&rainin=0.00&winddir=101&windspeedmph=2&windgustmph=0&softwaretype=Domoticz&action=updateraw
2016-05-29 14:25:03.258 EventSystem: Fetching url...
2016-05-29 14:25:03.258 EventSystem: Script event triggered: /home/pi/domoticz/scripts/lua/script_time_wu101_nexus_upload6a.lua