Skip to content

Instantly share code, notes, and snippets.

@iiidefix
Created January 12, 2024 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iiidefix/4ac126139eb02d50606997da34c65263 to your computer and use it in GitHub Desktop.
Save iiidefix/4ac126139eb02d50606997da34c65263 to your computer and use it in GitHub Desktop.
Teufel Decoderstation 6 Remote - DS 6 RC - IR codes
# power
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040C03F"}
# sleep
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x404040BF"}
# hdmi tv
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x404022DD"}
# hdmi 1
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040E01F"}
# hdmi 2/3/4
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040609F"}
# optical 1/2
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x404012ED"}
# coax 1/2
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040D02F"}
# aux 1/2/3
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x404050AF"}
# bluetooth
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x404032CD"}
# bt pairing
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040F00F"}
# fm
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040708F"}
# 1
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x40400AF5"}
# 2
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040C837"}
# 3
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x404048B7"}
# 4
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x40402AD5"}
# 5
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040E817"}
# 6
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x40406897"}
# 7
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x40401AE5"}
# 8
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040D827"}
# 9
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x404058A7"}
# 0
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040F807"}
# preset
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x40403AC5"}
# frequ.
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x40407887"}
# ch +
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040AA55"}
# ch -
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x40408A75"}
# mute
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040827D"}
# surround
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040827D"}
# vol +
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040807F"}
# vol -
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x40408877"}
# left
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040926D"}
# right
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040906F"}
# up
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x404020DF"}
# down
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x404030CF"}
# center
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x404010EF"}
# equalizer
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040A25D"}
# tone / lipsync
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040A05F"}
# info
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040B24D"}
# return
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040B04F"}
# direct
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040BA45"}
# dimmer
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x404038C7"}
# mem
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x404028D7"}
# mode
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x4040A857"}
# test
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x40409A65"}
# ch sel
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x404000FF"}
# level -
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x404018E7"}
# level +
IRSend {"Protocol":"NEC","Bits":32,"Data":"0x40409867"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment