!1PWR00\x0A\x0D
On Dec 19, 9:29 pm, CG <cgt...@gmail.com> wrote:
> I'm just in the process of building my first CF project so will let
> you know once I have the Integra being controlled from the iPod Touch,
> or if anyone else gets it working first let us know.
>
> On Dec 20, 12:35 pm, Jarrod Bell <jar...@guilink.com> wrote:
>
>
>
> > No you should leave the 'Control System' details in the project
> > properties blank (which you already have by the sounds).
>
> > !1PWR00\x0D looks like it should be the correct command, based on what
> > others above have mentioned.
>
> > What version of iViewer are you running?
>
> > I can't find the protocol document, so if anyone can send it over,
> > please do, just so I can check anything that might be causing it to
> > not work.
>
> > Jarrod
>
> > On Dec 20, 1:15 pm, "Richard Cassin" <richard.cas...@gmail.com> wrote:
>
> > > Yes, I have done that, I usually add a new button or remove one so I can
> > > actually see that the changes have been made. I don't need a control system
> > > do I? ie a Crestion system? I should be able to just talk directly to the
> > > amp from my iphone?
>
> > > -----Original Message-----
> > > From: commandfusion@googlegroups.com [mailto:commandfusion@googlegroups.com]
>
> > > On Behalf Of Jarrod Bell
> > > Sent: Sunday, 20 December 2009 3:12 p.m.
> > > To: CommandFusion
> > > Subject: Re: Need help trying to control Integra AV receiver
>
> > > You did assign the command to the button and save it all before
> > > uploading to the iPhone correct?
> > > Just making sure as you didn't mention these steps.
>
> > > Jarrod
>
> > > On Dec 20, 12:13 pm, wogboynz <richard.cas...@gmail.com> wrote:
> > > > I am still having issues with control via Command fusion, I can send
> > > > the commands via the integra web interface, but i still cannot control
> > > > it via my iphone. All I have done is created a basic layout, and put a
> > > > button on there. I then added a system called "Integra" set ip to
> > > > 192.168.1.17, and both ports to 60128 as it is in the integra
> > > > settings. Selected TCP and set to maintain constant connection.
> > > > connection join is set to 0 and set startup command to none. I then
> > > > create a command and call it off and set the command properties to !
> > > > 1PWR00\x0D This should work shouldn't it? What am I doing wrong?
> > > > Thanks for your help.
>
> > > > On Dec 20, 1:23 pm, Richard Cassin <richard.cas...@gmail.com> wrote:
>
> > > > > Sory for not getting back with any feedback havnt had a chance, didnt
> > > > > even think to see if it had a buit in web server, test a command
> > > > > with ! In front an all good, stupid mistake on my part, thanks guys
> > > > > for your help.
>
> > > > > Sent from my iPhone
>
> > > > > On 20/12/2009, at 1:04 PM, CG <cgt...@gmail.com> wrote:
>
> > > > > > By the way, with the Integra DTR-7.9 receiver I have at the moment has
> > > > > > a basic web server built-in that allows you to send a test IP commands
> > > > > > in the text box at the bottom of the screen.
>
> > > > > > Just access the server using the IP address of the Receiver (without
> > > > > > port # 60128) and you should get in.
>
> > > > > > some test commands
>
> > > > > > !1PWR00 - standby
> > > > > > !1PWR01 - on
> > > > > > !1AMT01 - mute on
> > > > > > !1AMT00 - mute off
>
> > > > > > Also if you use Microsoft Telnet from the windows 'start >> run'
> > > > > > option, and use the command 'o 192.168.0.5 60128' if your receivers IP
> > > > > > address is 192.168.0.5 and port is 60128, you can see the feedback
> > > > > > received from the receiver if you manually change settings via the
> > > > > > receivers remote, front panel or via the web server.
>
> > > > > > On Dec 20, 9:37 am, CG <cgt...@gmail.com> wrote:
> > > > > >> You need to put a '!' before the command
>
> > > > > >> ie
>
> > > > > >> !1PWR00 - standby
> > > > > >> !1PWR01 - on
>
> > > > > >> On Dec 19, 1:17 am, Fiasco <dgvoll...@gmail.com> wrote:
>
> > > > > >>> I have the Integra (Onkyo) RS232 specs if you need them.
>
> > > > > >>> The commands are straight ASC, no hex.
>
> > > > > >>> On Dec 17, 6:43 am, Jarrod Bell <jar...@guilink.com> wrote:
>
> > > > > >>>> Hi Richard,
>
> > > > > >>>> What PC software are you using to control?
>
> > > > > >>>> The correct command should be:
> > > > > >>>> 1PWR00\x0D
>
> > > > > >>>> Also try:
> > > > > >>>> 1PWR00\x0A\x0D
>
> > > > > >>>> The last one is what telnet would be sending.
>
> > > > > >>>> Also make sure you have "maintain constant connection" ticked in
> > > > > >>>> the
> > > > > >>>> system properties.
>
> > > > > >>>> Jarrod
>
> > > > > >>>> On Dec 17, 8:08 pm, wogboynz <richard.cas...@gmail.com> wrote:
>
> > > > > >>>>> I am trying to control an Integra 5.9 AV receiver via its TCP
> > > > > >>>>> port. I
> > > > > >>>>> have set it to the following settings, 1p 192.168.1.17 and port
> > > > > >>>>> 60128.
>
> > > > > >>>>> I have these same settings in the commandfusion software, I can
> > > > > >>>>> ping
> > > > > >>>>> the receiver from my PC. I think my problem is with the data I am
> > > > > >>>>> sending it, I am not too sure whether it should be hex or not. The
> > > > > >>>>> message to send it for zone 1 off is "1PWR00" with a Carriage
> > > > > >>>>> Return
> > > > > >>>>> on the end. I have tried converting it to hex and sending the
> > > > > >>>>> following for the zone 1 off command I have tried
> > > > > >>>>> "\x31x50x57x52x30x30x0D" "\x31\x50\x57\x52\x30\x30\x0D"
> > > > > >>>>> ""1PWR00"/x0D"
> > > > > >>>>> without the quotes except for the ones inside the last example.
> > > > > >>>>> What
> > > > > >>>>> am I doing wrong?
>
> > > > > >>>>> I can control the unit via my own pc software by sending "1PWR00"
> > > > > >>>>> carriage return.
>
> > > > > >>>>> Any help would be much appreciated, I have control documentation
> > > > > >>>>> for
> > > > > >>>>> integra codes/protocol etc if anyone wants to take a look at that.
>
> > > > > >>>>> Cheers,
> > > > > >>>>> Richard- Hide quoted text -
>
> > > > > >>>> - Show quoted text -- Hide quoted text -
>
> > > > > >>> - Show quoted text -- Hide quoted text -
>
> > > > > >> - Show quoted text -
>
> > > > > > --
>
> > > > > > You received this message because you are subscribed to the Google
> > > > > > Groups "CommandFusion" group.
> > > > > > To post to this group, send email to commandfusion@googlegroups.com.
> > > > > > To unsubscribe from this group, send email to
> > > commandfusion+unsubscribe@googlegroups.com
> > > > > > .
> > > > > > For more options, visit this group
> > > athttp://groups.google.com/group/commandfusion?hl=en
> > > > > > .
>
> > > --
>
> > > You received this message because you are subscribed to the Google Groups
> > > "CommandFusion" group.
> > > To post to this group, send email to commandfusion@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > commandfusion+unsubscribe@googlegroups.com.
> > > For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.
>
> > > No virus found in this incoming message.
> > > Checked by AVG -www.avg.com
> > > Version: 8.5.427 / Virus Database: 270.14.115/2576 - Release Date: 12/19/09
> > > 19:40:00- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.


Comments
0 comments to "Re: Need help trying to control Integra AV receiver"
Post a Comment