strange-v / ha_deck

Config-driven Home Assistant dashboard (built on top of ESPHome)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initial flash

skybarberom opened this issue · comments

I've been trying to make the initial installation on esphome but if I flash it from web or I manually flash it, the screen can't connect to wifi and it's off. I hadn't this problem with openhasp but it was too much effort to program. Any advice how to flash it correctly?

What device are you using?

What device are you using?

WT32-SC01 Plus

It is worth checking what is going on in the console (logs) when the device starts.

It is worth checking what is going on in the console (logs) when the device starts.

if I connect via serial I can see only this block repeated
ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x10 (RTCWDT_RTC_RST),boot:0xb (SPI_FAST_FLASH_BOOT) SPIWP:0xee mode:DIO, clock div:1 load:0x3fce3808,len:0x43c load:0x403c9700,len:0xbec load:0x403cc700,len:0x2a3c entry 0x403c98d8

If I flash from esphome web, the initialization/flash goes ok, when it goes to the wifi settings step I get "An error occurred. Improv Wi-Fi Serial not detected ".
If I prepare the bin and flash it directly, the flash goes ok but screen off, wifi not connected

I'd suggest starting with bare ESPHome, and if it works adding ha_deck components. Currently, it is unclear whether it is hardware, ESPHome, or HA Deck faults.