strange-v / ha_deck

Config-driven Home Assistant dashboard (built on top of ESPHome)
MIT License
150 stars 42 forks source link

Initial flash #13

Closed skybarberom closed 4 months ago

skybarberom commented 5 months ago

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?

strange-v commented 5 months ago

What device are you using?

skybarberom commented 5 months ago

What device are you using?

WT32-SC01 Plus

strange-v commented 5 months ago

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

skybarberom commented 5 months ago

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

strange-v commented 5 months ago

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.