logo elektroda
logo elektroda
X
logo elektroda

Reflashing Feit A800/RGBW/4 Smart Bulbs with OpenBeken using Tuya-Cloudcutter Configuration

wesliao 1053 2
ADVERTISEMENT
  • #1 20780998
    wesliao
    Level 1  

    Packaging of a Feit Electric LED Smart Bulbs set.
    I got these from Costco and was able to reflash these with OpenBeken using tuya-cloudcutter.
    I was able to get this to work with the config from Tuya E27 A60-Bulb LED RGBCCT
    Config:
    
    {
      "vendor": "Feit",
      "bDetailed": "0",
      "name": "Smart Bulbs",
      "model": "A800/RGBW/4",
      "chip": "BK7231T",
      "board": "TODO",
      "flags": "1024",
      "keywords": [
        "RGBW",
        "Costco"
      ],
      "pins": {
        "6": "PWM;3",
        "7": "PWM;5",
        "8": "PWM;4",
        "24": "PWM;2",
        "26": "PWM;1"
      },
      "command": "",
      "image": "https://obrazki.elektroda.pl/8141723400_1697994252.jpg",
    }
    

  • ADVERTISEMENT
  • #2 20781050
    p.kaczmarek2
    Moderator Smart Home
    Hello, can you also attach Tuya JSON extracted with this method:
    https://www.youtube.com/watch?v=WunlqIMAdgw&ab_channel=Elektrodacom
    So I can, for example, check which BK module is used inside? Thanks!
    Helpful post? Buy me a coffee.
  • #3 20878659
    manwichmakesameal
    Level 1  
    >>20780998
    In case anyone else runs across this, using the generic suggestion above didn't work. I had to use the firmware version of 2.9.16 (oem_bk7231s_light_ty) in tuya-cloudcutter to finally make it work.

    Added after 3 [hours] 2 [minutes]:

    @p.kaczmarek2 Here is the extracted Tuya JSON:

    
    {
    	"Jsonver":"1.1.8",
    	"brightmin":"5",
    	"gmwb":"75",
    	"title20":"1",
    	"gmwg":"70",
    	"wfcfg":"spcl_auto",
    	"colormin":"10",
    	"pmemory":"1",
    	"gmkb":"60",
    	"cmod":"rgbcw",
    	"mixway":"0",
    	"cwtype":"0",
    	"md":"0",
    	"random":"0",
    	"wfb64":"1",
    	"stat":"0",
    	"token":"null",
    	"region":"null",
    	"reg_key":"null",
    	"dns_prio":"0{nc_tp",
    	"ssid":"Y2gtSU9ULTAw",
    	"passwd":"TGlseTNhdGlvdA==",
    	"bt_mac":"null",
    	"bt_hid":"null",
    	"prod_test":"false }rstbr",
    	"colormax":"100",
    	"c_pin":"8",
    	"notdisturb":"0",
    	"module":"WB2L",
    	"b_pin":"6",
    	"b_lv":"1",
    	"cwmaxp":"100",
    	"dmod":"0",
    	"brightmax":"100",
    	"wfct":"3",
    	"pwmhz":"2000",
    	"r_pin":"26",
    	"defbright":"100",
    	"rstnum":"3",
    	"rstcor":"c",
    	"r_lv":"1",
    	"deftemp":"0",
    	"c_lv":"1",
    	"g_lv":"1",
    	"wt":"13",
    	"prodagain":"0",
    	"remdmode":"0",
    	"cagt":"14",
    	"g_pin":"24",
    	"w_lv":"1",
    	"colorpfun":"1",
    	"gmwr":"100",
    	"rgbt":"8",
    	"colormaxp":"100",
    	"gmkg":"60",
    	"onoffmode":"1",
    	"w_pin":"7",
    	"rsttemp":"0",
    	"category":"0505",
    	"gmkr":"80",
    	"defcolor":"c",
    	"crc":"120",
    	"regi{uuid":"FQoXFPFMgCvE",
    	"psk_key":"null",
    	"auth_key":"dxZCSrwBJ8hoz53e",
    	"ap_ssid":"A",
    	"ap_passwd":"null",
    	"country_code":"null",
    	"mq_psk":"m2.tuyaus.com",
    	"mq_psk_ip":"35.161.158.54",
    	"time_z":"-06",
    	"s_ti0UCBtls_ca_cntpasswd":"TGlseTNhdGlvdA=="
    }
    
ADVERTISEMENT