pixelWAVE

Results 33 comments of pixelWAVE

What I thought ... I am still learning. Not sure how to translate / integrate this into ESP Home code.

Today I got the same error trying to compile via OTA: `ERROR Error receiving acknowledge binary size: timed out` Full Log: ``` INFO ESPHome 2024.12.2 INFO Reading configuration /config/lilygo-t4-s3.yaml... INFO...

**Update** So I played around by removing some pages / images in my LVGL project. And it is seems somehow filesize dependent: I can compile with OTA when using: `Flash:...

UPDATE: In my case that fixed it -> https://github.com/esphome/issues/issues/6695

How can I stop the logging to file?

> How can I stop the logging to file? Ok I figured it out: ``` #SSH into esphome docker #install ps (optional) apt-get update && apt-get install procps #list running...

I tried to copy and install this script via my **ESPHome (2024.7.2 / Docker)** but got the following error: ``` esp32: board: esp32-c3-devkitm-1 framework: type: arduino substitutions: friendly_name: ESPHome Tesla...

> I got the same errors, but still works fine. Did you change the include-rows to reference to github? Issue was the Arduino framework. Changed it to: ``` board: esp32-c3-devkitm-1...

ESP32 device logs just show this: **ESPHome YAML File:** ``` esp32: board: esp32-c3-devkitm-1 framework: type: esp-idf version: 5.2.2 platform_version: 6.7.0 substitutions: friendly_name: ESPHome Tesla BLE device_name: tesla-ble device_description: Tesla BLE...

> I had some errors when building an updated version, probably due file caching (I have ESPHome as add-on in supervised HA). Solved by changing package reference files to to...