This object is in archive! 
Control Denon Receiver through Socket Request
Need Answer
Hello Zipato team can you help me with the configuration of my TCP socket request into Denon receiver ?
I know the commands that the Denon API has. For instance: select Input Mode Blue Ray is "SIBD"
What is the content that should go into the body ?
This is what I currently have.. Does not work :-(
No connection
Real-time notifications may not work
It the same as with Marantz: The CR codes are broken when being sent to the Zipabox from the web inte face. Support was unable to fix their code. So you cannot use socket request for controlling Denon and Marantz equipment. Although there is a tutorial available which shows you how to fix the CR code before being sent to the Zipabox. Search for Marantz...
It the same as with Marantz: The CR codes are broken when being sent to the Zipabox from the web inte face. Support was unable to fix their code. So you cannot use socket request for controlling Denon and Marantz equipment. Although there is a tutorial available which shows you how to fix the CR code before being sent to the Zipabox. Search for Marantz...
It would be nice not only to fix their site( which they can use an alternative syntax like backslash!) it would also be nice to be able to create custom device with multiple endpoints. and have a device widget creator too. So we can build our own controls ;)
It would be nice not only to fix their site( which they can use an alternative syntax like backslash!) it would also be nice to be able to create custom device with multiple endpoints. and have a device widget creator too. So we can build our own controls ;)
Marantz and Denon can also be controlled via http request.
Marantz and Denon can also be controlled via http request.
And onkyo as well. I have mine "ruled up" with zipato
And onkyo as well. I have mine "ruled up" with zipato
He Attila, can you post some examples?
He Attila, can you post some examples?
Forgot to say Im using a webserver to translate the command to be Onkyo readable. There was a small PHP webserver I found and downloaded to my Qnap Nas. My onkyo is 192.168.1.10 and the NAS webserver is 192.168.1.14.
http://192.168.1.14/onkyo.php?command=PWR¶ms=01 - switch on
http://192.168.1.14/onkyo.php?command=SLI¶ms=28 - change to source NET. i believe within net select favorites.
http://192.168.1.14/onkyo.php?command=NTC¶ms=DOWN - go down one step
http://192.168.1.14/onkyo.php?command=NTC¶ms=PLAY - play the selection
http://192.168.1.14/onkyo.php?command=MVL¶ms=50 - change the volume to 50
Forgot to say Im using a webserver to translate the command to be Onkyo readable. There was a small PHP webserver I found and downloaded to my Qnap Nas. My onkyo is 192.168.1.10 and the NAS webserver is 192.168.1.14.
http://192.168.1.14/onkyo.php?command=PWR¶ms=01 - switch on
http://192.168.1.14/onkyo.php?command=SLI¶ms=28 - change to source NET. i believe within net select favorites.
http://192.168.1.14/onkyo.php?command=NTC¶ms=DOWN - go down one step
http://192.168.1.14/onkyo.php?command=NTC¶ms=PLAY - play the selection
http://192.168.1.14/onkyo.php?command=MVL¶ms=50 - change the volume to 50
http://192.168.1.14/onkyo.php?command=PWR¶ms=00 - turn off
http://192.168.1.14/onkyo.php?command=PWR¶ms=00 - turn off
Attila,
Could you please post details and a link to the small PHP webserver, in a separate thread?
Brgds Robert
Attila,
Could you please post details and a link to the small PHP webserver, in a separate thread?
Brgds Robert
Ok. Posting now.
Ok. Posting now.
Hello Attila,
Did you make this thread? where can i find it?
Brgds Lars
Hello Attila,
Did you make this thread? where can i find it?
Brgds Lars
I apologize for everyone on not attaching the file. Please note the following adjustments are required:
1. remove the extra extension so the file would be called onkyo.php (or whatever you want, ending with .php)
2. open the file in text editor and replace the 192.168.1.10 with the correct number of your receiver (you need to ensure to create a local static IP address for your receiver)
3. create a PHP webserver (I have a separate folder on my nas and inside of the folder I have this file) and insert the file.
4. The HTTP commands described above are to IP address 192.168.1.14 which is the location of my NAS webserver
Give it a try and hope it works flawlessly
I apologize for everyone on not attaching the file. Please note the following adjustments are required:
1. remove the extra extension so the file would be called onkyo.php (or whatever you want, ending with .php)
2. open the file in text editor and replace the 192.168.1.10 with the correct number of your receiver (you need to ensure to create a local static IP address for your receiver)
3. create a PHP webserver (I have a separate folder on my nas and inside of the folder I have this file) and insert the file.
4. The HTTP commands described above are to IP address 192.168.1.14 which is the location of my NAS webserver
Give it a try and hope it works flawlessly
Also attached the Onkyo ISCP protocol with all commands and support list. You need to have a look at the above commands and use some logic to identify the correct command you need + trial and error. I did the same.
Unfortunately at this moment it is not possible to do reverse communication (state changes confirmation) despite the fact that Onkyo always talks back to confirm the command. That would definitely require further coding (i have no clue) and the fact for zipato to support virtual switch change in local url format.
Also attached the Onkyo ISCP protocol with all commands and support list. You need to have a look at the above commands and use some logic to identify the correct command you need + trial and error. I did the same.
Unfortunately at this moment it is not possible to do reverse communication (state changes confirmation) despite the fact that Onkyo always talks back to confirm the command. That would definitely require further coding (i have no clue) and the fact for zipato to support virtual switch change in local url format.
Nice! now i have some work for the wiekend :)
Thanks !
Nice! now i have some work for the wiekend :)
Thanks !
Does this also work for a Denon receiver ?
Does this also work for a Denon receiver ?
Replies have been locked on this page!