Hi,
I am trying ot upload some data to wunderground, as I changed my weatherstaton,
this is the syntax.
pi@raspberrypi:~ $ wunderfixer --date=2020-07-05 --query
Using configuration file /etc/weewx/weewx.conf.
Using database binding 'wx_binding', which is bound to database 'archive_sqlite'
Weather Underground Station: XXXXXX
Date to check: 2020-07-05
Number of archive records: 288
Number of WU records: 0
I get a few errors like this:
2020-07-05 07:05:00 CEST (1593925500); 30.008"; 52.3F; 96%; 0.0 mph; 338 deg; 1.1 mph gust; 51.3F; 0.00" rain wunderfixer: Failed upload attempt 1: HTTP Error 401: Unauthorized
...published.
2020-07-05 07:10:00 CEST (1593925800); 30.009"; 52.5F; 96%; 0.0 mph; N/A deg; 1.1 mph gust; 51.4F; 0.00" rain wunderfixer: Failed upload attempt 1: HTTP Error 401: Unauthorized
...published.
but beside this no data is shown then on wunderground.
When I rerun it again I still have 0 records at WU.
Any idea what is wrong?
Thanks