From 0087e6242b0d345795259b0f61a6f97c39e4822e Mon Sep 17 00:00:00 2001 From: hueycopter <81833111+hueycopter@users.noreply.github.com> Date: Tue, 16 Jan 2024 20:14:37 -0800 Subject: [PATCH 1/2] multipe files added Dr. Heater infrared heater remote control and Teufel CEM 500 RC for Teufel Concept E Magnum Power Edition added --- Heaters/Dr_Heater/Dr_heater_infrared.ir | 36 +++++++++++++++++++++++++ Speakers/Teufel/Teufel_CEM500RC.ir | 34 +++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 Heaters/Dr_Heater/Dr_heater_infrared.ir create mode 100644 Speakers/Teufel/Teufel_CEM500RC.ir diff --git a/Heaters/Dr_Heater/Dr_heater_infrared.ir b/Heaters/Dr_Heater/Dr_heater_infrared.ir new file mode 100644 index 00000000..fe2c64ad --- /dev/null +++ b/Heaters/Dr_Heater/Dr_heater_infrared.ir @@ -0,0 +1,36 @@ +Filetype: IR signals file +Version: 1 +# +# Remote File for Dr. Heater infrared heater. +# Turn on/off with Power +# Then select Timer or Temperature and manipulate selected Value with Up or Down +# +name: Power +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 1A 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 01 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 03 00 00 00 +# +name: Timer +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 07 00 00 00 +# +name: Temperature +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 09 00 00 00 diff --git a/Speakers/Teufel/Teufel_CEM500RC.ir b/Speakers/Teufel/Teufel_CEM500RC.ir new file mode 100644 index 00000000..bbb16c85 --- /dev/null +++ b/Speakers/Teufel/Teufel_CEM500RC.ir @@ -0,0 +1,34 @@ +Filetype: IR signals file +Version: 1 +# +# Device: Teufel Concept E Magnum Power Edition +# Remote Control: Teufel CEM 500 RC +# +# Use "Ch_next" to select Channel and manipulate volume with "Vol_up" or "Vol_dn". +# "Mute" instantly mutes or unmutes all channels. +# +# +name: Mute +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 1C 00 00 00 +# +name: Ch_next +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 14 00 00 00 +# +name: Vol_up +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 13 00 00 00 +# +name: Vol_dn +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 17 00 00 00 + From 298d75ce0af9f0eb23352414d1d9e0e610927ca6 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Thu, 18 Jan 2024 18:15:18 -0800 Subject: [PATCH 2/2] Updated description in comments --- Speakers/Teufel/Teufel_CEM500RC.ir | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Speakers/Teufel/Teufel_CEM500RC.ir b/Speakers/Teufel/Teufel_CEM500RC.ir index bbb16c85..3c893937 100644 --- a/Speakers/Teufel/Teufel_CEM500RC.ir +++ b/Speakers/Teufel/Teufel_CEM500RC.ir @@ -1,13 +1,12 @@ Filetype: IR signals file Version: 1 # -# Device: Teufel Concept E Magnum Power Edition -# Remote Control: Teufel CEM 500 RC +# Teufel Concept E Magnum Power Edition +# Teufel CEM 500 RC # # Use "Ch_next" to select Channel and manipulate volume with "Vol_up" or "Vol_dn". # "Mute" instantly mutes or unmutes all channels. # -# name: Mute type: parsed protocol: NEC