I bought a few ESPC2 8684 boards to automate some fans - I got them because they were the cheapest, and didn’t think to check compatibility before I did
I’m running HA on a Raspberry Pi 4 using HA OS, with the ESPHome addon installed. In the UI for selecting a board, I can’t find my exact version. Picking just a generic ESP32 doesn’t work, I get the error ERROR Running command failed: This chip is ESP32-C2 not ESP32. Wrong --chip argument? while installing the yaml.
At this stage I’d usually write it off and buy some more boards I know would work, but one thing that give me hope is that ESP32C2 appears in the variant autosuggest, I just can’t work out what the board type should be.
Are they compatible, or should I get some new boards?
Sorry if my post wasn’t clear enough - it’s when using board: esp32dev, I get the error ERROR Running command failed: This chip is ESP32-C2 not ESP32. Wrong --chip argument?. I’ve tried setting the variant as well using
esp32:
board: esp32dev
variant: ESP32C2
but I get the error Option 'variant' does not match selected board.