From 94355eeb6ad4c23645f4d228f14acd4f8de10af8 Mon Sep 17 00:00:00 2001 From: thechinesecombo <77821363+thechinesecombo@users.noreply.github.com> Date: Thu, 2 Nov 2023 03:03:41 -0300 Subject: [PATCH 1/4] Create KODA Adding the KODA directory for later IR file inclusion --- LED_Lighting/KODA | 1 + 1 file changed, 1 insertion(+) create mode 100644 LED_Lighting/KODA diff --git a/LED_Lighting/KODA b/LED_Lighting/KODA new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/LED_Lighting/KODA @@ -0,0 +1 @@ + From a8768f5d31a5bc2f10a6bf156350ae703c69aab5 Mon Sep 17 00:00:00 2001 From: thechinesecombo <77821363+thechinesecombo@users.noreply.github.com> Date: Thu, 2 Nov 2023 03:54:54 -0300 Subject: [PATCH 2/4] Updating and adding KODA LED remote removed the koda file created instead of a folder/directory Added the correct KODA folder Added the KODA_LM030008-1.ir remote file --- LED_Lighting/KODA | 1 - LED_Lighting/KODA/KODA_LM030008-1.ir | 146 +++++++++++++++++++++++++++ 2 files changed, 146 insertions(+), 1 deletion(-) delete mode 100644 LED_Lighting/KODA create mode 100644 LED_Lighting/KODA/KODA_LM030008-1.ir diff --git a/LED_Lighting/KODA b/LED_Lighting/KODA deleted file mode 100644 index 8b13789179..0000000000 --- a/LED_Lighting/KODA +++ /dev/null @@ -1 +0,0 @@ - diff --git a/LED_Lighting/KODA/KODA_LM030008-1.ir b/LED_Lighting/KODA/KODA_LM030008-1.ir new file mode 100644 index 0000000000..be7c41cc02 --- /dev/null +++ b/LED_Lighting/KODA/KODA_LM030008-1.ir @@ -0,0 +1,146 @@ +Filetype: IR signals file +Version: 1 +# +# For KODA 46" LED Linkable Shop Light with Motion Sensor and Remote7 <-- LED Lighting +# ModelNo: LM030008-1 +# Image: +# Product Page: https://kodabuilt.com/products/koda-46-led-linkable-shop-light-with-motion-sensor-and-remote-lm030037 +# Manual: https://cdn.shopify.com/s/files/1/0014/1534/8284/files/user-manual-koda-46-led-linkable-shop-light-with-motion-sensor-and-remote-lm030008.pdf?v=1608131916 +# +name: Power_On +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 05 FA 00 00 +# +name: Power_Off +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 04 FB 00 00 +# +name: Night_Mode +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 30 CF 00 00 +# +name: Brightness_Up +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 1A E5 00 00 +# +name: Brightness_Down +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 1B E4 00 00 +# +name: Brightness_Max +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 1C E3 00 00 +# +name: Brightness_Min +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 1D E2 00 00 +# +name: Time_to_Dim_Off +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 0D F2 00 00 +# +name: Time_to_Dim_5min +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 0C F3 00 00 +# +name: Time_to_Dim_10min +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 0E F1 00 00 +# +name: Time_to_Dim_30min +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 0F F0 00 00 +# +name: Time_to_Off_Off +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 11 EE 00 00 +# +name: Time_to_Off_5minc +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 10 EF 00 00 +# +name: Time_to_Off_10min +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 12 ED 00 00 +# +name: Time_to_Off_30min +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 13 EC 00 00 +# +name: Ambient_Light_Off +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 15 EA 00 00 +# +name: Ambient_Light_Overcast +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 14 EB 00 00 +# +name: Ambient_Light_Dusk +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 16 E9 00 00 +# +name: Ambient_Light_Night +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 17 E8 00 00 +# +name: Distance_Very_Near +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 09 F6 00 00 +# +name: Distance_Near +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 08 F7 00 00 +# +name: Distance_Mid +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 0A F5 00 00 +# +name: Distance_Far +type: parsed +protocol: NECext +address: 7E 7E 00 00 +command: 0B F4 00 00 \ No newline at end of file From d6c6c2142f4538da30250f8f2777ab980bb54ad7 Mon Sep 17 00:00:00 2001 From: thechinesecombo <77821363+thechinesecombo@users.noreply.github.com> Date: Thu, 2 Nov 2023 04:11:25 -0300 Subject: [PATCH 3/4] Update KODA_LM030008-1.ir shortened names --- LED_Lighting/KODA/KODA_LM030008-1.ir | 40 ++++++++++++++-------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/LED_Lighting/KODA/KODA_LM030008-1.ir b/LED_Lighting/KODA/KODA_LM030008-1.ir index be7c41cc02..c737ab3b43 100644 --- a/LED_Lighting/KODA/KODA_LM030008-1.ir +++ b/LED_Lighting/KODA/KODA_LM030008-1.ir @@ -25,121 +25,121 @@ protocol: NECext address: 7E 7E 00 00 command: 30 CF 00 00 # -name: Brightness_Up +name: Bright_Up type: parsed protocol: NECext address: 7E 7E 00 00 command: 1A E5 00 00 # -name: Brightness_Down +name: Bright_Down type: parsed protocol: NECext address: 7E 7E 00 00 command: 1B E4 00 00 # -name: Brightness_Max +name: Bright_Max type: parsed protocol: NECext address: 7E 7E 00 00 command: 1C E3 00 00 # -name: Brightness_Min +name: Bright_Min type: parsed protocol: NECext address: 7E 7E 00 00 command: 1D E2 00 00 # -name: Time_to_Dim_Off +name: Time_Dim_Off type: parsed protocol: NECext address: 7E 7E 00 00 command: 0D F2 00 00 # -name: Time_to_Dim_5min +name: Time_Dim_5min type: parsed protocol: NECext address: 7E 7E 00 00 command: 0C F3 00 00 # -name: Time_to_Dim_10min +name: Time_Dim_10min type: parsed protocol: NECext address: 7E 7E 00 00 command: 0E F1 00 00 # -name: Time_to_Dim_30min +name: Time_Dim_30min type: parsed protocol: NECext address: 7E 7E 00 00 command: 0F F0 00 00 # -name: Time_to_Off_Off +name: Time_Off_Off type: parsed protocol: NECext address: 7E 7E 00 00 command: 11 EE 00 00 # -name: Time_to_Off_5minc +name: Time_Off_5min type: parsed protocol: NECext address: 7E 7E 00 00 command: 10 EF 00 00 # -name: Time_to_Off_10min +name: Time_Off_10min type: parsed protocol: NECext address: 7E 7E 00 00 command: 12 ED 00 00 # -name: Time_to_Off_30min +name: Time_Off_30min type: parsed protocol: NECext address: 7E 7E 00 00 command: 13 EC 00 00 # -name: Ambient_Light_Off +name: Amb_Light_Off type: parsed protocol: NECext address: 7E 7E 00 00 command: 15 EA 00 00 # -name: Ambient_Light_Overcast +name: Amb_Light_Overcast type: parsed protocol: NECext address: 7E 7E 00 00 command: 14 EB 00 00 # -name: Ambient_Light_Dusk +name: Amb_Light_Dusk type: parsed protocol: NECext address: 7E 7E 00 00 command: 16 E9 00 00 # -name: Ambient_Light_Night +name: Amb_Light_Night type: parsed protocol: NECext address: 7E 7E 00 00 command: 17 E8 00 00 # -name: Distance_Very_Near +name: Dist_Very_Near type: parsed protocol: NECext address: 7E 7E 00 00 command: 09 F6 00 00 # -name: Distance_Near +name: Dist_Near type: parsed protocol: NECext address: 7E 7E 00 00 command: 08 F7 00 00 # -name: Distance_Mid +name: Dist_Mid type: parsed protocol: NECext address: 7E 7E 00 00 command: 0A F5 00 00 # -name: Distance_Far +name: Dist_Far type: parsed protocol: NECext address: 7E 7E 00 00 From 739ae146f908bd588df41b0abcf1a4c58b866362 Mon Sep 17 00:00:00 2001 From: thechinesecombo <77821363+thechinesecombo@users.noreply.github.com> Date: Thu, 2 Nov 2023 04:25:54 -0300 Subject: [PATCH 4/4] Update KODA_LM030008-1.ir shortening some names further for ease of use --- LED_Lighting/KODA/KODA_LM030008-1.ir | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/LED_Lighting/KODA/KODA_LM030008-1.ir b/LED_Lighting/KODA/KODA_LM030008-1.ir index c737ab3b43..70147b879f 100644 --- a/LED_Lighting/KODA/KODA_LM030008-1.ir +++ b/LED_Lighting/KODA/KODA_LM030008-1.ir @@ -49,79 +49,79 @@ protocol: NECext address: 7E 7E 00 00 command: 1D E2 00 00 # -name: Time_Dim_Off +name: T_Dim_Off type: parsed protocol: NECext address: 7E 7E 00 00 command: 0D F2 00 00 # -name: Time_Dim_5min +name: T_Dim_5min type: parsed protocol: NECext address: 7E 7E 00 00 command: 0C F3 00 00 # -name: Time_Dim_10min +name: T_Dim_10min type: parsed protocol: NECext address: 7E 7E 00 00 command: 0E F1 00 00 # -name: Time_Dim_30min +name: T_Dim_30min type: parsed protocol: NECext address: 7E 7E 00 00 command: 0F F0 00 00 # -name: Time_Off_Off +name: T_Off_Off type: parsed protocol: NECext address: 7E 7E 00 00 command: 11 EE 00 00 # -name: Time_Off_5min +name: T_Off_5min type: parsed protocol: NECext address: 7E 7E 00 00 command: 10 EF 00 00 # -name: Time_Off_10min +name: T_Off_10min type: parsed protocol: NECext address: 7E 7E 00 00 command: 12 ED 00 00 # -name: Time_Off_30min +name: T_Off_30min type: parsed protocol: NECext address: 7E 7E 00 00 command: 13 EC 00 00 # -name: Amb_Light_Off +name: Amb_Lt_Off type: parsed protocol: NECext address: 7E 7E 00 00 command: 15 EA 00 00 # -name: Amb_Light_Overcast +name: Amb_Lt_Ovrcst type: parsed protocol: NECext address: 7E 7E 00 00 command: 14 EB 00 00 # -name: Amb_Light_Dusk +name: Amb_Lt_Dusk type: parsed protocol: NECext address: 7E 7E 00 00 command: 16 E9 00 00 # -name: Amb_Light_Night +name: Amb_Lt_Night type: parsed protocol: NECext address: 7E 7E 00 00 command: 17 E8 00 00 # -name: Dist_Very_Near +name: Dist_V_Near type: parsed protocol: NECext address: 7E 7E 00 00