-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4-Wire 54138 Watchdog timer reboot causing E13 #742
Comments
Ok, haven't had time to look at this yet. Call you back |
I can't reprocude, but see if the new beta version helps. |
Ok, Ill give it ago now. Do the errors mean anything to you? |
Oh, now I get web socket disconnections. With newest code too, so I will have too investigate more |
happens quicker if you are on the home page and turn the temp up from default 20, then refresh and its rebooted and the temps back at default 20 again. (ESP is on bench and not connected to pump atm). |
I sent you a coffee to help while to look into it ;) |
That very nice of you! Thanks!! |
Well, I've tried on 2x ESPs (I also completely erased them and started from scratch to rule out any oddities) and all seems fine when setting up via AP etc. get web page nice. Once on my Wifi I then configure in hardware to 54138 on DSP and CIO and then select v2b and reboot. It then it don't come back online. I'm constantly pinging the unit and all I see after the reboot is 1 high ping of say 380ms then times out forever. Below is a serial monitor from when the web page loads as (default) 6wire and I got into menu and setup 4 wire 54138 etc then reboot, seems to look ok on monitor but nothing comes in after the line 'pm open,type:2 0' Need anymore info? [WS][0][sendFrame] ------- send message frame ------- [WS][0][handleWebsocket] clientDisconnect code: 1000 Start connected with Matrix_IoT, channel 6 |
It looks normal. I don't know how well it reacts to pinging but you will (should) get more serial output when reloading a page. It may also be a problem if using several devices with the same hostname. If so edit config.h |
Normally it pings fine, no issues up until I select 4wire and reboot. On the last version it would ping all day until I changed a setting on web page and it would timeout while it watchdog rebooted.I'm trying to connect via hostname but mainly IP as more reliable but both just timeout on webpage, it's odd. If I default unit it works fine, it seems to be as soon as select 4wire and reboot.If I reboot the esp it just briefly pings once but high latency.I do IT as a job so I'm competent in that regard, Im gonna keep trying somethings and let you know.
|
Just got this when i managed to get a web page briefly Reconnecting to COM3
rf cal sector: 1020 Start connected with Matrix_IoT, channel 6 [write] n: 223 t: 42348 [WS][0][handleWebsocket] clientDisconnect code: 1000 |
The 4-wire models uses more more memory, leaving less for webserver, fileserver etc. It seems that reveals a bug in one or more of them. The strange thing is that it usually works when enabling debugging to serial. The 8266 webserver is allegedly bad at handling several simultaneous connections which may be why it works better with debug output, since it takes a little bit time to do the prints. But it also takes more memory which would make it worse. I struggled with this and implemented a second heap to gain a few kB but in the latest versions I reverted back to get more speed which I thought I needed for a new model. It worked fine on 6-wire models after reducing the number of page loads. Obviously not true for your model. |
After a bit more testing, from default all is good. I select 4wire cio and reboot and all is good. I then select v2b and reboot, still all good. Lastly I selected the first 4wire option on the page and bam, lots of timeouts, high latency and web page is very intermittent. I haven't tried the other options yet except mine but I'm thinking it will have same result. It used to work on the old firmware couple yrs back but did used to reboot once every day or 2. I'm guessing there's a lot more to this new all in 1 firmware that's affecting the 4wire. All these tests I've been doing are on the bench, not connected to pump. I noticed when 6wire default is selected the monitor picks up loads of traffic constantly spamming, unlike the 4wire. This is normal I presume. |
Can you knockup a barebone test firmware so I can try for you? |
D1 mini is the same chip so it would apply the same. I am wrestling with this issue and can't really make a barebone version because it only appears with everything stuffed in there. Thanks for the offer, I'll be in touch when I need help! |
Try dev branch now. If you get fails on page loading try restarting your router. More memory is now available for webserver and it works here most of the time. Had to restart the router and it worked fine again. I think using several devices makes the router confused or something. |
Hi VA, Right, Ive been doing some more testing with the last firmware and the new one you did today. I hope I've captured as much info as possible to help you with this issue, so please ignore anything you already know. 1st the other firmware where I said it was constantly dropping off 95% pings and unable to load a web page. I decided to hook it up to the pump and it behaved fairly different to my surprise, the pings where alot more reliable (maybe it wanted to see data from DSP?) now pings were 10% dropping and web page would keep dropping but the pump was happy. I experienced very little E13s if i left it alone. when i would say spam the temp up button it would drop and there was chance it dropped long enough that it would E13 but no watchdog reboot anymore. I say it was approx 90% reliable. 2nd, the new firmware 1400 today was uploaded and as you said I had some issues getting to fully load the webpage with all the graphics but eventually I got it. after this it does seem to only drop say 5% pings but better than before. The other issue however is that the signal coming out of the ESP is more unreliable now, causing alot more E13s even if I boot system and don't touch anything, it will always error within 3mins. control from app seems better but the signal drops are the issue causing the E13 now and not the watchdog. Below is some links to 5 videos I did to hope show what I mean. I have an oscilloscope set up on the 5v side of the LLC (Blue trace is DSP signal going into ESP and the Red trace is the Signal coming out of the ESP to the CIO) Is this normal that the DSP signal is 1v>5v and the ESP is generating 0v>5v. (note, I've tried the resistors and the ESP just doesn't output at all, not sure if too much pull so removed them). Link to 5x videos |
Good morning, I've read your posts @DeanozUK and we have 2 separate issues. 1 It seems to be caused by too little free memory available. I say "seems" here because I can't see any out of memory errors when debugging. The ESP does not fail gracefully by design as I understand it. So trial and error. In the last update I made, I got enough free memory to make it work in most cases. Now I have just found that I can kick out the wifimanager library and free up several more kB, so I hope this issue will disappear in next release. 2 It's weird that the low states is changing with time! I mean, the pull resistors don't change value. Measurement issue? Does it behave the same when the ESP is not in curcuit? If the voltage doesn't cross the LOW threshold for the ESP it will not react/answer and the DSP will go E13. I'll think about it. |
@DeanozUK How long delay can the dsp take before panicking would you say? |
See if this code works without E13. Max time between transmissions is 2000 ms even if we miss a reception or more. Note - this is an experimental version with a different hostname. Only a thing if you use layzspa.local instead of IP. |
Hi VA, I agree that there is 2 issues here. After more testing I did indeed put the pump back to default wiring and did some capturing and the wave forms are indeed 0v-5v and stable. This leads me to believe its the input impedance. So I tried a 10k pull down and same result, tried 1k and that just reduced the upper to 4v so I removed them. Then looked into the ESP pin outs on datasheets and rewired and configured the pins as custom as reading up it says 1,2,5 and 6 are best for data and not used for anythg else.
Testing shows approx >2-3secs. So max times between TX 2000ms should be good. I will get on with installing this release and let you know. |
Hi! There is a new version in development branch now. It is pretty much the same version you had, but with some general improvements. |
2 hour without E13 :) |
Crossing my fingers 🤞🏻 |
@deanZZZZZ @DeanozUK same person? |
hehe no |
Hi VA,Haha, we are different people 😉 I've been doing some testing and it's much better but I have had some e13 issues but it is deffo better. I also had to connect to testssid and Wireshark the IP as it lost the configured, but I got it. I've just got in from work and it's alarming e13 so need to do some checks to try and pinpoint it. I've got some waveforms from first tests last night that showed a 5.5s gap then 3rapid bursts of data (poss trying to catchup) but need to test more.Shall I just update to latest release or carry on with this one as mostly the same?DeanOn 8 Jul 2024 15:01, visualapproach ***@***.***> wrote:
@deanZZZZZ @DeanozUK same person?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Alrighty then! I recommend that you update to the released version 4.4.1 (same in both branches for the moment) |
hmm... but for me it worked for two days without a problem, then SW 4x a day... and again 1 day ok... and similar |
I'm also seeing the En8 error now as well, between this and the E13 error normally 3-4 times a day then it's sometimes ok for a day. |
Weird message. If you want you can experiment with this value in |
Seeing a similar issue; can anyone confirm the 4 pin wiring for a PCB type v2b please? Picture if possible? |
@visualapproach / @DeanozUK , did you manage to get to the root of the E13 error as it still seems to pop-up in the discussions on the latest firmware too? |
Some of the errors were due to a too long startup sequence. That's fixed now but it won't help bad connections or other causes. |
Has this problem been fixed? I’ve got a 4 wire version for my 54138 arriving next week |
I've ordered the pcb v2B to retest this as I was previously using the v1 board. I have the 54144 model which is functional however I seem to be getting the E13 every 20-30 minutes now, no other errors just E13. The pump still responds to all commands when the E13 error appears but it's beeping is very annoying. I've tried moving my AP to within 1 meter of the pump so it has an excellent signal, NTP is set and I've tried different pins all seem to provide the same results. I'm currently using 1,2,6 & 5 and it's very consistent at working fine for 30 minutes before E13 appears. The E13 doesn't appear to show in anyway in home assistant so I'm not actually aware when it happens without physically checking, there's also no connect drop recorded on my AP. The latest firmware 4.4.6 has been used since I created a fresh install on the v2b pcb I'm getting to the point where I want to dig the damn speaker out the display! |
I don't think the E13 is caused by bad wifi. Unless the ESP hangs and don't send data to the display. The display throws E13 when it doesn't get any data in a while or when the data is corrupted or doesn't match the expectation. |
I'll give that a test, I always have take control turned on as standard |
I can confirm the E13 error still occurs even when take control is disabled |
Okay, that's good in a way. It means it is not the ESP that inject errors. |
No rush mate, any help is appreciated = ) |
Ok, that is weird. I will see if I can improve the debugging feature. Have two jobs at the moment so maybe have time on the weekend. |
@dave2802 sorry for late action. I found a bug in the debugging code. Please try again with the latest development branch. |
Hi, I'm just testing this now, it appears to be fluctuating between 0ms and 2,000ms currently but I'm awaiting the E13 so I'll report back when that hits |
Ok, you can try to lower the max allowed time between transmissions to the display by editing line 38 in lib/dsp/DSP_4W.h to say 500 or 1000. See if it works better. |
Similar results on 1000, 30 minutes ish and then the E13, the dsp msg int showed 1,000ms roughly with no change. |
Ok then we can probably assume that it gets messages often enough. So, from the top of my head, it may be that it's not happy with the data we feed it. Either due to bad signal or just not the expected response. Or maybe the CIO reports error. This you should be able to tell from the HA error sensor. |
The HA error code no longer provides me anything other than 0, this did use to work on the previous pcb v1 board I had but that was running an older version (4.4.1) |
I may have workaround, I've disconnected the speaker in the display and am just controlling the pump/heating via HA. The display sits there flashing E13 however I have full control unless and actual error occurs which it appears to show errors in HA now other than the E13 which is perfect. The ability to control when the heating is turned on and off via automation is all I really need and at least the unit is not sat there beeping 24/7 :) |
This is something I thought about doing as my E13 comes up nearly straight away but I seem to be able to control it perfectly with the webpage just not the hot tub display. Was it easy to remove the speaker? |
Yeah, I had to break the gel around the speaker with a Stanley blade and then I used a flat blade screwdriver to pop it off, it only has two very thin wires so they come off easy. I've tested soldering the speaker back on and the unit works as it previously did but it's so nice not having to listen to it beeping all the time. Obviously you miss the start up beep and feedback on the display without the speaker but it's worth it for the remote control. I've now been able to use it fully for over 24 hours with no problems which is a first on this 4 pin pump for me |
Perfect I may give it a go. Let me know how you get on with it over the next week or so and if it continues to work fine on ha I will definitely do it to mine. |
@dave2802 how’s the pump been running? Still working fine with no e13 errors? I am considering doing it this weekend. |
Yeah really good since I've accepted the E13 message on the display and removed the speaker. I've had it running since last week and I've only needed to reset it once (E03 error I think) which was just the filter that needed cleaning, this error showed up in HA which was nice. |
That’s great, I will do this sometime this week or the weekend then. I really want it to work, and my main reason is to stop the hot tub turning off after 3 days of inactivity. |
Describe the bug
After install board seems to be stable with no issues until I select 4wire 54138 on CIO and DSP and reboot. While the board is idle (not even connected to pump) it will periodically reboot and when checking reason it says watchdog
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect the unit to be stable when idle and when connected to unit
Screenshots
ESP WDT Error.txt
Hardware (please complete the following information):
Software (please complete the following information):
Additional context
When its connected to the pump after startup I will just leave it without touching any buttons. only load the web page and after short amount of time it will E13.
Also tried 2 other ESPs and the beta version to no effect.
Below is the result from USB Monitor.
Writing cmdq.json (I was changing temp on web page)
Done!
Writing cmdq.json
Done!
Writing cmdq.json
Done!
Writing cmdq.json
Done!
Writing cmdq.json
Done!
Writing cmdq.json
Done!
--------------- CUT HERE FOR EXCEPTION DECODER ---------------
Soft WDT reset
Exception (4):
epc1=0x40234f9c epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000
Level1Interrupt: Level-1 interrupt as indicated by set level-1 bits in the INTERRUPT register
epc1=0x40234f9c in AsyncTCPbuffer::write(unsigned char const*, unsigned int) at ??:?
ctx: cont
sp: 3fff1d40 end: 3fff2040 offset: 0160
3fff1ea0: 00000000 00000066 89374bc6 07f64dd6
3fff1eb0: 4010a85b 0006e2db 00000000 40109bdc
3fff1ec0: 4010a85b 00000066 0000012f 4021f402
3fff1ed0: 0006da50 0000012f 40284928 00000004
3fff1ee0: 40284930 00000004 40284938 40109bac
3fff1ef0: 4010a72c 40109bdc 00000195 4021f6d1
3fff1f00: 00000001 4028467c 00000005 40284684
3fff1f10: 95017e81 00000000 00000000 00000000
3fff1f20: 00000000 40284660 00000004 402846a4
3fff1f30: 00000000 00000004 00000001 00000001
3fff1f40: 00000001 00000001 00000000 402846cc
3fff1f50: 00000006 402846d4 00000004 4010a72c
3fff1f60: 40109bdc 00000195 40109bac 4021e761
3fff1f70: 00000000 402846c4 00000004 40283a0c
3fff1f80: 00000001 4010a000 00000000 3ffefca4
3fff1f90: e1f3b4e6 41a998c4 3fff1fb0 3ffefca4
3fff1fa0: 00000001 3ffef85c 3ffef6bc 4020d163
3fff1fb0: 4010a72c 0195019f 80000000 00000000
3fff1fc0: 00000001 3ffef938 3ffef85c 4021c72d
3fff1fd0: 401081d4 3ffefb14 401081d4 4021b181
3fff1fe0: 00000000 000f000f 00000000 00000000
3fff1ff0: 00000000 611e0a0a feefeffe feefeffe
3fff2000: 401081d4 feefeffe feefeffe 3ffefca4
3fff2010: 3fffdad0 00000000 3ffefc78 3ffefca4
3fff2020: 3fffdad0 00000000 3ffefc78 402310d0
3fff2030: feefeffe feefeffe 3fffdab0 401014a1
<<<stack<<<
0x4021f402 in WebSockets::write(WSclient_t*, unsigned char*, unsigned int) at ??:?
0x40284928 in etharp_output at ??:?
0x40284930 in etharp_output at ??:?
0x40284938 in etharp_output at ??:?
0x4021f6d1 in WebSockets::sendFrame(WSclient_t*, WSopcode_t, unsigned char*, unsigned int, bool, bool) at ??:?
0x4028467c in etharp_output at ??:?
0x40284684 in etharp_output at ??:?
0x40284660 in etharp_output at ??:?
0x402846a4 in etharp_output at ??:?
0x402846cc in etharp_output at ??:?
0x402846d4 in etharp_output at ??:?
0x4021e761 in WebSocketsServerCore::broadcastTXT(unsigned char*, unsigned int, bool) at ??:?
0x402846c4 in etharp_output at ??:?
0x40283a0c in etharp_output at ??:?
0x4020d163 in sendWS() at ??:?
0x4021c72d in loop at ??:?
0x4021b181 in setup at ??:?
0x402310d0 in loop_wrapper() at core_esp8266_main.cpp:?
0x401014a1 in cont_wrapper at ??:?
--------------- CUT HERE FOR EXCEPTION DECODER ---------------
4#-a|(␕␗�P␚v␛X �
hu␗Xh 4�r(␑,+,#A␑␑@�␕4nzAl )z�~,j �r(␗%␑␙@#A.�,��␎|l )z�~,PZ8�~,PZ�P,U.4/'�rf cal sector: 1020freq trace enable 0
rf[112] : 0�
Start
Millis: 91 @ line: 41
startWiFi() @ millis: 328
Setting static IP
WiFi > using static IP t(�?␏ on gateway 10.10.30.1
WiFi > Using WiFiManager Config Portal
*WM:
*WM: AutoConnect
*WM: Connecting as wifi client...
*WM: Status:
*WM: 0
*WM: Using last saved values, should be faster
got IP: 10.10.30.97
start NTP
WS IRamheap 9296
IRamheap 8048
startmqtt
Failed to read mqtt.json. Using defaults.
*WM: Connection result:
*WM: 3
*WM: IP Address:
*WM: 10.10.30.97
*WM: freeing allocated params!
End of setup()
Millis: 3460 @ line: 73
33072
--------------- CUT HERE FOR EXCEPTION DECODER ---------------
Soft WDT reset
Exception (4):
epc1=0x402316c9 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000
Level1Interrupt: Level-1 interrupt as indicated by set level-1 bits in the INTERRUPT register
epc1=0x402316c9 in __delay at ??:?
ctx: cont
sp: 3fff1d60 end: 3fff2040 offset: 0160
3fff1ec0: 4010a846 0000004a 0000013a 4021f41e
3fff1ed0: 00066203 0000013a 40284928 00000004
3fff1ee0: 40284930 00000004 40284938 40109bac
3fff1ef0: 4010a70c 40109bdc 00000184 4021f6d1
3fff1f00: 00000001 4028467c 00000005 40284684
3fff1f10: 84017e81 00000000 00000000 00000000
3fff1f20: 00000000 40284660 00000004 402846a4
3fff1f30: 00000000 00000004 00000001 00000001
3fff1f40: 00000001 00000001 00000000 402846cc
3fff1f50: 00000006 402846d4 00000004 4010a70c
3fff1f60: 40109bdc 00000184 40109bac 4021e761
3fff1f70: 00000000 402846c4 00000004 40283a0c
3fff1f80: 00000001 4010a000 00000000 3ffefca4
3fff1f90: 7b6eb30a 41a998c2 3fff1fb0 3ffefca4
3fff1fa0: 00000000 3ffef85c 3ffef6bc 4020d163
3fff1fb0: 4010a70c 0184018f 80000000 00000000
3fff1fc0: 00000000 3ffef938 3ffef85c 4021c72d
3fff1fd0: 401081d4 3ffefb14 401081d4 4021b181
3fff1fe0: 00000000 000f000f 00000000 00000000
3fff1ff0: 00000000 611e0a0a feefeffe feefeffe
3fff2000: 401081d4 feefeffe feefeffe 3ffefca4
3fff2010: 3fffdad0 00000000 3ffefc78 3ffefca4
3fff2020: 3fffdad0 00000000 3ffefc78 402310d0
3fff2030: feefeffe feefeffe 3fffdab0 401014a1
<<<stack<<<
0x4021f41e in WebSockets::write(WSclient_t*, unsigned char*, unsigned int) at ??:?
0x40284928 in etharp_output at ??:?
0x40284930 in etharp_output at ??:?
0x40284938 in etharp_output at ??:?
0x4021f6d1 in WebSockets::sendFrame(WSclient_t*, WSopcode_t, unsigned char*, unsigned int, bool, bool) at ??:?
0x4028467c in etharp_output at ??:?
0x40284684 in etharp_output at ??:?
0x40284660 in etharp_output at ??:?
0x402846a4 in etharp_output at ??:?
0x402846cc in etharp_output at ??:?
0x402846d4 in etharp_output at ??:?
0x4021e761 in WebSocketsServerCore::broadcastTXT(unsigned char*, unsigned int, bool) at ??:?
0x402846c4 in etharp_output at ??:?
0x40283a0c in etharp_output at ??:?
0x4020d163 in sendWS() at ??:?
0x4021c72d in loop at ??:?
0x4021b181 in setup at ??:?
0x402310d0 in loop_wrapper() at core_esp8266_main.cpp:?
0x401014a1 in cont_wrapper at ??:?
--------------- CUT HERE FOR EXCEPTION DECODER ---------------
4#-a|(␕�r�dNX �
hu␗Xh 4�"(␑,+,#A�␑@�␕4nzAl )z�~,j �r(␗%␑␙@#A.�,�␎|l )z�~,PZ8�~,PZ�P,U.4/N�rfcal sector: 1020
freq trace enable 0
rf[112] : 0�
Start
Millis: 91 @ line: 41
startWiFi() @ millis: 334
Setting static IP
WiFi > using static IP t(�?␏ on gateway 10.10.30.1
WiFi > Using WiFiManager Config Portal
*WM:
*WM: AutoConnect
*WM: Connecting as wifi client...
*WM: Status:
*WM: 0
*WM: Using last saved values, should be faster
got IP: 10.10.30.97
start NTP
WS IRamheap 9296
IRamheap 8048
startmqtt
Failed to read mqtt.json. Using defaults.
*WM: Connection result:
*WM: 3
*WM: IP Address:
*WM: 10.10.30.97
*WM: freeing allocated params!
End of setup()
Millis: 3469 @ line: 73
33296
--------------- CUT HERE FOR EXCEPTION DECODER ---------------
Soft WDT reset
Exception (4):
epc1=0x4023100c epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000
Level1Interrupt: Level-1 interrupt as indicated by set level-1 bits in the INTERRUPT register
epc1=0x4023100c in esp_try_delay(unsigned int, unsigned int, unsigned int) at ??:?
ctx: cont
sp: 3fff1d60 end: 3fff2040 offset: 0160
3fff1ec0: 4010a77f 00000115 00000073 4021f41e
3fff1ed0: 00031647 00000073 40284928 00000004
3fff1ee0: 40284930 00000004 40284938 40109bac
3fff1ef0: 4010a70c 40109bdc 00000188 4021f6d1
3fff1f00: 00000001 4028467c 00000005 40284684
3fff1f10: 88017e81 00000000 00000000 00000000
3fff1f20: 00000000 40284660 00000004 402846a4
3fff1f30: 00000000 00000004 00000001 00000001
3fff1f40: 00000001 00000001 00000000 402846cc
3fff1f50: 00000006 402846d4 00000004 4010a70c
3fff1f60: 40109bdc 00000188 40109bac 4021e761
3fff1f70: 00000000 402846c4 00000004 40283a0c
3fff1f80: 00000001 4010a000 00000000 3ffefca4
3fff1f90: 9b6a9771 41a998b1 3fff1fb0 3ffefca4
3fff1fa0: 00000000 3ffef85c 3ffef6bc 4020d163
3fff1fb0: 4010a70c 0188018f 80000000 00000000
3fff1fc0: 00000000 3ffef938 3ffef85c 4021c72d
3fff1fd0: 401081d4 3ffefb14 401081d4 4021b181
3fff1fe0: 00000000 000f000f 00000000 00000000
3fff1ff0: 00000000 611e0a0a feefeffe feefeffe
3fff2000: 401081d4 feefeffe feefeffe 3ffefca4
3fff2010: 3fffdad0 00000000 3ffefc78 3ffefca4
3fff2020: 3fffdad0 00000000 3ffefc78 402310d0
3fff2030: feefeffe feefeffe 3fffdab0 401014a1
<<<stack<<<
0x4021f41e in WebSockets::write(WSclient_t*, unsigned char*, unsigned int) at ??:?
0x40284928 in etharp_output at ??:?
0x40284930 in etharp_output at ??:?
0x40284938 in etharp_output at ??:?
0x4021f6d1 in WebSockets::sendFrame(WSclient_t*, WSopcode_t, unsigned char*, unsigned int, bool, bool) at ??:?
0x4028467c in etharp_output at ??:?
0x40284684 in etharp_output at ??:?
0x40284660 in etharp_output at ??:?
0x402846a4 in etharp_output at ??:?
0x402846cc in etharp_output at ??:?
0x402846d4 in etharp_output at ??:?
0x4021e761 in WebSocketsServerCore::broadcastTXT(unsigned char*, unsigned int, bool) at ??:?
0x402846c4 in etharp_output at ??:?
0x40283a0c in etharp_output at ??:?
0x4020d163 in sendWS() at ??:?
0x4021c72d in loop at ??:?
0x4021b181 in setup at ??:?
0x402310d0 in loop_wrapper() at core_esp8266_main.cpp:?
0x401014a1 in cont_wrapper at ??:?
--------------- CUT HERE FOR EXCEPTION DECODER ---------------
4#-a|(␕␗�P␚v␛X �
hu␗Xh 4�r(␑,+,#A␑␑@�␕␔nzAl )z�~,j �r(␗%␑␙@#A.�,4nzAl )z�~,PZ8�~,PZ�P,U.4/'�rf cal sector: 1020freq trace enable 0
rf[112] : 0�
Start
Millis: 91 @ line: 41
startWiFi() @ millis: 340
Setting static IP
WiFi > using static IP t(�?␏ on gateway 10.10.30.1
WiFi > Using WiFiManager Config Portal
*WM:
*WM: AutoConnect
*WM: Connecting as wifi client...
*WM: Status:
*WM: 0
*WM: Using last saved values, should be faster
got IP: 10.10.30.97
start NTP
WS IRamheap 9296
IRamheap 8048
startmqtt
Failed to read mqtt.json. Using defaults.
*WM: Connection result:
*WM: 3
*WM: IP Address:
*WM: 10.10.30.97
*WM: freeing allocated params!
End of setup()
Millis: 3494 @ line: 73
33176
The text was updated successfully, but these errors were encountered: