NOTE: this script has been superceeded by mqttwarn.
This program subscribes to any number of MQTT topics (including wildcards) and publishes received payloads to XBMC as onscreen notification.
You associate topic branches to XBMC hosts in the configuration file (copy mqtt2xbmc.conf.sample
to mqtt2xbmc.conf
for use).
See details in the config sample for how to configure this script.
- An MQTT broker (e.g. Mosquitto)
- One or more XBMC hosts
- The Paho Python module:
pip install paho-mqtt