Skip to content

A simple plugin for XBMC to listen for a particular topic on an MQTT broker, and display a popup message

Notifications You must be signed in to change notification settings

gordonjcp/xbmc-mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XBMC-MQTT

Copy script.service.mosquitto/ to ~/.xbmc/addons/

In the Addons menu, go to Services/Mosquitto and fill in the details of your broker and desired topic to listen to.

Send a message with something like:

$ mosquitto_pub -h myhost.net -t xbmc/messages -m '{"sub":"A subject line", "txt":"A message to display","img":"url://for/image","delay":"5000"}'

About

A simple plugin for XBMC to listen for a particular topic on an MQTT broker, and display a popup message

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages