Stefan Rado
Stefan Rado
I am currently using the `qheat` driver because I thought it would match my meter (picture in #695) and worked fine all the time. @stigger My meter normally only sends...
Are we sure we want to introduce more top-level properties to all those components? I wonder if something like the introduction of a `meta` property would make sense that could...
Thanks for this overview! I have created a component for the touchscreen already in esphome/esphome#4793 which is working fine on my Box and is ready for review. I am currently...
Also, the ILI9342C driver requires some additions to allow enabling x-mirroring for the ESP32-S3-BOX. I have started implementing that, a PR will also follow. For now, you can check out...
Yeah the ES8311 can theoretically work without a dedicated MCLK by generating it internally from the SCLK, but as the ESP32-S3-BOX has an MCLK wired to GPIO2 anyway, we should...
I probably won't have time to look into it before Friday afternoon, but that already sounds awesome!
I mean, we could probably make changes to the Audio library, as it is already a modified fork. The question is how close to upstream you want it to be....
I spent some more time learning the inner workings of I2S and how the different components use it right now. The following is a list of findings and 'challenges' I...
@rpatel3001 I found the full datasheet for the ES7210 [here](https://uploadcdn.oneyac.com/attachments/userfile/68/63/1629167664244_5904.pdf) ([Backup](https://github.com/esphome/feature-requests/files/11522413/E7210.DS.pdf)). Unfortunately I was still unable to locate the corresponding user guide, but this should be enough information to get...