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

bad IP adress
#1

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:

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]


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
Reply


Messages In This Thread
bad IP adress - by f4aii - 10-04-2017, 21:41
RE: bad IP adress - by danner - 10-04-2017, 22:02
RE: bad IP adress - by werk_ag - 11-04-2017, 02:58
RE: bad IP adress - by f4aii - 11-04-2017, 08:57
RE: bad IP adress - by f4aii - 11-04-2017, 09:05
RE: bad IP adress - by werk_ag - 11-04-2017, 15:04
RE: bad IP adress - by f4aii - 12-04-2017, 08:30
RE: bad IP adress - by werk_ag - 12-04-2017, 13:16
RE: bad IP adress - by hornychz - 12-04-2017, 13:25
RE: bad IP adress - by f4aii - 12-04-2017, 15:36
RE: bad IP adress - by werk_ag - 12-04-2017, 20:43
RE: bad IP adress - by f4aii - 13-04-2017, 05:31
RE: bad IP adress - by f4aii - 21-01-2018, 12:19
RE: bad IP adress - by hornychz - 21-01-2018, 17:33
RE: bad IP adress - by werk_ag - 21-01-2018, 16:00



Users browsing this thread: 1 Guest(s)