24-05-2018, 22:26
I already asked it before, but I will do it again. What station name are you using here?
I just want to check if your station is contacting the WeatherDuino server, because it seems that something is blocking connection to WU server, and perhaps to anything else except NTP servers.
Code:
// --------------------------------------------------------------------------------------
// Define Name and ID's for this weather station
// --------------------------------------------------------------------------------------
const char* WeatherStation_Name = "xxxxxxxxxxxx"; // Put here and identifier as your Weather Station nameI just want to check if your station is contacting the WeatherDuino server, because it seems that something is blocking connection to WU server, and perhaps to anything else except NTP servers.

