irplus-remote / irplus-codes.github.io

Code updates for irplus
75 stars 47 forks source link

Please add Sabaj A3 amp #354

Open crashid opened 6 years ago

crashid commented 6 years ago

Coding System: NEC System code: A: 7A85 Key code: Power: 0x1F Mute: 0x1C Up: 0x1A Down: 0x1B Source: 0x10 FN: 0x12

Thanks

OR: Is it possible to add the FORMAT "NEC extended" when creating a new layout? reference: https://www.sbprojects.com/knowledge/ir/nec.php

irplus-remote commented 6 years ago

Hi, it is possible to add NEc codes like this, however it seems you are missing some bits so you need to try some various possibilities.

So in your case i guess it is 0x7A85 0x1FE0 , or 0x7A85 0xE01F

Example file:

<irplus>
    <device manufacturer="GRUNDIG" model="BluRay-1" columns="12" format="WINLIRC_NEC1">

        <button label="&#xf011;" backgroundColor="FFC84334" alt="POWER" span="6">0x04FB 0x10EF</button>
        <button label="&#xf052;" alt="EJECT" span="6">0x04FB 0x00FF</button>

        <button label="1" span="3">0x04FB 0x7A85</button>
        <button label="2" span="3">0x04FB 0xBA45</button>
        <button label="3" span="3">0x04FB 0x7887</button>
        <button label="OSD" span="3">0x04FB 0xB847</button>

        <button label="4" span="3">0x04FB 0x52AD</button>
        <button label="5" span="3">0x04FB 0x926D</button>
        <button label="6" span="3">0x04FB 0x50AF</button>
        <button label="SUBTITLE" span="3">0x04FB 0x906F</button>

        <button label="7" span="3">0x04FB 0x5AA5</button>
        <button label="8" span="3">0x04FB 0x9A65</button>
        <button label="9" span="3">0x04FB 0x58A7</button>
        <button label="A-B" span="3">0x04FB 0x9867</button>

        <button label="SEARCH" span="3">0x04FB 0x728D</button>
        <button label="0" span="3">0x04FB 0xB24D</button>
        <button label="RETURN" span="3">0x04FB 0x8877</button>
        <button label="REPEAT" span="3">0x04FB 0xB04F</button>

        <button label="&#xf04a;" alt="REV" span="3">0x04FB 0x4AB5</button>
        <button label="&#xf04e;" alt="FWD" span="3">0x04FB 0x8A75</button>
        <button label="&#xf049;" alt="PREV" span="3">0x04FB 0x48B7</button>
        <button label="&#xf050;" alt="NEXT" span="3">0x04FB 0x8877</button>

        <button label="&#xf04b;" alt="PLAY" span="4">0x04FB 0xAA55</button>
        <button label="&#xf04d;" alt="STOP" span="4">0x04FB 0x6A95</button>
        <button label="&#xf04c;" alt="PAUSE" span="4">0x04FB 0xAA55</button>

        <button label="MENU" span="4">0x04FB 0xFA05</button>
        <button label="&#xf0d8;" alt="UP" span="4">0x04FB 0x38C7</button>
        <button label="POPUP TITLE MENU" span="4">0x04FB 0xF807</button>

        <button label="&#xf0d9;" alt="LEFT" span="4">0x04FB 0xEA15</button>
        <button label="ENTER" span="4">0x04FB 0x28D7</button>
        <button label="&#xf0da;" alt="RIGHT" span="4">0x04FB 0xE817</button>

        <button label="SETUP" span="4">0x04FB 0xDA25</button>
        <button label="&#xf0d7;" alt="DOWN" span="4">0x04FB 0x18E7</button>
        <button label="ANGLE" span="4">0x04FB 0xD827</button>

        <button label="RESOLUTION" span="4">0x04FB 0xF20D</button>
        <button label="PIP" span="4">0x04FB 0x32CD</button>
        <button label="SECONDARY AUDIO" span="4">0x04FB 0x30CF</button>

        <button label="R" fillColor="FFC84334" span="3">0x04FB 0xCA35</button>
        <button label="G" fillColor="FF1E7854" span="3">0x04FB 0x0AF5</button>
        <button label="Y" fillColor="FFD6A81F" span="3">0x04FB 0x08F7</button>
        <button label="B" fillColor="FF2A4C94" span="3">0x04FB 0xC837</button>

        <button label="ZOOM" span="6">0x04FB 0xD22D</button>
        <button label="AUDIO" span="6">0x04FB 0xD02F</button>

    </device>
</irplus>
irplus-remote commented 6 years ago

Did you try? Any Success'?

crashid commented 5 years ago

Hej, just tried it without success..

irplus-remote commented 5 years ago

What smartphone are you using? Did other devices work?