Open stefangries opened 6 days ago
Is this the hass addon? Can you get a detailed log? I would try to use esphome from the command line. Anyway, I don't think this is related to the zigbee component, so please ask at the esphome discord for help or fill a bug in the addon repository (esp32H2 is not officially supported).
You can't install the firmware using ESPHome GUI because ESPHome does not support ESP32-H2 in GUI mode. You should install it only using CLI mode.
@rvalitov @luar123 Thanks for the advice, I will try to install from command line.
I would also recommend using the dev branch of Esphome in CLI mode. Because I see that many features for newer devices are still missing in official release but are available in dev version. So I use a standard version of Esphome in HA, but dev version in CLI mode to compile and upload firmware to devices such as H2 C6 H6 etc.
I'm using a basic yaml to try to install my ESP-32-H2-DevKit:
When trying to install it, I get this error:
When not using a yaml to install and instead using the "+ New Device" button, I get this:
Seems like the device identifies as "ESP32-H2" while the yaml expects an "ESP32H2". Where is my mistake? What can I do to install? Is this a bug?