I'm creating a custom device for Storm Audio receivers. They have a that is telnet + LF based. — Staff replied: “We didn't get anything in support related to this thread yet.”
I'm creating a custom device for Storm Audio receivers. They have a well documented API that is telnet + LF based. I've got the basics working (so it is definitely connecting), however I can't get volume set to work. The code is here on github.
The receiver users pure decibals, negatively signed. So I've set the .VOLUME FORMAT to 1. It then expects the command "ssp.vol.[-XX.X]" to set the volume, for example "ssp.vol.[-30.5]". So I've set .VOLUME SET to ssp.vol.[##] and have also set .VOLUME STATUS to ssp.vol. It doesn't work.
Anyone know where I've gone wrong?