esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
291 stars 34 forks source link

Lolin D1 Mini & Lolin TFT-2.4 - No display #4618

Closed dseeva closed 1 year ago

dseeva commented 1 year ago

The problem

Hi, I cannot get the TFT display to work with the D1 mini via ESPHome, I can flash both OpenHASP and a ILI9341 demo script to the D1 and successfully get the display to output but the ESPHome YAML causes a boot loop during the setup of the SPI Bus, I've tried just about every pin combination I can find googling and used a multimeter to confirm the vias on the side of the screen match the pins I've set in the YAML, but I'm having no joy so far. It occurs with or without the I2C sensor in the YAML/wired up to the board.

Parts: https://www.wemos.cc/en/latest/d1/d1_mini_3.1.0.html https://www.wemos.cc/en/latest/d1_mini_shield/tft_2_4.html

Which version of ESPHome has the issue?

2023.6.2

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

2023.6.2

What platform are you using?

ESP8266

Board

LOLIN D1 mini v3.1.0

Component causing the issue

SPI

Example YAML snippet

esphome:
  name: esphome-web-660186
  friendly_name: garage-temp

esp8266:
  board: esp01_1m

# Enable logging
logger:

# Enable Home Assistant API
api:
  encryption:
    key: bum

ota:

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: wee
    password: poo

captive_portal:

display:
  - platform: ili9xxx
    model: ili9341
    dc_pin: 15
    cs_pin: 16

spi:
  clk_pin: 14
  miso_pin: 12
  mosi_pin: 13

i2c:
  sda: 4
  scl: 5
  scan: true
  id: bus_a

sensor:
  - platform: tmp117
    name: "Garage Temperature"
    update_interval: 60s

Anything in the logs that might be useful for us?

