Open dat12s opened 10 months ago
Can confirm that I'm having a similar issue on 2023.12.8. Boards flashed with the previous version work fine. Any board that has been upgraded no longer connects to WiFi after wireless upgrade. I flashed a new board with 12.8 and the board works as long as it is connected via USB. If you power the board off, then power it on to connect over WiFi, it never comes up. Bringing it back to serial shows garbage on the log.
Adding further information -- After downgrading HA/ESPHome back to 2023.12.7, the previously online unit came back online almost as if it wasn't updated. The newly installed unit still shows offline. These are ESP-WROOM-32 units.
Same problem here. I got those Luat OS boards. https://wiki.luatos.com/chips/esp32c3/board.html
Edit: Restored ESPhome 2023.12.5 Clean build files. flashed Tasmota just to check if the device still works! Yes it does. Had the Log shown in ESPHome. Installed a simple test.yaml
No more log output. Device dead. Might be an issue of Home Assistant Core?
The yaml given in in the first comment here builds and runs fine on a C3 for me (I did remove the static IP address, otherwise changed nothing.) The sensors fail of course since there is no hardware for them.
I tested this against the current dev branch and 2023.12.9 from the command line - same results.
Same problem here. I installed an older version (pip install esphome==2023.11.3) and it's work.
Are you using Bluetooth?
Not for the moment. For now I have been able to integrate it into ha
No
On Wed, 24 Jan 2024 at 20:20, Clyde Stubbs @.***> wrote:
Are you using Bluetooth?
— Reply to this email directly, view it on GitHub https://github.com/esphome/issues/issues/5409#issuecomment-1908855543, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGN2QCJE4QPBHMS44NR74MLYQFUJRAVCNFSM6AAAAABCCXUQGKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBYHA2TKNJUGM . You are receiving this because you authored the thread.Message ID: @.***>
@dat12s try this! Worked for me.
esphome:
name: $device_name
friendly_name: $friendly_name
platformio_options:
board_build.flash_mode: dio
board_build.f_cpu: 80000000L
esp32:
variant: ESP32C3
board: esp32-c3-devkitm-1
framework:
type: esp-idf
@dat12s try this! Worked for me.
esphome: name: $device_name friendly_name: $friendly_name platformio_options: board_build.flash_mode: dio board_build.f_cpu: 80000000L esp32: variant: ESP32C3 board: esp32-c3-devkitm-1 framework: type: esp-idf
Tried this , not work.
Same problem here. I installed an older version (pip install esphome==2023.11.3) and it's work.
Confirm downgrade esphome version do work.
The problem
No issues installing and updating ESP Home configurations to multiple ESP 32 C3 boards up to and including ESP Home 2023.12.7 Carried out ESP Home Upgrade to 2023.12.8 and then carried out "Upgrade All" for the devices (wirelessly) and noted that the first C3 to upgrade was not responding, Stopped the remaining upgrades and carried out checks on the failed unit.
Connected to the C3 via usb for the logs and noted that it was failing to boot, carried out a further installation starting with clean build files and again the C3 failed to boot after installation. All Ic2 modules removed from board and installation repeated with the same result - C3 not booting. Carried out the same installation (via usb) on a brand new C3 (M5stack C3 Stamp) and this unit also fails to boot. I have cautiously carried out upgrades to 2023.12.8 on my remaining devices which are various ES32 devices and Rpi Pico with no issues being apparent currently.
I have restored the 2023.12.7 backup for ESP Home taken when ESP Home was upgrade to 2023.12.8 with no effect, no installation to any C3 will now boot, for the sake of completeness I the re upgraded ESP Home to 2023.12.8 with no change to the results – C3 not booting.
Which version of ESPHome has the issue?
2023.12.8
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
HA Core 2024.1.4 / Supervisor 2023.12.1 / OS 11.4 / Frontend 20240104.0
What platform are you using?
ESP32
Board
esp32-c3-devkitm-1 (M5Stack C3 Stamp)
Component causing the issue
C3 Failing to Boot after 2023.12.8 update (download by USB directly connected to HA PC)
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response