From 4b20dea97cf71d329dc6180979bd0c569f1ac734 Mon Sep 17 00:00:00 2001 From: divadiow Date: Wed, 10 Apr 2024 18:59:35 +0100 Subject: [PATCH 01/11] add startdriver bl0942 command to 3 devices threads checked to confirm presence of BL0942 --- devices.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devices.json b/devices.json index 5c61c05..abda42a 100644 --- a/devices.json +++ b/devices.json @@ -980,6 +980,7 @@ "TuyaMCU", "BL0942" ], + "command": "startDriver BL0942", "image": "https://obrazki.elektroda.pl/5761098200_1672711832.png", "wiki": "https://www.elektroda.com/rtvforum/topic3946128.html" }, @@ -3650,7 +3651,7 @@ "26": "Btn;0", "28": "LED;0" }, - "command": "", + "command": "startDriver BL0942", "keywords": [ "BL0942", "DIN rail", @@ -7610,6 +7611,7 @@ "non-contact metering" ], "pins": {}, + "command": "startDriver BL0942SPI", "image": "https://obrazki.elektroda.pl/6383495600_1671622052.jpg", "wiki": "https://www.elektroda.com/rtvforum/topic3945667.html", "product": "" From ba130f72892860f4278c798acbd19854767d4969 Mon Sep 17 00:00:00 2001 From: divadiow Date: Wed, 10 Apr 2024 20:58:07 +0100 Subject: [PATCH 02/11] fix RGB PWM order on Magic Home LED controller --- devices.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/devices.json b/devices.json index abda42a..525c749 100644 --- a/devices.json +++ b/devices.json @@ -7960,24 +7960,23 @@ "model": "WIFI-114", "chip": "BL602", "board": "", - "flags": "1024", + "flags": "16778240", "keywords": [ "LF686", - "RGBW", "LED", "controller", "magic home", "LF686C20" ], "pins": { - "3": "PWM;1", - "4": "PWM;0", - "20": "PWM;4", - "21": "PWM;2" + "3": "PWM;0", + "4": "PWM;1", + "20": "PWM;4", + "21": "PWM;2" }, "command": "backlog PowerSave 1", "image": "https://obrazki.elektroda.pl/8097152600_1703918586.jpg", - "wiki": "https://www.elektroda.com/rtvforum/viewtopic.php?p=20882598" + "wiki": "https://www.elektroda.com/rtvforum/topic4024917.html" }, { "vendor": "Tuya", From d31d2cd3c3c26852f6f53d8f3bb15b516e0552ed Mon Sep 17 00:00:00 2001 From: divadiow Date: Wed, 10 Apr 2024 22:33:16 +0100 Subject: [PATCH 03/11] add Magic Home GRB variant --- devices.json | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/devices.json b/devices.json index 525c749..e697af3 100644 --- a/devices.json +++ b/devices.json @@ -7956,16 +7956,15 @@ { "vendor": "Magic Home", "bDetailed": "0", - "name": "Magic Home RGBW LED Controller", + "name": "Magic Home 12V-24V 5-Pin RGBW LED Controller", "model": "WIFI-114", "chip": "BL602", - "board": "", + "board": "on PCB", "flags": "16778240", "keywords": [ "LF686", "LED", "controller", - "magic home", "LF686C20" ], "pins": { @@ -7978,6 +7977,29 @@ "image": "https://obrazki.elektroda.pl/8097152600_1703918586.jpg", "wiki": "https://www.elektroda.com/rtvforum/topic4024917.html" }, + { + "vendor": "Magic Home", + "bDetailed": "0", + "name": "Magic Home 12V-24V GRB 4-Pin LED Controller", + "model": "WIFI-113", + "chip": "BL602", + "board": "on PCB", + "flags": "1024", + "keywords": [ + "LF686", + "LED", + "controller", + "LF686C20" + ], + "pins": { + "3": "PWM;1", + "4": "PWM;0", + "21": "PWM;2" + }, + "command": "backlog PowerSave 1", + "image": "https://obrazki.elektroda.pl/4846908000_1712784503.png", + "wiki": "https://www.elektroda.com/rtvforum/viewtopic.php?p=21040727#21040727" + }, { "vendor": "Tuya", "bDetailed": "0", From 6e8ab382203a3cbe449f829a518a8ab31ac0e7af Mon Sep 17 00:00:00 2001 From: divadiow Date: Thu, 11 Apr 2024 06:46:17 +0100 Subject: [PATCH 04/11] Star Lite projector add --- devices.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/devices.json b/devices.json index e697af3..359cdcf 100644 --- a/devices.json +++ b/devices.json @@ -10691,6 +10691,32 @@ "command": "", "image": "https://obrazki.elektroda.pl/2917649700_1702586359.jpg", "wiki": "https://www.elektroda.com/rtvforum/viewtopic.php?p=20863828#20863828" + }, + { + "vendor": "BlissLights", + "bDetailed": "0", + "name": "Sky Lite Evolve Galaxy Multicolour LED Laser Projector", + "model": "SKY-EVOLVE-B-RCWB", + "chip": "BK7231N", + "board": "CBU", + "flags": "2757771", + "keywords": [ + "nebula", + "RGBW", + "star" + ], + "pins": { + "6": "PWM;0", + "7": "PWM;6", + "8": "PWM;7", + "9": "PWM;4", + "14": "Btn;5", + "24": "PWM;2", + "26": "PWM;1" + }, + "command": "", + "image": "https://obrazki.elektroda.pl/4505923100_1686938327.png", + "wiki": "https://www.elektroda.com/rtvforum/topic3984240.html" }, { "vendor": "Calex", From d4120b26d04cb3ef56419b9033ab3757a2f8e6a8 Mon Sep 17 00:00:00 2001 From: divadiow Date: Thu, 11 Apr 2024 06:48:05 +0100 Subject: [PATCH 05/11] keywords --- devices.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devices.json b/devices.json index 359cdcf..95b67d1 100644 --- a/devices.json +++ b/devices.json @@ -10674,7 +10674,7 @@ "rgb", "star", "nebula", - "projector", + "projection", "laser", "motor" ], @@ -10703,7 +10703,8 @@ "keywords": [ "nebula", "RGBW", - "star" + "star", + "projection" ], "pins": { "6": "PWM;0", From 47dd7f6523323807d5d770abfc52ec4079329e3d Mon Sep 17 00:00:00 2001 From: divadiow Date: Thu, 11 Apr 2024 06:53:00 +0100 Subject: [PATCH 06/11] silkscreen keyword --- devices.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devices.json b/devices.json index 95b67d1..7ba5730 100644 --- a/devices.json +++ b/devices.json @@ -10704,7 +10704,8 @@ "nebula", "RGBW", "star", - "projection" + "projection", + "QS-337CL_Main" ], "pins": { "6": "PWM;0", From 7156980bb2dddb2595884368693ca29984779c63 Mon Sep 17 00:00:00 2001 From: divadiow Date: Fri, 12 Apr 2024 08:59:43 +0100 Subject: [PATCH 07/11] correct module --- devices.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices.json b/devices.json index 7ba5730..f78d409 100644 --- a/devices.json +++ b/devices.json @@ -3808,7 +3808,7 @@ "name": "E14/SES RGBCCT 4.8W 450LM RGB+2700-6500K Bulb", "model": "S19261", "chip": "BK7231N", - "board": "CBLC5", + "board": "CB2L", "flags": "1024", "keywords": [ "poundland", From c9015707cb461c0261fe9bf8de5795545e84b899 Mon Sep 17 00:00:00 2001 From: divadiow Date: Tue, 16 Apr 2024 19:23:34 +0100 Subject: [PATCH 08/11] add obi --- devices.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/devices.json b/devices.json index f78d409..ab50f1b 100644 --- a/devices.json +++ b/devices.json @@ -3782,6 +3782,30 @@ "wiki": "https://www.elektroda.com/rtvforum/topic3965108.html", "product": "https://templates.blakadder.com/lerlink_X801A.html" }, + { + "vendor": "OBI", + "bDetailed": "0", + "name": "Wifi-Stecker Schuko Weiß / 16A Smart Wi-Fi Plug (EU)", + "model": "5274899", + "chip": "BK7231N", + "board": "WB2S", + "flags": "1024", + "keywords": [ + "210308", + "indoor", + "energysaver", + "3600w", + "socket" + ], + "pins": { + "6": "WifiLED_n;0", + "24": "Rel;1", + "26": "Btn;1" + }, + "command": "", + "image": "https://obrazki.elektroda.pl/3077574400_1712312582.jpg", + "wiki": "https://www.elektroda.com/rtvforum/topic4049067.html" + }, { "vendor": "Eveready", "bDetailed": "0", From 8f15699e6885bee86381c4ed05a599b2f8556e66 Mon Sep 17 00:00:00 2001 From: divadiow Date: Tue, 16 Apr 2024 21:24:30 +0100 Subject: [PATCH 09/11] correct N -> T --- devices.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices.json b/devices.json index ab50f1b..ac45496 100644 --- a/devices.json +++ b/devices.json @@ -3787,7 +3787,7 @@ "bDetailed": "0", "name": "Wifi-Stecker Schuko Weiß / 16A Smart Wi-Fi Plug (EU)", "model": "5274899", - "chip": "BK7231N", + "chip": "BK7231T", "board": "WB2S", "flags": "1024", "keywords": [ From c533ce54a3f5cfd2e54731325b2305b0216558b9 Mon Sep 17 00:00:00 2001 From: divadiow Date: Tue, 16 Apr 2024 22:23:52 +0100 Subject: [PATCH 10/11] add LN882H OTA getreleases --- vue/ota.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vue/ota.vue b/vue/ota.vue index 0cc6c41..3ce5165 100644 --- a/vue/ota.vue +++ b/vue/ota.vue @@ -361,6 +361,10 @@ prefix = 'OpenW600_'; postfix = '_gz.img'; break; + case 'LN882H': //OpenLN882H_1.17.546_OTA.bin + prefix = 'OpenLN882H_'; + postfix = '.bin'; + break; } let options = []; From 2951799714015794210cce0b55e11944b61b4b41 Mon Sep 17 00:00:00 2001 From: divadiow Date: Fri, 19 Apr 2024 13:58:52 +0100 Subject: [PATCH 11/11] fix LN OTA --- vue/ota.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/ota.vue b/vue/ota.vue index 3ce5165..00a3078 100644 --- a/vue/ota.vue +++ b/vue/ota.vue @@ -363,7 +363,7 @@ break; case 'LN882H': //OpenLN882H_1.17.546_OTA.bin prefix = 'OpenLN882H_'; - postfix = '.bin'; + postfix = '_ota.bin'; break; }