logo elektroda
logo elektroda
X
logo elektroda

How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change

p.kaczmarek2 114 2

TL;DR

  • A 24 W Tuya remote-controlled ceiling lamp is torn down, tested thermally, and flashed with OpenBeken for local control and Home Assistant integration.
  • Inside, it uses a BK7231N CBU module, DX2286EB LED controllers, and a BP2525 non-isolated power supply.
  • At full brightness, white modes draw 24 W, RGB about 7 W, and the LED drivers reach 90 °C after two hours.
  • OpenBeken removes cloud dependence and can reduce heating with led_dimmerScale 0.8 and powersave 1, but Bluetooth remote support is not finished.
Generated by the language model.
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
📢 Listen (AI):
  • How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    How is the 'smart' remote-controlled Tuya lamp built? What Wi-Fi module is inside? To what extent does it heat up the interior when lit at full brightness, and can this heating be reduced somehow? Can this type of product be connected to the Home Assistant and used without the cloud? Let's find out!

    Let's start with the contents of the kit. What do we get when we pay a good 80 zl?
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    Included are the manual, the lamp, the screws for fixing and the remote control. The remote control is just an extra, the most important thing is the Wi-Fi control - the app. The remote communicates with the lamp via Bluetooth, although I have not analysed the details of its protocol.
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    Instructions:
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change


    Inside of the lamp
    Remove the ring - undermine the catches. There are no screws here.
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    The lamp is based on a CBU module, the BK7231N. The PCB designation is SD205BK - 2024.08.
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    U2, U3 and U4 are separate constant current LED controllers:
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    The DX2286EB is a three-channel LED controller, but from what I understand a few were simply used because there are a lot of LEDs.
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    The controller is mains powered and needs a minimum of external components to operate.
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    What remains is the power supply to the Wi-Fi module. This is realised by the BP2525 - a voltage-reducing, non-isolated inverter.

    Test with Tuya application
    According to the instructions - we enter the pairing by performing power on/off cycles, in pairing mode the lamp flashes. We add it via the app.
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    According to the app, the product model is WiFi 5001:
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    In the app we have control separately over the white temperature and separately over the colours. It is not possible to light all the LEDs at once:
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    In addition, we have scenes and a music mode (control from the phone - the lamp has no microphone).
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    Of course, there are also automations and scenarios, as there normally are in Tuya. Of the more interesting things, there's a gradient - you can set how fast/slowly the lights turn on. Also interesting is the "do not disturb" mode - it prevents the lamp from switching on when the power returns - I wonder what it's for? I rather prefer it when the lamp remembers its previous state.
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    I measured the power at different colours - RGB came out around 7 W, white temperatures 24 W.
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change

    ADVERTISEMENT


    Warm-up test
    I set the full brightness and applied the cover. Without the lid the temperature would have been lower, because with it the lamp is quite tightly sealed. Here are the results after two hours:
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    LED DC drivers heat up to 90 °C.
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    The power supply (for the Wi-Fi module) also heats up, but a little less:
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    At the Wi-Fi chip itself it is around 60 °C.
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change

    Changing firmware
    Changing the firmware to OpenBeken allows you to free this product from the cloud, from the manufacturer's servers, and run it 100% locally. It also allows you to pair it with Home Assistant. We use Easy GUI Flasher to upload the OBK:
    https://github.com/openshwprojects/BK7231GUIFlashTool
    You will need a USB to UART converter and four cables:
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    We do everything with the lamp completely disconnected from the mains. I added flux, whitened the pads, soldered the wires:
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    Of course you need a robust 3.3 V source for this, not directly from a USB to UART converter. Everything according to the flasher instructions .
    First a backup to know the GPIO configurations, then upload the new firmware.
    How hot does the 24 W Tuya ceiling lamp get? Test, interior and firmware change
    JSON Tuya:
    Code: JSON
    Log in, to see the code

    GPIO verbal description:
    
    Device configuration, as extracted from Tuya: 
    - LED Cool (Channel 4) on P26
    - LED Blue (Channel 3) on P8
    - PWM Frequency 1000
    - LED Red (Channel 1) on P24
    - LED Green (Channel 2) on P7
    - LED Warm (Channel 5) on P6
    Device seems to be using CBU module, which is using BK7231N.
    And the Tuya section starts, as usual, at 2023424
    

    OBK template:
    Code: JSON
    Log in, to see the code

    Import instructions:



    At the moment the alternative firmware does not support Bluetooth remote control, but this will be added in the future.
    Once the firmware has been changed, the command led_dimmerScale 0.8 can be added to reduce heating, as per separate material:
    How much does a Wi-Fi controlled Tuya LED lamp heat up? Firmware change and life extension
    The lamp is now compatible with Home Assistant:




    You can also see footage of a similar product, only that with individually addressable LEDs:



    On OBK it is also worth adding the powersave 1 command to the boot command or autoexec.bat to save some power and reduce the heating of the Wi-Fi module.

    Summary
    Factory this lamp heats up quite a bit. I wonder how much this shortens the life of the LEDs.
    Once the firmware has been changed, the heating can be reduced at will, although this is not the only gain from the redesign. Above all, it frees the product from the cloud and allows you to connect it to Home Assistant.
    Only I will have to examine this remote control more closely, because at the moment it is not supported, this will only be added.
    Do you use this type of lamp? What advantages do you see for them? I like the white temperature control best - you can adjust the shade to work.

    Cool? Ranking DIY
    Helpful post? Buy me a coffee.
    About Author
    p.kaczmarek2
    Moderator Smart Home
    Offline 
    p.kaczmarek2 wrote 14418 posts with rating 12375, helped 650 times. Been with us since 2014 year.
  • ADVERTISEMENT
  • #2 21899038
    MiG25
    Level 23  
    Posts: 530
    Help: 35
    Rate: 93
    p.kaczmarek2 wrote:
    There is also an interesting 'do not disturb' mode - it prevents the lamp from switching on when the power returns - I wonder why it is there? I rather prefer it when the lamp remembers its previous state.


    You can imagine , you have a power outage so you go to bed , and in the middle of the night you suddenly have a power return....
  • #3 21899042
    p.kaczmarek2
    Moderator Smart Home
    Posts: 14418
    Help: 650
    Rate: 12375
    All in all, yes, but that doesn't explain why such a strange way of switching on:
    Screenshot of English instructions with a red underline about switching the lamp on and off twice in 5s.
    Helpful post? Buy me a coffee.
📢 Listen (AI):
ADVERTISEMENT