[23:26:38][I][app:127]: Forcing a reboot...
[23:26:39][W][wifi_esp8266:482]: Event: Disconnected ssid='IoT WLAN' bssid= reason='Association Leave'
[23:26:39]
[23:26:39] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[23:26:39]
[23:26:39]load 0x4010f000, len 3460, room 16 
[23:26:39]tail 4
[23:26:39]chksum 0xcc
[23:26:39]load 0x3fff20b8, len 40, room 4 
[23:26:39]tail 4
[23:26:39]chksum 0xc9
[23:26:39]csum 0xc9
[23:26:39]v000776f0
[23:26:39]~ld
[23:26:39][I][logger:262]: Log initialized
[23:26:39][C][ota:469]: There have been 0 suspected unsuccessful boot attempts.
[23:26:39][I][app:029]: Running through setup()...
[23:26:39][C][spi:023]: Setting up SPI bus...
[23:26:39]
[23:26:39]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:39]
[23:26:39]Exception (9):
[23:26:39]epc1=0x40225076 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263142 depc=0x00000000
[23:26:39]
[23:26:39]>>>stack>>>
[23:26:39]
[23:26:39]ctx: cont
[23:26:39]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[23:26:39]3ffffda0:  02625a00 3fff12ac 3fff1144 40210924  
[23:26:39]3ffffdb0:  00000003 3ffefb40 00000003 402250dd  
[23:26:39]3ffffdc0:  02625a00 40260001 3fff133c 00000003  
[23:26:39]3ffffdd0:  3fff12ac 40263145 40263142 402115b0  
[23:26:39]3ffffde0:  00000003 40263142 3fff133c 402119b8  
[23:26:39]3ffffdf0:  3fff133c 00000003 40263142 40211a02  
[23:26:39]3ffffe00:  000000ef 00000003 3fff133c 40100264  
[23:26:39]3ffffe10:  3ffffe60 00000003 3fff133c 3fff131c  
[23:26:39]3ffffe20:  3fff133c 3fff1350 3fff133c 40211a39  
[23:26:39]3ffffe30:  00000000 00000000 3fff133c 40211513  
[23:26:39]3ffffe40:  00000000 00000003 3fff133c 402198d2  
[23:26:39]3ffffe50:  00000000 3fff1164 3ffef96c 4021a177  
[23:26:39]3ffffe60:  00000000 00000000 40219c00 3ffef96c  
[23:26:39]3ffffe70:  3ffef970 00000001 3ffef96c 40100274  
[23:26:39]3ffffe80:  3fff1440 3ffffea0 3ffef96c 4022c414  
[23:26:39]3ffffe90:  3fff12dc 00000002 3ffef96c 40219409  
[23:26:39]3ffffea0:  0000000a 0000000a 3fff1454 00000000  
[23:26:39]3ffffeb0:  00000010 4021accb 00000020 40100ff8  
[23:26:39]3ffffec0:  3fff133c 3ffefa34 00000008 00000000  
[23:26:39]3ffffed0:  3ffefa30 3ffefa1c 3ffef96c 4021acf1  
[23:26:39]3ffffee0:  ff5ecb36 1935c6ba 64310ee6 c1505169  
[23:26:39]3ffffef0:  11f1339d 75c391e5 301e62e5 1b8d7974  
[23:26:39]3fffff00:  3fffff08 0000000c 364d7330 47456930  
[23:26:39]3fffff10:  6943566f 00000000 00000000 00000000  
[23:26:39]3fffff20:  00000000 00000000 00000000 00000000  
[23:26:39]3fffff30:  00000000 00000000 ff5ecb36 1935c6ba  
[23:26:39]3fffff40:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:39]3fffff50:  301e62e5 1b8d7974 ff5ecb36 1935c6ba  
[23:26:39]3fffff60:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:39]3fffff70:  301e62e5 1b8d7974 feefeffe feefeffe  
[23:26:39]3fffff80:  00000010 feefeffe feefeffe feefeffe  
[23:26:39]3fffff90:  feefeffe feefeffe feefeffe 3ffefd40  
[23:26:39]3fffffa0:  3fffdad0 00000000 3ffefd2c 40228c74  
[23:26:39]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[23:26:39]<<<stack<<<
[23:26:39]
[23:26:39]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:39]
[23:26:39] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[23:26:39]
[23:26:39]load 0x4010f000, len 3460, room 16 
[23:26:39]tail 4
[23:26:39]chksum 0xcc
[23:26:39]load 0x3fff20b8, len 40, room 4 
[23:26:39]tail 4
[23:26:39]chksum 0xc9
[23:26:39]csum 0xc9
[23:26:39]v000776f0
[23:26:39]~ld
[23:26:39][I][logger:262]: Log initialized
[23:26:39][C][ota:469]: There have been 1 suspected unsuccessful boot attempts.
[23:26:39][I][app:029]: Running through setup()...
[23:26:39][C][spi:023]: Setting up SPI bus...
[23:26:39]
[23:26:39]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:39]
[23:26:39]Exception (9):
[23:26:39]epc1=0x40225076 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263142 depc=0x00000000
[23:26:39]
[23:26:39]>>>stack>>>
[23:26:39]
[23:26:39]ctx: cont
[23:26:39]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[23:26:39]3ffffda0:  02625a00 3fff12ac 3fff1144 40210924  
[23:26:39]3ffffdb0:  00000003 3ffefb40 00000003 402250dd  
[23:26:39]3ffffdc0:  02625a00 40260001 3fff133c 00000003  
[23:26:39]3ffffdd0:  3fff12ac 40263145 40263142 402115b0  
[23:26:39]3ffffde0:  00000003 40263142 3fff133c 402119b8  
[23:26:39]3ffffdf0:  3fff133c 00000003 40263142 40211a02  
[23:26:39]3ffffe00:  000000ef 00000003 3fff133c 40100264  
[23:26:39]3ffffe10:  3ffffe60 00000003 3fff133c 3fff131c  
[23:26:39]3ffffe20:  3fff133c 3fff1350 3fff133c 40211a39  
[23:26:39]3ffffe30:  00000000 00000000 3fff133c 40211513  
[23:26:39]3ffffe40:  00000000 00000003 3fff133c 402198d2  
[23:26:39]3ffffe50:  00000000 3fff1164 3ffef96c 4021a177  
[23:26:39]3ffffe60:  00000000 00000000 40219c00 3ffef96c  
[23:26:39]3ffffe70:  3ffef970 00000001 3ffef96c 40100274  
[23:26:39]3ffffe80:  3fff1440 3ffffea0 3ffef96c 4022c414  
[23:26:39]3ffffe90:  3fff12dc 00000002 3ffef96c 40219409  
[23:26:39]3ffffea0:  0000000a 0000000a 3fff1454 00000000  
[23:26:39]3ffffeb0:  00000010 4021accb 00000020 40100ff8  
[23:26:39]3ffffec0:  3fff133c 3ffefa34 00000008 00000000  
[23:26:39]3ffffed0:  3ffefa30 3ffefa1c 3ffef96c 4021acf1  
[23:26:39]3ffffee0:  ff5ecb36 1935c6ba 64310ee6 c1505169  
[23:26:39]3ffffef0:  11f1339d 75c391e5 301e62e5 1b8d7974  
[23:26:39]3fffff00:  3fffff08 0000000c 364d7330 47456930  
[23:26:39]3fffff10:  6943566f 00000000 00000000 00000000  
[23:26:39]3fffff20:  00000000 00000000 00000000 00000000  
[23:26:39]3fffff30:  00000000 00000000 ff5ecb36 1935c6ba  
[23:26:39]3fffff40:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:39]3fffff50:  301e62e5 1b8d7974 ff5ecb36 1935c6ba  
[23:26:39]3fffff60:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:39]3fffff70:  301e62e5 1b8d7974 feefeffe feefeffe  
[23:26:39]3fffff80:  00000010 feefeffe feefeffe feefeffe  
[23:26:39]3fffff90:  feefeffe feefeffe feefeffe 3ffefd40  
[23:26:39]3fffffa0:  3fffdad0 00000000 3ffefd2c 40228c74  
[23:26:39]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[23:26:39]<<<stack<<<
[23:26:39]
[23:26:39]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:39]
[23:26:39] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[23:26:39]
[23:26:39]load 0x4010f000, len 3460, room 16 
[23:26:39]tail 4
[23:26:39]chksum 0xcc
[23:26:39]load 0x3fff20b8, len 40, room 4 
[23:26:39]tail 4
[23:26:39]chksum 0xc9
[23:26:39]csum 0xc9
[23:26:39]v000776f0
[23:26:39]~ld
[23:26:39][I][logger:262]: Log initialized
[23:26:39][C][ota:469]: There have been 2 suspected unsuccessful boot attempts.
[23:26:39][I][app:029]: Running through setup()...
[23:26:39][C][spi:023]: Setting up SPI bus...
[23:26:39]
[23:26:39]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:39]
[23:26:39]Exception (9):
[23:26:39]epc1=0x40225076 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263142 depc=0x00000000
[23:26:39]
[23:26:39]>>>stack>>>
[23:26:39]
[23:26:39]ctx: cont
[23:26:39]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[23:26:39]3ffffda0:  02625a00 3fff12ac 3fff1144 40210924  
[23:26:39]3ffffdb0:  00000003 3ffefb40 00000003 402250dd  
[23:26:39]3ffffdc0:  02625a00 40260001 3fff133c 00000003  
[23:26:39]3ffffdd0:  3fff12ac 40263145 40263142 402115b0  
[23:26:39]3ffffde0:  00000003 40263142 3fff133c 402119b8  
[23:26:39]3ffffdf0:  3fff133c 00000003 40263142 40211a02  
[23:26:39]3ffffe00:  000000ef 00000003 3fff133c 40100264  
[23:26:39]3ffffe10:  3ffffe60 00000003 3fff133c 3fff131c  
[23:26:39]3ffffe20:  3fff133c 3fff1350 3fff133c 40211a39  
[23:26:39]3ffffe30:  00000000 00000000 3fff133c 40211513  
[23:26:39]3ffffe40:  00000000 00000003 3fff133c 402198d2  
[23:26:39]3ffffe50:  00000000 3fff1164 3ffef96c 4021a177  
[23:26:39]3ffffe60:  00000000 00000000 40219c00 3ffef96c  
[23:26:39]3ffffe70:  3ffef970 00000001 3ffef96c 40100274  
[23:26:39]3ffffe80:  3fff1440 3ffffea0 3ffef96c 4022c414  
[23:26:39]3ffffe90:  3fff12dc 00000002 3ffef96c 40219409  
[23:26:39]3ffffea0:  0000000a 0000000a 3fff1454 00000000  
[23:26:39]3ffffeb0:  00000010 4021accb 00000020 40100ff8  
[23:26:39]3ffffec0:  3fff133c 3ffefa34 00000008 00000000  
[23:26:39]3ffffed0:  3ffefa30 3ffefa1c 3ffef96c 4021acf1  
[23:26:40]3ffffee0:  ff5ecb36 1935c6ba 64310ee6 c1505169  
[23:26:40]3ffffef0:  11f1339d 75c391e5 301e62e5 1b8d7974  
[23:26:40]3fffff00:  3fffff08 0000000c 364d7330 47456930  
[23:26:40]3fffff10:  6943566f 00000000 00000000 00000000  
[23:26:40]3fffff20:  00000000 00000000 00000000 00000000  
[23:26:40]3fffff30:  00000000 00000000 ff5ecb36 1935c6ba  
[23:26:40]3fffff40:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:40]3fffff50:  301e62e5 1b8d7974 ff5ecb36 1935c6ba  
[23:26:40]3fffff60:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:40]3fffff70:  301e62e5 1b8d7974 feefeffe feefeffe  
[23:26:40]3fffff80:  00000010 feefeffe feefeffe feefeffe  
[23:26:40]3fffff90:  feefeffe feefeffe feefeffe 3ffefd40  
[23:26:40]3fffffa0:  3fffdad0 00000000 3ffefd2c 40228c74  
[23:26:40]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[23:26:40]<<<stack<<<
[23:26:40]
[23:26:40]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:40]
[23:26:40] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[23:26:40]
[23:26:40]load 0x4010f000, len 3460, room 16 
[23:26:40]tail 4
[23:26:40]chksum 0xcc
[23:26:40]load 0x3fff20b8, len 40, room 4 
[23:26:40]tail 4
[23:26:40]chksum 0xc9
[23:26:40]csum 0xc9
[23:26:40]v000776f0
[23:26:40]~ld
[23:26:40][I][logger:262]: Log initialized
[23:26:40][C][ota:469]: There have been 3 suspected unsuccessful boot attempts.
[23:26:40][I][app:029]: Running through setup()...
[23:26:40][C][spi:023]: Setting up SPI bus...
[23:26:40]
[23:26:40]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:40]
[23:26:40]Exception (9):
[23:26:40]epc1=0x40225076 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263142 depc=0x00000000
[23:26:40]
[23:26:40]>>>stack>>>
[23:26:40]
[23:26:40]ctx: cont
[23:26:40]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[23:26:40]3ffffda0:  02625a00 3fff12ac 3fff1144 40210924  
[23:26:40]3ffffdb0:  00000003 3ffefb40 00000003 402250dd  
[23:26:40]3ffffdc0:  02625a00 40260001 3fff133c 00000003  
[23:26:40]3ffffdd0:  3fff12ac 40263145 40263142 402115b0  
[23:26:40]3ffffde0:  00000003 40263142 3fff133c 402119b8  
[23:26:40]3ffffdf0:  3fff133c 00000003 40263142 40211a02  
[23:26:40]3ffffe00:  000000ef 00000003 3fff133c 40100264  
[23:26:40]3ffffe10:  3ffffe60 00000003 3fff133c 3fff131c  
[23:26:40]3ffffe20:  3fff133c 3fff1350 3fff133c 40211a39  
[23:26:40]3ffffe30:  00000000 00000000 3fff133c 40211513  
[23:26:40]3ffffe40:  00000000 00000003 3fff133c 402198d2  
[23:26:40]3ffffe50:  00000000 3fff1164 3ffef96c 4021a177  
[23:26:40]3ffffe60:  00000000 00000000 40219c00 3ffef96c  
[23:26:40]3ffffe70:  3ffef970 00000001 3ffef96c 40100274  
[23:26:40]3ffffe80:  3fff1440 3ffffea0 3ffef96c 4022c414  
[23:26:40]3ffffe90:  3fff12dc 00000002 3ffef96c 40219409  
[23:26:40]3ffffea0:  0000000a 0000000a 3fff1454 00000000  
[23:26:40]3ffffeb0:  00000010 4021accb 00000020 40100ff8  
[23:26:40]3ffffec0:  3fff133c 3ffefa34 00000008 00000000  
[23:26:40]3ffffed0:  3ffefa30 3ffefa1c 3ffef96c 4021acf1  
[23:26:40]3ffffee0:  ff5ecb36 1935c6ba 64310ee6 c1505169  
[23:26:40]3ffffef0:  11f1339d 75c391e5 301e62e5 1b8d7974  
[23:26:40]3fffff00:  3fffff08 0000000c 364d7330 47456930  
[23:26:40]3fffff10:  6943566f 00000000 00000000 00000000  
[23:26:40]3fffff20:  00000000 00000000 00000000 00000000  
[23:26:40]3fffff30:  00000000 00000000 ff5ecb36 1935c6ba  
[23:26:40]3fffff40:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:40]3fffff50:  301e62e5 1b8d7974 ff5ecb36 1935c6ba  
[23:26:40]3fffff60:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:40]3fffff70:  301e62e5 1b8d7974 feefeffe feefeffe  
[23:26:40]3fffff80:  00000010 feefeffe feefeffe feefeffe  
[23:26:40]3fffff90:  feefeffe feefeffe feefeffe 3ffefd40  
[23:26:40]3fffffa0:  3fffdad0 00000000 3ffefd2c 40228c74  
[23:26:40]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[23:26:40]<<<stack<<<
[23:26:40]
[23:26:40]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:40]
[23:26:40] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[23:26:40]
[23:26:40]load 0x4010f000, len 3460, room 16 
[23:26:40]tail 4
[23:26:40]chksum 0xcc
[23:26:40]load 0x3fff20b8, len 40, room 4 
[23:26:40]tail 4
[23:26:40]chksum 0xc9
[23:26:40]csum 0xc9
[23:26:40]v000776f0
[23:26:40]~ld
[23:26:40][I][logger:262]: Log initialized
[23:26:40][C][ota:469]: There have been 4 suspected unsuccessful boot attempts.
[23:26:40][I][app:029]: Running through setup()...
[23:26:40][C][spi:023]: Setting up SPI bus...
[23:26:40]
[23:26:40]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:40]
[23:26:40]Exception (9):
[23:26:40]epc1=0x40225076 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263142 depc=0x00000000
[23:26:40]
[23:26:40]>>>stack>>>
[23:26:40]
[23:26:40]ctx: cont
[23:26:40]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[23:26:40]3ffffda0:  02625a00 3fff12ac 3fff1144 40210924  
[23:26:40]3ffffdb0:  00000003 3ffefb40 00000003 402250dd  
[23:26:40]3ffffdc0:  02625a00 40260001 3fff133c 00000003  
[23:26:40]3ffffdd0:  3fff12ac 40263145 40263142 402115b0  
[23:26:40]3ffffde0:  00000003 40263142 3fff133c 402119b8  
[23:26:40]3ffffdf0:  3fff133c 00000003 40263142 40211a02  
[23:26:40]3ffffe00:  000000ef 00000003 3fff133c 40100264  
[23:26:40]3ffffe10:  3ffffe60 00000003 3fff133c 3fff131c  
[23:26:40]3ffffe20:  3fff133c 3fff1350 3fff133c 40211a39  
[23:26:40]3ffffe30:  00000000 00000000 3fff133c 40211513  
[23:26:40]3ffffe40:  00000000 00000003 3fff133c 402198d2  
[23:26:40]3ffffe50:  00000000 3fff1164 3ffef96c 4021a177  
[23:26:40]3ffffe60:  00000000 00000000 40219c00 3ffef96c  
[23:26:40]3ffffe70:  3ffef970 00000001 3ffef96c 40100274  
[23:26:40]3ffffe80:  3fff1440 3ffffea0 3ffef96c 4022c414  
[23:26:40]3ffffe90:  3fff12dc 00000002 3ffef96c 40219409  
[23:26:40]3ffffea0:  0000000a 0000000a 3fff1454 00000000  
[23:26:40]3ffffeb0:  00000010 4021accb 00000020 40100ff8  
[23:26:40]3ffffec0:  3fff133c 3ffefa34 00000008 00000000  
[23:26:40]3ffffed0:  3ffefa30 3ffefa1c 3ffef96c 4021acf1  
[23:26:40]3ffffee0:  ff5ecb36 1935c6ba 64310ee6 c1505169  
[23:26:40]3ffffef0:  11f1339d 75c391e5 301e62e5 1b8d7974  
[23:26:40]3fffff00:  3fffff08 0000000c 364d7330 47456930  
[23:26:40]3fffff10:  6943566f 00000000 00000000 00000000  
[23:26:40]3fffff20:  00000000 00000000 00000000 00000000  
[23:26:40]3fffff30:  00000000 00000000 ff5ecb36 1935c6ba  
[23:26:40]3fffff40:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:40]3fffff50:  301e62e5 1b8d7974 ff5ecb36 1935c6ba  
[23:26:40]3fffff60:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:40]3fffff70:  301e62e5 1b8d7974 feefeffe feefeffe  
[23:26:40]3fffff80:  00000010 feefeffe feefeffe feefeffe  
[23:26:40]3fffff90:  feefeffe feefeffe feefeffe 3ffefd40  
[23:26:40]3fffffa0:  3fffdad0 00000000 3ffefd2c 40228c74  
[23:26:40]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[23:26:40]<<<stack<<<
[23:26:40]
[23:26:40]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:40]
[23:26:40] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[23:26:40]
[23:26:40]load 0x4010f000, len 3460, room 16 
[23:26:40]tail 4
[23:26:40]chksum 0xcc
[23:26:40]load 0x3fff20b8, len 40, room 4 
[23:26:40]tail 4
[23:26:40]chksum 0xc9
[23:26:40]csum 0xc9
[23:26:40]v000776f0
[23:26:40]~ld
[23:26:40][I][logger:262]: Log initialized
[23:26:40][C][ota:469]: There have been 5 suspected unsuccessful boot attempts.
[23:26:40][I][app:029]: Running through setup()...
[23:26:40][C][spi:023]: Setting up SPI bus...
[23:26:40]
[23:26:40]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:40]
[23:26:40]Exception (9):
[23:26:40]epc1=0x40225076 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263142 depc=0x00000000
[23:26:40]
[23:26:40]>>>stack>>>
[23:26:40]
[23:26:40]ctx: cont
[23:26:40]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[23:26:40]3ffffda0:  02625a00 3fff12ac 3fff1144 40210924  
[23:26:40]3ffffdb0:  00000003 3ffefb40 00000003 402250dd  
[23:26:40]3ffffdc0:  02625a00 40260001 3fff133c 00000003  
[23:26:40]3ffffdd0:  3fff12ac 40263145 40263142 402115b0  
[23:26:40]3ffffde0:  00000003 40263142 3fff133c 402119b8  
[23:26:40]3ffffdf0:  3fff133c 00000003 40263142 40211a02  
[23:26:40]3ffffe00:  000000ef 00000003 3fff133c 40100264  
[23:26:40]3ffffe10:  3ffffe60 00000003 3fff133c 3fff131c  
[23:26:40]3ffffe20:  3fff133c 3fff1350 3fff133c 40211a39  
[23:26:40]3ffffe30:  00000000 00000000 3fff133c 40211513  
[23:26:40]3ffffe40:  00000000 00000003 3fff133c 402198d2  
[23:26:40]3ffffe50:  00000000 3fff1164 3ffef96c 4021a177  
[23:26:40]3ffffe60:  00000000 00000000 40219c00 3ffef96c  
[23:26:40]3ffffe70:  3ffef970 00000001 3ffef96c 40100274  
[23:26:40]3ffffe80:  3fff1440 3ffffea0 3ffef96c 4022c414  
[23:26:40]3ffffe90:  3fff12dc 00000002 3ffef96c 40219409  
[23:26:40]3ffffea0:  0000000a 0000000a 3fff1454 00000000  
[23:26:40]3ffffeb0:  00000010 4021accb 00000020 40100ff8  
[23:26:40]3ffffec0:  3fff133c 3ffefa34 00000008 00000000  
[23:26:40]3ffffed0:  3ffefa30 3ffefa1c 3ffef96c 4021acf1  
[23:26:40]3ffffee0:  ff5ecb36 1935c6ba 64310ee6 c1505169  
[23:26:40]3ffffef0:  11f1339d 75c391e5 301e62e5 1b8d7974  
[23:26:40]3fffff00:  3fffff08 0000000c 364d7330 47456930  
[23:26:40]3fffff10:  6943566f 00000000 00000000 00000000  
[23:26:40]3fffff20:  00000000 00000000 00000000 00000000  
[23:26:41]3fffff30:  00000000 00000000 ff5ecb36 1935c6ba  
[23:26:41]3fffff40:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:41]3fffff50:  301e62e5 1b8d7974 ff5ecb36 1935c6ba  
[23:26:41]3fffff60:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:41]3fffff70:  301e62e5 1b8d7974 feefeffe feefeffe  
[23:26:41]3fffff80:  00000010 feefeffe feefeffe feefeffe  
[23:26:41]3fffff90:  feefeffe feefeffe feefeffe 3ffefd40  
[23:26:41]3fffffa0:  3fffdad0 00000000 3ffefd2c 40228c74  
[23:26:41]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[23:26:41]<<<stack<<<
[23:26:41]
[23:26:41]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:41]
[23:26:41] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[23:26:41]
[23:26:41]load 0x4010f000, len 3460, room 16 
[23:26:41]tail 4
[23:26:41]chksum 0xcc
[23:26:41]load 0x3fff20b8, len 40, room 4 
[23:26:41]tail 4
[23:26:41]chksum 0xc9
[23:26:41]csum 0xc9
[23:26:41]v000776f0
[23:26:41]~ld
[23:26:41][I][logger:262]: Log initialized
[23:26:41][C][ota:469]: There have been 6 suspected unsuccessful boot attempts.
[23:26:41][I][app:029]: Running through setup()...
[23:26:41][C][spi:023]: Setting up SPI bus...
[23:26:41]
[23:26:41]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:41]
[23:26:41]Exception (9):
[23:26:41]epc1=0x40225076 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263142 depc=0x00000000
[23:26:41]
[23:26:41]>>>stack>>>
[23:26:41]
[23:26:41]ctx: cont
[23:26:41]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[23:26:41]3ffffda0:  02625a00 3fff12ac 3fff1144 40210924  
[23:26:41]3ffffdb0:  00000003 3ffefb40 00000003 402250dd  
[23:26:41]3ffffdc0:  02625a00 40260001 3fff133c 00000003  
[23:26:41]3ffffdd0:  3fff12ac 40263145 40263142 402115b0  
[23:26:41]3ffffde0:  00000003 40263142 3fff133c 402119b8  
[23:26:41]3ffffdf0:  3fff133c 00000003 40263142 40211a02  
[23:26:41]3ffffe00:  000000ef 00000003 3fff133c 40100264  
[23:26:41]3ffffe10:  3ffffe60 00000003 3fff133c 3fff131c  
[23:26:41]3ffffe20:  3fff133c 3fff1350 3fff133c 40211a39  
[23:26:41]3ffffe30:  00000000 00000000 3fff133c 40211513  
[23:26:41]3ffffe40:  00000000 00000003 3fff133c 402198d2  
[23:26:41]3ffffe50:  00000000 3fff1164 3ffef96c 4021a177  
[23:26:41]3ffffe60:  00000000 00000000 40219c00 3ffef96c  
[23:26:41]3ffffe70:  3ffef970 00000001 3ffef96c 40100274  
[23:26:41]3ffffe80:  3fff1440 3ffffea0 3ffef96c 4022c414  
[23:26:41]3ffffe90:  3fff12dc 00000002 3ffef96c 40219409  
[23:26:41]3ffffea0:  0000000a 0000000a 3fff1454 00000000  
[23:26:41]3ffffeb0:  00000010 4021accb 00000020 40100ff8  
[23:26:41]3ffffec0:  3fff133c 3ffefa34 00000008 00000000  
[23:26:41]3ffffed0:  3ffefa30 3ffefa1c 3ffef96c 4021acf1  
[23:26:41]3ffffee0:  ff5ecb36 1935c6ba 64310ee6 c1505169  
[23:26:41]3ffffef0:  11f1339d 75c391e5 301e62e5 1b8d7974  
[23:26:41]3fffff00:  3fffff08 0000000c 364d7330 47456930  
[23:26:41]3fffff10:  6943566f 00000000 00000000 00000000  
[23:26:41]3fffff20:  00000000 00000000 00000000 00000000  
[23:26:41]3fffff30:  00000000 00000000 ff5ecb36 1935c6ba  
[23:26:41]3fffff40:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:41]3fffff50:  301e62e5 1b8d7974 ff5ecb36 1935c6ba  
[23:26:41]3fffff60:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:41]3fffff70:  301e62e5 1b8d7974 feefeffe feefeffe  
[23:26:41]3fffff80:  00000010 feefeffe feefeffe feefeffe  
[23:26:41]3fffff90:  feefeffe feefeffe feefeffe 3ffefd40  
[23:26:41]3fffffa0:  3fffdad0 00000000 3ffefd2c 40228c74  
[23:26:41]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[23:26:41]<<<stack<<<
[23:26:41]
[23:26:41]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:41]
[23:26:41] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[23:26:41]
[23:26:41]load 0x4010f000, len 3460, room 16 
[23:26:41]tail 4
[23:26:41]chksum 0xcc
[23:26:41]load 0x3fff20b8, len 40, room 4 
[23:26:41]tail 4
[23:26:41]chksum 0xc9
[23:26:41]csum 0xc9
[23:26:41]v000776f0
[23:26:41]~ld
[23:26:41][I][logger:262]: Log initialized
[23:26:41][C][ota:469]: There have been 7 suspected unsuccessful boot attempts.
[23:26:41][I][app:029]: Running through setup()...
[23:26:41][C][spi:023]: Setting up SPI bus...
[23:26:41]
[23:26:41]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:41]
[23:26:41]Exception (9):
[23:26:41]epc1=0x40225076 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263142 depc=0x00000000
[23:26:41]
[23:26:41]>>>stack>>>
[23:26:41]
[23:26:41]ctx: cont
[23:26:41]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[23:26:41]3ffffda0:  02625a00 3fff12ac 3fff1144 40210924  
[23:26:41]3ffffdb0:  00000003 3ffefb40 00000003 402250dd  
[23:26:41]3ffffdc0:  02625a00 40260001 3fff133c 00000003  
[23:26:41]3ffffdd0:  3fff12ac 40263145 40263142 402115b0  
[23:26:41]3ffffde0:  00000003 40263142 3fff133c 402119b8  
[23:26:41]3ffffdf0:  3fff133c 00000003 40263142 40211a02  
[23:26:41]3ffffe00:  000000ef 00000003 3fff133c 40100264  
[23:26:41]3ffffe10:  3ffffe60 00000003 3fff133c 3fff131c  
[23:26:41]3ffffe20:  3fff133c 3fff1350 3fff133c 40211a39  
[23:26:41]3ffffe30:  00000000 00000000 3fff133c 40211513  
[23:26:41]3ffffe40:  00000000 00000003 3fff133c 402198d2  
[23:26:41]3ffffe50:  00000000 3fff1164 3ffef96c 4021a177  
[23:26:41]3ffffe60:  00000000 00000000 40219c00 3ffef96c  
[23:26:41]3ffffe70:  3ffef970 00000001 3ffef96c 40100274  
[23:26:41]3ffffe80:  3fff1440 3ffffea0 3ffef96c 4022c414  
[23:26:41]3ffffe90:  3fff12dc 00000002 3ffef96c 40219409  
[23:26:41]3ffffea0:  0000000a 0000000a 3fff1454 00000000  
[23:26:41]3ffffeb0:  00000010 4021accb 00000020 40100ff8  
[23:26:41]3ffffec0:  3fff133c 3ffefa34 00000008 00000000  
[23:26:41]3ffffed0:  3ffefa30 3ffefa1c 3ffef96c 4021acf1  
[23:26:41]3ffffee0:  ff5ecb36 1935c6ba 64310ee6 c1505169  
[23:26:41]3ffffef0:  11f1339d 75c391e5 301e62e5 1b8d7974  
[23:26:41]3fffff00:  3fffff08 0000000c 364d7330 47456930  
[23:26:41]3fffff10:  6943566f 00000000 00000000 00000000  
[23:26:41]3fffff20:  00000000 00000000 00000000 00000000  
[23:26:41]3fffff30:  00000000 00000000 ff5ecb36 1935c6ba  
[23:26:41]3fffff40:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:41]3fffff50:  301e62e5 1b8d7974 ff5ecb36 1935c6ba  
[23:26:41]3fffff60:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:41]3fffff70:  301e62e5 1b8d7974 feefeffe feefeffe  
[23:26:41]3fffff80:  00000010 feefeffe feefeffe feefeffe  
[23:26:41]3fffff90:  feefeffe feefeffe feefeffe 3ffefd40  
[23:26:41]3fffffa0:  3fffdad0 00000000 3ffefd2c 40228c74  
[23:26:41]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[23:26:41]<<<stack<<<
[23:26:41]
[23:26:41]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:41]
[23:26:41] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[23:26:41]
[23:26:41]load 0x4010f000, len 3460, room 16 
[23:26:41]tail 4
[23:26:41]chksum 0xcc
[23:26:41]load 0x3fff20b8, len 40, room 4 
[23:26:41]tail 4
[23:26:41]chksum 0xc9
[23:26:41]csum 0xc9
[23:26:41]v000776f0
[23:26:41]~ld
[23:26:41][I][logger:262]: Log initialized
[23:26:41][C][ota:469]: There have been 8 suspected unsuccessful boot attempts.
[23:26:41][I][app:029]: Running through setup()...
[23:26:41][C][spi:023]: Setting up SPI bus...
[23:26:41]
[23:26:41]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:41]
[23:26:41]Exception (9):
[23:26:41]epc1=0x40225076 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263142 depc=0x00000000
[23:26:41]
[23:26:41]>>>stack>>>
[23:26:41]
[23:26:41]ctx: cont
[23:26:41]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[23:26:41]3ffffda0:  02625a00 3fff12ac 3fff1144 40210924  
[23:26:41]3ffffdb0:  00000003 3ffefb40 00000003 402250dd  
[23:26:41]3ffffdc0:  02625a00 40260001 3fff133c 00000003  
[23:26:41]3ffffdd0:  3fff12ac 40263145 40263142 402115b0  
[23:26:41]3ffffde0:  00000003 40263142 3fff133c 402119b8  
[23:26:41]3ffffdf0:  3fff133c 00000003 40263142 40211a02  
[23:26:41]3ffffe00:  000000ef 00000003 3fff133c 40100264  
[23:26:41]3ffffe10:  3ffffe60 00000003 3fff133c 3fff131c  
[23:26:41]3ffffe20:  3fff133c 3fff1350 3fff133c 40211a39  
[23:26:41]3ffffe30:  00000000 00000000 3fff133c 40211513  
[23:26:41]3ffffe40:  00000000 00000003 3fff133c 402198d2  
[23:26:41]3ffffe50:  00000000 3fff1164 3ffef96c 4021a177  
[23:26:41]3ffffe60:  00000000 00000000 40219c00 3ffef96c  
[23:26:41]3ffffe70:  3ffef970 00000001 3ffef96c 40100274  
[23:26:41]3ffffe80:  3fff1440 3ffffea0 3ffef96c 4022c414  
[23:26:41]3ffffe90:  3fff12dc 00000002 3ffef96c 40219409  
[23:26:41]3ffffea0:  0000000a 0000000a 3fff1454 00000000  
[23:26:41]3ffffeb0:  00000010 4021accb 00000020 40100ff8  
[23:26:41]3ffffec0:  3fff133c 3ffefa34 00000008 00000000  
[23:26:41]3ffffed0:  3ffefa30 3ffefa1c 3ffef96c 4021acf1  
[23:26:41]3ffffee0:  ff5ecb36 1935c6ba 64310ee6 c1505169  
[23:26:41]3ffffef0:  11f1339d 75c391e5 301e62e5 1b8d7974  
[23:26:41]3fffff00:  3fffff08 0000000c 364d7330 47456930  
[23:26:41]3fffff10:  6943566f 00000000 00000000 00000000  
[23:26:41]3fffff20:  00000000 00000000 00000000 00000000  
[23:26:41]3fffff30:  00000000 00000000 ff5ecb36 1935c6ba  
[23:26:41]3fffff40:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:41]3fffff50:  301e62e5 1b8d7974 ff5ecb36 1935c6ba  
[23:26:41]3fffff60:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:42]3fffff70:  301e62e5 1b8d7974 feefeffe feefeffe  
[23:26:42]3fffff80:  00000010 feefeffe feefeffe feefeffe  
[23:26:42]3fffff90:  feefeffe feefeffe feefeffe 3ffefd40  
[23:26:42]3fffffa0:  3fffdad0 00000000 3ffefd2c 40228c74  
[23:26:42]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[23:26:42]<<<stack<<<
[23:26:42]
[23:26:42]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:42]
[23:26:42] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[23:26:42]
[23:26:42]load 0x4010f000, len 3460, room 16 
[23:26:42]tail 4
[23:26:42]chksum 0xcc
[23:26:42]load 0x3fff20b8, len 40, room 4 
[23:26:42]tail 4
[23:26:42]chksum 0xc9
[23:26:42]csum 0xc9
[23:26:42]v000776f0
[23:26:42]~ld
[23:26:42][I][logger:262]: Log initialized
[23:26:42][C][ota:469]: There have been 9 suspected unsuccessful boot attempts.
[23:26:42][I][app:029]: Running through setup()...
[23:26:42][C][spi:023]: Setting up SPI bus...
[23:26:42]
[23:26:42]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:42]
[23:26:42]Exception (9):
[23:26:42]epc1=0x40225076 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263142 depc=0x00000000
[23:26:42]
[23:26:42]>>>stack>>>
[23:26:42]
[23:26:42]ctx: cont
[23:26:42]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[23:26:42]3ffffda0:  02625a00 3fff12ac 3fff1144 40210924  
[23:26:42]3ffffdb0:  00000003 3ffefb40 00000003 402250dd  
[23:26:42]3ffffdc0:  02625a00 40260001 3fff133c 00000003  
[23:26:42]3ffffdd0:  3fff12ac 40263145 40263142 402115b0  
[23:26:42]3ffffde0:  00000003 40263142 3fff133c 402119b8  
[23:26:42]3ffffdf0:  3fff133c 00000003 40263142 40211a02  
[23:26:42]3ffffe00:  000000ef 00000003 3fff133c 40100264  
[23:26:42]3ffffe10:  3ffffe60 00000003 3fff133c 3fff131c  
[23:26:42]3ffffe20:  3fff133c 3fff1350 3fff133c 40211a39  
[23:26:42]3ffffe30:  00000000 00000000 3fff133c 40211513  
[23:26:42]3ffffe40:  00000000 00000003 3fff133c 402198d2  
[23:26:42]3ffffe50:  00000000 3fff1164 3ffef96c 4021a177  
[23:26:42]3ffffe60:  00000000 00000000 40219c00 3ffef96c  
[23:26:42]3ffffe70:  3ffef970 00000001 3ffef96c 40100274  
[23:26:42]3ffffe80:  3fff1440 3ffffea0 3ffef96c 4022c414  
[23:26:42]3ffffe90:  3fff12dc 00000002 3ffef96c 40219409  
[23:26:42]3ffffea0:  0000000a 0000000a 3fff1454 00000000  
[23:26:42]3ffffeb0:  00000010 4021accb 00000020 40100ff8  
[23:26:42]3ffffec0:  3fff133c 3ffefa34 00000008 00000000  
[23:26:42]3ffffed0:  3ffefa30 3ffefa1c 3ffef96c 4021acf1  
[23:26:42]3ffffee0:  ff5ecb36 1935c6ba 64310ee6 c1505169  
[23:26:42]3ffffef0:  11f1339d 75c391e5 301e62e5 1b8d7974  
[23:26:42]3fffff00:  3fffff08 0000000c 364d7330 47456930  
[23:26:42]3fffff10:  6943566f 00000000 00000000 00000000  
[23:26:42]3fffff20:  00000000 00000000 00000000 00000000  
[23:26:42]3fffff30:  00000000 00000000 ff5ecb36 1935c6ba  
[23:26:42]3fffff40:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:42]3fffff50:  301e62e5 1b8d7974 ff5ecb36 1935c6ba  
[23:26:42]3fffff60:  64310ee6 c1505169 11f1339d 75c391e5  
[23:26:42]3fffff70:  301e62e5 1b8d7974 feefeffe feefeffe  
[23:26:42]3fffff80:  00000010 feefeffe feefeffe feefeffe  
[23:26:42]3fffff90:  feefeffe feefeffe feefeffe 3ffefd40  
[23:26:42]3fffffa0:  3fffdad0 00000000 3ffefd2c 40228c74  
[23:26:42]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[23:26:42]<<<stack<<<
[23:26:42]
[23:26:42]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[23:26:42]
[23:26:42] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[23:26:42]
[23:26:42]load 0x4010f000, len 3460, room 16 
[23:26:42]tail 4
[23:26:42]chksum 0xcc
[23:26:42]load 0x3fff20b8, len 40, room 4 
[23:26:42]tail 4
[23:26:42]chksum 0xc9
[23:26:42]csum 0xc9
[23:26:42]v000776f0
[23:26:42]~ld
[23:26:42][I][logger:262]: Log initialized
[23:26:42][C][ota:469]: There have been 10 suspected unsuccessful boot attempts.
[23:26:42][E][ota:476]: Boot loop detected. Proceeding to safe mode.
[23:26:42][I][app:029]: Running through setup()...
[23:26:42][C][wifi:038]: Setting up WiFi...
[23:26:42][C][wifi:048]: Starting WiFi...
[23:26:42][C][wifi:049]:   Local MAC: 
[23:26:42][D][wifi:425]: Starting scan...
[23:26:48][D][wifi:440]: Found networks:
[23:26:48][I][wifi:483]: - 'IoT WLAN' () ▂▄▆█
[23:26:48][D][wifi:485]:     Channel: 1
[23:26:48][D][wifi:486]:     RSSI: -27 dB
[23:26:48][I][wifi:483]: - 'IoT WLAN' () ▂▄▆█
[23:26:48][D][wifi:485]:     Channel: 6
[23:26:48][D][wifi:486]:     RSSI: -92 dB
[23:26:48][D][wifi:488]: -  ▂▄▆█
[23:26:48][D][wifi:488]: -  ▂▄▆█
[23:26:48][I][wifi:274]: WiFi Connecting to 'IoT WLAN'...
[23:26:50][I][wifi:557]: WiFi Connected!
[23:26:50][C][wifi:379]:   Local MAC: 
[23:26:50][C][wifi:380]:   SSID: 'IoT WLAN'
[23:26:50][C][wifi:381]:   IP Address: 192.168.6.72
[23:26:50][C][wifi:382]:   BSSID: 
[23:26:50][C][wifi:384]:   Hostname: 'esphome-web-660186'
[23:26:50][C][wifi:386]:   Signal strength: -36 dB ▂▄▆█
[23:26:50][C][wifi:390]:   Channel: 1
[23:26:50][C][wifi:391]:   Subnet: 255.255.255.0
[23:26:50][C][wifi:392]:   Gateway: 192.168.6.1
[23:26:50][C][wifi:393]:   DNS1: 192.168.6.1
[23:26:50][C][wifi:394]:   DNS2: 0.0.0.0
[23:26:50][D][wifi:566]: Disabling AP...
[23:26:50][C][ota:093]: Over-The-Air Updates:
[23:26:50][C][ota:094]:   Address: esphome-web-660186.local:8266
[23:26:50][W][ota:102]: Last Boot was an unhandled reset, will proceed to safe mode in 0 restarts
[23:26:50][I][app:062]: setup() finished successfully!
[23:26:50][I][ota:489]: Waiting for OTA attempt.
[23:26:50][I][app:102]: ESPHome version 2023.6.2 compiled on Jun 25 2023, 23:21:16
[23:26:50][C][wifi:543]: WiFi:
[23:26:50][C][wifi:379]:   Local MAC: 
[23:26:50][C][wifi:380]:   SSID: 'IoT WLAN'
[23:26:50][C][wifi:381]:   IP Address: 192.168.6.72
[23:26:50][C][wifi:382]:   BSSID: 
[23:26:50][C][wifi:384]:   Hostname: 'esphome-web-660186'
[23:26:50][C][wifi:386]:   Signal strength: -36 dB ▂▄▆█
[23:26:50][C][wifi:390]:   Channel: 1
[23:26:50][C][wifi:391]:   Subnet: 255.255.255.0
[23:26:50][C][wifi:392]:   Gateway: 192.168.6.1
[23:26:50][C][wifi:393]:   DNS1: 192.168.6.1
[23:26:50][C][wifi:394]:   DNS2: 0.0.0.0
[23:26:50][C][logger:301]: Logger:
[23:26:50][C][logger:302]:   Level: DEBUG
[23:26:50][C][logger:303]:   Log Baud Rate: 115200
[23:26:50][C][logger:305]:   Hardware UART: UART0
[23:26:50][C][captive_portal:088]: Captive Portal:
[23:26:50][C][mdns:108]: mDNS:
[23:26:50][C][mdns:109]:   Hostname: esphome-web-660186
[23:26:50][C][ota:093]: Over-The-Air Updates:
[23:26:50][C][ota:094]:   Address: esphome-web-660186.local:8266
[23:26:50][W][ota:102]: Last Boot was an unhandled reset, will proceed to safe mode in 0 restarts

Additional information

No response

dseeva commented 1 year ago

It appears from the best research I'm able to do with my limited understanding that ESPHome's implementation of ILI9341 SPI interface uses more memory or has a different memory structure than the D1 Mini can handle, at this stage I'm shelving this project with this display as trying with a different display. it also appears that my issue was a duplicate of https://github.com/esphome/issues/issues/2530.