Re: [SlimDevices: Plugins] Yet another Remote Control Plugin - SBNetIO

2017-09-03 Thread realbase

Like to share my solution to control my Yamaha receiver. 

SBNetIO running a bash sh script on my raspberry pi.

Yamaha Switches on on play (going to Scene 4), and shut off on stop.

Settings of SBNetIO

23558

Added files to my raspberry PI:

/home/pi/netio/on.sh

Code:

#!/bin/sh
  curl -s -X POST -d 'Scene 
4'  
http://192.168.1.15/YamahaRemoteControl/ctrl > /dev/null



/home/pi/netio/off.sh

Code:

#!/bin/sh
  curl -s -X POST -d 'Standby'
 http://192.168.1.15/YamahaRemoteControl/ctrl > /dev/null
  



+---+
|Filename: sbnetio_plugin.png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=23558|
+---+


realbase's Profile: http://forums.slimdevices.com/member.php?userid=67214
View this thread: http://forums.slimdevices.com/showthread.php?t=100514

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: ShairTunes2 plugin - Airtunes on your LMS

2017-08-03 Thread realbase

Anyone already got Shairtunes2 running on a Raspberry Pi PiCore-LMS
setup? 

I already found this post; but this is for the old Shairtunes. Should it
work for Shairtunes2?



realbase's Profile: http://forums.slimdevices.com/member.php?userid=67214
View this thread: http://forums.slimdevices.com/showthread.php?t=103783

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins