From 645f8f5ce125c45d5564b2679ec5f57f921c252d Mon Sep 17 00:00:00 2001 From: Alan B Date: Thu, 5 Jan 2023 04:57:47 +0000 Subject: [PATCH] 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