logo elektroda
logo elektroda
X
logo elektroda

Teardown and Flashing Guide for SYLVANIA SmartPlus A19CCECWF RGBCT Bulb

rronnander 5484 17

TL;DR

  • The guide examines a SYLVANIA SmartPlus A19CCECWF RGBCT bulb and its hidden Tuya/Sylvania identifiers, including Model A19CCECWF and product_id 1ijupffokexbz0cl.
  • A sacrificed bulb was opened, the PCB and LED package were inspected, and Cloudcutter was used to flash the device.
  • The bulb carries SKU 75663 for the 1-pack and SKU 75674 for the 4-pack, and the module is labeled WB8P BK7231T.
  • Flashing succeeded, but the device configuration reports WB3S even though the module is WB8P, leaving RGBCT tuning for another bulb.
Generated by the language model.
ADVERTISEMENT
📢 Listen (AI):
  • I have a bunch of these and decided to sacrifice one bulb so I could use cloudcutter on the others if it all works out. I was able to successfully flash the bulb using the cloudcutter method.

    Packaging of Sylvania SMART+ smart bulb with WiFi and color control features.

    Model name stamped on the base:

    Close-up of a smart LED bulb with visible model and specifications.

    The model name is a bit obfuscated with this one:

    Model: A19CCECWF (Printed on the base of the bulb itself, but this is nowhere to be found online or on LEDVANCE/SYLVANIA's website anywhere)
    SKU: 75663 (1-pack)
    SKU: 75674 (4-pack)
    product_id: 1ijupffokexbz0cl (Tuya / Sylvania product identifier found with [tuya-uncover](https://github.com/blakadder/tuya-uncover))

    Like all smart bulbs, they basically come apart the same way:

    Disassembled LED bulb with visible internal components.

    LED close up:

    LED board of a smart bulb with visible diodes.

    Board close up 1:

    Close-up of a circuit board with electronic components.

    Board close up 2 (thought I needed to get the capacitors out of the way to read the flash, but not needed):

    Close-up of a circuit board with electronic components and capacitors.

    WB8P BK7231T:

    Close-up of the internal components of a smart bulb with a visible WB8P module.

    Original firmware:

    sylvania-s...t-bulb.bin (2 MB)You must be logged in to download this attachment.

    The only thing odd is the device configuration states it is a WB3S, however, the module is a WB8P. Maybe that's actually "normal"?

    I'll flash another fully functional bulb soon to try and see if I can get it dialed in with all of the RGBCT settings.

    Cool? Ranking DIY
    About Author
    rronnander
    Level 5  
    Offline 
    rronnander wrote 8 posts with rating 3, helped 2 times. Been with us since 2024 year.
  • ADVERTISEMENT
  • #2 20952709
    p.kaczmarek2
    Moderator Smart Home
    Posts: 14562
    Help: 654
    Rate: 12575
    Thank you, but can you also please include a full JSON template from the Web App, so I can add this device to our list here: https://openbekeniot.github.io/webapp/devicesList.html
    Helpful post? Buy me a coffee.
  • #3 20953766
    rronnander
    Level 5  
    Posts: 8
    Help: 2
    Rate: 3
    Here's the JSON:

    
    {
      "vendor": "SYLVANIA",
      "bDetailed": "0",
      "name": "SYLVANIA SmartPlus A19CCECWF RGBCT Bulb",
      "model": "A19CCECWF",
      "chip": "BK7231T",
      "board": "WB8P",
      "flags": "1024",
      "keywords": [
        "RGBCW",
        "A19CCECWF",
        "A19",
        "75663",
        "75674",
        "1ijupffokexbz0cl"
      ],
      "pins": {},
      "command": "",
      "image": "https://obrazki.elektroda.pl/7127409900_1707464379_thumb.jpg",
      "wiki": "https://www.elektroda.com/rtvforum/viewtopic.php?p=20952709"
    }
    
  • ADVERTISEMENT
  • Helpful post
    #4 20953843
    Sunnysky
    Level 8  
    Posts: 57
    Help: 1
    Rate: 2
    rronnander wrote:

    The only thing odd is the device configuration states it is a WB3S, however, the module is a WB8P. Maybe that's actually "normal"?


    Near as I can tell from comparing these boards is that the 8P has improved characteristics for antenna gain 2 dBi vs 1.2 and higher operating temp 105 'C vs 85'C with a new layout with I/O pins on 1 side vs 3 sides.
    Top view of an electronic module with an antenna and pins.
    Comparative schematic of two electronic boards with different pin layouts.

    Thus "normal" to use latest Revision. So they keep track of major revisions by changing the model # and firmware changes ought to be compatible but may have bugs fixed.
  • #5 20953853
    rronnander
    Level 5  
    Posts: 8
    Help: 2
    Rate: 3

    I've taken a closer look at the main chips used on the circuit board:

    BP2306 - LED Driver:

    Close-up of a printed circuit board with visible chips BP2306, BP5628C, and KP15051SPA.

    BP5628C - Dimmer:

    Close-up of a printed circuit board with visible electronic components, including the BP5628C chip.

    KP15051SPA - Power Distribution:

    Close-up of a circuit board with various components and chips visible, including BP2306, BP5628C, and KP15051SPA.

    No idea how to try to test these out with the configuration / pinout. I'll take a look around the forums for some other examples.
  • #6 20953869
    Sunnysky
    Level 8  
    Posts: 57
    Help: 1
    Rate: 2

    LED driver is controlled by PWM Diagram of LED controller IC BP2306XJ with labels like HV, DRAIN, VCC, and DIM.

    The low side switch for regulation and buffer of current is provided by FET
    Diagram of two ICs BP5628C and BP5629C.

    This chip supports PWM Current Sensing (CS) Schematic of an LED driver circuit with PWM and current sensing.
  • #7 20953963
    rronnander
    Level 5  
    Posts: 8
    Help: 2
    Rate: 3

    Okay, I have the following PWM mappings:

    Screenshot of a table with PWM settings for pins.

    RGB mode seems to be working well with brightness and colors. The RED seems a little miscalibrated in the color picker. There's a sweet spot of deep red and then everything quickly looks pink, other colors seem pretty calibrated.

    Setting the proper color range (2700-6500K):
    
    CTRange 154 370
    


    Playing around with the PWM mappings on 24/26 give me the temp color slider. This puts the bulb into what appears to be white color mode stock temp (2700K). Adjusting the slider just acts as a weird additional brightness control but the color temp stays at 2700K. Looking into this more, but progress!

    Added after 2 [hours] 20 [minutes]:

    Okay, I think I have it working as expected now.

    I enabled the following extra flags:

    Flag 8 - [LED] Alternate CW light mode (first PWM for warm/cold slider, second for brightness)
    Flag 24 - [LED] Emulate Cool White with RGB in device with four PWMS - Red is 0, Green 1, Blue 2, and Warm is 4

    
      "pins": {
        "7": "PWM;1",
        "8": "PWM;2",
        "9": "PWM;3",
        "24": "PWM;5"
      },
    


    It's "working" in all modes. Looks good at first glance, but I'll test it against a tuya firmware version later this weekend. When the dust settles I'll update my original post with all the current config/info.
  • #8 21250933
    floydcohen
    Level 2  
    Posts: 2
    Gotten a few of these, how did you get the cloudcutter to work? Can't seem to get these bulbs into slow-flashing AP mode. Just quick flashing color cycling.
  • ADVERTISEMENT
  • #9 21250984
    p.kaczmarek2
    Moderator Smart Home
    Posts: 14562
    Help: 654
    Rate: 12575
    Which version did you get? Maybe it's patched already.
    Here are tutorials for UART flash method (check which BK7231 chip you got):
    https://www.youtube.com/playlist?list=PLzbXEc2ebpH0CZDbczAXT94BuSGrd_GoM
    Helpful post? Buy me a coffee.
  • ADVERTISEMENT
  • #10 21251013
    floydcohen
    Level 2  
    Posts: 2
    p.kaczmarek2 wrote:
    Which version did you get? Maybe it's patched already.


    Same model: A19CCECWF
    But different SKU 75812 (4-pack)

    Sylvania Wifi App shows device firmware version 1.1.4. Can't add to SmartHome/Tuya to double check firmware version.
    Tried many different methods of trying to get into Access Point(AP) mode, but no luck, just quick flashes - 3 quick on/off, 5 quick on/off, 8 quick on/off, 10 quick on/off and same variations with 1 sec on/2 sec off, 5 sec on, 5 sec off, etc.. No SYLVANIA-* or any new Wifi APs show up with wifi scan on another computer, just the existing wifi APs around me. Maybe this model/update just uses bluetooth to do the pairing for WIFI.
  • #11 21255509
    rronnander
    Level 5  
    Posts: 8
    Help: 2
    Rate: 3
    >>21251013
    I believe the magic number is 6 cycles. This is technically 6.5/7 cycles if you count the first power on event as a cycle. When flashing I was easily able to get each bulb into AP mode by powering the bulb up for ~10 seconds, then cycling the power 6 times. I hope they didn't patch these bulbs, they're a great option. I've also since moved on to ESPHome for these particular bulbs. Let me know if you can still flash the latest bulbs.

    From tuya-cloudcutter's INSTRUCTIONS.md:
    Quote:
    When instructed, put your Tuya device in AP Mode by toggling it off and on again 6 times, with around 1 second in between each toggle. If it's a light bulb, it will blink slowly. If it blinks quickly, power cycle it 3 more times.
  • #12 21345974
    ScottK
    Level 1  
    Posts: 1
    >>21255509 Just joined. I can confirm that the 4 packs from Menards with this bulb still work, and still are exploitable.
    I have just converted 2 of my 4 just now, using tuya-cloudcutter.
    Worked perfectly, and exactly like the instructions there (and here) say.

    PS: If you have a Menards local to you, they are Clearancing them out for $6 for the 4 pack.

    Added after 8 [minutes]:

    rronnander wrote:
    >>21251013
    I've also since moved on to ESPHome for these particular bulbs.


    Where did you get the config for ESPHome to be able to set the LEDs themselves?

    I was planning to use this similar model as a guide, but wasn't sure:
    https://devices.esphome.io/devices/LEDVANCE-E27-RGBW

    Thanks for any info/help!
  • #13 21357820
    birwin88
    Level 2  
    Posts: 2
    >>21345974

    Thanks for the Menards tip.. I grabbed a few boxes today at $6.

    I also grabbed a box of the smart plugs for $7.. I have been able to use cloudcutter on those as well. So far I don't see energy monitoring but useful for on/off.
  • #14 21375154
    birwin88
    Level 2  
    Posts: 2
    >>21255509 >>21251013

    I bought 5 boxes of these from the Menards clearance deal. I had a set of 4 bulbs from back in 2022 already outside that I was using local Tuya with. I was able to flash the 4 I already had with cloudcutter without issue. I was then able to flash 4 out of 5 boxes I got from Menards. One of the boxes I could not get a single bulb to go into AP Mode/Slow blink. I have no clue what the difference is with that one box. From the outside of the box, there's no difference. Same order number/shipment sticker on them. Boxes look the same. Considering I flashed 20 bulbs of this variety just fine, I think it's pretty safe to say there are some floating around that can't easily be put into AP Mode. The normal 3 cycles or 6 cycles just doesn't get them there. I will be deconstructing one of them for science.
  • #15 21382639
    byarg
    Level 1  
    Posts: 1
    >>21255509 A little more info on getting these into slow blink AP mode. Rronnander's (#21251013) advice worked well for me:
    Quote:
    I believe the magic number is 6 cycles. This is technically 6.5/7 cycles if you count the first power on event as a cycle. When flashing I was easily able to get each bulb into AP mode by powering the bulb up for ~10 seconds, then cycling the power 6 times.


    When I did it, I did the off & on each less than a second, and did the initial power-on for about 20 seconds. After turning the power off & on the 5th time, the bulbs very briefly flashed off for a fraction of a second after turning on. I turned the bulb off and back on immediately after the brief flash.

    On the first few bulbs I wasn't as consistent and now those will not go into slow blink AP mode. My guess is this mode gets locked out if it sees too many power off/on cycles or some other pattern it doesn't like.
  • #16 21386684
    bleeblak8
    Level 4  
    Posts: 15
    Rate: 4
    I am struggling to get these A19CCECWF Bulbs to get into Slow AP flash. I've tried so many different versions of the above.
    Power on for 20 seconds, turn off and on 6 times with 1 second inbetween.
    Power on for 10 seconds, turn off and on 6 times but 5 seconds inbetween.
    And a few other variations in there as well.
    Is there a fool proof plan to get these into slow AP? I have the top off one and think I might hook up UART and flash it, but the EN pin is in a terrible location.
    Thanks in advance.
  • #17 21390305
    dizzinator00
    Level 1  
    Posts: 1
    bleeblak8 wrote:
    I am struggling to get these A19CCECWF Bulbs to get into Slow AP flash. I've tried so many different versions of the above.
    Power on for 20 seconds, turn off and on 6 times with 1 second inbetween.
    Power on for 10 seconds, turn off and on 6 times but 5 seconds inbetween.
    And a few other variations in there as well.
    Is there a fool proof plan to get these into slow AP? I have the top off one and think I might hook up UART and flash it, but the EN pin is in a terrible location.
    Thanks in advance.


    Same issue here. Unable to get these into slow AP. Following in case someone knows a reliable method

    Model: A19CCECWF
    SKU: 75812 (4 pack)
  • #18 21391865
    racer7
    Level 1  
    Posts: 1
    I was able to grab four boxes of these from Menards. I've only opened two boxes so far, and here are my findings.

    Box #1
    Firmware v1.1.4
    Unable to place into AP mode to run tuya-cloudcutter against it. tuya-convert is also unable to exploit it.

    Box #2
    Firmware v1.0.9
    Able to place this box into AP mode and successfully flash via firmware selection (1.0.9 - BK7231T / oem_bk7231s_light_sp_mix4to5_db). Attempting to exploit by brand did not work. Like was said above, the process to get these bulbs into slow mode does not match any documentation I was able to find.

    To get these bulbs into slow flash/AP mode:
    1) Turn bulb on, wait until it starts flashing
    2) Turn bulb off for .5 seconds
    3) Turn bulb on for .5 seconds (First power-on)
    4) Turn bulb off for .5 seconds
    5) Turn bulb on for .5 seconds (Second power on)
    6) Turn bulb off for .5 seconds
    7) Turn bulb on for .5 seconds (Third power on)
    8) Turn bulb off for .5 seconds
    9) Turn bulb on for .5 seconds (Fourth power on)
    10) Turn bulb off for .5 seconds
    11) Turn bulb on, wait for flicker in light (Fifth power on)
    12) Light should start flashing in AP mode

    If you power the light on and it doesn't do a quick fade to on, but instead immediately turns on at full brightness, the controller didn't reboot and you turned the light on and off too fast. Also note that after the exploit runs, and you see the message block appear that says to power cycle and place the device into AP mode *again*, you need to power the bulb off quickly, then power it back on after a few seconds. If you wait too long, the exploit will fail.

    Will update with more information as I work through these.

    EDIT: I've got ESPHome working on all 8 v1.0.9 bulbs I've received. Easy process via tuya-cloudcutter. The v1.1.4 bulbs... I can't get them into AP mode to run cloudcutter. Some people were asking for an ESPHome template for the bulbs, below is what I was able to get working, adding it here for reference.:

    esphome:
      name: SYLVANIA-Smart-A19CCECWF-RGBCT
      comment: SYLVANIA Smart+ A19CCECWF RGBCT Light
      friendly_name: SYLVANIA Smart+ A19CCECWF RGBCT Light
    
    bk72xx:
      board: generic-bk7231t-qfn32-tuya
    
    # Make sure logging is not using the serial port
    logger:
      baud_rate: 0
      
    # Enable Home Assistant API
    api:
    
    ota:
      - platform: esphome
    
    # WiFi connection
    wifi:
      ap:
    
    captive_portal:
    
    # Enable Web server
    web_server:
    
    output:
      - platform: libretiny_pwm
        id: output_green
        pin: P8
      - platform: libretiny_pwm
        id: output_blue
        pin: P9
      - platform: libretiny_pwm
        id: output_red
        pin: P7
      - platform: libretiny_pwm
        id: output_white
        pin: P24
    
    light:
      - platform: rgbw
        id: light_rgbw
        name: None
        color_interlock: true
        red: output_red
        green: output_green
        blue: output_blue
        white: output_white
        effects:
          - random:
              name: "Random"
          - flicker:
              name: "Flicker"
📢 Listen (AI):

Topic summary

✨ The discussion centers on the teardown and firmware flashing of the SYLVANIA SmartPlus A19CCECWF RGBCT bulb, which uses a BK7231T chip and WB8P board. The bulb model A19CCECWF is not widely documented online, but users successfully disassembled and flashed it using the tuya-cloudcutter method. Key components identified include the BP2306 LED driver controlled by PWM, BP5628C dimmer, and KP15051SPA power distribution chip. Users shared a JSON device template for integration with open-source IoT platforms. Firmware versions vary, with some bulbs running v1.0.9 allowing successful flashing, while others with v1.1.4 firmware resist entering slow-flashing AP mode, complicating cloudcutter exploits. The slow AP mode entry typically requires precise power cycling—commonly six on/off cycles with specific timing (e.g., 0.5 seconds on/off intervals). Some bulbs appear patched or locked out from AP mode, possibly due to firmware updates or Bluetooth-based pairing replacing Wi-Fi AP mode. ESPHome configurations are being explored for local control. The WB8P board revision offers improved antenna gain and thermal tolerance over earlier versions. The bulbs are available in various SKUs (75663, 75674, 75812) and have been found on clearance at Menards, making them accessible for experimentation. Overall, the community is refining flashing techniques, sharing hardware details, and developing firmware configurations to enable custom firmware deployment and local control of these SYLVANIA smart bulbs.
Generated by the language model.

FAQ

TL;DR: For SYLVANIA A19CCECWF owners, 4 of 5 Menards boxes flashed successfully, and one user said "the magic number is 6 cycles." This FAQ shows how to enter slow-blink AP mode, use tuya-cloudcutter, and choose UART fallback when newer bulbs only quick-flash or color-cycle. [#21375154]

Why it matters: This thread identifies the exact AP-mode timing, firmware split, and BK7231T pin mapping needed to make these bulbs usable without the vendor cloud.

Variant Reported firmware AP mode result Practical outcome
Older retail units 1.0.9 Slow-blink AP mode works tuya-cloudcutter succeeded
Newer retail units 1.1.4 Often only quick-flash/color-cycle Cloudcutter often failed
Locked-out units Unknown No slow AP mode Use teardown and UART flashing

Key insight: Firmware version mattered more than the printed model. In this thread, v1.0.9 bulbs were repeatedly flashable, while multiple v1.1.4 reports could not reach slow-blinking AP mode.

Quick Facts

  • The bulb was identified as SYLVANIA SmartPlus A19CCECWF RGBCT, with SKU 75663 for a 1-pack, SKU 75674 for a 4-pack, and Tuya product ID 1ijupffokexbz0cl. [#20952558]
  • The opened bulb used a BK7231T chip on a WB8P module, even though the device configuration showed WB3S. [#20952558]
  • The working OpenBeken-style PWM map used P7, P8, P9, and P24, plus CTRange 154 370 to target about 2700K-6500K. [#20953963]
  • One board comparison claimed WB8P improves antenna gain from 1.2 dBi to 2 dBi and raises operating temperature from 85°C to 105°C versus WB3S. [#20953843]
  • Clearance pricing reached $6 for a 4-pack of bulbs and $7 for matching smart plugs at Menards, which made bulk flashing attractive. [#21357820]

How do you flash a SYLVANIA SmartPlus A19CCECWF RGBCT bulb with tuya-cloudcutter from AP mode?

You flash it by first forcing the bulb into slow-blinking AP mode, then running tuya-cloudcutter against a compatible profile. One user reported full success on this model and later confirmed the bulbs entered AP mode reliably after a specific power-cycle sequence. Another later report flashed all 8 bulbs with firmware v1.0.9 through cloudcutter and then moved them to ESPHome. Use the firmware-selection path if brand detection fails. [#21391865]

What is the correct power-cycle sequence to put the SYLVANIA A19CCECWF bulb into slow-blinking AP mode for cloudcutter?

The most explicit working sequence was a short-timing, 5-power-on pattern ending on a flicker. 1. Turn the bulb on and wait until it starts flashing. 2. Toggle off/on four times at about 0.5 seconds off and 0.5 seconds on. 3. On the fifth power-on, wait for a brief flicker; the bulb should then switch to slow AP flashing. If it comes on instantly at full brightness, the controller likely did not reboot. [#21391865]

Why do some A19CCECWF bulbs only quick-flash or color-cycle instead of entering slow AP mode?

Some bulbs appear to ship with firmware or behavior that prevents slow AP mode from appearing. The clearest thread evidence is that several bulbs on firmware 1.1.4 only quick-flashed or color-cycled, while v1.0.9 units entered AP mode and flashed successfully. One later user also suspected the AP path may lock out after inconsistent power cycling, because bulbs that initially failed never returned to slow blink. [#21391865]

What differences were reported between firmware v1.0.9 and v1.1.4 on SYLVANIA A19CCECWF bulbs when trying to use tuya-cloudcutter?

Firmware v1.0.9 was reported as flashable, while v1.1.4 was repeatedly reported as resistant to AP-mode entry. In one side-by-side report, a box with v1.0.9 entered slow AP mode and flashed successfully using the profile "1.0.9 - BK7231T / oem_bk7231s_light_sp_mix4to5_db." A second box with v1.1.4 could not be put into AP mode, and both tuya-cloudcutter and tuya-convert failed. [#21391865]

How do you configure the PWM pins for the BK7231T/WB8P inside the SYLVANIA SmartPlus A19CCECWF so RGB and white modes work correctly?

Use PWM on pins 7, 8, 9, and 24, then enable the two LED flags that fix white-mode behavior. The working map was P7=PWM1, P8=PWM2, P9=PWM3, and P24=PWM5. The thread also enabled Flag 8 for alternate CW light mode and Flag 24 to emulate cool white with RGB plus warm. That combination made RGB mode and white mode both work acceptably on the BK7231T/WB8P bulb. [#20953963]

What CTRange setting was used to get the SYLVANIA A19CCECWF bulb to the proper 2700K-6500K color temperature range?

The thread used CTRange 154 370 to match the bulb to roughly 2700K-6500K. That setting was posted after the RGB channels were already working and was specifically described as the proper color range. Before the final flag changes, the temperature slider acted more like a second brightness control and stayed near a stock-looking 2700K. [#20953963]

Why does the OpenBeken or device configuration show WB3S when the bulb module is actually marked WB8P?

The thread suggests this can be normal because WB8P may be a later hardware revision compatible with earlier WB3S-oriented configuration data. One reply compared the modules and described WB8P as having 2 dBi antenna gain instead of 1.2 dBi, a 105°C rating instead of 85°C, and a revised pin layout. The same reply concluded that manufacturers may keep major compatibility while changing module revisions. [#20953843]

What are the BP2306, BP5628C, and KP15051SPA chips doing on the SYLVANIA A19CCECWF bulb board?

BP2306 is the LED driver, BP5628C is the dimmer, and KP15051SPA handles power distribution on this board. A follow-up comment added that the LED driver is PWM-controlled and uses a low-side FET for current regulation and buffering, with PWM current sensing support. Those three parts explain why the bulb needs both power-stage control and separate channel dimming for RGB and white output. [#20953869]

What is tuya-cloudcutter, and how is it used to exploit compatible Tuya-based smart bulbs without opening them?

"Tuya-cloudcutter" is a software flashing tool that exploits compatible Tuya devices over Wi-Fi, without opening the device, by using the bulb's AP pairing mode and loading replacement firmware. In this thread, users used it by putting the bulb into slow-blinking AP mode, then selecting a matching BK7231T firmware profile. One user confirmed the original A19CCECWF bulbs flashed successfully that way, while newer firmware sometimes blocked the process. [#20952558]

What is AP mode on a Tuya smart bulb, and how can you tell the difference between slow-blink AP mode and normal fast flashing?

"AP mode" is a Wi-Fi pairing state that makes a Tuya bulb broadcast for direct setup, and its key sign is a slow blink rather than the bulb's normal fast flashing or color-cycling behavior. In this thread, slow blink was the required state for cloudcutter. Fast flashing meant the bulb was not in the needed mode, and one quoted instruction said to power-cycle three more times if a bulb blinked quickly instead of slowly. [#21255509]

How does UART flashing work on BK7231T bulbs like the SYLVANIA A19CCECWF when cloudcutter fails?

UART flashing is the thread's main fallback when the bulb will not enter AP mode. "UART flashing" is a wired recovery method that talks directly to the BK7231T serial interface, requires opening the bulb, and bypasses AP-mode dependence. The thread explicitly pointed stuck users to BK7231 UART tutorials and advised checking which BK7231 variant the bulb contains first. Another user with the diffuser removed said the EN pin was physically hard to reach, which is the main mechanical downside. [#21250984]

What ESPHome configuration works for the SYLVANIA SmartPlus A19CCECWF RGBCT bulb after flashing a BK7231T module?

A working ESPHome setup used bk72xx with generic-bk7231t-qfn32-tuya and mapped PWM outputs to P8 green, P9 blue, P7 red, and P24 white. The posted YAML then exposed the lamp as an rgbw light with color_interlock: true, plus Random and Flicker effects. The same report said all 8 v1.0.9 bulbs flashed through cloudcutter first and then ran this ESPHome configuration successfully. [#21391865]

OpenBeken vs ESPHome for the SYLVANIA A19CCECWF bulb — which is better for RGBW/RGBCW control and setup?

OpenBeken looked better for initial pin discovery, while ESPHome was the confirmed end-state for at least one large batch. The thread first solved PWM mapping, flags, and CTRange 154 370 in an OpenBeken-style workflow. Later, a user who flashed 8 bulbs on v1.0.9 said ESPHome worked on all of them with a clean BK7231T YAML. Pick OpenBeken for fast hardware bring-up, then ESPHome if you want an integrated Home Assistant setup. [#21391865]

Why does the red channel look miscalibrated or turn pink on this SYLVANIA RGBCT bulb, and how can you tune it?

The red channel looked pink because the initial PWM and white-emulation setup was not fully tuned. The thread reported a narrow sweet spot for deep red, after which the color picker quickly shifted toward pink, while other colors stayed fairly calibrated. The practical fix was to refine the PWM mapping and then enable Flag 8 and Flag 24, which improved overall mode behavior. Exact red-channel calibration values were not finalized in the thread. [#20953963]

What's the most reliable fallback method for A19CCECWF bulbs that seem locked out of AP mode and won't respond to the usual power-cycle tricks?

The most reliable fallback is teardown plus UART flashing of the BK7231T module. Several later posts showed that some bulbs, especially certain 75812 4-packs or v1.1.4 units, would not enter slow AP mode despite many 10-second, 20-second, or 6-cycle attempts. One user flashed 20 bulbs successfully overall but still found one full box where none of the bulbs would enter AP mode, making a wired method the safest recovery path. [#21375154]
Generated by the language model.
ADVERTISEMENT