-
Notifications
You must be signed in to change notification settings - Fork 289
Repeatedly tries to reconnect and restarts #30
Comments
`*WM: host Exception (29): ctx: cont
ets Jan 8 2013,rst cause:2, boot mode:(3,6) load 0x4010f000, len 1384, room 16 Exception (29): ctx: cont
ets Jan 8 2013,rst cause:2, boot mode:(3,6) load 0x4010f000, len 1384, room 16 This repeats forever. Any fix please? |
I am facing exactly the same issue here :(
|
Hhmm are you using different wifimanager, maybe you need to update or try another ?? |
Hi, Regards |
,rst cause:2, boot mode:(3,6) could also be a Problem with the power supply. How do. you power your ESP? |
|
what is strange that i can connect to the esp but dunno how it is working.. it is not connected to my router. And I dunno how to make it connecting to this /wlan_reset won't work I used exactly the same wifi manager |
Can I somehow set the routers SSID and password to connect diectly? |
has someone here implmented this in home assistant ? I just dont get it running no matter what i do |
Unfortunatelz i could not get this running on my ESP. I finally gave up It
connects temporairlz but disconnects right after that no idea how to
proceed
2017-08-10 21:33 GMT+02:00 Tobias Blum <notifications@github.com>:
… ,rst cause:2, boot mode:(3,6) could also be a Problem with the power
supply. How do. you power your ESP?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMtAfxP4b0rHlflOIkEhW2XQKXpWmKXKks5sW1rsgaJpZM4OwwdK>
.
|
I got it "bypassed" by factory resetting my ESP8266 and re-flash the old version firmware. Later versions do not work. This is not a fix but is likely to be the simplest solution. |
please use ESP_8266_BIN0.92.bin |
how would that be done. I mean the steps. is that bin file all i need to
copy on the esp?
2017-08-17 21:21 GMT+02:00 Fireflaker <notifications@github.com>:
… ESP8266Flasher.zip
<https://github.com/toblum/McLighting/files/1232352/ESP8266Flasher.zip>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMtAf4YPSTKiBywshYug_o2gGdl2D3tlks5sZJKngaJpZM4OwwdK>
.
|
Are there any problems still open? If you want to use the old version without MQTT, you could always get it at: https://github.com/toblum/McLighting/tree/5f7733ebd335d55610cbe0bfb6ad8fcd1168bda0 |
i'm having the panic/crash issue here with MQTT enabled. I disabled in definitions.h and it works normally. |
Okay, I think I figured out the MQTT crashing issue. I noticed that both @thundergreen and I use home-assistant. More than likely we are using PubSubClient for other things in our enviornment, and in my case I'm using Sonoff-Tasmota which uses a larger MQTT_MAX_PACKET_SIZE https://github.com/arendst/Sonoff-Tasmota/wiki/Prerequisite#installing-external-libraries I changed my PubSubClient.h back to default and I was able to re-compile and boot my ESP, I'm wondering if I should use MQTT_MAX_PACKET_SIZE 256 in the library itself? |
@noisufnoc I also noticed issues regarding this setting. Maybe this will be fixed in PubSubClient in a later release. In the meanwhile we have to adjust the setting according to the project. |
Can someone please point me to the right solution here? It seems a bit confusing for me which PubSubClient to akte and how to configure now |
@thundergreen If you use the latest PubSubClient without modifications it should work without problems. If you patched the PubSubClient for some reason (Tasmota or somethin glike that), you may have to reverse that change temporarily. |
How can I modify the code to make it work as a wifi server instead of a client?
The text was updated successfully, but these errors were encountered: