The messages file looks good and the fact that your volume buttons got
disabled proves SqueezeIR is running.  I guess therefore the lirc file
is the wrong one.  You could try working through the files on the lirc
database until you find one that works (remember to edit the xml file to
match the names of the commands etc) but that's going to be a long,
boring job.  Another option (if you've got an SB3 or Boom) is to learn
the commands using irBlaster to create your own lirc file. I have a
different Denon micro-system that strangely does not use the Denon
protocol so I guess I could send you the codes from that to try.  Then
there's another Denon owner in the thread who has got his working so
could you try this xml (for volume up only atm)? PS No lirc file is
required for this code.

Code:
--------------------
    
  <SqueezeIR>
  
  <remotes>
  <remote ID="DENON">
  <protocol>DENON</protocol>
  <parameters>
  <parameter ID="DEVICE">6</parameter>
  <parameters>
  <commands>
  <command ID="VOL+"><value>178</value></command>
  </commands>
  </remote>
  </remotes>
  
  <profiles>
  <profile ID="my amp">
  <keys>
  <key ID="VOLUME_UP>
  <events>
  <event ID="press">
  <override>true</override>
  <actions>
  <action order="1">
  <remote>DENON</remote>
  <command>VOL+</command>
  </action>
  </actions>
  </event>
  <event ID="hold">
  <override>true</override>
  <actions>
  <action order="1">
  <remote>DENON</remote>
  <command>VOL+</command>
  </action>
  </actions>
  </event>
  </events>
  </key>
  </keys>
  </profile>
  </profiles>
  
  </SqueezeIR>
  
--------------------

Other than that I'm out of ideas I'm afraid.  Have you tried to contact
Denon?


-- 
indifference_engine
------------------------------------------------------------------------
indifference_engine's Profile: 
http://forums.slimdevices.com/member.php?userid=20698
View this thread: http://forums.slimdevices.com/showthread.php?t=66795

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to