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

Subscribe to MQTT topics (with wildcards) and post updates to XBMC

Notifications You must be signed in to change notification settings

sumnerboy12/mqtt2xbmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Subscribe to MQTT topics (with wildcards) and post updates to XBMC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages