Skip to content
Fabian Affolter edited this page Apr 23, 2014 · 3 revisions

Requirements

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

Installation

  1. Clone this repository into a fresh directory. git clone https://github.com/jpmens/mqttwarn.git
  2. Copy mqttwarn.ini.sample to mqttwarn.ini and edit to your taste
  3. Install the prerequisite Python modules for the services you want to use
  4. Launch mqttwarn.py

I recommend you use Supervisor for running this.

Clone this wiki locally