16-03-2022, 04:35
Hello Nmweather,
I'm pleased to know that your Weather Station is already assembled and installed.
The Radiation Shield seems very well made, probably, as you said, the dramatic increase in temp as the sun rises is due to the effect of the near wall. A place where it could be exposed to wind should be better.
Regarding the data upload to WU, indeed besides enabling the WU upload you only need the set the StadionID and Key on the credentials file. Can you please double check if the data is correct?
If credentials are correct and you still don't see any data on your WU webpages, please try enable (by "uncommenting") the two Debug Options below, recompile the code and upload.
- #define PRINT_DEBUG_WIFI
- #define PRINT_DEBUG_WU_UPLOAD
On Arduino IDE, open the Serial Monitor (at 19200 or 115200 baud's, depending on selected USB or TCT/IP connection respectively), wait until the next attempt to upload data to WU will happen, and watch what you get on the serial monitor. This should provide us some info to understand why the data isn't being sent to WU.
Thank you very much for sharing pictures of your installation.
Rgs.
Werk_AG
I'm pleased to know that your Weather Station is already assembled and installed.
The Radiation Shield seems very well made, probably, as you said, the dramatic increase in temp as the sun rises is due to the effect of the near wall. A place where it could be exposed to wind should be better.
Regarding the data upload to WU, indeed besides enabling the WU upload you only need the set the StadionID and Key on the credentials file. Can you please double check if the data is correct?
If credentials are correct and you still don't see any data on your WU webpages, please try enable (by "uncommenting") the two Debug Options below, recompile the code and upload.
- #define PRINT_DEBUG_WIFI
- #define PRINT_DEBUG_WU_UPLOAD
On Arduino IDE, open the Serial Monitor (at 19200 or 115200 baud's, depending on selected USB or TCT/IP connection respectively), wait until the next attempt to upload data to WU will happen, and watch what you get on the serial monitor. This should provide us some info to understand why the data isn't being sent to WU.
Thank you very much for sharing pictures of your installation.
Rgs.
Werk_AG

