From 645f8f5ce125c45d5564b2679ec5f57f921c252d Mon Sep 17 00:00:00 2001 From: Alan B Date: Thu, 5 Jan 2023 04:57:47 +0000 Subject: [PATCH 1/3] Create Veezio Light Bulb.ir Bought this lamp bulb from B&Q in the UK and my kids broke the remote so I could never use the RGB functionality again until now. Spent a few hours figuring out all the hex codes for the remote. All tested and working. --- LED_Lighting/Veezio Light Bulb.ir | 120 ++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 LED_Lighting/Veezio Light Bulb.ir diff --git a/LED_Lighting/Veezio Light Bulb.ir b/LED_Lighting/Veezio Light Bulb.ir new file mode 100644 index 00000000..bfbc0b62 --- /dev/null +++ b/LED_Lighting/Veezio Light Bulb.ir @@ -0,0 +1,120 @@ +Filetype: IR signals file +Version: 1 + +# Veezio B22 806lm GLS RGB & warm white LED Dimmable Light bulb +# https://www.diy.com/departments/veezio-b22-806lm-gls-rgb-warm-white-led-dimmable-light-bulb/1725232_BQ.prd +# https://www.diy.com/departments/veezio-b22-led-gls-colour-changing-light-bulb/1007835_BQ.prd +# +name: ON / OFF +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 1C 00 00 00 +# +name: White +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 1D 00 00 00 +# +name: Rainbow +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 1E 00 00 00 +# +name: Pattern 1 +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 05 00 00 00 +# +name: Pattern 2 +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 06 00 00 00 +# +name: Pattern 3 +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 18 00 00 00 +# +name: Pattern 4 +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 19 00 00 00 +# +name: Pattern 5 +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 1A 00 00 00 +# +name: Red(1) +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 08 00 00 00 +# +name: Green(2) +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 09 00 00 00 +# +name: Blue(3) +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 0A 00 00 00 +# +name: Yellow(1) +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 14 00 00 00 +# +name: Light Blue(2) +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 15 00 00 00 +# +name: Purple(3) +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 16 00 00 00 +# +name: * +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 00 00 00 00 +# +name: ** +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 01 00 00 00 +# +name: *** +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 02 00 00 00 +# +name: **** +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 03 00 00 00 +# +name: ***** +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 04 00 00 00 From eb503d30552406bd5c33616ca6dc7a875c265871 Mon Sep 17 00:00:00 2001 From: Alan B Date: Thu, 5 Jan 2023 05:04:52 +0000 Subject: [PATCH 2/3] Update and rename LED_Lighting/Veezio Light Bulb.ir to LED_Lighting/Veezio/Veezio Light Bulb.ir B&Q Lamp bulbs RGB. --- LED_Lighting/{ => Veezio}/Veezio Light Bulb.ir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename LED_Lighting/{ => Veezio}/Veezio Light Bulb.ir (99%) diff --git a/LED_Lighting/Veezio Light Bulb.ir b/LED_Lighting/Veezio/Veezio Light Bulb.ir similarity index 99% rename from LED_Lighting/Veezio Light Bulb.ir rename to LED_Lighting/Veezio/Veezio Light Bulb.ir index bfbc0b62..727f8905 100644 --- a/LED_Lighting/Veezio Light Bulb.ir +++ b/LED_Lighting/Veezio/Veezio Light Bulb.ir @@ -1,6 +1,6 @@ Filetype: IR signals file Version: 1 - +# # Veezio B22 806lm GLS RGB & warm white LED Dimmable Light bulb # https://www.diy.com/departments/veezio-b22-806lm-gls-rgb-warm-white-led-dimmable-light-bulb/1725232_BQ.prd # https://www.diy.com/departments/veezio-b22-led-gls-colour-changing-light-bulb/1007835_BQ.prd From 7ae90c1fbabc992c7a330088dbcdd91978133c22 Mon Sep 17 00:00:00 2001 From: amec0e <88857687+amec0e@users.noreply.github.com> Date: Thu, 5 Jan 2023 18:05:15 +0000 Subject: [PATCH 3/3] Renamed to use underscores for spaces Renamed Veezio Light Bulb.ir to Veezio_Light_Bulb.ir --- .../Veezio/{Veezio Light Bulb.ir => Veezio_Light_Bulb.ir} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LED_Lighting/Veezio/{Veezio Light Bulb.ir => Veezio_Light_Bulb.ir} (100%) diff --git a/LED_Lighting/Veezio/Veezio Light Bulb.ir b/LED_Lighting/Veezio/Veezio_Light_Bulb.ir similarity index 100% rename from LED_Lighting/Veezio/Veezio Light Bulb.ir rename to LED_Lighting/Veezio/Veezio_Light_Bulb.ir