25-09-2022, 10:19
(25-09-2022, 00:23)Werk_AG Wrote: Some news on this matter...
It seems that, currently, when uploading data to WU using the IP address in the URL instead of host name, the upload fails.
For those who need a quick fix, here is one for the 4Pro DB receiver software (v6.2_b006):
on NET.ino, near line 89, search for:
Code:if (Wunderground_IP[0] != 0)
{
WU_url = F("http://");
WU_url += Wunderground_IP.toString();
WU_url += "/weatherstation/updateweatherstation.php";
}
else WU_url = F("http://weatherstation.wunderground.com/weatherstation/updateweatherstation.php");
replace by:
Code:WU_url = F("http://weatherstation.wunderground.com/weatherstation/updateweatherstation.php");
Goodmorning Werk_AG,
Think you did a wunderful job last night, i just changed de code-block for 1 url-line and yes Wunderground accepted my data and came back online.
The WU-icon in the RX-4 (system info) changed from red to blue.
How did you find your way to change this code block?

Thank you very much.

Kind regards, Wim


