Hi,
I put this together a few years ago and posted on the Fibaro automation board.
All it does is turn on/off a z-wave power switch when the squeezebox is turned on/off or playing/stopped etc. so that you can turn on an external amp when needed and off when not in use.
It seems to work for most people but not for some linux users and NAS.
Can anyone offer some guidance?
Thanks
HC2AmpControl.zip
I am sure their issues are just that they are missing some perl modules but are there more general modules I could use that would make it easy for them?
They have posted some logs here http://forum.fibaro.com/index.php?/t...ration-update/
Some systems struggle with json.pm. Is there a more widely supported module I could use?
BTW
For those wanting to call an external automation system you might also like this. You could easily convert it for any automation with a JSON interface and a couple of parameters.
I put this together a few years ago and posted on the Fibaro automation board.
All it does is turn on/off a z-wave power switch when the squeezebox is turned on/off or playing/stopped etc. so that you can turn on an external amp when needed and off when not in use.
It seems to work for most people but not for some linux users and NAS.
Can anyone offer some guidance?
Thanks
HC2AmpControl.zip
I am sure their issues are just that they are missing some perl modules but are there more general modules I could use that would make it easy for them?
They have posted some logs here http://forum.fibaro.com/index.php?/t...ration-update/
Some systems struggle with json.pm. Is there a more widely supported module I could use?
BTW
For those wanting to call an external automation system you might also like this. You could easily convert it for any automation with a JSON interface and a couple of parameters.