Squeezebox Howto

I did a little writeup on my site on how I used the Squeezebox plugin to control my music with Scene controllers, scenes, and other aspects of Z-Wave and Squeezebox integration. It may be helpful to get an overview for some folks

I hope to do more Music/Zwave integration Squeezebox and Sonos in the future

[url=http://www.myzwave.net/index.php/integrating-your-squeezebox-with-vera/]http://www.myzwave.net/index.php/integrating-your-squeezebox-with-vera/[/url]

Thanks for the writeup!

Does it still apply? I was not able to control any of my SB’s, but don’t know the reason yet.

Just to make sure this should work?

in Apps->Develop apps->Test Luup code

socket=require('socket') local client = socket.connect('192.168.1.56', 9090) client:send("00:04:20:2D:F5:DB power 0\n") local result=client:receive()

Message sent successfully is all I get. Should this actually control the player or is it only testing the luup code syntax? Please help