Posts: 5,223
Threads: 270
Joined: Jan 2006
So faux ir type do not require ir, correct? How do we do faux ir?
tia, Ron
My HT equipment I want to control by CQC (some day hopefully)
Yamaha CX-A5100, Dune HD pro 4k, Dune HD Pro 4k plus, ISY 994i, LG 86" 4k FP, and a projector in the future
Posts: 40,483
Threads: 491
Joined: Aug 2002
11-28-2019, 07:15 AM
(This post was last modified: 11-28-2019, 07:16 AM by Dean Roddey.)
It's just commands sent through one of the fields. SendIRCmd I think it is. It's an enumerated field, and the various values are the commands you can send. So just send one of those values and it sends that command to the device.
Dean Roddey
Explorans limites defectum
Posts: 5,223
Threads: 270
Joined: Jan 2006
(11-28-2019, 07:15 AM)Dean Roddey Wrote: It's just commands sent through one of the fields. SendIRCmd I think it is. It's an enumerated field, and the various values are the commands you can send. So just send one of those values and it sends that command to the device.
It will send the commands via IP...without having IR?
tia, Ron
My HT equipment I want to control by CQC (some day hopefully)
Yamaha CX-A5100, Dune HD pro 4k, Dune HD Pro 4k plus, ISY 994i, LG 86" 4k FP, and a projector in the future
Posts: 40,483
Threads: 491
Joined: Aug 2002
Yes. They are only called IR commands because it's effectively pushing over IP the same codes that the IR remote sends, presumably. So those commands map to the commands from the remote control, but they are send via the HTTP connection.
Dean Roddey
Explorans limites defectum
Posts: 5,223
Threads: 270
Joined: Jan 2006
Thanks Dean, I now have every command for Dune working that I could want.
tia, Ron
My HT equipment I want to control by CQC (some day hopefully)
Yamaha CX-A5100, Dune HD pro 4k, Dune HD Pro 4k plus, ISY 994i, LG 86" 4k FP, and a projector in the future