Lolin TFT2.4 inch and D1 Mini Pro?

I have an ESP32 D1 Mini Pro equivalent board and a Lolin TFT2.4 display and I’m really struggling to get them to work together. Has anyone done this successfully? I know this combination works with OpenHASP but I would prefer to use ESPHome and I think it is just the GPIO pin configuration I have wrong - but I can’t figure out what it should be despite multiple attempts!

Any help greatly appreciated!

I have not looked much at ESPHome, so I can not give you the exact answer, but I have played around with screens on Raspis and ESPs and screens do not use GPIO as such, but a SPI interface running on certain pins and you then need a driverboard that connect to the SPI interface on your device and have the right connections setup for the display.
Sometimes the driverboard is integrated into the screen, but you need to make sure of that and then find the pinout for that driverboard.

This might help you connect it correctly.
https://www.wemos.cc/en/latest/d1_mini_shield/tft_2_4.html

Thanks, @WallyR

That helped a lot. For anyone else wanting to use this combination, this worked. The table below is from the one you linked but I’ve added a column for the D1 Mini Pro ESP32. Bold text indicates the working configuration.

D1 mini GPIO Shield D1 Pro
NC*(D1/D2/D3/D4) NC*(5/4/0/2) TFT_LED 21
RST*(D1/D3/D4)) RST*(5/0/2) TFT_RST 22
D8 15 TFT_DC 05
D7 13 MOSI 23
D6 12 MISO 19
D5 14 SCK 18
D0 16 TFT_CS 26
D3*(D1/D2/D4) 0*(5/4/2) TS_CS 17

spi:
 clk_pin: 18
 mosi_pin: 23
 miso_pin: 19
 
xpt2046:
  id: touchscreen
  cs_pin: 17
  irq_pin: 16
  dimension_x: 240
  dimension_y: 320
  on_state:
    - lambda: |-
        if (touched)
          ESP_LOGI("cal", "x=%d, y=%d, x_raw=%d, y_raw=%d",
              id(touchscreen).x,
              id(touchscreen).y,
              id(touchscreen).x_raw,
              id(touchscreen).y_raw
              );
display:
  - platform: ili9341
    model: TFT 2.4
    cs_pin: 26
    dc_pin: 5
    led_pin: 21
    reset_pin: 22
    rotation: 90
    id: tft_display
1 Like

Thank you very much! :ok_hand:

1 Like

If you want to use the background LED dimmer on pin 21, you need to solder a connection on the board:

# Define a PWM output on the ESP32
output:
  - platform: ledc
    pin: GPIO21
    id: gpio_21_backlight_pwm

# Dimmable light for the backlight
light:
  - platform: monochromatic
    output: gpio_21_backlight_pwm
    name: "Display Backlight"
    id: back_light
    restore_mode: ALWAYS_ON

You can then control the backlight dimming from Home Assistant:

Hi all, first message here, I’m struggling with the D1 mini and lolin 2.4 TFT, cannot seem to find the right combination of pins as described by this post. If I connect to check the controller logs, I get a bootloop with exception (9) that can’t really decode. Have you ever tried this combination or have a working example?

My post of April 23rd works just as described - not sure what more info I can provide.

I don’t believe I’ve ever seen the error you describe - are you using the D1 Mini Pro (the ESP32 version)?

Not using the Pro, but the mini (Wemos D1 Mini)

From your comment I read that ESP8266 is not compatible with the screen, and I need an ESP32 but, the examples work just fine

I’m attaching a picture of my current setup and the log of the bootloop.

Using 'COM3' as serial port.
Showing logs:
[13:14:47];d[I][logger:243]: Log initialized
[13:14:47][C][ota:465]: There have been 0 suspected unsuccessful boot attempts.
[13:14:47][I][app:029]: Running through setup()...
[13:14:47][C][spi:023]: Setting up SPI bus...
[13:14:47]
[13:14:47]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:47]
[13:14:47]Exception (9):
[13:14:47]epc1=0x402257c2 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263bce depc=0x00000000
[13:14:47]
[13:14:47]>>>stack>>>
[13:14:47]
[13:14:47]ctx: cont
[13:14:47]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[13:14:47]3ffffda0:  02625a00 3fff1ac4 3fff1c7c 40210cd4  
[13:14:47]3ffffdb0:  00000003 3fff02dc 00000003 40225829  
[13:14:47]3ffffdc0:  02625a00 40260001 3fff1bbc 00000003  
[13:14:47]3ffffdd0:  3fff1ac4 40263bd1 40263bce 402117d8  
[13:14:47]3ffffde0:  00000003 40263bce 3fff1bbc 40211b94  
[13:14:47]3ffffdf0:  3fff1bbc 00000003 40263bce 40211bde  
[13:14:47]3ffffe00:  000000ef 00000003 3fff1bbc 40100264  
[13:14:47]3ffffe10:  3ffffe60 00000003 3fff1bbc 3fff1b38  
[13:14:47]3ffffe20:  3fff1bbc 00000000 3fff1bbc 40211c18  
[13:14:47]3ffffe30:  00000000 00000000 3fff1bbc 40211a55  
[13:14:47]3ffffe40:  00000000 00000003 3fff1bbc 40219f7a  
[13:14:47]3ffffe50:  00000000 3fff19fc 3fff00fc 3fff1a00  
[13:14:47]3ffffe60:  00000000 3fff19fc 3fff00fc 4021a67b  
[13:14:47]3ffffe70:  00000000 00000000 4021a294 40100274  
[13:14:47]3ffffe80:  00000fff 3ffffea0 3fff00fc 4022cd4c  
[13:14:47]3ffffe90:  3fff1af4 00000002 3fff00fc 40219a85  
[13:14:47]3ffffea0:  0000000b 0000000b 3fff1cdc 40100fce  
[13:14:47]3ffffeb0:  00000010 00000000 3fff1cbc 402377e8  
[13:14:47]3ffffec0:  00000000 00000000 00000004 3fff1cac  
[13:14:47]3ffffed0:  3fff0194 00000000 3fff1cbc 4021b4b6  
[13:14:47]3ffffee0:  3fff1cbc 3ffe92d8 00000000 00000000  
[13:14:47]3ffffef0:  a6aca8e4 f225e140 62bfc11c 7e86a296  
[13:14:47]3fffff00:  3fffff08 0000000c 4e32647a 48545a42  
[13:14:47]3fffff10:  70795046 00000000 00000000 00000000  
[13:14:47]3fffff20:  00000000 00000000 00000000 00000000  
[13:14:47]3fffff30:  00000000 00000000 6a025d6e ca2596c5  
[13:14:47]3fffff40:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:47]3fffff50:  62bfc11c 7e86a296 6a025d6e ca2596c5  
[13:14:47]3fffff60:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:47]3fffff70:  62bfc11c 7e86a296 feefeffe feefeffe  
[13:14:47]3fffff80:  3fff1bbc feefeffe feefeffe feefeffe  
[13:14:47]3fffff90:  feefeffe feefeffe feefeffe 3fff04dc  
[13:14:47]3fffffa0:  3fffdad0 00000000 3fff04c8 402293c0  
[13:14:47]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[13:14:47]<<<stack<<<
[13:14:47]
[13:14:47]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:47]
[13:14:47] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[13:14:47]
[13:14:47]load 0x4010f000, len 3460, room 16 
[13:14:47]tail 4
[13:14:47]chksum 0xcc
[13:14:47]load 0x3fff20b8, len 40, room 4 
[13:14:47]tail 4
[13:14:47]chksum 0xc9
[13:14:47]csum 0xc9
[13:14:47]v00079110
[13:14:47]~ld
[13:14:47][I][logger:243]: Log initialized
[13:14:47][C][ota:465]: There have been 1 suspected unsuccessful boot attempts.
[13:14:47][I][app:029]: Running through setup()...
[13:14:47][C][spi:023]: Setting up SPI bus...
[13:14:47]
[13:14:47]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:47]
[13:14:47]Exception (9):
[13:14:47]epc1=0x402257c2 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263bce depc=0x00000000
[13:14:47]
[13:14:47]>>>stack>>>
[13:14:47]
[13:14:47]ctx: cont
[13:14:47]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[13:14:47]3ffffda0:  02625a00 3fff1ac4 3fff1c7c 40210cd4  
[13:14:47]3ffffdb0:  00000003 3fff02dc 00000003 40225829  
[13:14:47]3ffffdc0:  02625a00 40260001 3fff1bbc 00000003  
[13:14:47]3ffffdd0:  3fff1ac4 40263bd1 40263bce 402117d8  
[13:14:47]3ffffde0:  00000003 40263bce 3fff1bbc 40211b94  
[13:14:47]3ffffdf0:  3fff1bbc 00000003 40263bce 40211bde  
[13:14:47]3ffffe00:  000000ef 00000003 3fff1bbc 40100264  
[13:14:47]3ffffe10:  3ffffe60 00000003 3fff1bbc 3fff1b38  
[13:14:47]3ffffe20:  3fff1bbc 00000000 3fff1bbc 40211c18  
[13:14:47]3ffffe30:  00000000 00000000 3fff1bbc 40211a55  
[13:14:47]3ffffe40:  00000000 00000003 3fff1bbc 40219f7a  
[13:14:47]3ffffe50:  00000000 3fff19fc 3fff00fc 3fff1a00  
[13:14:47]3ffffe60:  00000000 3fff19fc 3fff00fc 4021a67b  
[13:14:47]3ffffe70:  00000000 00000000 4021a294 40100274  
[13:14:47]3ffffe80:  00000fff 3ffffea0 3fff00fc 4022cd4c  
[13:14:47]3ffffe90:  3fff1af4 00000002 3fff00fc 40219a85  
[13:14:47]3ffffea0:  0000000b 0000000b 3fff1cdc 40100fce  
[13:14:47]3ffffeb0:  00000010 00000000 3fff1cbc 402377e8  
[13:14:47]3ffffec0:  00000000 00000000 00000004 3fff1cac  
[13:14:47]3ffffed0:  3fff0194 00000000 3fff1cbc 4021b4b6  
[13:14:47]3ffffee0:  3fff1cbc 3ffe92d8 00000000 00000000  
[13:14:47]3ffffef0:  a6aca8e4 f225e140 62bfc11c 7e86a296  
[13:14:47]3fffff00:  3fffff08 0000000c 4e32647a 48545a42  
[13:14:47]3fffff10:  70795046 00000000 00000000 00000000  
[13:14:47]3fffff20:  00000000 00000000 00000000 00000000  
[13:14:47]3fffff30:  00000000 00000000 6a025d6e ca2596c5  
[13:14:47]3fffff40:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:47]3fffff50:  62bfc11c 7e86a296 6a025d6e ca2596c5  
[13:14:47]3fffff60:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:47]3fffff70:  62bfc11c 7e86a296 feefeffe feefeffe  
[13:14:47]3fffff80:  3fff1bbc feefeffe feefeffe feefeffe  
[13:14:47]3fffff90:  feefeffe feefeffe feefeffe 3fff04dc  
[13:14:47]3fffffa0:  3fffdad0 00000000 3fff04c8 402293c0  
[13:14:47]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[13:14:47]<<<stack<<<
[13:14:47]
[13:14:47]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:47]
[13:14:47] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[13:14:47]
[13:14:47]load 0x4010f000, len 3460, room 16 
[13:14:47]tail 4
[13:14:47]chksum 0xcc
[13:14:47]load 0x3fff20b8, len 40, room 4 
[13:14:47]tail 4
[13:14:47]chksum 0xc9
[13:14:47]csum 0xc9
[13:14:47]v00079110
[13:14:47]~ld
[13:14:47][I][logger:243]: Log initialized
[13:14:47][C][ota:465]: There have been 2 suspected unsuccessful boot attempts.
[13:14:47][I][app:029]: Running through setup()...
[13:14:47][C][spi:023]: Setting up SPI bus...
[13:14:47]
[13:14:47]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:47]
[13:14:47]Exception (9):
[13:14:47]epc1=0x402257c2 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263bce depc=0x00000000
[13:14:47]
[13:14:47]>>>stack>>>
[13:14:47]
[13:14:47]ctx: cont
[13:14:47]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[13:14:47]3ffffda0:  02625a00 3fff1ac4 3fff1c7c 40210cd4  
[13:14:47]3ffffdb0:  00000003 3fff02dc 00000003 40225829  
[13:14:47]3ffffdc0:  02625a00 40260001 3fff1bbc 00000003  
[13:14:47]3ffffdd0:  3fff1ac4 40263bd1 40263bce 402117d8  
[13:14:47]3ffffde0:  00000003 40263bce 3fff1bbc 40211b94  
[13:14:47]3ffffdf0:  3fff1bbc 00000003 40263bce 40211bde  
[13:14:47]3ffffe00:  000000ef 00000003 3fff1bbc 40100264  
[13:14:47]3ffffe10:  3ffffe60 00000003 3fff1bbc 3fff1b38  
[13:14:47]3ffffe20:  3fff1bbc 00000000 3fff1bbc 40211c18  
[13:14:47]3ffffe30:  00000000 00000000 3fff1bbc 40211a55  
[13:14:48]3ffffe40:  00000000 00000003 3fff1bbc 40219f7a  
[13:14:48]3ffffe50:  00000000 3fff19fc 3fff00fc 3fff1a00  
[13:14:48]3ffffe60:  00000000 3fff19fc 3fff00fc 4021a67b  
[13:14:48]3ffffe70:  00000000 00000000 4021a294 40100274  
[13:14:48]3ffffe80:  00000fff 3ffffea0 3fff00fc 4022cd4c  
[13:14:48]3ffffe90:  3fff1af4 00000002 3fff00fc 40219a85  
[13:14:48]3ffffea0:  0000000b 0000000b 3fff1cdc 40100fce  
[13:14:48]3ffffeb0:  00000010 00000000 3fff1cbc 402377e8  
[13:14:48]3ffffec0:  00000000 00000000 00000004 3fff1cac  
[13:14:48]3ffffed0:  3fff0194 00000000 3fff1cbc 4021b4b6  
[13:14:48]3ffffee0:  3fff1cbc 3ffe92d8 00000000 00000000  
[13:14:48]3ffffef0:  a6aca8e4 f225e140 62bfc11c 7e86a296  
[13:14:48]3fffff00:  3fffff08 0000000c 4e32647a 48545a42  
[13:14:48]3fffff10:  70795046 00000000 00000000 00000000  
[13:14:48]3fffff20:  00000000 00000000 00000000 00000000  
[13:14:48]3fffff30:  00000000 00000000 6a025d6e ca2596c5  
[13:14:48]3fffff40:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:48]3fffff50:  62bfc11c 7e86a296 6a025d6e ca2596c5  
[13:14:48]3fffff60:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:48]3fffff70:  62bfc11c 7e86a296 feefeffe feefeffe  
[13:14:48]3fffff80:  3fff1bbc feefeffe feefeffe feefeffe  
[13:14:48]3fffff90:  feefeffe feefeffe feefeffe 3fff04dc  
[13:14:48]3fffffa0:  3fffdad0 00000000 3fff04c8 402293c0  
[13:14:48]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[13:14:48]<<<stack<<<
[13:14:48]
[13:14:48]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:48]
[13:14:48] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[13:14:48]
[13:14:48]load 0x4010f000, len 3460, room 16 
[13:14:48]tail 4
[13:14:48]chksum 0xcc
[13:14:48]load 0x3fff20b8, len 40, room 4 
[13:14:48]tail 4
[13:14:48]chksum 0xc9
[13:14:48]csum 0xc9
[13:14:48]v00079110
[13:14:48]~ld
[13:14:48][I][logger:243]: Log initialized
[13:14:48][C][ota:465]: There have been 3 suspected unsuccessful boot attempts.
[13:14:48][I][app:029]: Running through setup()...
[13:14:48][C][spi:023]: Setting up SPI bus...
[13:14:48]
[13:14:48]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:48]
[13:14:48]Exception (9):
[13:14:48]epc1=0x402257c2 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263bce depc=0x00000000
[13:14:48]
[13:14:48]>>>stack>>>
[13:14:48]
[13:14:48]ctx: cont
[13:14:48]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[13:14:48]3ffffda0:  02625a00 3fff1ac4 3fff1c7c 40210cd4  
[13:14:48]3ffffdb0:  00000003 3fff02dc 00000003 40225829  
[13:14:48]3ffffdc0:  02625a00 40260001 3fff1bbc 00000003  
[13:14:48]3ffffdd0:  3fff1ac4 40263bd1 40263bce 402117d8  
[13:14:48]3ffffde0:  00000003 40263bce 3fff1bbc 40211b94  
[13:14:48]3ffffdf0:  3fff1bbc 00000003 40263bce 40211bde  
[13:14:48]3ffffe00:  000000ef 00000003 3fff1bbc 40100264  
[13:14:48]3ffffe10:  3ffffe60 00000003 3fff1bbc 3fff1b38  
[13:14:48]3ffffe20:  3fff1bbc 00000000 3fff1bbc 40211c18  
[13:14:48]3ffffe30:  00000000 00000000 3fff1bbc 40211a55  
[13:14:48]3ffffe40:  00000000 00000003 3fff1bbc 40219f7a  
[13:14:48]3ffffe50:  00000000 3fff19fc 3fff00fc 3fff1a00  
[13:14:48]3ffffe60:  00000000 3fff19fc 3fff00fc 4021a67b  
[13:14:48]3ffffe70:  00000000 00000000 4021a294 40100274  
[13:14:48]3ffffe80:  00000fff 3ffffea0 3fff00fc 4022cd4c  
[13:14:48]3ffffe90:  3fff1af4 00000002 3fff00fc 40219a85  
[13:14:48]3ffffea0:  0000000b 0000000b 3fff1cdc 40100fce  
[13:14:48]3ffffeb0:  00000010 00000000 3fff1cbc 402377e8  
[13:14:48]3ffffec0:  00000000 00000000 00000004 3fff1cac  
[13:14:48]3ffffed0:  3fff0194 00000000 3fff1cbc 4021b4b6  
[13:14:48]3ffffee0:  3fff1cbc 3ffe92d8 00000000 00000000  
[13:14:48]3ffffef0:  a6aca8e4 f225e140 62bfc11c 7e86a296  
[13:14:48]3fffff00:  3fffff08 0000000c 4e32647a 48545a42  
[13:14:48]3fffff10:  70795046 00000000 00000000 00000000  
[13:14:48]3fffff20:  00000000 00000000 00000000 00000000  
[13:14:48]3fffff30:  00000000 00000000 6a025d6e ca2596c5  
[13:14:48]3fffff40:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:48]3fffff50:  62bfc11c 7e86a296 6a025d6e ca2596c5  
[13:14:48]3fffff60:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:48]3fffff70:  62bfc11c 7e86a296 feefeffe feefeffe  
[13:14:48]3fffff80:  3fff1bbc feefeffe feefeffe feefeffe  
[13:14:48]3fffff90:  feefeffe feefeffe feefeffe 3fff04dc  
[13:14:48]3fffffa0:  3fffdad0 00000000 3fff04c8 402293c0  
[13:14:48]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[13:14:48]<<<stack<<<
[13:14:48]
[13:14:48]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:48]
[13:14:48] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[13:14:48]
[13:14:48]load 0x4010f000, len 3460, room 16 
[13:14:48]tail 4
[13:14:48]chksum 0xcc
[13:14:48]load 0x3fff20b8, len 40, room 4 
[13:14:48]tail 4
[13:14:48]chksum 0xc9
[13:14:48]csum 0xc9
[13:14:48]v00079110
[13:14:48]~ld
[13:14:48][I][logger:243]: Log initialized
[13:14:48][C][ota:465]: There have been 4 suspected unsuccessful boot attempts.
[13:14:48][I][app:029]: Running through setup()...
[13:14:48][C][spi:023]: Setting up SPI bus...
[13:14:48]
[13:14:48]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:48]
[13:14:48]Exception (9):
[13:14:48]epc1=0x402257c2 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263bce depc=0x00000000
[13:14:48]
[13:14:48]>>>stack>>>
[13:14:48]
[13:14:48]ctx: cont
[13:14:48]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[13:14:48]3ffffda0:  02625a00 3fff1ac4 3fff1c7c 40210cd4  
[13:14:48]3ffffdb0:  00000003 3fff02dc 00000003 40225829  
[13:14:48]3ffffdc0:  02625a00 40260001 3fff1bbc 00000003  
[13:14:48]3ffffdd0:  3fff1ac4 40263bd1 40263bce 402117d8  
[13:14:48]3ffffde0:  00000003 40263bce 3fff1bbc 40211b94  
[13:14:48]3ffffdf0:  3fff1bbc 00000003 40263bce 40211bde  
[13:14:48]3ffffe00:  000000ef 00000003 3fff1bbc 40100264  
[13:14:48]3ffffe10:  3ffffe60 00000003 3fff1bbc 3fff1b38  
[13:14:48]3ffffe20:  3fff1bbc 00000000 3fff1bbc 40211c18  
[13:14:48]3ffffe30:  00000000 00000000 3fff1bbc 40211a55  
[13:14:48]3ffffe40:  00000000 00000003 3fff1bbc 40219f7a  
[13:14:48]3ffffe50:  00000000 3fff19fc 3fff00fc 3fff1a00  
[13:14:48]3ffffe60:  00000000 3fff19fc 3fff00fc 4021a67b  
[13:14:48]3ffffe70:  00000000 00000000 4021a294 40100274  
[13:14:48]3ffffe80:  00000fff 3ffffea0 3fff00fc 4022cd4c  
[13:14:48]3ffffe90:  3fff1af4 00000002 3fff00fc 40219a85  
[13:14:48]3ffffea0:  0000000b 0000000b 3fff1cdc 40100fce  
[13:14:48]3ffffeb0:  00000010 00000000 3fff1cbc 402377e8  
[13:14:48]3ffffec0:  00000000 00000000 00000004 3fff1cac  
[13:14:48]3ffffed0:  3fff0194 00000000 3fff1cbc 4021b4b6  
[13:14:48]3ffffee0:  3fff1cbc 3ffe92d8 00000000 00000000  
[13:14:48]3ffffef0:  a6aca8e4 f225e140 62bfc11c 7e86a296  
[13:14:48]3fffff00:  3fffff08 0000000c 4e32647a 48545a42  
[13:14:48]3fffff10:  70795046 00000000 00000000 00000000  
[13:14:48]3fffff20:  00000000 00000000 00000000 00000000  
[13:14:48]3fffff30:  00000000 00000000 6a025d6e ca2596c5  
[13:14:48]3fffff40:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:48]3fffff50:  62bfc11c 7e86a296 6a025d6e ca2596c5  
[13:14:48]3fffff60:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:48]3fffff70:  62bfc11c 7e86a296 feefeffe feefeffe  
[13:14:48]3fffff80:  3fff1bbc feefeffe feefeffe feefeffe  
[13:14:48]3fffff90:  feefeffe feefeffe feefeffe 3fff04dc  
[13:14:48]3fffffa0:  3fffdad0 00000000 3fff04c8 402293c0  
[13:14:48]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[13:14:48]<<<stack<<<
[13:14:48]
[13:14:48]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:48]
[13:14:48] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[13:14:48]
[13:14:48]load 0x4010f000, len 3460, room 16 
[13:14:48]tail 4
[13:14:48]chksum 0xcc
[13:14:48]load 0x3fff20b8, len 40, room 4 
[13:14:48]tail 4
[13:14:48]chksum 0xc9
[13:14:48]csum 0xc9
[13:14:48]v00079110
[13:14:48]~ld
[13:14:48][I][logger:243]: Log initialized
[13:14:48][C][ota:465]: There have been 5 suspected unsuccessful boot attempts.
[13:14:48][I][app:029]: Running through setup()...
[13:14:48][C][spi:023]: Setting up SPI bus...
[13:14:48]
[13:14:48]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:48]
[13:14:48]Exception (9):
[13:14:48]epc1=0x402257c2 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263bce depc=0x00000000
[13:14:48]
[13:14:48]>>>stack>>>
[13:14:48]
[13:14:48]ctx: cont
[13:14:48]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[13:14:48]3ffffda0:  02625a00 3fff1ac4 3fff1c7c 40210cd4  
[13:14:48]3ffffdb0:  00000003 3fff02dc 00000003 40225829  
[13:14:48]3ffffdc0:  02625a00 40260001 3fff1bbc 00000003  
[13:14:48]3ffffdd0:  3fff1ac4 40263bd1 40263bce 402117d8  
[13:14:48]3ffffde0:  00000003 40263bce 3fff1bbc 40211b94  
[13:14:48]3ffffdf0:  3fff1bbc 00000003 40263bce 40211bde  
[13:14:48]3ffffe00:  000000ef 00000003 3fff1bbc 40100264  
[13:14:48]3ffffe10:  3ffffe60 00000003 3fff1bbc 3fff1b38  
[13:14:48]3ffffe20:  3fff1bbc 00000000 3fff1bbc 40211c18  
[13:14:48]3ffffe30:  00000000 00000000 3fff1bbc 40211a55  
[13:14:48]3ffffe40:  00000000 00000003 3fff1bbc 40219f7a  
[13:14:48]3ffffe50:  00000000 3fff19fc 3fff00fc 3fff1a00  
[13:14:48]3ffffe60:  00000000 3fff19fc 3fff00fc 4021a67b  
[13:14:48]3ffffe70:  00000000 00000000 4021a294 40100274  
[13:14:49]3ffffe80:  00000fff 3ffffea0 3fff00fc 4022cd4c  
[13:14:49]3ffffe90:  3fff1af4 00000002 3fff00fc 40219a85  
[13:14:49]3ffffea0:  0000000b 0000000b 3fff1cdc 40100fce  
[13:14:49]3ffffeb0:  00000010 00000000 3fff1cbc 402377e8  
[13:14:49]3ffffec0:  00000000 00000000 00000004 3fff1cac  
[13:14:49]3ffffed0:  3fff0194 00000000 3fff1cbc 4021b4b6  
[13:14:49]3ffffee0:  3fff1cbc 3ffe92d8 00000000 00000000  
[13:14:49]3ffffef0:  a6aca8e4 f225e140 62bfc11c 7e86a296  
[13:14:49]3fffff00:  3fffff08 0000000c 4e32647a 48545a42  
[13:14:49]3fffff10:  70795046 00000000 00000000 00000000  
[13:14:49]3fffff20:  00000000 00000000 00000000 00000000  
[13:14:49]3fffff30:  00000000 00000000 6a025d6e ca2596c5  
[13:14:49]3fffff40:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:49]3fffff50:  62bfc11c 7e86a296 6a025d6e ca2596c5  
[13:14:49]3fffff60:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:49]3fffff70:  62bfc11c 7e86a296 feefeffe feefeffe  
[13:14:49]3fffff80:  3fff1bbc feefeffe feefeffe feefeffe  
[13:14:49]3fffff90:  feefeffe feefeffe feefeffe 3fff04dc  
[13:14:49]3fffffa0:  3fffdad0 00000000 3fff04c8 402293c0  
[13:14:49]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[13:14:49]<<<stack<<<
[13:14:49]
[13:14:49]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:49]
[13:14:49] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[13:14:49]
[13:14:49]load 0x4010f000, len 3460, room 16 
[13:14:49]tail 4
[13:14:49]chksum 0xcc
[13:14:49]load 0x3fff20b8, len 40, room 4 
[13:14:49]tail 4
[13:14:49]chksum 0xc9
[13:14:49]csum 0xc9
[13:14:49]v00079110
[13:14:49]~ld
[13:14:49][I][logger:243]: Log initialized
[13:14:49][C][ota:465]: There have been 6 suspected unsuccessful boot attempts.
[13:14:49][I][app:029]: Running through setup()...
[13:14:49][C][spi:023]: Setting up SPI bus...
[13:14:49]
[13:14:49]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:49]
[13:14:49]Exception (9):
[13:14:49]epc1=0x402257c2 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263bce depc=0x00000000
[13:14:49]
[13:14:49]>>>stack>>>
[13:14:49]
[13:14:49]ctx: cont
[13:14:49]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[13:14:49]3ffffda0:  02625a00 3fff1ac4 3fff1c7c 40210cd4  
[13:14:49]3ffffdb0:  00000003 3fff02dc 00000003 40225829  
[13:14:49]3ffffdc0:  02625a00 40260001 3fff1bbc 00000003  
[13:14:49]3ffffdd0:  3fff1ac4 40263bd1 40263bce 402117d8  
[13:14:49]3ffffde0:  00000003 40263bce 3fff1bbc 40211b94  
[13:14:49]3ffffdf0:  3fff1bbc 00000003 40263bce 40211bde  
[13:14:49]3ffffe00:  000000ef 00000003 3fff1bbc 40100264  
[13:14:49]3ffffe10:  3ffffe60 00000003 3fff1bbc 3fff1b38  
[13:14:49]3ffffe20:  3fff1bbc 00000000 3fff1bbc 40211c18  
[13:14:49]3ffffe30:  00000000 00000000 3fff1bbc 40211a55  
[13:14:49]3ffffe40:  00000000 00000003 3fff1bbc 40219f7a  
[13:14:49]3ffffe50:  00000000 3fff19fc 3fff00fc 3fff1a00  
[13:14:49]3ffffe60:  00000000 3fff19fc 3fff00fc 4021a67b  
[13:14:49]3ffffe70:  00000000 00000000 4021a294 40100274  
[13:14:49]3ffffe80:  00000fff 3ffffea0 3fff00fc 4022cd4c  
[13:14:49]3ffffe90:  3fff1af4 00000002 3fff00fc 40219a85  
[13:14:49]3ffffea0:  0000000b 0000000b 3fff1cdc 40100fce  
[13:14:49]3ffffeb0:  00000010 00000000 3fff1cbc 402377e8  
[13:14:49]3ffffec0:  00000000 00000000 00000004 3fff1cac  
[13:14:49]3ffffed0:  3fff0194 00000000 3fff1cbc 4021b4b6  
[13:14:49]3ffffee0:  3fff1cbc 3ffe92d8 00000000 00000000  
[13:14:49]3ffffef0:  a6aca8e4 f225e140 62bfc11c 7e86a296  
[13:14:49]3fffff00:  3fffff08 0000000c 4e32647a 48545a42  
[13:14:49]3fffff10:  70795046 00000000 00000000 00000000  
[13:14:49]3fffff20:  00000000 00000000 00000000 00000000  
[13:14:49]3fffff30:  00000000 00000000 6a025d6e ca2596c5  
[13:14:49]3fffff40:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:49]3fffff50:  62bfc11c 7e86a296 6a025d6e ca2596c5  
[13:14:49]3fffff60:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:49]3fffff70:  62bfc11c 7e86a296 feefeffe feefeffe  
[13:14:49]3fffff80:  3fff1bbc feefeffe feefeffe feefeffe  
[13:14:49]3fffff90:  feefeffe feefeffe feefeffe 3fff04dc  
[13:14:49]3fffffa0:  3fffdad0 00000000 3fff04c8 402293c0  
[13:14:49]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[13:14:49]<<<stack<<<
[13:14:49]
[13:14:49]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:49]
[13:14:49] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[13:14:49]
[13:14:49]load 0x4010f000, len 3460, room 16 
[13:14:49]tail 4
[13:14:49]chksum 0xcc
[13:14:49]load 0x3fff20b8, len 40, room 4 
[13:14:49]tail 4
[13:14:49]chksum 0xc9
[13:14:49]csum 0xc9
[13:14:49]v00079110
[13:14:49]~ld
[13:14:49][I][logger:243]: Log initialized
[13:14:49][C][ota:465]: There have been 7 suspected unsuccessful boot attempts.
[13:14:49][I][app:029]: Running through setup()...
[13:14:49][C][spi:023]: Setting up SPI bus...
[13:14:49]
[13:14:49]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:49]
[13:14:49]Exception (9):
[13:14:49]epc1=0x402257c2 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263bce depc=0x00000000
[13:14:49]
[13:14:49]>>>stack>>>
[13:14:49]
[13:14:49]ctx: cont
[13:14:49]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[13:14:49]3ffffda0:  02625a00 3fff1ac4 3fff1c7c 40210cd4  
[13:14:49]3ffffdb0:  00000003 3fff02dc 00000003 40225829  
[13:14:49]3ffffdc0:  02625a00 40260001 3fff1bbc 00000003  
[13:14:49]3ffffdd0:  3fff1ac4 40263bd1 40263bce 402117d8  
[13:14:49]3ffffde0:  00000003 40263bce 3fff1bbc 40211b94  
[13:14:49]3ffffdf0:  3fff1bbc 00000003 40263bce 40211bde  
[13:14:49]3ffffe00:  000000ef 00000003 3fff1bbc 40100264  
[13:14:49]3ffffe10:  3ffffe60 00000003 3fff1bbc 3fff1b38  
[13:14:49]3ffffe20:  3fff1bbc 00000000 3fff1bbc 40211c18  
[13:14:49]3ffffe30:  00000000 00000000 3fff1bbc 40211a55  
[13:14:49]3ffffe40:  00000000 00000003 3fff1bbc 40219f7a  
[13:14:49]3ffffe50:  00000000 3fff19fc 3fff00fc 3fff1a00  
[13:14:49]3ffffe60:  00000000 3fff19fc 3fff00fc 4021a67b  
[13:14:49]3ffffe70:  00000000 00000000 4021a294 40100274  
[13:14:49]3ffffe80:  00000fff 3ffffea0 3fff00fc 4022cd4c  
[13:14:49]3ffffe90:  3fff1af4 00000002 3fff00fc 40219a85  
[13:14:49]3ffffea0:  0000000b 0000000b 3fff1cdc 40100fce  
[13:14:49]3ffffeb0:  00000010 00000000 3fff1cbc 402377e8  
[13:14:49]3ffffec0:  00000000 00000000 00000004 3fff1cac  
[13:14:49]3ffffed0:  3fff0194 00000000 3fff1cbc 4021b4b6  
[13:14:49]3ffffee0:  3fff1cbc 3ffe92d8 00000000 00000000  
[13:14:49]3ffffef0:  a6aca8e4 f225e140 62bfc11c 7e86a296  
[13:14:49]3fffff00:  3fffff08 0000000c 4e32647a 48545a42  
[13:14:49]3fffff10:  70795046 00000000 00000000 00000000  
[13:14:49]3fffff20:  00000000 00000000 00000000 00000000  
[13:14:49]3fffff30:  00000000 00000000 6a025d6e ca2596c5  
[13:14:49]3fffff40:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:49]3fffff50:  62bfc11c 7e86a296 6a025d6e ca2596c5  
[13:14:49]3fffff60:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:49]3fffff70:  62bfc11c 7e86a296 feefeffe feefeffe  
[13:14:49]3fffff80:  3fff1bbc feefeffe feefeffe feefeffe  
[13:14:49]3fffff90:  feefeffe feefeffe feefeffe 3fff04dc  
[13:14:49]3fffffa0:  3fffdad0 00000000 3fff04c8 402293c0  
[13:14:49]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[13:14:49]<<<stack<<<
[13:14:49]
[13:14:49]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:49]
[13:14:49] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[13:14:49]
[13:14:49]load 0x4010f000, len 3460, room 16 
[13:14:49]tail 4
[13:14:49]chksum 0xcc
[13:14:49]load 0x3fff20b8, len 40, room 4 
[13:14:49]tail 4
[13:14:49]chksum 0xc9
[13:14:49]csum 0xc9
[13:14:49]v00079110
[13:14:49]~ld
[13:14:49][I][logger:243]: Log initialized
[13:14:49][C][ota:465]: There have been 8 suspected unsuccessful boot attempts.
[13:14:49][I][app:029]: Running through setup()...
[13:14:49][C][spi:023]: Setting up SPI bus...
[13:14:49]
[13:14:49]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:49]
[13:14:49]Exception (9):
[13:14:49]epc1=0x402257c2 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263bce depc=0x00000000
[13:14:49]
[13:14:49]>>>stack>>>
[13:14:49]
[13:14:49]ctx: cont
[13:14:49]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[13:14:49]3ffffda0:  02625a00 3fff1ac4 3fff1c7c 40210cd4  
[13:14:49]3ffffdb0:  00000003 3fff02dc 00000003 40225829  
[13:14:49]3ffffdc0:  02625a00 40260001 3fff1bbc 00000003  
[13:14:49]3ffffdd0:  3fff1ac4 40263bd1 40263bce 402117d8  
[13:14:49]3ffffde0:  00000003 40263bce 3fff1bbc 40211b94  
[13:14:49]3ffffdf0:  3fff1bbc 00000003 40263bce 40211bde  
[13:14:49]3ffffe00:  000000ef 00000003 3fff1bbc 40100264  
[13:14:49]3ffffe10:  3ffffe60 00000003 3fff1bbc 3fff1b38  
[13:14:49]3ffffe20:  3fff1bbc 00000000 3fff1bbc 40211c18  
[13:14:49]3ffffe30:  00000000 00000000 3fff1bbc 40211a55  
[13:14:49]3ffffe40:  00000000 00000003 3fff1bbc 40219f7a  
[13:14:49]3ffffe50:  00000000 3fff19fc 3fff00fc 3fff1a00  
[13:14:49]3ffffe60:  00000000 3fff19fc 3fff00fc 4021a67b  
[13:14:49]3ffffe70:  00000000 00000000 4021a294 40100274  
[13:14:49]3ffffe80:  00000fff 3ffffea0 3fff00fc 4022cd4c  
[13:14:49]3ffffe90:  3fff1af4 00000002 3fff00fc 40219a85  
[13:14:49]3ffffea0:  0000000b 0000000b 3fff1cdc 40100fce  
[13:14:49]3ffffeb0:  00000010 00000000 3fff1cbc 402377e8  
[13:14:49]3ffffec0:  00000000 00000000 00000004 3fff1cac  
[13:14:49]3ffffed0:  3fff0194 00000000 3fff1cbc 4021b4b6  
[13:14:50]3ffffee0:  3fff1cbc 3ffe92d8 00000000 00000000  
[13:14:50]3ffffef0:  a6aca8e4 f225e140 62bfc11c 7e86a296  
[13:14:50]3fffff00:  3fffff08 0000000c 4e32647a 48545a42  
[13:14:50]3fffff10:  70795046 00000000 00000000 00000000  
[13:14:50]3fffff20:  00000000 00000000 00000000 00000000  
[13:14:50]3fffff30:  00000000 00000000 6a025d6e ca2596c5  
[13:14:50]3fffff40:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:50]3fffff50:  62bfc11c 7e86a296 6a025d6e ca2596c5  
[13:14:50]3fffff60:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:50]3fffff70:  62bfc11c 7e86a296 feefeffe feefeffe  
[13:14:50]3fffff80:  3fff1bbc feefeffe feefeffe feefeffe  
[13:14:50]3fffff90:  feefeffe feefeffe feefeffe 3fff04dc  
[13:14:50]3fffffa0:  3fffdad0 00000000 3fff04c8 402293c0  
[13:14:50]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[13:14:50]<<<stack<<<
[13:14:50]
[13:14:50]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:50]
[13:14:50] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[13:14:50]
[13:14:50]load 0x4010f000, len 3460, room 16 
[13:14:50]tail 4
[13:14:50]chksum 0xcc
[13:14:50]load 0x3fff20b8, len 40, room 4 
[13:14:50]tail 4
[13:14:50]chksum 0xc9
[13:14:50]csum 0xc9
[13:14:50]v00079110
[13:14:50]~ld
[13:14:50][I][logger:243]: Log initialized
[13:14:50][C][ota:465]: There have been 9 suspected unsuccessful boot attempts.
[13:14:50][I][app:029]: Running through setup()...
[13:14:50][C][spi:023]: Setting up SPI bus...
[13:14:50]
[13:14:50]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:50]
[13:14:50]Exception (9):
[13:14:50]epc1=0x402257c2 epc2=0x00000000 epc3=0x00000000 excvaddr=0x40263bce depc=0x00000000
[13:14:50]
[13:14:50]>>>stack>>>
[13:14:50]
[13:14:50]ctx: cont
[13:14:50]sp: 3ffffc10 end: 3fffffc0 offset: 0190
[13:14:50]3ffffda0:  02625a00 3fff1ac4 3fff1c7c 40210cd4  
[13:14:50]3ffffdb0:  00000003 3fff02dc 00000003 40225829  
[13:14:50]3ffffdc0:  02625a00 40260001 3fff1bbc 00000003  
[13:14:50]3ffffdd0:  3fff1ac4 40263bd1 40263bce 402117d8  
[13:14:50]3ffffde0:  00000003 40263bce 3fff1bbc 40211b94  
[13:14:50]3ffffdf0:  3fff1bbc 00000003 40263bce 40211bde  
[13:14:50]3ffffe00:  000000ef 00000003 3fff1bbc 40100264  
[13:14:50]3ffffe10:  3ffffe60 00000003 3fff1bbc 3fff1b38  
[13:14:50]3ffffe20:  3fff1bbc 00000000 3fff1bbc 40211c18  
[13:14:50]3ffffe30:  00000000 00000000 3fff1bbc 40211a55  
[13:14:50]3ffffe40:  00000000 00000003 3fff1bbc 40219f7a  
[13:14:50]3ffffe50:  00000000 3fff19fc 3fff00fc 3fff1a00  
[13:14:50]3ffffe60:  00000000 3fff19fc 3fff00fc 4021a67b  
[13:14:50]3ffffe70:  00000000 00000000 4021a294 40100274  
[13:14:50]3ffffe80:  00000fff 3ffffea0 3fff00fc 4022cd4c  
[13:14:50]3ffffe90:  3fff1af4 00000002 3fff00fc 40219a85  
[13:14:50]3ffffea0:  0000000b 0000000b 3fff1cdc 40100fce  
[13:14:50]3ffffeb0:  00000010 00000000 3fff1cbc 402377e8  
[13:14:50]3ffffec0:  00000000 00000000 00000004 3fff1cac  
[13:14:50]3ffffed0:  3fff0194 00000000 3fff1cbc 4021b4b6  
[13:14:50]3ffffee0:  3fff1cbc 3ffe92d8 00000000 00000000  
[13:14:50]3ffffef0:  a6aca8e4 f225e140 62bfc11c 7e86a296  
[13:14:50]3fffff00:  3fffff08 0000000c 4e32647a 48545a42  
[13:14:50]3fffff10:  70795046 00000000 00000000 00000000  
[13:14:50]3fffff20:  00000000 00000000 00000000 00000000  
[13:14:50]3fffff30:  00000000 00000000 6a025d6e ca2596c5  
[13:14:50]3fffff40:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:50]3fffff50:  62bfc11c 7e86a296 6a025d6e ca2596c5  
[13:14:50]3fffff60:  6a67effd 6973eacb a6aca8e4 f225e140  
[13:14:50]3fffff70:  62bfc11c 7e86a296 feefeffe feefeffe  
[13:14:50]3fffff80:  3fff1bbc feefeffe feefeffe feefeffe  
[13:14:50]3fffff90:  feefeffe feefeffe feefeffe 3fff04dc  
[13:14:50]3fffffa0:  3fffdad0 00000000 3fff04c8 402293c0  
[13:14:50]3fffffb0:  feefeffe feefeffe 3ffe8610 401004c1  
[13:14:50]<<<stack<<<
[13:14:50]
[13:14:50]--------------- CUT HERE FOR EXCEPTION DECODER ---------------
[13:14:50]
[13:14:50] ets Jan  8 2013,rst cause:2, boot mode:(3,6)
[13:14:50]
[13:14:50]load 0x4010f000, len 3460, room 16 
[13:14:50]tail 4
[13:14:50]chksum 0xcc
[13:14:50]load 0x3fff20b8, len 40, room 4 
[13:14:50]tail 4
[13:14:50]chksum 0xc9
[13:14:50]csum 0xc9
[13:14:50]v00079110
[13:14:50]~ld
[13:14:50][I][logger:243]: Log initialized
[13:14:50][C][ota:465]: There have been 10 suspected unsuccessful boot attempts.
[13:14:50][E][ota:472]: Boot loop detected. Proceeding to safe mode.
[13:14:50][I][app:029]: Running through setup()...
[13:14:50][C][wifi:037]: Setting up WiFi...
[13:14:50][D][wifi:384]: Starting scan...
[13:14:56][D][wifi:399]: Found networks:
[13:14:58][D][wifi:525]: Disabling AP...
[13:14:58][C][ota:089]: Over-The-Air Updates:
[13:14:58][C][ota:090]:   Address: living-room-dashboard.local:8266
[13:14:58][C][ota:093]:   Using Password.
[13:14:58][W][ota:098]: Last Boot was an unhandled reset, will proceed to safe mode in 0 restarts
[13:14:58][I][app:062]: setup() finished successfully!
[13:14:58][I][ota:484]: Waiting for OTA attempt.
[13:14:58][I][app:102]: ESPHome version 2022.10.2 compiled on Nov  2 2022, 23:56:39
[13:14:58][C][wifi:502]: WiFi:
[13:14:58][C][wifi:360]:   Local MAC: 00:00:00:00:00:00
[13:14:58][C][wifi:361]:   SSID: 'SSID'
[13:14:58][C][wifi:362]:   IP Address: 192.168.0.136
[13:14:58][C][wifi:363]:   BSSID: 00:00:00:00:00:00
[13:14:58][C][wifi:365]:   Hostname: 'living-room-dashboard'
[13:14:58][C][wifi:367]:   Signal strength: -23 dB ▂▄▆█
[13:14:58][C][wifi:371]:   Channel: 1
[13:14:58][C][wifi:372]:   Subnet: 255.255.255.0
[13:14:58][C][wifi:373]:   Gateway: 192.168.0.1
[13:14:58][C][wifi:374]:   DNS1: 192.168.0.7
[13:14:58][C][wifi:375]:   DNS2: 8.8.4.4
[13:14:58][C][logger:275]: Logger:
[13:14:58][C][logger:276]:   Level: DEBUG
[13:14:58][C][logger:277]:   Log Baud Rate: 115200
[13:14:58][C][logger:278]:   Hardware UART: UART0
[13:14:58][C][captive_portal:088]: Captive Portal:
[13:14:58][C][mdns:100]: mDNS:
[13:14:58][C][mdns:101]:   Hostname: living-room-dashboard
[13:14:58][C][ota:089]: Over-The-Air Updates:
[13:14:58][C][ota:090]:   Address: living-room-dashboard.local:8266
[13:14:58][C][ota:093]:   Using Password.
[13:14:58][W][ota:098]: Last Boot was an unhandled reset, will proceed to safe mode in 0 restarts

Will you share your esphome config for the esp8266 Wemo? The GPIO examples up top are for the esp32 version and I can’t get mine figured out right based on the diagram.

I have the same bootloop problem with a d1 mini esp8266

Not sure if the code change as it now use iki9xxx instead of ili9341

Did you ever get it to worK

spi:
  clk_pin: D5 # (Pin on display - SCK/T_CLK)
  mosi_pin: D7 # (Pin on display - SDI(MOSI)/T_DIN)
  miso_pin: D6 # (Pin on display - SDO(MISO)/T_DO)



color:
  - id: my_light_red
    hex: FF3340
  - id: my_black
    hex: '000000'  # Hex code for black

font:
  - file: 'Roboto.ttf'
    id: font1
    size: 26


display:
  - platform: ili9xxx
    model: TFT 2.4
    cs_pin: D0
    dc_pin: D8 
    # spi_mode: mode3
    reset_pin: D1  
    lambda: |-
      it.fill(id(my_black));   
      it.print(0, 0, id(font1), id(my_light_red), TextAlign::TOP_LEFT, "Hello World!");