grebleem / weewx-weatherlinkliveudp

Weewx Driver with UDP
6 stars 4 forks source link

Separate service for getting WeatherLink Cloud API data #10

Closed uajqq closed 3 years ago

uajqq commented 4 years ago

I've been working on a separate weewx service to collect WeatherLink Cloud API data alongside the WeatherLinkUDP driver, so that the driver doesn't have to mess around with it:

DavisHealthAPI

This separates the WeatherLink API calls from the local API calls so we're not making an API call every 10 seconds. Additionally, by initializing a separate database to hold the information, we can record a lot more data than would be possible using the weewx database. Let me know what you think!

grebleem commented 4 years ago

Very nice! I will try it out later today.