-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improv Wi-Fi over Serial fails with ESP32 devices #464
Comments
Make sure you run the latest version of ESPHome as we have made some fixes for those models. Our voice assistant ready-made project works just fine with ESP32-S3 boxes https://esphome.io/projects/ |
Thanks for your speedy help! One last question, I'm currently at ESPHome 2023.8.3 / Home Assistant 2023.10.3 Is it ok to go straight to the latest version of ESPHome, or should I upgrade HA first? [EDIT] I took a chance and went to the latest Docker version of ESPHome - 2023.12.9 but the problem is still there. Thanks again! B. |
Try the dev version. We skipped a release and it might not have been out yet. |
Sadly no. Running Version: 2024.1.0-dev I still the error “An error occurred. Improv Wi-Fi Serial not detected.” Just to make sure, I am trying to use https://web.esphome.io/?dashboard_wizard "Prepare For First Use" with an ESP32 S2 Mini WIFI Board Based ESP32-S2FN4R2 4MB FLASH 2MB PSRAM that looks like this: I know there are workarounds, but if I can help debug it, I am willing. If there are any log files I can send, let me know where they are. Thanks! B. |
I don't know about that board. In your initial report you mentioned that S3 doesn't work, but that we have working. Try this URL https://esphome.io/projects/?type=empty |
I did also mention S2
Since then I moved over to OpenHASP for the S3 device However, I had tried the url referenced before. It performs the install ok, but afterwards there is not even an attempt at wifi configuration. The only choices offered are to reinstall or to look at the logs as shown in the screenshot below. I can get the device working and adopted by creating an uploadable .bin fil but it is a clunky way to go. (I actually used a tip I got from Reddit here to get the board specification right:
So I take it that the S2 is not supported yet by web tools? If so, can I make a plea for inclusion? I am willing to beta test! Thanks! B. |
Hmm.... so is the S2 supported? Or not? |
I have the same problem on ESP32-S3 running the Glow Worm Luciferin firmware There is a weird thing... but if then I click @balloob sorry if I quote you but |
same for me on ESP32 |
I've also noticed this behavior. For example on an ESP32-C3 (USB via HWCDC, not USB to serial chip) I clicked to open the console in the webflasher menu right after flashing and I didn't even get my console output until I sent a reset via the terminal window. (thus not pressing RST button) This could indicate the board may still have been in flash mode? |
@TD-er have you tried a workaround for this problem? |
It is still a bit of trial-and-error as you need to toggle log-view, click "back" and see if IMPROV details are shown. You can try and see for yourself with my ESPEasy web flasher: https://td-er.nl/ESPEasy/latest/ |
I need to admit that the Tasmota version of the Web Installer works much better than this. |
Hello,
I am having a real problem with using the web based utility to install ESPHome on ESP32 devices.
I can install on a Wemos D1 (8266) with no trouble, but when I try with an ESP32-S2 or ESP32-S3, the software installs, but then I get the message “An error occurred. Improv Wi-Fi Serial not detected.”
Can you confirm whether this is expected, and, if not, how to debug it?
Thanks!
B.
The text was updated successfully, but these errors were encountered: