00:13:23:pywws.ToService(underground):50 records sent
When I look at the my personal weather station when logged in to wunderground it has status green but shows not reporting (see attached PWS.jpg)
If I look at the weather station status it shows that it is reporting but there is no data (see attached WSStatus.jpg)
What am I doing wrong?
Thanks
--
You received this message because you are subscribed to a topic in the Google Groups "pywws" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pywws/nCJqCvJLIuA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pywws+un...@googlegroups.com.
To post to this group, send email to py...@googlegroups.com.
Visit this group at http://groups.google.com/group/pywws.
For more options, visit https://groups.google.com/d/optout.
21:12:07:pywws.ToService(underground):dateutc=2015-09-04+19%3A05%3A50&windgustmph=1.57&tempf=78.1&windspeedmph=0.00&baromin=29.7928&rainin=0&dailyrainin=0&winddir=315&action=updateraw&softwaretype=pywws&dewptf=63.5&humidity=61&ID=IREGINDE96&PASSWORD=
whereas, if I run
python -m pywws.toservice -cvv ~/weather/data underground the time stamp that is saved in the weather underground data is the time in the weather station record in this case 21:05
21:19:16:pywws.ToService(underground):dateutc=2015-09-04+19%3A05%3A50&windgustmph=1.57&tempf=78.1&windspeedmph=0.00&baromin=29.7928&rainin=0&dailyrainin=0&winddir=315&action=updateraw&softwaretype=pywws&dewptf=63.5&humidity=61&ID=IREGINDE96&PASSWORD=
The log output appears to be saying it is posting exactly the same data to weather underground.
Why would there be this difference?