Has anyone tried exporting pywws data into influxdb? Something like a toService script that will push live data to influxdb, and also catch up from way back when.
My goal is to plot weather data using a grafana dashboard. The easiest way to do this is to get the data into an influx time series database, from where grafana can query and graph the data.
This seems like something simple to build, but before I start spending much time on this, perhaps someone already did something similar.