Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yamaha RAV 13 Remote codes #698

Open
julian-altech opened this issue Dec 21, 2024 · 0 comments
Open

Yamaha RAV 13 Remote codes #698

julian-altech opened this issue Dec 21, 2024 · 0 comments

Comments

@julian-altech
Copy link

After some fun I've managed to create the codes for RAV 13 remote (For DSP E-800 amplifier) since I couldn't find anything anywhere that worked. My remote specifically says RAV13 V566720 if it matters, remote looks like this: https://remotefixer.co.uk/repair-12788.html

I'm not sure how to get it to layout correctly in the app so will continue to experiment. The LIRC 2 irplus XML didn't like the LIRC file because of all the 0x00000000 per code, but below are the bits that matter:

begin remote

  name  RAV13
  bits           32
  flags SPACE_ENC|CONST_LENGTH
  eps            30
  aeps          100

  header       9038  4518
  one           556  1715
  zero          556   560
  ptrail        545
  repeat       9042  2276
  gap          107867
  toggle_bit_mask 0x0
  frequency    38000

      begin codes
          Power                    0xBE4112ED 0x00000000
          Dts_Sur                  0xBE4120DF 0x00000000
          Theatre1                 0xBE41A05F 0x00000000
          Theatre2                 0xBE41609F 0x00000000
          Mono                     0xBE41E01F 0x00000000
          Sports                   0xBE4110EF 0x00000000
          Disco                    0xBE41906F 0x00000000
          Rock                     0xBE4150AF 0x00000000
          Hall                     0xBE41D02F 0x00000000
          Test                     0xBE4158A7 0x00000000
          Up                       0xBE412AD5 0x00000000
          Effect                   0xBE41B847 0x00000000
          Left                     0xBE41F807 0x00000000
          Right                    0xBE417887 0x00000000
          Time_Level               0xBE41D827 0x00000000
          Down                     0xBE4128D7 0x00000000
          Menu                     0xBE418A75 0x00000000
          6Ch_Input                0xBE410AF5 0x00000000
          CD                       0xBE41A25D 0x00000000
          Tuner                    0xBE41629D 0x00000000
          Tape_MD                  0xBE41E21D 0x00000000
          DVD_LD                   0xBE4102FD 0x00000000
          D_TV                     0xBE41827D 0x00000000
          VCR                      0xBE4142BD 0x00000000
          CBL_SAT                  0xBE4152AD 0x00000000
          Sleep                    0xBE41EA15 0x00000000
          Mute                     0xBE4138C7 0x00000000
          Vol_Down                 0xBE41FA05 0x00000000
          Vol_Up                   0xBE417A85 0x00000000
      end codes

end remote
<irplus>
	<device manufacturer="Yamaha" model="RAV13" columns="12" format="WINLIRC_SPACEENC" bits="32" togglemask="0x0" gap-pulse="545" gap-space="107867" one-pulse="556" one-space="1715" zero-pulse="556" zero-space="560" header-pulse="9038" header-space="4518">
		<button label="POWER" span="4">0xBE4112ED</button>
		<button label="DTS_SUR" span="4">0xBE4120DF</button>
		<button label="THEATRE1" span="4">0xBE41A05F</button>
		<button label="THEATRE2" span="4">0xBE41609F</button>
		<button label="MONO" span="4">0xBE41E01F</button>
		<button label="SPORTS" span="4">0xBE4110EF</button>
		<button label="DISCO" span="4">0xBE41906F</button>
		<button label="ROCK" span="4">0xBE4150AF</button>
		<button label="HALL" span="4">0xBE41D02F</button>
		<button label="TEST" span="4">0xBE4158A7</button>
		<button label="&#xf0d8;" alt="UP" span="4">0xBE412AD5</button>
		<button label="EFFECT" span="4">0xBE41B847</button>
		<button label="&#xf0d9;" alt="LEFT" span="4">0xBE41F807</button>
		<button label="&#xf0da;" alt="RIGHT" span="4">0xBE417887</button>
		<button label="TIME_LEVEL" span="4">0xBE41D827</button>
		<button label="&#xf0d7;" alt="DOWN" span="4">0xBE4128D7</button>
		<button label="MENU" span="4">0xBE418A75</button>
		<button label="6CH_INPUT" span="4">0xBE410AF5</button>
		<button label="CD" span="4">0xBE41A25D</button>
		<button label="TUNER" span="4">0xBE41629D</button>
		<button label="TAPE_MD" span="4">0xBE41E21D</button>
		<button label="DVD_LD" span="4">0xBE4102FD</button>
		<button label="D_TV" span="4">0xBE41827D</button>
		<button label="VCR" span="4">0xBE4142BD</button>
		<button label="CBL_SAT" span="4">0xBE4152AD</button>
		<button label="SLEEP" span="4">0xBE41EA15</button>
		<button label="MUTE" span="4">0xBE4138C7</button>
		<button label="VOL_DOWN" span="4">0xBE41FA05</button>
		<button label="VOL_UP" span="4">0xBE417A85</button>
	</device>
</irplus>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant