Unkown tuya chip

Stop press - my bad! The El Cheapo breadboard and the dupont wires were failing me (damned loose connections) - I am going to hard-wire these now.
PWM4 on GPIO4 is Relay1
PWM5 on GPIO5 is Relay2

Maybe, just maybe, this could work :smiley:

2 Likes

Heehaaaa - DONE!
{“NAME”:“ASE Moes104B”,“GPIO”:[255,255,255,255,21,22,255,255,157,10,9,255,255],“FLAG”:15,“BASE”:18}
Have ordered an ESP12 to replace the D1 Mini. Once I get that, will assmeble everything back in the original box and perhaps post a detailed guide.

1 Like

please share a photo how you made the replacement. :slight_smile: for now im waiting for the software specs from china that might tell how to write and replace firmware.

2 Likes

A quick and dirty one…

3 Likes


Onto other challenges and tinkers…

2 Likes

it’s spreading…
tried to tuya-convert these plugs:


after many failures decided to open them up and was greeted with the same module inside :face_with_symbols_over_mouth:

organ transplant was successful:

this one was super tight, barely closed.

1 Like

As Merlin would say…“Looking Good, Eggsy”
“Feeling good, Merlin”
Love the small pleasures of life! Great job mate!

Hi Seth,
I also modified new MS-104B module to work with tasmota and local control. It is working different that previous version in the way is receiving local on/off command . It is receiving in gpio input a zero voltage pulse of 100 ms when switch is operated. I modified the original tasmota template with counters which use scripts to get it working. It is much simpler now. I will attach details for this modifications.


Template that I use is {“NAME”:“Generic”,“GPIO”:[0,0,0,0,22,21,0,0,91,0,90,0,0],“FLAG”:0,“BASE”:1}
I have to mention that in your picture pin VCC is reversed with GND.
Best regards

1 Like

Hi,
Would you want to share details about your improvements?

I’m about to modify my Moes MS-104 Relay which has the external switch sense feature. I assume that feature is what you improved the MS-104B modification on, correct? And the scripts you’re referring to are those mentioned on the MS-104B template page.

You could also add your detailed description directly to the MS-104 template page.

Thank you!

Hi Ribo,
I am new on this community and I cannot attach more than one picture/post. The internal hardware (not only wifi chip) of the new model is different and the script from MS-104B tasmota template page will not work . The best and easy to make the job done is to use gpio counter inputs from old template to act like buttons (Button1n and Button2n). 100ms voltage drop on gpio input is enough to be sensed like input state change. I use ESP-12E with gpio14 as button1n input, gpio12 as button2n input, gpio5 as relay1 and gpio4 as relay2. I moved and laid flat the 220 microF capacitor to eliberate the space for placing inside enclosure ESP-12E chip.Wiring configuration below

Hi StefanD,
Thank you.

I got a MS-104 Relay here, single relay but with input sense. So I’d need to adapt your solution slightly. It is a good idea to use the sense as button input, makes sense (pun intended ;).

Was there a change in code? I’m new to the Tasmota templates.

The WA2 got a 10 pin connector soldered to the riser board. Still wondering what all those pins are used for. Vcc, GND, relay1, sense. Makes four pins, what about the remaining six pins? Buzzer, ok. Still five left.

I’d be interested in any code changes you had to make for the double relay device to work with sense input. Thanks!

Cheers

Hi,
I don’t have in hand any MS-104 relay module to be able to answer to your question regarding the WA2 pins so you have to figure that yourself. Probably some of them are Rx and Tx , En ,etc For double relay module MS-104B there are no modifications in code to be performed. Just copy and paste the template I posted previously. There is a small delay of aprox 1s between the gpio input change and acting of the output relay( probably the delay for button type cycle ) and time response can be improved in rules or in tasmota code in the future.

1 Like

Might be late but here is the manufacturer. I flashed it successfully with TUA Convert.

Hi,
this is the wifi chip for old model of MS-104B based on ESP 8285 and we know that is possible to convert. The new models are based on WA2 chip which, for the moment it is not possible to convert.
Best regards

Thank you. Will mod the MS-104 relay when time allows and report back.

Hi Ribo,
as a hint to discover the gpio pin for output relay, should be connected trough a resistor marked 107 to the base of one transistor. The output of the transistor is connected to the relay coil. Default state for this gpio pin is zero level. For button gpio input default voltage level is 3.3V, so you can check which pin is at 3.3V level other than voltage supply for wifi chip.
BR

2 Likes

Hello everyone.

It would be great if Tasmota or something similar existed for this component.
I have searched and found information about this:

https://github.com/bekencorp/bk7231_freertos_sdk
https://fccid.io/2AR7VC-8082U/User-Manual/15-C-8082U-UserMan-4227639

Untitled-2

I hope it can be customized in the future.

Greetings

Hi friends, I have this some problem with WIFI+RF switch just like in a photo.
This stuff based on WA2 chip, not good for me, for us.

I found this module on Tuay develop page, it names - WB2S, https://docs.tuya.com/en/iot/device-development/module/wifibt-dual-mode-module/wb2s-module-datasheet?id=K9ghecl7kc479
It is not ESP compatible platform. Only one method to transfer module to Home Assistant is change module, the best for one to one - tywe2s or with external wired to small esp like M1 or M3 module from Ali.

I think TYWE2S is 100% compatible with WB2S, but no one sell it on Ali.
https://docs.tuya.com/en/iot/device-development/module/wifi-module/wifie2smodule?id=K9605u79tgxug

I suggest to watch for other WIFI+BT or WIFI Tuya Module, on Tuya web page, they support many different ARM platform, NOT ONLY ESP8265/66 :frowning:

I think we will have a growing problem with the compatibility of Chinese devices with ESP, everyone wants to earn more, and ESP is not the cheapest.

wifirfbt

Hello all

I ordered 20 of these, hoping it was ESP based as the B-Model, but…
Well, not being a fan of cloud (and even less chinese clouds) I chose to mod the pieces using esp12e modules. To me the information here was rather incomplete or even confusing, but I got through. To make things easier for others, I assembled the following step-by-step guide here.
In the end, the result is satisfactory (but no buzzer anymore :wink: )

So this is what I received from Ali, and it looks exactly the same after the modifcations described here:

(well, great, as a new user I cannot post more pictures in a post)

1 Like