Good evening,
I configured the RX for internet connection and wunderground but it seems not to be able to connect. The 2 points remain red, those next to the hour display. Also, the address displayed in the serial monitor is not good and does not match my network.
i read this: http://www.meteocercal.info/forum/Thread...me-display
Nevertheless, in the monitor series, I can read:
I assigned a fixed ip 192.168.0.33 with the mac address.
If the monitor icon appears blue , it says it is connected but my router does not see it and monitor icon is grey.
there isn't wifi AP with 192.168.1.xxx on my network.
The RX deck is a few meters from the wifi router, no reception level problem.
![[Image: 112.jpg]](https://i58.servimg.com/u/f58/18/46/27/88/112.jpg)
A device connected to the monitor turned on on my router, as seen for UBNT on the picture.
The RX configuration i use.
my wunderground account:
https://www.wunderground.com/personal-we...=ISUSVILL2
Webserver not responding but the time is synchronized, maybe with PC?
Why the 192.168.1.151 adress appear? is there a default value somewhere ?
if you have an idea...
thanks
I configured the RX for internet connection and wunderground but it seems not to be able to connect. The 2 points remain red, those next to the hour display. Also, the address displayed in the serial monitor is not good and does not match my network.
i read this: http://www.meteocercal.info/forum/Thread...me-display
Nevertheless, in the monitor series, I can read:
Quote:ESP8266 FW Version: WIFI CONNECTED
WIFI GOT IP
AT+GMR
AT version:0.60.0.0(Jan 29 2016 15:10:17)
SDK version:1.5.2(7eee54f4)
Ai-Thinker Technology Co. Ltd.
May 5 2016 17:30:30
OK
Mode station OK
Join AP success
IP:+CIFSR:STAIP,"192.168.1.151"
+CIFSR:STAMAC,"5c:cf:7f:c2:xx:xx"
Multiple mux OK
Start tcp server at port 80 OK
STATUS:2
Set tcp server timout 30 seconds
ESP8622 init end
I assigned a fixed ip 192.168.0.33 with the mac address.
If the monitor icon appears blue , it says it is connected but my router does not see it and monitor icon is grey.
there isn't wifi AP with 192.168.1.xxx on my network.
The RX deck is a few meters from the wifi router, no reception level problem.
![[Image: 112.jpg]](https://i58.servimg.com/u/f58/18/46/27/88/112.jpg)
A device connected to the monitor turned on on my router, as seen for UBNT on the picture.
The RX configuration i use.
Code:
#define Enable_Internet 1 // 1= Enable Internet connection, 0= Disable
#define SSID "freebox_XXXXXXX"
#define PASSWORD "xxxxxxxxxx"
#define Enable_NTP 1 // 1= Enable Sync time with NTP servers, 0= Disable
// NTP Server:
#define timeServer "time.nist.gov" // ntp1.nl.net NTP server
//#define timeServer "80.96.196.58" // timp.mcsi.ro
//#define timeServer "193.79.237.14" // ntp1.nl.net NTP server
// Weather Wunderground Settings
#define Enable_WUupload 1 // 1= Enable upload to Wunderground, 0= Disable
#define WUupload_period 3 // Period in minutes between uploads to WU (avoid use less than 3 minutes)
#define WUupload_InTemp 1 // 1= Enable upload of Inside Temperature / Humidity, 0= Disable
// ---- Wunderground Personal Data
#define WUNDERGROUND_STATION_ID "ISUSVILL2" // Weather Underground station ID
#define WUNDERGROUND_PWD "xxxxxxxx" // Weather Underground password
// Web Server Settings
#define Enable_WebServer 1 // 1= Enable 0= Disable
#define WebServer_port 80 // WebServer port (default 80)my wunderground account:
https://www.wunderground.com/personal-we...=ISUSVILL2
Webserver not responding but the time is synchronized, maybe with PC?
Why the 192.168.1.151 adress appear? is there a default value somewhere ?
if you have an idea...
thanks



![[Image: 113.jpg]](https://i58.servimg.com/u/f58/18/46/27/88/113.jpg)
![[Image: 115.jpg]](https://i58.servimg.com/u/f58/18/46/27/88/115.jpg)