Dave Schmid

Results 59 comments of Dave Schmid

@guillempages I had a chance to pull a new build to test out the monochrome efforts you put together and I'm getting a build problem related to my Waveshare: ```...

@guillempages same outcome, different display: ``` src/main.cpp: In function 'void setup()': src/main.cpp:381:55: error: invalid new-expression of abstract class type 'esphome::lilygo_t5_47::LilygoT547Display' esp17_display = new lilygo_t5_47::LilygoT547Display(); ^ In file included from src/esphome.h:30:0,...

@PianSom Appreciate the insights. I use Pihole as well and have similar visibility. I'm currently seeing: 136440 a day to swd.weatherflow.com and 122112 to ws.weatherflow.com. But I'm also polling a...

I am experiencing the same issues and have attached this message to provide more information. I have been working with version 2023.06.* and have noticed that it is broken in...

Hoping that there will be fewer DNS calls with my latest version. It's been rewritten from the ground up, and the requests for remote API calls are shared internally. I...

I think this is a pretty good idea... I have pages for daily but not for monthly, yearly. Should be something I can put together. I've added this to my...

Cool - now that I have a new version of the collector out - I'll also work on adding some new dashboards! Thanks for the idea!

@jult - Appreciate the comments here. For me, it was easier because I could target specific components that I knew I could version and make sure were available. The project...

Totally understand. I haven't seen much overhead from the Docker components (in general). But I'm also not measuring each of the containers. ![raspberry4_cpu](https://user-images.githubusercontent.com/30187533/134550093-e6f9186f-a55a-4b85-9926-fbf82a840467.png) On a Raspberry 4 the above is...

A new version of my WeatherFlow Collector was just released. While it is still typically deployed as a Docker container, you can run it directly in a Python environment. This...