[Q]What chipset is inside MiBoxer FUT035W+ and is it supported with OpenBeken // Tasmota // ESPHome?

You are totally right for this, but I am little lazy and will figure something if disaster happen :grin:, most probably flash it with OpenBeken

Glad to hear that. I have just one MiBoxer for now, the ZigBee one, FUT036Z. I put it in LED Matrix box. LED Matrix is connected to 2 ESP32 boards. One has FastLED code with Tetris, Snake and Breakout games on matrix played with PS4 controller, another ESP is with WLED. On the border of the box is basic white LED strip which is dimmable/controlable with FUT036Z. White strip is here so we can have normal, strong enough white light, cause whole this Frankenstein matrix thing is mounted on ceiling in kids room as ceiling light (white strip), games on ceiling and WLED on ceiling. Since EVRYTHING was hand made by me (even wooden box), I am glad to hear they are reliable, cause unmout/mount of this isn’t simple task :grin:

Just reading new comments, understood. Ok, so, on elektroda.com forum I already got an info these things 99.9% should have Beken chipset, so I will flash it with OpenBeken. Didn’t bought ZigBee one this time for some reason, but maybe would be better that I was :grin:

1 Like

Likely cheaper then the pre-built route for sure, I have four of these (three in use, one spare):

And that is, where the diy ESP hub becomes intrusting, for those, who do have a lot of MiLight. I now already hit 10 zones with 3 hubs, so I only have 2 zones left and will need 4th hub.

Or I make the switch and start to use the diy ESP hub, as that one has it’s limitation somewhere in the hundreds of zones, so I will never reach that limit.

1 Like

Build me one while you are at it :slight_smile:

I am still OK with what I have … I have 10 in ground RGBWW lights sunk in the patio, two on the entry to house and four up lights to trees. That is three zones, room for one more which will be uplighting on more trees.

Another hub handles back dev pergola cans, decorations, under table and kitchen. 4 zones so full.

Another handling some backyard lighting but has two zones available.

Yup, I understand you at this point. My lights went in some other direction and I’m not sure will I ever buy one more MiBoxer. But for someone with looooot of MiBoxer devices, this ESP DIY HUB is inevitable (I already read something about their limitations for zones and groups with stock HUB)

1 Like

It’s so easy, took me 1 hour of study and 40 minutes of work. No soldering involved… You can do it! See my signature… :stuck_out_tongue:

1 Like

Just so I can do this and get the right stuff, is this the “shopping list”? NOTE: this is to build out three, one for a friend and I added the antenna version for better coverage in the house.

https://www.amazon.com/gp/product/B00GSE2S98/ref=ewc_pr_img_1?smid=A1K0O9XEM4PWVI&psc=1

https://www.amazon.com/gp/product/B08LSPZHT8/ref=ewc_pr_img_2?smid=A1N6DLY3NQK2VM&th=1

https://www.amazon.com/gp/product/B081CSJV2V/ref=ewc_pr_img_3?smid=A30QSGOJR8LMXA&th=1

looks good to me… I also have the one with ext. antenna :wink:

1 Like

Did you find a nice, compatible container for the boards? I like to have things neat and tidy!

Not exactly, was not even looking. As my box stays out of sight, I just put all of it inside a unused RPi housing. Sometimes I’m lazy too :wink:

Probably just do a teardown to verify the chip inside?
Some manufacturers changed the chip but the fcc id remains the same

Thank you for this. Just finished the build and although I have never done this, it took me only a few hours to get things up. I just went UDP route and LimitlessLED integration as MQTT would be another big step to learn.

Works perfect.

Adding UDP ports now for all the current 7 zones and will likely be at 15 this summer for more uplighting outside.

By the way, for anyone interested in going UDP versus MQTT, I posted here how to do the setup.

1 Like

As a followup I just did a few tests. I am going to implement a small card that allows you to select the modes and sends the command (likely via REST for me). Last night I used the built in to HA “colorloop” and immediately saw an issue. The little blue light on the ESP board went binkers which leads me to believe they implemented some generic change color/send/increment color/send and it just bogs the network down to crap.

But If I sent a command to select a mode, it is one command and that is all. The controller then handles all the work.

Just testing a new GUI, working great! Uses Mushroom but custom button would be easier and more reusable. But looks like this:

image

The buttons 1 - 8 are the modes for the remote for colorloop and other things. +/- are speed up and slow down the effects. Those use a simple rest_command template to send the mode/speed switch to the appropriate UDP address.

To do’s –

  1. Get all the addresses from one call and put them in a sensor (done)
  2. Change from mushroom to custom:button so that it can all be templated and reused to reduce code by 80%
  3. Implement a status update for UDP folks since REST can get the status to update the GUI (like if mode 3 is active, color the button)

So far it is now this:

image

In this image … the Pergola is on to a solid color, the triangle is mode “4”, the table is mode “6” and the kitchen is off.

If a “mode” is active, it shows an animated color icon. Speed up/down and mode selection are all tied to the zone being powered on. Still needs an enhancement to emphasize the mode button when you select a solid color after selecting a mode. Issue is this does not trigger any change in state so that is a challenge.

Or animated:
Recording-2023-05-23-115551

1 Like

This was a veeeery long shipment. After almost two months, I finally received FUT036W device. But, they changed a chip, and this one, inside my device, is not supported with OpenBeken yet. I was in doubt either to hardware modify device, and replace native chip with ESP12 since they have same pinout and layout or to make a Milight hub as @BebeMischa proposed. Hub was easier solution for me, cause I already have several ESP8266 laying around, and had a store with NRF24L01 in stock, in neighborhood. Plus, it wouldn’t be easy desolder that chip. I integrated it to HA via MQTT. Actually, firstly I tried to do so via LimitlessLED integration, but it wonted to work. Yup, I created a block in configuration.yaml similar as @kbrown01 provided above, and simlar as on documentation page, only for one device/group. I’m not sure is it UDP needed to be set inside Milight hub firmware in order that this work, but somhow I firstly set MQTT and noticed it is working regardless of LimitlessLED, so I decided to remove LimitlessLED and stick with MQTT, since I am already familiar with it.

What chip is it? Realtek

Not sure what the vendor is, but anyway this one: WBR3 Module Datasheet-Tuya IoT Development Platform-Tuya Developer

Yeah, that’s a realtek RTL8720C, not supported yet by libretiny also
You could go with the esp12f/s swap option since it has the same pinout

Yeah, I know, already said that I was in doubt to replace it with ESP or to make a hub. I am not beginner with soldering, doing it very often. Maybe because of that, I know it is not simple to remove original chip (it is not impossible at all, but it is pain in the…). On top, didn’t want to wait for one more Aliexpress/eBay, since I have no any ESP12, wanted to buy missing locally, so:

  • ESP12: ~$1 on Aliexpress <> almost $4 in my country
  • On the other hand, to build a hub, I missed only NRF24L01 which is ~70c on Ali and ~$2 in my country

I was thinking: Even $4 isn’t some big money (but yes, it is insane give $4 for ESP12 :grin:), but hub opens space for me to get more of these MiBoxer devices in future and avoid flashing at all.

Should be easy to do with a hot air gun and solder paste

That’s what i used before i got a proper hot air rework station
Good thing the led driver isn’t using a custom pcb on it

Yes, for someone who own hot air gun, I am not in that group :grin:. Know for that, already watched some other, but same, video on YT, and was surprised how these things is easy to remove with hot air gun.