Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Wifi module
#11
Wink 

(07-05-2018, 09:32)laulau Wrote:  Where I work there is a little  electronic section, I used a desoldering tweezers because there is no hot air station.

It seems the de-soldering tweezers did a good job. Welcome back online.

Reply
#12

This must be what is wrong with my unit. I can see it on the network here but it will not connect to wunderground but all seems to be working ok. I wil get a new module and replace it. By the way Werk when can we expect that V4...I am in love with that large display and layout
Reply
#13

(12-05-2018, 11:37)markkkk42 Wrote:  This must be what is wrong with my unit. I can see it on the network here but it will not connect to wunderground but all seems to be working ok. I wil get a new module and replace it. By the way Werk when can we expect that V4...I am in love with that large display and layout

Hi,

If can see the unit in your network, then WiFi module is working. Please check on the Credential.h file if your credentials to WU are correct.
How are the state of the 3 coloured dots on the screen? If the first one is green, unit is getting time from NTP server, so WiFi is working.

What station name are you using here?

Code:
// --------------------------------------------------------------------------------------
//   Define Name and ID's for this weather station
// --------------------------------------------------------------------------------------
const char* WeatherStation_Name = "MeteoCercal 1"; // Put here and identifier as your Weather Station name

Reply
#14

I suspect that there might be an issue with Wunderground at the moment. Our power was off for several hours on Friday and I didn't receive any emails from Wunderground telling me that they'd stopped receiving data from my weather station (or started receiving it again) like I normally do when the power drops off.
Reply
#15

Hi Werk
The top light and bottom are green the middle one is red. It all works localy It just doesnt upload to wunderground. I can see the webserver on my network.   IQUEENSL1244  is my wunderground ID  all the credientials are exactly the same..password has not changed..even checked all my details on wunderground
Reply
#16

Well, from what you say, you can be sure that your WiFi module is working properly, the fact that it is not uploading data to WU surely is caused by any other reason.

You may try to uncomment this line in Config_Options

Code:
//#define PRINT_DEBUG_WU_UPLOAD       // Prints to serial monitor messages related to Weather Underground upload.

and watch what you get on the serial monitor.

Reply
#17

Hi Werk

This was up at my farm. Went there for the weekend so I have bought it home with me to see what the issue is. I will try that suggestion first
Reply
#18

Hi Werk

I did the debugging and it seems to be ok. The unit has logged onto my router here at home..it also was logged onto my router at the farm. It certainly seems to be getting the time from the time server in the program. The name and password for underground is correct. but it just does not want to seem to connect or show on Wunderground.  Any other ideas?..I have checked all my details on Wunderground and they are all correct,,,so I am at a loss of what else I can do.  Do you know if anyone has had this sort of issue with Wunderground?..maybe its them..maybe my details are corrupted or something
Reply
#19

Hi Marrk,
Maybe try using the WU key option instead of the password option.
I found my key in my Cumulus.ini file.
Reply
#20

(13-05-2018, 02:07)Werk_AG Wrote:  Well, from what you say, you can be sure that your WiFi module is working properly, the fact that it is not uploading data to WU surely is caused by any other reason.

You may try to uncomment this line in Config_Options

Code:
//#define PRINT_DEBUG_WU_UPLOAD       // Prints to serial monitor messages related to Weather Underground upload.

and watch what you get on the serial monitor.

(16-05-2018, 11:41)markkkk42 Wrote:  Hi Werk

I did the debugging and it seems to be ok...

What is the output of the debugging? It should show you if the connection to WU was successful and if the data was sent.

Reply




Users browsing this thread: