Skip to content

Commit

Permalink
IR Controller 3.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolt committed Jul 16, 2023
1 parent 213d715 commit 8ea2621
Show file tree
Hide file tree
Showing 8 changed files with 404 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ir_controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,18 @@ Currently the plugin ships with configurations for the following remote controls
* Luxman RA-17
* Marantz RC003PMCD
* MCE USB
* NAD AMP 3
* Odroid Remote
* PDP Gaming Remote Control
* Panasonic EUR643824
* PDP Gaming Remote Control
* Philips CD723
* Pioneer CU-PD053
* Pro-Ject Control it Pre Box S2 Digital
* Samsung AA59-00431A
* Samsung_BN59-006XXA
* Technics RAK-SL948WK
* Tmall Magic Box 1S Remote Control
* XBox 360 Remote
* XBox One Remote
* Xiaomi IR for TV box
Expand Down
69 changes: 69 additions & 0 deletions ir_controller/configurations/NAD AMP 3/lircd.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# Created by Wheaten For Volumio IR Remote Controller
#
# Please take the time to finish this file as described in
# https://sourceforge.net/p/lirc-remotes/wiki/Checklist/
# and make it available to others by sending it to
# <[email protected]>
#
# This config file was automatically generated
# using lirc-0.10.1(default) on Thu Jul 13 17:45:21 2023
# Command line used: -d /dev/lirc0 my_remote_control.conf
# Kernel version (uname -r): 5.10.92-v7l+
#
# Remote name (as of config file): NAD_AMP3
# Brand of remote device, the thing you hold in your hand:
# Remote device model nr:
# Remote device info url:
# Does remote device has a bundled capture device e. g., a
# usb dongle? :
# For bundled USB devices: usb vendor id, product id
# and device string (use dmesg or lsusb):
# Type of device controlled
# (TV, VCR, Audio, DVD, Satellite, Cable, HTPC, ...) :
# Device(s) controlled by this remote:
#
# KEY_POWER ON
# KEY_POWER2 OFF
# KEY_NEXT Source UP
# KEY_PREVIOUS Source DOWN
# KEY_MUTE MUTE
# KEY_UP VOL UP
# KEY_DOWN VOL DOWN
# KEY_HOME DIM
# KEY_BASSBOOST BASS
# KEY_PREVIOUSSONG PREV
# KEY_PLAYPAUSE PLAY/PAUSE
# KEY_NEXTSONG NEXT
begin remote

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

header 9002 4515
one 562 1692
zero 562 555
ptrail 567
repeat 9009 2241
gap 108435
toggle_bit_mask 0x0
frequency 38000

begin codes
KEY_POWER 0xE13EA45B 0xF597F700
KEY_POWER2 0xE13E13EC 0xF597F700
KEY_NEXT 0xE13E58A7 0xF597F700
KEY_PREVIOUS 0xE13EB847 0xF597F700
KEY_MUTE 0xE13E29D6 0xF597F700
KEY_UP 0xE13E11EE 0xF597F700
KEY_DOWN 0xE13E31CE 0xF597F700
KEY_HOME 0xE13E1CE3 0xF597F700
KEY_BASSBOOST 0xE13E936C 0xF597F700
KEY_PREVIOUSSONG 0x61F08E71 0xF597F700
KEY_PLAYPAUSE 0x61F0E619 0xF597F700
KEY_NEXTSONG 0x61F00EF1 0xF597F700
end codes

end remote
61 changes: 61 additions & 0 deletions ir_controller/configurations/NAD AMP 3/lircrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
begin
prog = irexec
button = KEY_POWER
config = /usr/local/bin/volumio clear
end
begin
prog = irexec
button = KEY_POWER2
config = sudo systemctl poweroff
repeat = 0
end
begin
prog = irexec
button = KEY_NEXT
config = /usr/local/bin/volumio seek plus
end
begin
prog = irexec
button = KEY_PREVIOUS
config = /usr/local/bin/volumio seek minus
end
begin
prog = irexec
button = KEY_MUTE
config = /usr/local/bin/volumio volume toggle
end
begin
prog = irexec
button = KEY_UP
config = /usr/local/bin/volumio volume plus
end
begin
prog = irexec
button = KEY_DOWN
config = /usr/local/bin/volumio volume minus
end
begin
prog = irexec
button = KEY_HOME
config = /usr/local/bin/volumio repeat
end
begin
prog = irexec
button = KEY_BASSBOOST
config = /usr/local/bin/volumio random
end
begin
prog = irexec
button = KEY_PREVIOUSSONG
config = /usr/local/bin/volumio previous
end
begin
prog = irexec
button = KEY_PLAYPAUSE
config = /usr/local/bin/volumio toggle
end
begin
prog = irexec
button = KEY_NEXTSONG
config = /usr/local/bin/volumio next
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Created by Wheaten For Volumio IR Remote Controller
#
# Please take the time to finish this file as described in
# https://sourceforge.net/p/lirc-remotes/wiki/Checklist/
# and make it available to others by sending it to
# <[email protected]>
#
# This config file was automatically generated
# using lirc-0.10.1(default) on Thu Jul 13 18:02:10 2023
# Command line used: -d /dev/lirc0 my_remote_control.conf
# Kernel version (uname -r): 5.10.92-v7l+
#
# Remote name (as of config file): Project_Control_IT
# Brand of remote device, the thing you hold in your hand:
# Remote device model nr:
# Remote device info url:
# Does remote device has a bundled capture device e. g., a
# usb dongle? :
# For bundled USB devices: usb vendor id, product id
# and device string (use dmesg or lsusb):
# Type of device controlled
# (TV, VCR, Audio, DVD, Satellite, Cable, HTPC, ...) :
# Device(s) controlled by this remote:
#
# KEY_MUTE MUTE
# KEY_HOME FILTER
# KEY_BACK BAL
# KEY_MENU MENU
# KEY_UP UP
# KEY_OK OK
# KEY_DOWN DOWN
# KEY_PREVIOUS PREV
# KEY_PLAYPAUSE PLAy/PAUSE
# KEY_NEXT NEXT
# KEY_VOLUMEDOWN -
# KEY_VOLUMEUP +
begin remote

name Project_Control_IT
bits 13
flags RC5|CONST_LENGTH
eps 30
aeps 100

one 864 905
zero 864 905
plead 886
gap 113799
toggle_bit_mask 0x800
frequency 38000

begin codes
KEY_MUTE 0x160C
KEY_HOME 0x1622
KEY_BACK 0x1638
KEY_MENU 0x162E
KEY_UP 0x1636
KEY_OK 0x161E
KEY_DOWN 0x1635
KEY_PREVIOUS 0x1617
KEY_PLAYPAUSE 0x1615
KEY_NEXT 0x1616
KEY_VOLUMEDOWN 0x1610
KEY_VOLUMEUP 0x160E
end codes

end remote
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
begin
prog = irexec
button = KEY_MUTE
config = /usr/local/bin/volumio volume toggle
end
begin
prog = irexec
button = KEY_HOME
config = /usr/local/bin/volumio clear
end
begin
prog = irexec
button = KEY_BACK
config = /usr/local/bin/volumio repeat
end
begin
prog = irexec
button = KEY_MENU
config = /usr/local/bin/volumio random
end
begin
prog = irexec
button = KEY_UP
config = /usr/local/bin/volumio seek plus
end
begin
prog = irexec
button = KEY_OK
config = /usr/local/bin/volumio play
end
begin
prog = irexec
button = KEY_DOWN
config = /usr/local/bin/volumio seek minus
end
begin
prog = irexec
button = KEY_PREVIOUS
config = /usr/local/bin/volumio previous
end
begin
prog = irexec
button = KEY_PLAYPAUSE
config = /usr/local/bin/volumio toggle
end
begin
prog = irexec
button = KEY_NEXT
config = /usr/local/bin/volumio next
end
begin
prog = irexec
button = KEY_VOLUMEDOWN
config = /usr/local/bin/volumio volume minus
end
begin
prog = irexec
button = KEY_VOLUMEUP
config = /usr/local/bin/volumio volume plus
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# Please take the time to finish this file as described in
# https://sourceforge.net/p/lirc-remotes/wiki/Checklist/
# and make it available to others by sending it to
# <[email protected]>
#
# This config file was automatically generated
# using lirc-0.10.1(default) on Thu Jul 13 20:25:55 2023
# Command line used: -d /dev/lirc0 my_remote_control.conf
# Kernel version (uname -r): 5.10.92-v7l+
#
# Remote name (as of config file): CH4051
# Brand of remote device, the thing you hold in your hand:
# Remote device model nr:
# Remote device info url:
# Does remote device has a bundled capture device e. g., a
# usb dongle? :
# For bundled USB devices: usb vendor id, product id
# and device string (use dmesg or lsusb):
# Type of device controlled
# (TV, VCR, Audio, DVD, Satellite, Cable, HTPC, ...) :
# Device(s) controlled by this remote:
#
# Power
# up
#
# left ok right
#
# down
#
# Home Back Menu
#
# Vol - Vol +
#
# Mute
#
# KEY_POWER POWER
# KEY_LEFT LEFT
# KEY_RIGHT RIGHT
# KEY_UP UP
# KEY_DOWN DOWN
# KEY_OK OK
# KEY_HOME HOME
# KEY_BACK BACK
# KEY_MENU MENU
# KEY_VOLUMEDOWN VOLUME -
# KEY_VOLUMEUP VOLUME +
# KEY_MUTE MUTE

begin remote

name Tmall Magic Box 1S Remote Control
bits 32
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100

header 9065 4524
one 529 1724
zero 529 593
ptrail 522
repeat 9049 2280
gap 108548
toggle_bit_mask 0x0
frequency 38000

begin codes
KEY_POWER 0x00F9EA15 0xBF87C500
KEY_LEFT 0x00F9609F 0xBF87C500
KEY_RIGHT 0x00F9708F 0xBF87C500
KEY_UP 0x00F9C23D 0xBF87C500
KEY_DOWN 0x00F950AF 0xBF87C500
KEY_OK 0x00F940BF 0xBF87C500
KEY_HOME 0x00F9E21D 0xBF87C500
KEY_BACK 0x00F9F20D 0xBF87C500
KEY_MENU 0x00F96897 0xBF87C500
KEY_VOLUMEDOWN 0x00F9BA45 0xBF87C500
KEY_VOLUMEUP 0x00F9FF00 0xBF87C500
KEY_MUTE 0x00F951AE 0xBF87C500
end codes

end remote
Loading

0 comments on commit 8ea2621

Please sign in to comment.