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"