ageurtse / esphome-clock

This is a first build of an ESPhome clock with an axs15231
0 stars 0 forks source link

No module named 'esphome.components.qspi_dbi #1

Open Charly57 opened 1 week ago

Charly57 commented 1 week ago

I always get this error

INFO ESPHome 2024.10.2 INFO Reading configuration /config/esphome/esphome-web-2204b4.yaml... INFO Unable to import component qspi_dbi.display: No module named 'esphome.components.qspi_dbi' Failed config display.qspi_dbi: [source /config/esphome/esphome-web-2204b4.yaml:273] Platform not found: 'display.qspi_dbi'.

What's going wrong?

and BTW: platform: axs15231 was not found as well

ageurtse commented 1 week ago

Looking at your info, it seems that you didn't make use off ESPhome dev version, the code only compiles at this moment frome esphome 2024.11 and further. this version is available in the dev version

Charly57 commented 1 week ago

okay I understand. I started the program with 2024.10 so I have to wait Thank you for your information

ageurtse commented 1 week ago

From within home assistant you can also install esphome dev, then you could compile

Charly57 commented 1 week ago

Thank you. I have changed the code to an old driver and it works as well