From 4da6213d1b41f37d00b9542f2b9e69b039d5da6a Mon Sep 17 00:00:00 2001 From: James Kendall Date: Mon, 1 Aug 2022 00:14:29 -0500 Subject: [PATCH 1/8] Led candle Enido led flickering candle --- Miscellaneous/Candle.ir | 62 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 Miscellaneous/Candle.ir diff --git a/Miscellaneous/Candle.ir b/Miscellaneous/Candle.ir new file mode 100644 index 00000000..deffa1ce --- /dev/null +++ b/Miscellaneous/Candle.ir @@ -0,0 +1,62 @@ +Filetype: IR signals file +Version: 1 +# Enido Flickering Flameless battery powered candles +name: On +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 00 00 00 00 +# +name: Off +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 02 00 00 00 +# +name: 2h +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 04 00 00 00 +# +name: 4h +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 06 00 00 00 +# +name: 6h +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 08 00 00 00 +# +name: 8h +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0A 00 00 00 +# +name: Candle +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0C 00 00 00 +# +name: Light +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0E 00 00 00 +# +name: Dim - +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 10 00 00 00 +# +name: Dim + +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 12 00 00 00 From 4ede125f0369343c9a40d528c70ca343025585a3 Mon Sep 17 00:00:00 2001 From: Jaroslav Mraz Date: Mon, 1 Aug 2022 10:04:43 +0200 Subject: [PATCH 2/8] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e43b0f98..f40dffd9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +*.ffs_db From 904546061ea6fd640c7d611e3e6f7bf40d6c0d8e Mon Sep 17 00:00:00 2001 From: Jaroslav Mraz Date: Mon, 1 Aug 2022 15:00:08 +0200 Subject: [PATCH 3/8] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 77542aaf..f9130b13 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,25 @@ When adding remotes to this repo, it is helpful to ensure your device name(s) fo `LG_55UN7300AUD.ir` +Please use this naming scheme for buttons. + +**FOR TV** + +POWER +MUTE +VOL+ +CH+ +VOL- +CH- + +**FOR AC** + +POWER +TEMP+ +TEMP- +MODE +SWING + Lastly, it's helpful to add further information as a comment directly into the IR file if possible. Example: `Filetype: IR signals file`
From 916592e1e6ebc680aa5418fb6b72c338574b5c8e Mon Sep 17 00:00:00 2001 From: Davy De Coster Date: Mon, 1 Aug 2022 18:13:12 +0200 Subject: [PATCH 4/8] Audac IMEO2 added --- SoundBars/Audac/Audac_IMEO2.ir | 98 ++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 SoundBars/Audac/Audac_IMEO2.ir diff --git a/SoundBars/Audac/Audac_IMEO2.ir b/SoundBars/Audac/Audac_IMEO2.ir new file mode 100644 index 00000000..852d653c --- /dev/null +++ b/SoundBars/Audac/Audac_IMEO2.ir @@ -0,0 +1,98 @@ +Filetype: IR signals file +Version: 1 +# +name: Power +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 1C E3 00 00 +# +name: Vol_up +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 21 DE 00 00 +# +name: Vol_down +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 2B D4 00 00 +# +name: Usb +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 1B E4 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 1D E2 00 00 +# +name: Aux +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 10 EF 00 00 +# +name: Bluetooth +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 29 D6 00 00 +# +name: Hdmi +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 12 ED 00 00 +# +name: Optical +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 25 DA 00 00 +# +name: Coaxial +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 24 DB 00 00 +# +name: Play +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 2A D5 00 00 +# +name: Prev +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 13 EC 00 00 +# +name: Next +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 14 EB 00 00 +# +name: Flat +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 2D D2 00 00 +# +name: Music +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 2C D3 00 00 +# +name: Speech +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 27 D8 00 00 From a3c1b7594b96932f1391684fc4704361f8d3de4d Mon Sep 17 00:00:00 2001 From: Davy De Coster Date: Mon, 1 Aug 2022 18:24:09 +0200 Subject: [PATCH 5/8] Extra information in the file --- SoundBars/Audac/Audac_IMEO2.ir | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/SoundBars/Audac/Audac_IMEO2.ir b/SoundBars/Audac/Audac_IMEO2.ir index 852d653c..47c72ec5 100644 --- a/SoundBars/Audac/Audac_IMEO2.ir +++ b/SoundBars/Audac/Audac_IMEO2.ir @@ -1,96 +1,98 @@ Filetype: IR signals file Version: 1 -# +# +# Audac IMEO2 +# name: Power type: parsed protocol: NECext address: 86 FF 00 00 command: 1C E3 00 00 -# +# name: Vol_up type: parsed protocol: NECext address: 86 FF 00 00 command: 21 DE 00 00 -# +# name: Vol_down type: parsed protocol: NECext address: 86 FF 00 00 command: 2B D4 00 00 -# +# name: Usb type: parsed protocol: NECext address: 86 FF 00 00 command: 1B E4 00 00 -# +# name: Mute type: parsed protocol: NECext address: 86 FF 00 00 command: 1D E2 00 00 -# +# name: Aux type: parsed protocol: NECext address: 86 FF 00 00 command: 10 EF 00 00 -# +# name: Bluetooth type: parsed protocol: NECext address: 86 FF 00 00 command: 29 D6 00 00 -# +# name: Hdmi type: parsed protocol: NECext address: 86 FF 00 00 command: 12 ED 00 00 -# +# name: Optical type: parsed protocol: NECext address: 86 FF 00 00 command: 25 DA 00 00 -# +# name: Coaxial type: parsed protocol: NECext address: 86 FF 00 00 command: 24 DB 00 00 -# +# name: Play type: parsed protocol: NECext address: 86 FF 00 00 command: 2A D5 00 00 -# +# name: Prev type: parsed protocol: NECext address: 86 FF 00 00 command: 13 EC 00 00 -# +# name: Next type: parsed protocol: NECext address: 86 FF 00 00 command: 14 EB 00 00 -# +# name: Flat type: parsed protocol: NECext address: 86 FF 00 00 command: 2D D2 00 00 -# +# name: Music type: parsed protocol: NECext address: 86 FF 00 00 command: 2C D3 00 00 -# +# name: Speech type: parsed protocol: NECext From 2623f9d49d85c929367b2c24d925849421dd73d2 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Mon, 1 Aug 2022 15:59:05 -0700 Subject: [PATCH 6/8] Added soundbar to comment --- SoundBars/Audac/Audac_IMEO2.ir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoundBars/Audac/Audac_IMEO2.ir b/SoundBars/Audac/Audac_IMEO2.ir index 47c72ec5..328f3918 100644 --- a/SoundBars/Audac/Audac_IMEO2.ir +++ b/SoundBars/Audac/Audac_IMEO2.ir @@ -1,7 +1,7 @@ Filetype: IR signals file Version: 1 # -# Audac IMEO2 +# Audac IMEO2 Soundbar # name: Power type: parsed From 7856c7ffb9dcff00e5bf84c4412136f7f4a66855 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Mon, 1 Aug 2022 16:00:40 -0700 Subject: [PATCH 7/8] Slight comment update --- Miscellaneous/Candle.ir | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Miscellaneous/Candle.ir b/Miscellaneous/Candle.ir index deffa1ce..92c71726 100644 --- a/Miscellaneous/Candle.ir +++ b/Miscellaneous/Candle.ir @@ -1,6 +1,8 @@ Filetype: IR signals file Version: 1 -# Enido Flickering Flameless battery powered candles +# +# Enido LED Flickering Flameless battery powered candle +# name: On type: parsed protocol: NEC From de5ac2be3924bfc3da101a9713c30c002dd778eb Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Mon, 1 Aug 2022 16:01:09 -0700 Subject: [PATCH 8/8] Changed name --- Miscellaneous/{Candle.ir => Enido_LED_Candle.ir} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Miscellaneous/{Candle.ir => Enido_LED_Candle.ir} (100%) diff --git a/Miscellaneous/Candle.ir b/Miscellaneous/Enido_LED_Candle.ir similarity index 100% rename from Miscellaneous/Candle.ir rename to Miscellaneous/Enido_LED_Candle.ir