A tool for aggregating Ambient Weather Network data to provide more reliable local readings. Instead of using a single station, this tool calculates the median values from nearby sensors to reduce bad readings.
- Designed for integration with Home Assistant through MQTT
- Reports values for temperature, humidity, wind speed, pressure, and more
- Smooth out bad readings from individual weather stations
Builds are published as a Docker container to ghcr.io/gabe565/ambient-weather-fusion.
docker run -d ghcr.io/gabe565/ambient-weather-fusion \
--mqtt-url mqtt://localhost:1883 \
--latitude 35.4689 \
--longitude -97.5195