Skip to content

Instantly share code, notes, and snippets.

@elupus
Last active October 12, 2024 19:33
Show Gist options
  • Save elupus/19ab3405168977a7bc3640402258302a to your computer and use it in GitHub Desktop.
Save elupus/19ab3405168977a7bc3640402258302a to your computer and use it in GitHub Desktop.
SMSL IR Codes NEC32

SMSL - NEC Extended Format

The SMSL lines of products uses these NEC32 extended format ir codes.

Remote Address Address (rev)
A 3412h 482Ch
B 3512h 48ACh
C 3612h 486Ch
Command Hex Hex (rev+inv)
POWER ON 1h 807Fh
DIAL UP 2h 40BFh
DIAL DOWN 3h 609Fh
DIAL RIGHT 4h A05Fh
DIAL LEFT 5h C03Fh
DIAL MIDDLE 6h 20DFh
INPUT 7h E01Fh
EQ 8h 10EFh
MUTE 9h 906Fh
@Wahnsinicka
Copy link

switch:

  • platform: template
    name: Power
    turn_on_action:
    • remote_transmitter.transmit_nec:
      address: 0x3412
      command: 0xF801

...i think i found out how t odo it ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment