YA WeatherFlow to InfluxDB integration gateway

I’ve written (yet another) WeatherFlow UDP Broadcast to InfluxDB integration. This one is written in Go and designed to writes data in the InfluxDB wire protocol.

I’m using it to receive the UDP broadcasts and forwarded the data into a Telegraf/InfluxDB 2/Grafana stack docker stack.

It currently supports obs_st and rapid_wind data although I intend to add hub and station statistics at some point.

tempest_influx (Github)
tempest_influx (Docker Hub)

3 Likes