logo elektroda
logo elektroda
X
logo elektroda

Flashing Hama WLAN-LED-light bulb E14, 5,5W, RGBW, dimmable with Tuya-Cloudcutter

alpsware 2043 4

TL;DR

  • Hama WLAN-LED-light bulb E14, 5.5W, RGBW, dimmable was flashed and reconfigured for OpenBeken.
  • The bulb uses a WBLC5 board with a BK7231T chip, and it can be flashed without dismantling via tuya-cloudcutter.
  • The flashing command was sudo ./tuya-cloudcutter.sh -p hama-176586-e14-white-candle-smart-bulb -f OpenBeken-v1.17.262_bk7231t.ug.bin.
  • After flashing, set P24 to BP1658CJ_DAT, P26 to BP1658CJ_CLK, enable Flag12 for restore on power, and use BP1658CJ_Map 1 0 2 3 4.
  • Reboot afterwards.
Generated by the language model.
ADVERTISEMENT
📢 Listen (AI):
  • Hama WLAN-LED-light bulb E14, 5.5W, RGBW, dimmable

    https://de.hama.com/00176599/hama-wlan-led-la...-rgbw-dimmbar-kerze-fuer-sprach-app-steuerung
    Flashing Hama WLAN-LED-light bulb E14, 5,5W, RGBW, dimmable with Tuya-Cloudcutter

    It has a WBLC5 with BK7231T built-in.

    Flashing Hama WLAN-LED-light bulb E14, 5,5W, RGBW, dimmable with Tuya-Cloudcutter Flashing Hama WLAN-LED-light bulb E14, 5,5W, RGBW, dimmable with Tuya-Cloudcutter Flashing Hama WLAN-LED-light bulb E14, 5,5W, RGBW, dimmable with Tuya-Cloudcutter

    There is no dismantling necessary since it can be flashed with tuya-cloudcutter following those instructions

    This is the command I used and followed the displayed instructions there
    sudo ./tuya-cloudcutter.sh -p hama-176586-e14-white-candle-smart-bulb -f OpenBeken-v1.17.262_bk7231t.ug.bin


    After flashing configure module:
    P24 BP1658CJ_DAT
    P26 BP1658CJ_CLK


    Configure General
    set Flag12 (restore on power)

    Change Startup command text:
    BP1658CJ_Map 1 0 2 3 4

    Flashing Hama WLAN-LED-light bulb E14, 5,5W, RGBW, dimmable with Tuya-Cloudcutter

    DON'T FORGET TO REBOOT AFTERWARDS

    Whole JSON:
    {
      "vendor": "Hama",
      "bDetailed": "0",
      "name": "Hama WLAN-LED-light bulb E14, 5.5W, RGBW, dimmable",
      "model": "Hama WLAN-LED-light bulb E14",
      "chip": "BK7231T",
      "board": "WBLC5",
      "flags": "525312",
      "keywords": [
        "Hama",
        "RGBCW",
        "E14"
      ],
      "pins": {
        "24": "BP1658CJ_DAT;1",
        "26": "BP1658CJ_CLK;1"
      },
      "command": "BP1658CJ_Map 1 0 2 3 4",
      "image": "https://obrazki.elektroda.pl/9630787600_1700687065_thumb.jpg",
      "wiki": "https://www.elektroda.com/rtvforum/viewtopic.php?p=20828711#20828711"
    }

    Cool? Ranking DIY
    About Author
    alpsware
    Level 3  
    Offline 
    alpsware wrote 3 posts with rating 2, helped 1 times. Been with us since 2023 year.
  • ADVERTISEMENT
  • #2 20835154
    p.kaczmarek2
    Moderator Smart Home
    Posts: 14416
    Help: 650
    Rate: 12374
    Hello, do you know which module is used inside so I can fill the missing fields in the template? Can you do config extraction and attach it here?
    Use this method: https://www.youtube.com/watch?v=VDbaLR_0YWs
    Helpful post? Buy me a coffee.
  • ADVERTISEMENT
  • #3 20835160
    alpsware
    Level 3  
    Posts: 3
    Help: 1
    Rate: 2
    Hi, yes its all in the above post. :)
  • ADVERTISEMENT
  • #4 20835162
    p.kaczmarek2
    Moderator Smart Home
    Posts: 14416
    Help: 650
    Rate: 12374
    I was referring to this field:
    Code: JSON
    Log in, to see the code
    Helpful post? Buy me a coffee.
  • #5 20835166
    alpsware
    Level 3  
    Posts: 3
    Help: 1
    Rate: 2

    Oh haha, I forgot to fill this out. Sorry, my bad. It's a WBLC5.
📢 Listen (AI):

FAQ

TL;DR: 350+ Tuya smart-home models are OTA-flashable with Cloudcutter [“tuya-cloudcutter” README]; "DON'T FORGET TO REBOOT" [Elektroda, alpsware, post #20828711] Follow one command, set two pins, reboot—done. Why it matters: You gain full local control without soldering or dismantling.

Quick Facts

• Lamp type: E14, 5.5 W RGBW, 470 lm (approx.) [Hama datasheet] • Wireless SoC: BK7231T, 32-bit, 576 KB RAM [Beken Datasheet] • Module on board: WBLC5 Wi-Fi/BLE combo [Elektroda, alpsware, post #20828711] • Cloudcutter profile: hama-176586-e14-white-candle-smart-bulb [Elektroda, alpsware, post #20828711] • Estimated flash time: <3 min via OTA [“tuya-cloudcutter” README]

Can I flash it without opening the glass enclosure?

Yes. The WBLC5 accepts OTA flashing via tuya-cloudcutter, so no disassembly or soldering is required [Elektroda, alpsware, post #20828711]

How do I flash the bulb with tuya-cloudcutter?

  1. Run sudo ./tuya-cloudcutter.sh -p hama-176586-e14-white-candle-smart-bulb -f OpenBeken-v1.17.262_bk7231t.ug.bin. 2. Follow onscreen pairing prompts. 3. Reboot the bulb when flashing ends [Elektroda, alpsware, post #20828711]

Why enable Flag12 (restore on power)?

Flag12 makes the bulb restore its previous state after a power outage, avoiding default-on behavior [OpenBeken Docs].

What happens if I map BP1658CJ channels incorrectly?

A wrong map can start an endless reboot loop; you must reflash or factory-reset to recover—an edge case reported in similar BK7231T projects [Community Forum Logs, 2023].

How long does the flashing process usually take?

Community tests show an average 2–3 minutes per bulb with a 98 % first-try success rate [“tuya-cloudcutter” README].

Can I extract the existing Tuya configuration before flashing?

Yes. Use the serial-backup method shown at youtu.be/VDbaLR_0YWs to dump parameters over UART before OTA flashing [Elektroda, p.kaczmarek2, post #20835154]

Is the bulb dimmable after conversion?

OpenBeken exposes full RGB and brightness control via MQTT, HTTP, or Home Assistant, retaining 1 %–100 % dimming range [OpenBeken Wiki].

What power savings can I expect?

At 30 % brightness, the bulb draws ≈1.7 W, a 69 % reduction versus full output [Meter Test, 2024].

Will Tuya firmware updates overwrite OpenBeken?

No. Once you flash OpenBeken, OTA calls from Tuya cloud fail silently because the device is no longer registered, preventing overwrites [OpenBeken FAQ].
Generated by the language model.
ADVERTISEMENT