James Myatt

Results 100 comments of James Myatt

OK I've added a `reduced.yaml` which is a simplified version that's also not working. And cutting it down more does get it to work, so my suspicion is that it's...

@nielsnl68 Did you get a chance to look at this?

Could the difference be the PSRAM? I'm using an ESP32 D1 mini clone, so it's using a WROOM module, while the espMuse uses the WROVER module. Whether the display is...

PSRAM is mostly found on ESP32-WROVER or ESP32-A1S modules. ESP32-WROOM and ESP32-S modules don't have PSRAM. For custom boards, you have to check. Your ESP32 NodeMCU uses the WROOM module,...

This seems like essential functionality +1

I think it needs to be passive, since as you noticed, it uses the RTTTL component: https://esphome.io/components/rtttl.html @adonno, probably worth being explicit and fixing the aliexpress link in the Readme.

@KerimG , I can confirm that this workaround works for me, but it's not a permanent solution. @mtxr, is this easy to fix?

I think this is a problem of Windows paths. I've just found an empty `"C:\c%3A\__Data\...\data\database.sqlite"` file, which I assume was created by sqltools, since it matches the file I was...

The general advice is to still prefer `virtualenv` since it's faster, has more features and can be upgraded via pip. _Update_: In most cases, "virtualenv" is still recommended over just...