[BK7231N CB2L] Antela - smart bulb E27 RGB BAW534 9W

https://www.amazon.fr/ANTELA-Multicouleurs-27...-1-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9hdGY&psc=1
So simple beken7231 around a CB2L. seems like only two pin is used to SCL and SDA of the BP5758

i have submited the update on Cloud Cutter, but if someone need to flash them any device of oem-bk7231n-light-ty-1.2.16-sdk-2.3.1-40.00 will do the trick.
I will post some pic of the teardown later.
Code: JSON
as promise heres teardown :

the process is destructive, so don't do it ... now that i done it you just had to flash it

Comments
Thanks, but please use syntax tag to post JSON code, it will make more readable. Some photos from inside would also be nice, but they are not 100% necessary. So, maybe it's time to look into DDP... [Read more]
I will post some photo :) I'm not confident with ddp protocol you want to fork wled for openbeken ? [Read more]
DDP protocol is already working. We have a very simple driver for that, but it correctly receives RGB values. There is nothing to do in that matter. I was just saying that's possible to use it if you want... [Read more]
Could you give a configuration example for DDP receipt please? [Read more]
startDriver DDP and then from xLights set channels number in packet to 3 and send something or some kind of animation. [Read more]
Tested with WLED and works fine. 1. WLED Config Version v0.14.0-b1 Added OpenBK bulb as the next hop LED after a LED string: https://obrazki.elektroda.pl/8890413300_1683700122_thumb.jpg... [Read more]
Thank you for testing. Is the DDP support good enough for you, or is there something we can add or improve? [Read more]
Would it be possible to have a button start/stop reacting to DDP packets? That is once the driver is loaded, to allow/disallow DDP reaction. Ideally a MQTT command also for the same. Added after... [Read more]
There is a simple httpButtons driver, maybe you could use that? Sample autoexec.bat: startDriver httpButtons setButtonEnabled 0 1 setButtonLabel 0 "Turn off after 10 seconds" setButtonCommand... [Read more]
BTW, how to do I control the WW/CW LEDs of a RGB-WW/CW Bulb. There are no buttons on the GUI. I have defined the following PWMs: Pin 6 PWM 3 Pin 7 PWM 2 Pin 8 PWM 1 Pin 24 PWM 4 Pin 26 PWM... [Read more]
Well, you must reboot to get autoexec.bat executed. If you don't want to reboot, then type those commands in console and you will get immediate effect. You can do stopDriver/startDriver without reboot. Is... [Read more]
Can you explain the reason for following response please? Info:CMD:[WebApp Cmd 'backlog led_temperature 500; Dimmer 100; led_enableAll 1' Result] Unknown command Added after 3... [Read more]
Hmm you are correct, there was two potential mistakes in the code. The Dimmer command for LED was always returning error because it was not updated with commands system revamp. It should be fixed now,... [Read more]
Build on May 12 2023 01:36:41 version 1.17.109 Following error is still there: Error:CMD:cmd LED_Map NOT found (args ) Info:CMD:[WebApp Cmd 'LED_Map' Result]... [Read more]
Let me check on that device: https://obrazki.elektroda.pl/2853690500_1683876747_thumb.jpg Let me save that: https://obrazki.elektroda.pl/2605044100_1683876915_thumb.jpg And reboot: ... [Read more]
After I typed the contents manually on a notepad and then cut and pasted in to browser it worked (I am still puzzled as to why when I copied your script on to a notepad and then cut and pasted again in... [Read more]
I'm trying to make what described; it would be awesome if the ddp driver in a lamp (maybe more than one in the future) could be enabled and disabled on the fly from ha. The esphome equivalent is light... [Read more]
We have a tutorial for that: Home Assistant - how to create an event trigger button, MQTT, dashboard panel [Read more]