Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 623 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 623 Bytes

NOTE: this script has been superceeded by mqttwarn.

mqtt2xbmc

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.

Requirements

  • An MQTT broker (e.g. Mosquitto)
  • One or more XBMC hosts
  • The Paho Python module: pip install paho-mqtt