-
Notifications
You must be signed in to change notification settings - Fork 183
Setup
Fabian Affolter edited this page Apr 23, 2014
·
3 revisions
You'll need at least the following components:
- Python 2.x (tested with 2.6 and 2.7)
- An MQTT broker (e.g. Mosquitto or Mosca)
- The Paho Python module:
pip install paho-mqtt
- Clone this repository into a fresh directory.
git clone https://github.com/jpmens/mqttwarn.git
- Copy
mqttwarn.ini.sample
tomqttwarn.ini
and edit to your taste - Install the prerequisite Python modules for the services you want to use
- Launch
mqttwarn.py
I recommend you use Supervisor for running this.