Skip to content

1liminal1/homebridge-mpd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-mpd

Homebridge plugin to control MPD. Includes volume control and play/stop control. Volume control uses the brightness Characteristic of the homekit protocol because a volume Characteristic is not available yet.

Configuration:

"accessories": [
   {
       "accessory": "mpd",
       "name": "Stereo",
       "host": "localhost",
       "port": "6600"
   }
]

Default values:

  • name: "MPD"
  • host: "localhost"
  • port: "6600"

Dependencies:

Usage:

  • Siri, turn Stereo on
  • Siri, turn Stereo off
  • Siri, change Stereo to 20%
  • Siri, is Stereo on?

About

Homebridge plugin to control MPD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%