TuneBlade is awesome. But I wanted an Android app to control devices.
Basic commands using a HTTP Client are:
Change IP and port to your TuneBlade settings
Disconnect Device
http://192.168.0.165:63245/devicesPut: 00A0DEA5D807@RX-V675 A5D807
Body: {"Status": "Disconnect"}
Connect Device
http://192.168.0.165:63245/devicesPut: 00A0DEA5D807@RX-V675 A5D807
Body: {"Status": "Connect"}
Change Volume:
http://192.168.0.165:63245/devicesPut: 00A0DEA5D807@RX-V675 A5D807
Body: {"Volume": "75"}
Now got to
http://appinventor.mit.edu/explore/ and sign in with Google account or whatever. It's free.
Start a new project.
For a very simple device connect / disconnect create two buttons. Create one web under connectivity.
For the web enter the url as "
http://192.168.0.165:63245/devices/00A0DEA5D807@RX-V675%20A5D807" - Notice the %20 is a [SPACE]
Click the blocks tab.
In the left column you will see screen1 and the button labels. Add [When .click]
Then add a Call PUT TEXT from the Screen1 web list. Add a Text block and enter {"Status": "Connect"} or whatever function you want.
Now Build the app and save it. Install on your Droid and it works.
Sorry, I'm not a skilled programmer and can't give much help.
This was just a simple fix for a problem in my audio system since we don't use iOS.