Skip to content

Weather Underground or wunderground stopped their API, but I still want my weather data.

License

Notifications You must be signed in to change notification settings

WinSCaP/wunderground2mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wunderground2MQTT

wunderground2MQTT is a self-hosted Weather Underground to MQTT bridge. It's a simple PHP script that will post your weatherdata to MQTT.

Why?

I own a weatherstation from Alecto and Ventus, but the WU API was stopped by IBM, I want my weather data please :)

What you'll need

  • 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 :)

License

MIT

Free Software, Hell Yeah!

About

Weather Underground or wunderground stopped their API, but I still want my weather data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages