0.1.0 • Published 8 years ago

pimatic-mopidy v0.1.0

Weekly downloads
15
License
ISC
Repository
github
Last release
8 years ago

pimatic-mopidy

pimatic plugin for controlling Mopidy through websockets.

###device config example:

{
  "id": "mopidy-player",
  "name": "Music",
  "class": "MpdPlayer",
  "host": "192.168.1.2",
  "port": 6680
}

###device rules examples:

Play music if smartphone is present then play mopidy-player

Pause music if smartphone is absent then pause mopidy-player

Stop music if smartphone is absent then stop mopidy-player

Change volume if buttonVolumeLow is pressed then change volume of mopidy-player to 5

Next song if buttonNext is pressed then play next song Music

Previous song if buttonPrev is pressed then play previous song Music

Currently no predicates for the mopidy plugin. If you would like to do something when the state changes you could use the attribute predicate. if $mopidy-player.state equals \"play\" then switch speakers on if $mopidy-player.state equals \"pause\" then switch speakers off