when I try to compile and download the yaml code into the 5 different ESPs = ESP WROOM 32, Node MCU ESP C3 32S kit, ESP32 DEV KIT V1, ESP8286 Huuzzah Feather, ESP 8266 D1 mini ESP12F.
My HA configuration on a RPI3B+
The serial port works fine … i.e. ESPs are detected… but I CANNOT compile/download the yaml file into the different ESPs…
What could be the causes ? I tried to manually use ESPHOME without HA, but I failed also after pip install platformio and pip install esphome ; and then esphome run file.yaml
People have noticed that trying to compile their projects on machine such as the Raspberry Pi 3 would crash either the whole machine or the ESPHome add-on, or Home Assistant. This is due to having less RAM and CPU power available to run all of the things at the same time. A new config option has been added as per the example below that should help to allow compiling on machines such as Raspberry Pi 3. By default ESPHome tries to compile using all of the processor cores, and this allows you to limit it to a lower amount.
I would try to remove ESPHome, and then to reinstall it… do you have any advices for this ; I have to download before the yaml files that are working fine.
Hello I followed this video How to use ESPHome without Home Assistant look at 11:10 but compilation failed and I got this message “Platform Manager: Installing platformio/espressif8266 @ 3.2.0 Error: Please upgrade to the PlatformIO Core 6”
Why aren’t you answering the questions you are asked to help you, but do cross post in two other topics?
Answer how many RAM you have on your Pi, and then likely get the answer, that it doesn’t work on your device. ESPHome uses a lot of ressources to compile, and if your Pi isn’t powerful enough, it is what it is…
Btw. you don’t upgrade things like this, ESPHome does this for you. If you need to change it, you need to download ESPHome, make your changes and compile it yourself. I wouldn’t advise to do so, but if you want to, there is a guide on the ESPHome website. But in the end, it’s likely that this won’t help at all, as the Pi still is not powerful enough…