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.
The container starts without issues and sends data to InfluxDB. I imported the dashboards and everything works fine except for the local-udp which looks like fails to start
Hi,
Thanks for creating this collector. It looks great.
I have deployed it on my Unraid server using the following container variables
WEATHERFLOW_COLLECTOR_IMPORT_DAYS="365" WEATHERFLOW_COLLECTOR_INFLUXDB_PASSWORD="mysecurepassword" WEATHERFLOW_COLLECTOR_INFLUXDB_URL="http://influxdb01.com:8086/write?db=weatherflow" WEATHERFLOW_COLLECTOR_INFLUXDB_USERNAME="influxdb" WEATHERFLOW_COLLECTOR_PERF_INTERVAL="60" WEATHERFLOW_COLLECTOR_THREADS="4" WEATHERFLOW_COLLECTOR_TOKEN="myweatherflowtokenkey" WEATHERFLOW_COLLECTOR_DEVICE_ID="MyDeviceID" WEATHERFLOW_COLLECTOR_STATION_ID="MyStationID" WEATHERFLOW_COLLECTOR_DOCKER_HEALTHCHECK_ENABLED="true"
The container starts without issues and sends data to InfluxDB. I imported the dashboards and everything works fine except for the local-udp which looks like fails to start
Attached is the log file.
WeatherFlowCollectorLog.txt
Any ideas? Am I missing anything?
Thanks in advance for the help