[SOLVED] ESP8266 Gateway endless loop
-
Hi every one
I'm looking for some help. I have ESP8266 setup as a gateway and was having some issues as can be seen in this post
http://forum.mysensors.org/topic/2265/esp8266-gateway-can-t-press-start-for-inclusion/7
I got around it with the fixes i had writen but have built a few more sensors so thought i would up date the gateway so I could add the sensors with out so much reflashing. I downloaded the Latest Dev branch and did a clean install of every thing then uploaded the basic ESP8266 gateway sketch.when it boots up i am getting the following from serial output
ü!m!„þæÊõþ0;255;3;0;9;Starting gateway (RNNGE-, 2.0.0-beta)
0;255;3;0;9;Radio init successful.
scandone
state: 0 -> 2 (b0)
state: 2 -> 3 (0)
state: 3 -> 5 (10)
add 0
aid 5
cntconnected with home, channel 1
dhcp client start...
.ip:192.168.1.211,mask:255.255.255.0,gw:192.168.1.254
.IP: 192.168.1.211
ü!m!„þæÊõþ0;255;3;0;9;Starting gateway (RNNGE-, 2.0.0-beta)
0;255;3;0;9;Radio init successful.
scandone
state: 0 -> 2 (b0)
state: 2 -> 3 (0)
state: 3 -> 5 (10)
add 0
aid 5
cntconnected with home, channel 1
dhcp client start...
.ip:192.168.1.211,mask:255.255.255.0,gw:192.168.1.254
.IP: 192.168.1.211
ü!m!BÿÄ1õþ0;255;3;0;9;Starting gateway (RNNGE-, 2.0.0-beta)
0;255;3;0;9;Radio init successful.
scandone
state: 0 -> 2 (b0)
state: 2 -> 3 (0)
state: 3 -> 5 (10)
add 0
aid 5
cntit just goes in a loop.
Any help would be much appreciated
Thanks
-
I have exactly the same problem.
-
I have some problem as well with the last 2.1.0 ESP8266 board files.
You may want to try by downgrading to 2.0.0, work in my case.
-
@emc2
Thank you. Worked for me too.But..before I downgraded to 2.0.0 I did a test with GatewayESP8266MQTTClient and that one did work with the 2.1.0 ESP8266 board version.
So for me, with the latest bord files for the ESP:
GatewayESP8266MQTTClient is OK
GatewayESP8266 is not OK//Adam
-
thanks Emc2 and mille for the feed back, Ill give 2.0.0 a go
-
I had the same problem after updating to 2.1.0. I was getting wdt reset error, @Admin @hek could you please look into the issue???
-
Thanks going down to 2.0.0 worked for me.
-
Thanks - been racking by brain over this. Going back to 2.0.0 also works for me.
-
@Opus40 enabling MY_USE_UDP in ESP8266 prevents wdt from barking (but obviously not a solution for the gw)