wunderground2MQTT is a self-hosted Weather Underground to MQTT bridge. It's a simple PHP script that will post your weatherdata to MQTT.
I own a weatherstation from Alecto and Ventus, but the WU API was stopped by IBM, I want my weather data please :)
- A bit of control over your local DNS
- A server that runs PHP
What did I do?:
- I run pihole with FTL
- I changed to /etc/hosts file on the machine where pihole lives
- The host I added is:
rtupdate.wunderground.com
- Run Apache+PHP on a server I own
The URL must be:
http://[your ip]/weatherstation/updateweatherstation.php
It uses a modified version of karpy47/php-mqtt-client
Enjoy :)
MIT
Free Software, Hell Yeah!