From 28c0bd1ae7880937b0d59be4347fe890899d7780 Mon Sep 17 00:00:00 2001 From: "Mike (Demannu)" Date: Wed, 16 Nov 2022 01:24:14 -0500 Subject: [PATCH 1/6] Add Nexillumi LED controller --- LED_Lighting/Nexillumi/Nexillumi_LED.ir | 135 ++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 LED_Lighting/Nexillumi/Nexillumi_LED.ir diff --git a/LED_Lighting/Nexillumi/Nexillumi_LED.ir b/LED_Lighting/Nexillumi/Nexillumi_LED.ir new file mode 100644 index 00000000..c2f44e35 --- /dev/null +++ b/LED_Lighting/Nexillumi/Nexillumi_LED.ir @@ -0,0 +1,135 @@ +Filetype: IR signals file +Version: 1 +# +name: POWER +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 40 00 00 00 +# +name: White +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 44 00 00 00 +# +name: Red +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 9266 4443 660 533 632 537 656 510 628 537 627 536 628 536 627 537 625 538 624 1665 623 1668 621 1670 620 1670 620 1671 619 1670 618 1671 617 1670 618 544 617 544 617 544 618 1671 617 1671 617 544 617 1671 617 544 617 1671 617 1671 617 1671 617 544 617 544 617 1671 617 544 617 1671 615 39236 9118 2204 588 95940 9137 2203 588 +# +name: Green +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 59 00 00 00 +# +name: Blue +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 45 00 00 00 +# +name: Brighter +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 5C 00 00 00 +# +name: Dimmer +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 9251 4440 662 532 629 535 652 509 626 535 626 535 626 535 626 536 625 537 623 1663 623 1665 621 1667 619 1668 619 1668 618 1668 618 1669 618 1668 618 1668 618 542 618 1668 618 1668 618 1668 618 542 618 1669 617 542 618 542 618 1669 617 542 617 542 617 543 616 1669 616 542 617 1668 616 39216 9090 2201 589 + +# +name: Orange +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 54 00 00 00 +# +name: Lime +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 9237 4446 659 534 629 536 629 536 654 510 628 536 628 536 628 536 627 537 626 1666 624 1668 623 1670 621 1671 620 1671 620 1671 620 1671 619 1671 620 1671 620 543 620 1672 619 543 619 1671 619 543 619 1672 618 543 619 544 618 1672 618 544 618 1672 618 544 618 1672 618 544 618 1672 618 39277 9139 2203 592 +# +name: Cyan +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 49 00 00 00 +# +name: DIY_1 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0C 00 00 00 +# +name: DIY_2 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 9219 4417 653 535 622 536 623 536 624 535 624 536 623 536 623 537 623 537 623 1664 623 1665 621 1666 620 1668 620 1667 621 1668 622 1667 622 1667 619 1667 619 541 620 1667 619 1668 619 541 619 541 618 542 618 542 617 542 617 1669 616 542 617 542 617 1669 616 1669 617 1669 616 1669 617 39298 9097 2203 588 +# +name: DIY_3 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0E 00 00 00 +# +name: DIY_4 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 08 00 00 00 +# +name: DIY_5 +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 9210 4449 649 536 625 538 625 539 623 540 622 540 623 540 623 540 622 540 621 1667 620 1667 620 1667 619 1667 619 1667 619 1667 619 1667 618 1667 618 1668 618 541 618 540 619 1668 617 541 617 540 619 540 618 540 618 540 618 1667 618 1667 618 540 617 1668 617 1668 617 1667 618 1667 617 39249 9096 2200 591 +# +name: DIY_6 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0A 00 00 00 +# +name: R+ +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 14 00 00 00 +# +name: R- +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 10 00 00 00 +# +name: G+ +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 15 00 00 00 +# +name: G- +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 11 00 00 00 +# +name: B+ +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 16 00 00 00 +# +name: B- +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0A 00 00 00 From 6d39a4407053dee0d008402c1565f275d03e7c5d Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 16 Nov 2022 13:34:14 +0200 Subject: [PATCH 2/6] add JYSK Kristjan LED candle --- LED_Lighting/JYSK/JYSK_Kristjan_LED_candle.ir | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 LED_Lighting/JYSK/JYSK_Kristjan_LED_candle.ir diff --git a/LED_Lighting/JYSK/JYSK_Kristjan_LED_candle.ir b/LED_Lighting/JYSK/JYSK_Kristjan_LED_candle.ir new file mode 100644 index 00000000..d01b385a --- /dev/null +++ b/LED_Lighting/JYSK/JYSK_Kristjan_LED_candle.ir @@ -0,0 +1,52 @@ +Filetype: IR signals file +Version: 1 +# JYSK KRISTJAN LED candle +# https://jysk.com.mt/product/pillar-candle-kristjan-3pcs-pk-w-led/ +# +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: 01 00 00 00 +# +name: Timer 4h +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 02 00 00 00 +# +name: Timer 8h +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 03 00 00 00 +# +name: Candle mode +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 04 00 00 00 +# +name: Light mode +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 05 00 00 00 +# +name: Brightness- +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 09 00 00 00 +# +name: Brightness+ +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 07 00 00 00 From 0d5c8b580f9878d5e3fc039438842d8565632c2b Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 16 Nov 2022 13:38:58 +0200 Subject: [PATCH 3/6] update file name --- .../JYSK/{JYSK_Kristjan_LED_candle.ir => Kristjan_LED_candle.ir} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LED_Lighting/JYSK/{JYSK_Kristjan_LED_candle.ir => Kristjan_LED_candle.ir} (100%) diff --git a/LED_Lighting/JYSK/JYSK_Kristjan_LED_candle.ir b/LED_Lighting/JYSK/Kristjan_LED_candle.ir similarity index 100% rename from LED_Lighting/JYSK/JYSK_Kristjan_LED_candle.ir rename to LED_Lighting/JYSK/Kristjan_LED_candle.ir From d98bcff6d73d6d046a345e629c227ea10e0ed5ea Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Thu, 17 Nov 2022 17:24:28 -0800 Subject: [PATCH 4/6] Update Kristjan_LED_candle.ir --- LED_Lighting/JYSK/Kristjan_LED_candle.ir | 1 + 1 file changed, 1 insertion(+) diff --git a/LED_Lighting/JYSK/Kristjan_LED_candle.ir b/LED_Lighting/JYSK/Kristjan_LED_candle.ir index d01b385a..3b094d73 100644 --- a/LED_Lighting/JYSK/Kristjan_LED_candle.ir +++ b/LED_Lighting/JYSK/Kristjan_LED_candle.ir @@ -1,5 +1,6 @@ Filetype: IR signals file Version: 1 +# # JYSK KRISTJAN LED candle # https://jysk.com.mt/product/pillar-candle-kristjan-3pcs-pk-w-led/ # From 4b68830f0f8fbae6ec673dd02c01ca16cc7a0e2b Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Thu, 17 Nov 2022 17:26:51 -0800 Subject: [PATCH 5/6] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbf3010f..ab210fd8 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,20 @@ Maintainers/Major contributors include: * [Lucaslhm](https://github.com/Lucaslhm) (*[Maintained Repo](https://github.com/Lucaslhm/Flipper-IRDB)*) * [UberGuidoZ](https://github.com/UberGuidoZ) (*[Maintained Fork](https://github.com/UberGuidoZ/Flipper-IRDB)*) * [ezod](https://github.com/ezod) (*[Maintained Fork](https://github.com/logickworkshop/Flipper-IRDB)*) +* [amec0e](https://github.com/amec0e) * [DedHedZed](https://github.com/dedhedzed) * [SkeletonMan](https://github.com/SkeletonMan03/) * [jaroslavmraz](https://github.com/jaroslavmraz) -* [amec0e](https://github.com/amec0e) * [darmiel](https://github.com/darmiel) * [E_Surge](https://github.com/ESurge) * [Zecred](https://github.com/bussardrobbie) * [wdoekes](https://github.com/wdoekes) * ... plus MANY others! +## Make your own manually! + +Did you know IR files are plain text files? If a remote is missing, you might be able to [make it manually](https://github.com/RandomDebugError/irdb). + ## Organization This repo is organized in the following fashion in descending order: From 21336ab22540819283a5549ae9b3f128e4147e9a Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Thu, 17 Nov 2022 17:28:21 -0800 Subject: [PATCH 6/6] Added description to comment --- LED_Lighting/Nexillumi/Nexillumi_LED.ir | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LED_Lighting/Nexillumi/Nexillumi_LED.ir b/LED_Lighting/Nexillumi/Nexillumi_LED.ir index c2f44e35..dcc5e065 100644 --- a/LED_Lighting/Nexillumi/Nexillumi_LED.ir +++ b/LED_Lighting/Nexillumi/Nexillumi_LED.ir @@ -1,6 +1,8 @@ Filetype: IR signals file Version: 1 # +# Nexillumi LED lights +# name: POWER type: parsed protocol: NEC