Wifi module
12-05-2018, 11:37
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
12-05-2018, 18:00
(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
12-05-2018, 22:47
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.
12-05-2018, 22:51
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
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
13-05-2018, 02:07
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
and watch what you get on the serial monitor.
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.
13-05-2018, 03:57
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
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
16-05-2018, 11:41
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
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
16-05-2018, 21:24
Hi Marrk,
Maybe try using the WU key option instead of the password option.
I found my key in my Cumulus.ini file.
Maybe try using the WU key option instead of the password option.
I found my key in my Cumulus.ini file.
17-05-2018, 05:03
(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.
« Next Oldest | Next Newest »
Users browsing this thread:


