lux4rd0 / weatherflow-collector

The WeatherFlow Collector is a comprehensive data collection system that gathers weather data from local UDP broadcasts and remote APIs. It seamlessly feeds this data into InfluxDB V2, which can be visualized using a set of pre-configured Grafana dashboards. The application provides real-time current conditions and detailed forecasts.
https://labs.lux4rd0.com/weatherflow-collector/
GNU Affero General Public License v3.0
77 stars 9 forks source link

v2.5.4 - Breaking Change in InxfluxDB Data Types #2

Closed lux4rd0 closed 3 years ago

lux4rd0 commented 3 years ago

Due to some issues with Grafana's variable sorting - when the forecasts start to include days of the next month, it causes the day selector to sort by value rather than by days in the database. I've opened a ticket on this and will update the collected if there's a fix.

Continue using lux4rd0/weatherflow-collector:2.5.2 for the previous version. I'll roll forward any updates.

lux4rd0 commented 3 years ago

Putting this on hold as a fix is being validated with Grafana. Pushed a v2.5.5 version to go back to previous functionality so it doesn't break previous data schemas.

lux4rd0 commented 3 years ago

This was fixed with Grafana 8.

https://github.com/grafana/grafana/pull/33314