Open chrnueve opened 4 years ago
I'm not using esphome HA integration. It might be some compatibility with the esphome version used (stable, dev...). I'm using current dev version.
I had no issues. One thing to note is that you should copy in the custom components before you configure the device. Otherwise, it will select the M5Stack Core ESP32
and that will not work. You need to make sure that it is the following:
esphome:
name: my_m5stckc
platform: ESP32
board: m5stick-c
platformio_options:
upload_speed: 115200
Once I did that it worked like a charm.
@airy10 What is the plan to push this upstream to ESPhome?
Hi, I'm trying to upload your sample yaml to a M5StickC from HA ESPHome integration, but is giving me an error on compile time with st7735.h. Here's a log of a compilation
I'll check tomorrow to build it using the esphome-cli Thank you for your work!