Skip to content

Stormwind99/weewx-mqtt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mqtt - weewx extension that sends data to an MQTT server
Copyright 2014 Matthew Wall

Installation instructions:

0) install the MQTT python bindings

sudo pip install paho-mqtt

1) run the installer:

wee_extension --install weewx-mqtt.tgz

2) modify weewx.conf:

[StdRESTful]
    [[MQTT]]
        server_url = mqtt://username:[email protected]:1883

3) restart weewx

sudo /etc/init.d/weewx stop
sudo /etc/init.d/weewx start

About

upload data to mqtt broker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%